@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0 auto;
    padding: 0;
    border-top-width: 0;
    outline: 0;
    font-weight: 400;
    font-style: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    color: #131924;
    font-size: 16px;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}

body.mobile-menu-open {
    overflow: hidden;
}

hr.divider {
    color: transparent;
    margin: 20px auto;
    max-width: 100px;
    border-color: #eee;
}

strong {
    font-weight: bold;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
}

p > strong {
    font-weight: bold;
    font-size: 1.1em;
    color: inherit;
    line-height: inherit;
}

hr {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

h1,h2,h3,h4,p {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-weight: 400;
    font-size: 52px;
    line-height: 70px;
    margin: 8px auto 24px;
    color: #131924;
}

h1 > br {
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
}

h1.article-title {
    font-weight: 400;
    font-size: 46px;
    line-height: 58px;
    margin: 8px auto 24px;
    color: #131924;
}

h1 > span,
h1 > span span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}

h1.semibold {
    font-weight: 600;
}

h1.bold {
    font-weight: 700;
}

h1.blue {
    color: #014296 !important;
}

h1 > span.semibold {
    font-weight: 600;
}

h1 > span.bold {
    font-weight: 700;
}

h1 > span.blue {
    color: #014296;
}

h2 {
    font-weight: 400;
    color: #32373F;
    margin: 8px auto 16px;
    font-size: 48px;
    line-height: 56px;
}

h2 > br {
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
}

h2.small {
    font-size: 36px;
    line-height: 48px;
}

h2.semibold {
    font-weight: 600;
}

h2.bold {
    font-weight: 800;
}

h2 > span {
    font-weight: inherit;
    color: inherit;
    margin: inherit;
    font-size: inherit;
    line-height: inherit;
}

h2 > span.green {
    color: #11A77A;
}

h2 > span.semibold {
    font-weight: 600;
}

h2 > span.bold {
    font-weight: 800;
}

h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

h3.large {
    font-size: 32px;
    line-height: 40px;
    color: #50545C;
}

h3.x-large {
    font-size: 48px;
    line-height: 56px;
    color: #50545C;
}

h3.bold {
    font-weight: 700;
}

h3.blue {
    color: #014296;
}

h3 > span {
    font-weight: inherit;
    color: inherit;
    margin: inherit;
    font-size: inherit;
    line-height: inherit;
}

h3 > span.thin {
    font-weight: 300;
}

h3 > span.green {
    /*color: #11A77A;*/
    color: #13c691;
}

h4 {
    color: #014296;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

h4.accountants {
    color: #2d4b69;
}

h4.payroll {
    color: #11A77A;
}

h4.green {
    /*color: #11A77A;*/
    color: #13c691;
}

h4.hr {
    color: #FFBC8A;
}

h4.orange {
    color: #FFBC8A;
}

h4.benefits {
    color: #782F74;
}

p {
    font-size: 18px;
    line-height: 28px;
    color: #32373F;
}

p.medium {
    font-size: 26px;
    line-height: 36px;
}

p.large {
    font-size: 30px;
    line-height: 50px;
}

p.blue {
    color: #014296;
}

p > span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

p > span.green {
    /*color: #11A77A;*/
    color: #13c691;;
}

:focus {
    outline: 0;
}

a {
    color: #014296;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

a > span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

a > span.green {
    /*color: #11A77A;*/
    color: #13c691;
}

a:active {
    outline: none;
}

ol, ul {
    list-style: none;
    color: #32373F;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

.inline-block {
    display: inline-block;
}

@media only screen and (max-width: 820px) {
    p.large {
        font-size: 28px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 44px;
        line-height: 58px;
    }

    h1.article-title {
        font-size: 36px;
        line-height: 48px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    p.large {
        font-size: 24px;
        line-height: 42px;
    }
}

.menu a {
    text-decoration: none;
    font-size: 14px;
}

#top-menu {
    width: 100%;
    min-width: 942px;
    height: 100px;
    z-index: 80;
    left: 0;
    position: absolute;
    /*top: 0px;*/
    transition: all .3s;
    background-color: transparent;
}

#top-menu-static {
    width: 100%;
    height: 100px;
    left: 0;
    position: absolute;
    display: block;
    background-color: transparent;
}

#top-menu.light {
    background-color: #f6f6f6;
}

#top-menu.dark,
#top-menu-static.dark {
    background-color: #014296;
}

 .top-menu-mobile.dark #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
 .top-menu-mobile.dark #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
 .top-menu-mobile.dark #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after   {
    background-color: #ffffff !important;
}

#top-menu_ {
    left: 0;
    min-width: 942px;
    margin-bottom: 42px;
}

#top-menu .primary-menu {
    float: left;
    margin: 38px 0 0 0;
    padding: 0;
    width: 660px;
}

#top-menu.top-menu-fixed {
    position: fixed;
    top: 0;
    z-index: 80;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
    /*border-bottom: 1px solid #eee;*/
}

.top-banner:not(.eoy).top-menu-fixed {
    position: fixed;
    top: 104px;
    z-index: 79;
    width: 100%;
    height: 72px;
    /*border-bottom: 1px solid #eee;*/
}

#top-menu-back {
    width: 100%;
    position: absolute;
    height: 86px;
    z-index: 70;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.00) 100%);
}

#top-menu .top-menu-container {
    height: 100px;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

#top-menu .top-menu-logo-container {
    height: 40px;
    float: left;
    width: 160px;
    margin: 38px 0 0 8px;
}

#top-menu .top-menu-right-container {
    float: right;
    margin: 21px 8px 0 0;
    width: 246px;
}

#top-menu.dark .top-menu-right-container {
    width: 220px;
}

#top-menu-logo {
    cursor: pointer;
    width: 150px;
    margin: 0;
}

#top-menu.light #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #32373F;
}

.top-menu-mobile {
    display: none;
    position: absolute;
    /*top: 0;*/
    width: 100%;
    z-index: 1000;
}

.top-menu-mobile-right {
    cursor: pointer;
    float: right;
    font-size: 32px;
    color: #fff;
    padding: 16px 24px 0 0;
}

.menu-mobile-container {
    display: block;
    /*opacity: 0;*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    height: 100%;
    width: 0;
    background-color: #014296;
    color: #fff;
    overflow-x: hidden;
    text-align: center;
    transition: 0.5s;
}

.menu-mobile-container.open {
    /*opacity: 1;*/
    /*top: 0;*/
    width: 100%;
}

.menu-mobile-exit {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 32px;
}

.menu-mobile-table {
    display: table;
    height: 100%;
    width: 100%;
}

.menu-mobile-row {
    display: table-row;
}

.menu-mobile-cell {
    display: table-cell;
    vertical-align: middle;
}

.menu-mobile {
    list-style: none;
}

.menu-mobile li {
    padding: 20px;
    transition: all .3s;
}

.menu-mobile li.menu-item-has-children > a:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration: none;
}

.menu-mobile li a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}

.menu-mobile li:not(.has-button) {
    cursor: pointer;
}

.menu-mobile .menu .sub-menu {
    display: none;
}

.menu-mobile li:not(.has-button):hover {
    /*background-color: rgba(0,0,0,.5);*/
}

#menu-mobile-sub > a {
    display: none;
}

.flex-list {}

.flex-list li {
    display: flex;
}

.flex-list li.align-center {
    align-items: center;
}

ul.check-list {
    padding-left: 36px;
    text-align: left;
}

ul.check-list li {
    margin: 16px 0;
    padding-left: 0;
    position: relative;
}

ul.check-list > li:before {
    background: url('/wp-content/themes/onpay-2024/images/Checkmark_Green.svg') no-repeat center center;
    display: inline-flex;
    width: 24px;
    height: 12px;
    content: "";
    margin-right: 12px;
    margin-left: -36px;
}

ul.check-list > li {
    font-size: 18px;
    line-height: 26px;
}

ul.check-list > li.grey:before {
    background: none;
}

ul.check-list > li.grey {
    color: #999999 !important;
}

.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    background: #4486c6;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.check-list.blue .check-mark {
    background: #4486c6;
}

.check-mark i {
    color: #fff;
    margin-left: 4px;
    margin-top: 5px;
    font-size: 16px;
    position: absolute;
}

.right-cta {
    margin: 0;
    padding-left: 0;
    z-index: 30;
    vertical-align: middle;
    border: none;
}

.right-cta li {
    position: relative;
    margin: 0 8px !important;
    padding: 0;
    /*width: 96px;*/
    list-style: none;
    float: left;
    vertical-align: middle;
    text-align: center;
    text-indent: 0;
    white-space: nowrap;
    display: block;
    border: none;
}

.hero-callout-container {
    position: relative;
    left: 50%;
    right: 0%;
    top: 0px;
    bottom: 0px;
    min-width: 572px;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.14) 22.07%,rgba(0,0,0,0.50) 99.96%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.14) 22.07%,rgba(0,0,0,0.50) 99.96%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.14) 22.07%,rgba(0,0,0,0.50) 99.96%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.14) 22.07%,rgba(0,0,0,0.50) 99.96%);
    background-image: none;
}

.landing-page-cta-container {
    background: #fff;
    padding: 36px 20px;
    border-top: solid 5px #ebad8d;
    /*max-width: 452px;*/
}

.product-navbar {
    background: #ffffff;
    height: 60px;
    text-align: center;
    /*border-bottom: #ddd;*/
}

.product-navbar > div {
    display: inline-block;
    margin: 20px 0 0;
}

.product-navbar > div:before {
    display: table;
    content: " ";
}

.product-navbar > div:after {
    display: table;
    content: " ";
}

.product-navbar > div > ul {
    margin: 0 auto;
}

.product-navbar > div > ul > li {
    display: inline-block;
}

.product-navbar > div > ul > li > a {
    text-decoration: none;
    color: #676767;
    font-size: 1.1em;
    font-weight: 500;
    padding: 0 16px;
}

.product-navbar > div > ul > li:hover > a {
    color: #4486c6;
}

.product-navbar > div > ul > li.current-menu-item > a {
    color: #4486c6;
}

.features-row:before {
    display: table;
    content: " ";
    clear: both;
}

.features-row:after {
    display: table;
    content: " ";
    clear: both;
}

.features-item {
    margin: 12px 0;
    width: 33.333%;
    position: relative;
    display: inline-block;
    float: left;
}

.features-item:nth-child(3n+1) {
    clear: left;
}

.features-item .features-content:before {
    font-family: 'FontAwesome';
    content: "";
    color: #4486c6;
    font-size: 1.2em;
    left: 0;
    position: absolute;
}

.features-item.white .features-content:before {
    color: #fff;
}

.features-item .features-content {
    padding: 0 24px;
    text-align: left;
}

.features-item .features-content p {
    color: #777;
}

.features-item.white .features-content p {
    color: #fff;
}

.features-item.white .features-content h3 {
    color: #fff;
}

#container {
    width: 100%;
    padding: 0px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#social {
    display: none;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    text-align: center;
    position: relative;
}

.footer {
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    position: relative;
    background-color: #0847A3;
    /*min-height: 450px;*/
    color: #fff;
    margin-bottom: -26px; /* weird space at bottom */
}

/*.footer .page-content {*/
/*    max-width: 1080px;*/
/*}*/

.footer .menu {
    text-align: left;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: flex-start;*/
    /*align-content: space-around;*/
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.footer .menu li {
    padding: 2px;
}

.footer .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
}

.footer .menu li.bold > a {
    font-weight: bolder;
    font-size: 1em;
    color: #fff;
}

#footer-menu {}

#footer-menu .sub-menu {
    padding-top: 8px;
    padding-bottom: 36px;
    width: 100%;
}

#footer-menu .sub-menu a:hover {
    text-decoration: underline;
}

#footer-menu > div:after {
    display: table;
    content: " ";
    clear: both;
}

#footer-menu > div > ul > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    /*float: left;*/
}

#footer-menu > div > ul > li > a {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    width: 100%;
}

#footer-menu > div > ul > li > ul {}

.footer .copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.footer .copy p {
    padding: 14px 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.footer .copy ul {
    padding: 14px 0;
}

.footer p {
    color: #fff;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer .footer-top-padding {
    padding-top: 10%;
    position: relative;
    max-width: 1080px;
}

@media only screen and (max-width: 780px) {
    .footer .footer-top-padding {
        padding-top: 20%;
    }
}

@media only screen and (max-width: 600px) {
    .footer .menu {
        column-count: 2;
    }

    .footer .footer-top-padding {
        padding-top: 40%;
    }
}

.li-inline {

}

.li-inline:after {
    display: table;
    content: " ";
    clear: both;
}

.li-inline li {
    float: left;
    padding: 8px 12px 8px 0;
}

.social-links {
    padding-bottom: 10px;
}

.social-links a {
    font-size: 1.4em;
    color: #fff;
    padding: 0 4px;
}

.hero {
    padding: 116px 20px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero.angled-bottom {
    z-index: 3;
    margin-bottom: -60px
}

.angled-bottom:not(.hero) {
    margin-bottom: -60px !important;
    padding: 40px 20px 116px;
    z-index: 2 !important;
}

.hero.product.blue {
    padding-bottom: 184px;
}

.hero.product.grey {
    padding-bottom: 184px;
}

.hero.product.blue + .section-grey {
    position: inherit;
}

.hero.product.grey + .section-blue {
    position: inherit;
}

.angled-bottom:not(.hero) + .section-white,
.angled-bottom:not(.hero) + .section-grey,
.angled-bottom:not(.hero) + .section-blue {
    padding-top: 100px;
}

.hero.grey {
    background: #f6f6f6;
    color: #131924;
}

.hero.grey:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    /*max-width: calc(100vw - 1px);*/
    box-sizing: border-box;
    background: #014296;
    -webkit-transform: skew(93deg) translateY(1px);
    transform: skew(93deg) translateY(1px);
    transform-origin: bottom;
}

.hero.product.payroll {
    background: url("/wp-content/uploads/2017/12/screener-page-hero-background-v2-01.svg");
    background-size: cover;
    background-position: center bottom;
    /*background-repeat: no-repeat;*/
    margin-bottom: 20px;
}

/*.hero.product h1 {*/
/*    text-shadow: 1px 1px 4px #33333352;*/
/*}*/

.hero.grey h1 {
    color: #131924;
    text-shadow: none;
}

.hero.product.accountants {
    background: url("/wp-content/uploads/2017/12/accountants-page-hero-background.svg");
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 20px;
    margin-top: -2px;
    margin-right: -2px;
}

.hero-container {
    padding: 24px 0;
    color: #fff;
    min-height: 316px;
    max-width: 1200px;
    position: relative;
}

.hero.blue {
    background: #014296;
    padding-bottom: 40px;
}

.hero.blue h1,
.hero.blue p:not(.cta-card p),
.hero.blue span:not(.green),
.hero.blue a:not(.green, .cta-card a) {
    color: #ffffff;
}

.hero.blue.article {
    padding-bottom: 0;
    overflow: visible; /* to show tooltip */
}

.hero.blue:has(+ :not(.section-blue))::after  {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    /*max-width: calc(100vw - 1px);*/
    box-sizing: border-box;
    background: #f6f6f6;
    -webkit-transform: skew(93deg) translateY(1px);
    transform: skew(93deg) translateY(1px);
    transform-origin: bottom;
}

.hero.blue:has(+ .section-white)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    /*max-width: calc(100vw - 1px);*/
    box-sizing: border-box;
    background: #ffffff;
    -webkit-transform: skew(93deg) translateY(1px);
    transform: skew(93deg) translateY(1px);
    transform-origin: bottom;
}

.hero.blue > .hero-container {
    padding: 24px 0 40px;
}

/*.angled-bottom + .section-blue,*/
/*.angled-bottom + .section-grey {*/
/*!*.hero.blue + .section-grey,*!*/
/*!*.hero.grey + .section-blue {*!*/
/*    padding: 80px 20px 60px;*/
/*}*/

@media only screen and (max-width: 1024px) {
    .hero.blue {
        padding-top: 86px;
    }
}

/*@media only screen and (max-width: 600px) {*/
/*    h1 {*/
/*        font-size: 2.6em;*/
/*    }*/
/*}*/

hr {}

.center {
    text-align: center;
}

.group {
    margin: 40px 0;
    display: block;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group.slim {
    margin: 10px 0;
}

section {
    float: left;
    min-width: 192px;
    width: 100%;
}

.section {
    float: left;
    min-width: 192px;
    width: 100%
}

/*.section.width-25 {*/
/*    width: 25%;*/
/*}*/

.section.width-33 {
    width: 33.31%;
}

.section.width-50 {
    width: 50%;
}

/*.section.width-75 {*/
/*    width: 75%;*/
/*}*/

section.width-25 {
    width: 25%;
}

section.width-33 {
    width: 33.31%;
}

section.width-50 {
    width: 50%;
}

section.width-75 {
    width: 75%;
}

@keyframes subtle-reveal-animation {
    0% {opacity: 0; left: -10%;}
    100% {opacity: 1; left: 0;}
}

.subtle-reveal {
    -webkit-animation:subtle-reveal-animation ease-in 1;
    animation:subtle-reveal-animation ease-in 1;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    animation-duration:.5s;
}

.table-row {
    display: table-row;
}

.showcase .table-row:nth-child(2n) {
    background-color: #f7f7f7;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 40px;
    box-sizing: border-box;
    text-align:left;
    position: relative;
}

.product-showcase .table-cell:last-of-type {
    /*padding-left: 86px;*/
}

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

.showcase .table-cell img {
    position: relative;
    top:0;
    width: 100%;
    padding: 0;
    left: -10%;
    padding: 16px 2px 2px;
    background: #dedede;
    border-radius: 6px;
    overflow: visible;
    opacity: 0;
}

/*.table-row:hover .table-cell img {
    width: 100%;
    padding: 5%;
    margin-left: 0;
}*/

.showcase .table-cell:first-child {
    /*padding-left: 0;*/
    text-align: right;
}

.showcase .table-row:nth-child(2n) .table-cell:last-child {
    /*padding-right: 0*/
}

.table {
    display: table;
}

.shadow {
    -moz-box-shadow: 0px 10px 20px #999;
    -webkit-box-shadow: 0px 10px 20px #999;
    box-shadow: 0px 10px 20px #999;
}

ol.ol-circle {
    counter-reset: li-counter;
    list-style-type: none;
    ms-list-style-type: decimal;
    margin-left: 2.1em;
    padding: 0;
}

ol.ol-circle > li {
    margin-top: 1.2em;
    position: relative;
    font-size: 16px;
}

ol.ol-circle > li:before {
    font-family: "graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Poppins, Helvetica, Arial, sans-serif;
    background: #4486c6;
    border-radius: 50%;
    color: #ffffff;
    content: counter(li-counter);
    counter-increment: li-counter;
    font-size: 0.765em;
    height: 1.9em;
    left: -2.75em;
    padding-top: 0.26em;
    position: absolute;
    text-align: center;
    top: -2px;
    box-sizing: border-box;
    width: 1.9em;
}

ol.ol-circle-white {
    counter-reset: li-counter;
    list-style-type: none;
    ms-list-style-type: decimal;
    margin-left: 2.1em;
    padding: 0;
}

ol.ol-circle-white > li {
    margin-top: 1.2em;
    position: relative;
    font-size: 16px;
}

ol.ol-circle-white > li:before {
    font-family: "graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Poppins, Helvetica, Arial, sans-serif;
    background: #ffffff;
    border-radius: 50%;
    color: #4486c6;
    content: counter(li-counter);
    counter-increment: li-counter;
    font-size: 0.765em;
    height: 1.9em;
    left: -2.75em;
    padding-top: 0.26em;
    position: absolute;
    text-align: center;
    top: -2px;
    box-sizing: border-box;
    width: 1.9em;
}

.bottom-cta-container {
    padding: 60px 0 40px 0;
}

.bottom-cta-container .page-content .group {
    max-width: 846px;
    margin: 20px auto;
}

.bottom-cta-copy-section {
    position: relative;
    margin-right: 40px;
    padding-right: 40px;
    max-width: 400px;
}

.bottom-cta-copy-section li {
    text-align: left;
}

.bottom-cta-form-section {
    position: relative;
    min-width: 366px;
}

.bottom-cta-form {

}

.bottom-cta-form ul li {
    padding: 6px 0px;
}

.bottom-cta-form input[type=text], .bottom-cta-form input[type=email] {
    max-width: 364px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

select {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 16px;
    color: #676767;
    /*background: #F7F7F8;*/
    background: #ffffff;
}

.op-select {
    width: 100%;
    padding: 10px 16px;
    /*border: none;*/
    font-size: 16px;
    color: #676767;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
    /*background: #F7F7F8;*/
    background: #ffffff;
    border: 1px solid #ababab;
    position: relative;
    display: block;
    overflow: hidden;
}

.op-select:after {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #32373F;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    z-index: 1;
    width: 20px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.op-select:hover,
.op-select:focus {
    background: #ffffff;
    box-shadow: 1px 2px 8px #a5a5a54a;
}

/*.bottom-cta-form input[type=text]:focus, .bottom-cta-form input[type=email]:focus {*/
/*    border-color: #4486c6;*/
/*}*/

.bottom-cta-form-ul {
    max-height: 158px;
    overflow: hidden;
    transition: all .3s ease-out;
}

.bottom-cta-form-ul.show-all {
    max-height: 600px;
    overflow: visible; /* 8/
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

.bottom-cta-form label {
    display: none;
}

.bottom-cta-form label.op-select {
    display: block;
}

.customer-success-container {
    margin: 0 auto;
    max-width: 800px;
}

.customer-success-container .image-container {
    min-width: 280px;
    height: 324px;
}

.customer-success-container .customer-success-profile-image {
    border-radius: 50%;
    height: 180px;
    width: 180px;
    overflow: hidden;
    margin: -90px 0 14px -90px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.customer-success-container .customer-success-profile-image img {
    position: absolute;
    height: 180px;
    left: -40px;
}

.customer-success-container .customer-credits {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 188px;
    left: 50%;
    margin-left: -94px;
    margin-top: 102px;
}

.customer-success-content p {
    margin: 24px 0;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.bounce:hover {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-24px);
    }
    60% {
        transform: translateY(-12px);
    }
}

.float {
    -moz-animation: float 4s ease-in-out infinite;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}

.btn.float:hover {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
}

@keyframes float {
    0% {
        /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatey(0px);
    }
    50% {
        /*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
        transform: translatey(-20px);
    }
    100% {
        /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatey(0px);
    }
}

.slide {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transform: translateX(1200px);
    transform: translateX(1200px);
}

.slide-in {
    transform: translate(0);
    -webkit-transform: translate(0);
}

.btn {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 0;
    font-family: 'Poppins', 'Lato', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #212731;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all .3s;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn:active,
.btn.active {
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

/*.btn:focus {*/
/*    outline: thin dotted #333;*/
/*    outline: 5px auto -webkit-focus-ring-color;*/
/*    outline-offset: -2px;*/
/*}*/

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 12px 16px;
    font-size: 16px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 32px;
    min-width: 164px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    width: 100%;
    height: 100%;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
    height: 100%;
}

.btn-primary.active,
.btn-secondary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #ffffff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #11A77A;
    border-width: 1px;
    border-style: solid;
    border-color: #11A77A;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);*/
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #13b585;
    border-color: #13b585;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #13b585;
    border-color: #13b585;
}

.btn-secondary {
    color: #212731;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);*/
    transition: all 0.3s ease-in-out;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
    color: #212731;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.btn-secondary:active,
.btn-secondary.active {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.btn-warning {
    color: #32373F;
    text-shadow: none !important;
    background-color: #FFBC8A1A;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s ease-in-out;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #ffffff;
    background-color: #F29339;
    border-color: #F29339;
    transition: all 0.3s ease-in-out;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #F29339;
    border-color: #F29339;
}

.btn-warning.disabled,
.btn-warning[disabled] {
    color: #32373F;
    background-color: #ffbc8a3b;
    border-color: #ffffff00;
    transition: all 0.3s ease-in-out;
}

.btn-success {
    color: #fff !important;
    text-shadow: none !important;
    background-color: #19AE8E;
    border-color: #19AE8E;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s ease-in-out;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #1C876E;
    border-color: #1C876E;
    transition: all 0.3s ease-in-out;
}

.btn-success:active,
.btn-success.active {
    background-color: #1C876E;
}

.btn-info {
    color: #fff;
    text-shadow: none !important;
    background-color: #FFFFFF1A;
    /*background-repeat: repeat-x;*/
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff00;
    transition: all 0.3s ease-in-out;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #ffffff33;
    border-color: #ffffff00;
    transition: all 0.3s ease-in-out;
}

.btn-info:active,
.btn-info.active {
    background-color: #ffffff00;
}

.btn-outline.blue {
    color: #014296;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #014296;
    transition: all 0.3s ease-in-out;
}

.btn-outline.blue:hover,
.btn-outline.blue:focus,
.btn-outline.blue:active,
.btn-outline.blue.active,
.btn-outline.blue.disabled,
.btn-outline.blue[disabled] {
    color: #ffffff;
    background-color: #014296;
    border-color: #014296;
    transition: all 0.3s ease-in-out;
}

.btn-outline.blue:active,
.btn-outline.blue.active {
    background-color: #014296;
}

.btn-outline.white {
    color: #ffffff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.btn-outline.white:hover,
.btn-outline.white:focus,
.btn-outline.white:active,
.btn-outline.white.active,
.btn-outline.white.disabled,
.btn-outline.white[disabled] {
    color: #014296;
    background-color: #ffffff;
    border-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.btn-outline.white:active,
.btn-outline.white.active {
    background-color: #ffffff;
}

i.op-icons.arrow-right.green {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Right_Green.svg') no-repeat;
    background-position: center center;
    display: block;
    width: 16px;
    height: 12px;
}

i.op-icons.arrow-left.green {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Right_Green.svg') no-repeat;
    background-position: center center;
    display: block;
    width: 16px;
    height: 12px;
    transform: rotate(180deg);
}

i.op-icons.arrow-up-right.black {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Up_Right_Black.svg') no-repeat;
    background-position: center center;
    display: block;
    width: 12px;
    height: 16px;
}

i.op-icons.arrow-up-right.white {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Up_Right_White.svg') no-repeat;
    background-position: center center;
    display: block;
    width: 12px;
    height: 16px;
}

i.op-icons.arrow-down-2.black {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Down_Black.svg') no-repeat;
    background-position: center center;
    display: block;
    width: 12px;
    height: 16px;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.slider-volume {
    width: 500px; /*700*/
    margin: 0 auto;
}

.slider-volume > .dragger {
    width: 22px;
    height: 22px;
    left: -30px;
    margin: 0 auto;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/

    /*-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2), 0 2px 5px 2px rgba(0, 0, 0, 0.1);*/
    /*-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2), 0 2px 5px 2px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2), 0 2px 5px 2px rgba(0, 0, 0, 0.1);*/

    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;

    background: #c5c5c5;
    /*background: -moz-linear-gradient(90deg, rgba(180, 180, 180, 1) 20%, rgba(230, 230, 230, 1) 50%, rgba(180, 180, 180, 1) 80%);*/
    /*background: -webkit-radial-gradient(50% 0%, 12% 50%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%),*/
    /*-webkit-radial-gradient(50% 100%, 12% 50%, hsla(0, 0%, 100%, .6) 0%, hsla(0, 0%, 100%, 0) 100%),*/
    /*-webkit-radial-gradient(50% 50%, 200% 50%, hsla(0, 0%, 90%, 1) 5%, hsla(0, 0%, 85%, 1) 30%, hsla(0, 0%, 60%, 1) 100%);*/
}

.slider-volume > .track, .slider-volume > .highlight-track {
    height: 10px;
    background: #f6f6f6;
    /*background: -moz-linear-gradient(top, #787878, #a2a2a2);*/
    /*background: -webkit-linear-gradient(top, #787878, #a2a2a2);*/
    /*background: linear-gradient(top, #787878, #a2a2a2);*/

    /*-moz-box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, 0.15), 0 1px 0px 0px rgba(230, 230, 230, 0.9), inset 0 0 1px 1px rgba(0, 0, 0, 0.2);*/
    /*-webkit-box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, 0.15), 0 1px 0px 0px rgba(230, 230, 230, 0.9), inset 0 0 1px 1px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: inset 0 2px 5px 1px rgba(0, 0, 0, 0.15), 0 1px 0px 0px rgba(230, 230, 230, 0.9), inset 0 0 1px 1px rgba(0, 0, 0, 0.2);*/

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.slider-volume > .highlight-track {
    background-color: #0A88FC;
    /*background: -moz-linear-gradient(top, #c5c5c5, #a2a2a2);*/
    /*background: -webkit-linear-gradient(top, #c5c5c5, #a2a2a2);*/
    /*background: linear-gradient(top, #c5c5c5, #a2a2a2);*/

    /*background: -webkit-linear-gradient(top, #1566af, #4486c6);*/
    /*background: -moz-linear-gradient(top, #1566af, #4486c6);*/
    /*background: linear-gradient(top, #1566af, #4486c6);*/
}

.slider {
    width: 400px;
}

.slider > .dragger {
    background: #8DCA09;
    background: -webkit-linear-gradient(top, #8DCA09, #72A307);
    background: -moz-linear-gradient(top, #8DCA09, #72A307);
    background: linear-gradient(top, #8DCA09, #72A307);

    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.2);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    border: 1px solid #496805;
    width: 16px;
    height: 16px;
}

.slider > .dragger:hover {
    background: -webkit-linear-gradient(top, #8DCA09, #8DCA09);
}

.slider > .track, .slider > .highlight-track {
    background: #ccc;
    /*background: -webkit-linear-gradient(top, #bbb, #ddd);
    background: -moz-linear-gradient(top, #bbb, #ddd);
    background: linear-gradient(top, #bbb, #ddd);*/
    /*background: -webkit-linear-gradient(top, #1257af, #4a8dda);*/
    /*background: -moz-linear-gradient(top, #1257af, #4a8dda);*/
    /*background: linear-gradient(top, #1257af, #4a8dda);*/
    /*-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);*/
    /*-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);*/

    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    border-radius: 5px;

    /*border: 1px solid #aaa;*/
    height: 4px;
}

.slider > .highlight-track {
    background-color: #8DCA09;
    background: -webkit-linear-gradient(top, #8DCA09, #72A307);
    background: -moz-linear-gradient(top, #8DCA09, #72A307);
    background: linear-gradient(top, #8DCA09, #72A307);
    border-color: #496805;
}

.price {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*color: #555;*/
    text-align: center;
    /*background-color: #225878;*/
    /*background-color: #4486c6;*/
}

.price-inner {
    position: relative;
    margin: 0px auto;
    max-width: 868px;
}

.price-inner small {
    font-size: 14px;
}

.tooltip {
    margin-top: -162px;
    width: 200px;
    height: 132px;
    background: #fff;
    border-radius: 10px;
    box-sizing: content-box;
    /*box-shadow: 0 0 5px 2px rgba(0,0,0,.15);*/
    /*transition: background-color .3s ease-out;*/
}

/*.tooltip:hover .arrow-down {*/
/*    border-top-color: #46abed;*/
/*}*/

/*.tooltip:hover {*/
/*    background: #46abed;*/
/*    box-shadow: 0 0 5px 5px rgba(0,0,0,.15);*/
/*}*/

/*.tooltip:hover:before {*/
/*    color: #46abed;*/
/*    font-size: 1.5em;*/
/*    content: '\f053';*/
/*    font-family: 'FontAwesome';*/
/*    position: absolute;*/
/*    left: -40px;*/
/*    top: 50%;*/
/*    margin-top: -12px;*/
/*}*/

/*.tooltip:hover:after {*/
/*    color: #46abed;*/
/*    font-size: 1.5em;*/
/*    content: '\f054';*/
/*    font-family: 'FontAwesome';*/
/*    position: absolute;*/
/*    right: -40px;*/
/*    top: 50%;*/
/*    margin-top: -12px;*/
/*}*/

.tooltip_ {
    padding: 24px 16px;
    /*height: 80px;*/
    text-align: center;
    font-size: 30px;
    /*color: #fff;*/
    line-height: 24px;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); */
    font-weight: bold;
}

.tooltip_ small {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

/*.tooltip_ hr {*/
/*    color: #e1e1e1;*/
/*    border-bottom: solid thin #e1e1e1;*/
/*    background: none;*/
/*}*/

.pricing-container {
    margin: 0 auto;
    display: inline-block;
}

.pricing-block {

}

.pricing-block .pricing-number {
    /*color: #777;*/
    font-size: 2.5em;
    font-weight: bold;
}

.op-card.pricing .pricing-time {
    color: inherit;
    font-size: 14px;
    line-height: 16px;
}

.pricing-block .pricing-description {
    /*color: #a5a6ac;*/
    font-size: 13px;
    text-transform: uppercase;
    display: block !important;
}

.pricing-plus {
    max-width: 32px;
    width: 100%;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    box-sizing: content-box;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    /*transition: border-top-color .3s ease-out;*/
}

.output {}

.slider-outer {
    margin: 0 auto;
    /*background: rgba(0, 0, 0, .1);*/
    width: 650px; /*780*/
    padding: 160px 10px 0 60px;
    height: 40px;
}

.responsive.show-1-block {
    display: none;
}

.flexslider {
    margin-top: 60px;
    background-color: transparent;
    border: none;
}

/* color tag spans, h4 */
.op-tag {
    display: inline-flex;
    padding: 6px 16px;
    border-radius: 30px;
    position: relative;
    background: #ffffff;
    z-index: 2;
    font-weight: 600;
    font-size: 16px;
}

.op-tag.grey {
    background: #f6f6f6;
}

.op-tag.orange {
    background: #ee9038;
    color: #ffffff !important;
    text-decoration: none;
}

.op-tag.dark-blue {
    background: rgba(1, 66, 150, 1);
    color: #ffffff !important;
    text-decoration: none;
}

.op-tag.light-blue {
    background: #0A88FC;
    color: #ffffff !important;
    text-decoration: none;
}

.op-tag.purple {
    background: #9a6fb6;
    color: #ffffff !important;
    text-decoration: none;
}

.op-tag.green {
    background: #11A77A;
    color: #ffffff !important;
    text-decoration: none;
}

.op-tag.transparent {
    background: #FFFFFF1A;
    color: #ffffff !important;
    text-decoration: none;
}

.op-tag > p,
.op-tag > a {
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}

.op-tag.small {
    padding: 4px 14px;
    border-radius: 20px;
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.op-tag.small > p,
.op-tag.small > a {
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.op-tag.x-small {
    padding: 2px 10px;
    border-radius: 20px;
    margin: 0 0 6px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.op-tag.x-small > p,
.op-tag.x-small > a {
    font-size: 10px;
    line-height: 14px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.testimonial-container {
    display: table;
}

.testimonial-row {
    display: table-row;
}

.testimonial-image {
    vertical-align: top;
    text-align: right;
    display: table-cell;
    padding-right: 20px;
    width: 200px;
}

.testimonial-text {
    text-align: left;
    vertical-align: top;
    display: table-cell;
}

.testimonial-author {
    display: block;
    margin-top: 20px;
    font-size: .8em;
}

.testimonial-author em {
    font-size: 1em;
    font-style: italic;
    text-decoration: none;
}

.stars {
    display: inline-block;
    font-size: 50px;
    font-family: 'Times';
    line-height: 1;
}

.stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #ffbc8a 96%, #ddd 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 600px) {
    .stars {
        font-size: 46px;
    }
}

.star-ratings-group {
    width: 100%;
}

.star-ratings-group a {
    text-decoration: none;
    font-weight: 900;
    color: #333;
}

.star-ratings-group a:hover {
    color: #4486c6;
}

.star-ratings-group tr {
}

.star-ratings-group td {
    padding: 14px 8px 14px 0px;
    position: relative;
    border-bottom: solid thin #eee;
}

.star-ratings-group tr:last-of-type td {
    border-bottom: none;
}

.star-ratings-group tr:first-of-type td {
    border-top: none;
}

.star-ratings-group td a.content {}

.star-ratings-group td a.content:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    -webkit-transition: all 125ms ease-in-out;
    -moz-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    color: #4486c6;
    display: inline;
    right: 0px;
    position: absolute;
    text-decoration: none !important;
    top: 16px;
}

.onpay-blocks-bottom {

    padding-bottom: 40px;
}

.icon {
    padding-top: 6px;
}

.hero-callout-container .callout_right section form {
    max-width: 368px;
    margin-right: 0;
}

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

li.has-link {
    cursor: pointer;
}

li.has-link:hover {
    color: #4486c6;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    /*min-width: 560px;*/
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-callout-container .callout_right h1 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-callout-container .callout_right h2 {
    font-size: 3.4em;
    margin: 8px auto;
}

@media only screen and (max-width: 1280px) {
    .hero-callout-container {
        right: 0;
        left: 50%;
        min-width: 572px;
        margin-left: -10%;
        /*background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.5) 100%);*/
    }

    .hero-callout-container .callout_right {
        margin-left: 0;
    }

    .hero-callout-container .callout_right h1 {
        /*display: none;*/
    }

    .hero-callout-container .callout_right h2 {
        font-size: 2.8em;
    }

    .hero-callout-container .callout_right section {
        float: right;
    }

    .hero-callout-container .callout_right section form {
        margin-right: auto;
    }
}

@media only screen and (max-width: 1106px) {
    #top-menu {
        display: none !important;
    }

    .top-menu-mobile {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .bottom-cta-form-ul {
        max-height: 146px;
    }

    .video-wrapper {
        min-width: 0;
    }

    ul.check-list .check-mark {
        left: auto;
        margin-left: -28px;
    }

    ul.check-list .check-mark i {
        margin-left: -6px;
    }

    .hero-callout-container .callout_right {
        max-width: 100%;
        min-width: 320px;
        padding-top: 80px;
    }

    .hero-callout-container .callout_right section {
        float: none;
        padding: 0 10px;
    }

    .features-item {
        width: 50%;
    }

    .features-item:nth-child(3n+1) {
        clear: none;
    }

    .features-item:nth-child(2n+1) {
        clear: left;
    }

    .landing-page-cta-container {
        max-width: 100%;
        padding: 36px 8px;
    }

    .group {
        text-align: center !important;
    }

    .table {
        display: block;
    }

    .table-row {
        display: block;
        width: 100%;
        margin: 20px auto;
        padding: 20px 0;
    }

    .providers .table-row {
        padding: 0;
        margin: 0 auto;
    }

    .table-cell, .table-cell:first-child, .table-cell:last-child {
        padding: 20px 12px;
        text-align: center !important;
        display: block;
        width: 100%;
    }

    .product-showcase .table-cell:last-of-type {
        padding-left: 12px;
    }

    .providers .table-cell {
        padding: 40px 12px;
    }

    .showcase .table-cell img {
        width: 60% !important;
    }

    .top-content-padded-bottom{
        padding-bottom: 0;
    }

    .hero-callout-container {
        height: 100%;
        left: 0;
        margin-left: 0;
        min-height: 485px;
        z-index: 2;
        /*background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0.53) 100%);*/
    }

    .callout_right {
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        width: 100%;
        margin-left: 0;
    }

    .onpay-blocks-bottom {
        background-image: none;
        padding-bottom: 40px;
    }

    .bottom-cta-form-section-home {
        min-width: 0;
        width: 100%;
        text-align: center;
        padding: 40px 0px 0px;
    }

    .bottom-cta-form input[type=text], .bottom-cta-form input[type=email] {
        /*width: 100%;*/
        font-size: 1.0em;
        border-radius: 4px;
        padding: 8px 12px;
        /*box-sizing: border-box;*/
    }

    select {
        font-size: 16px;
    }

    .input-error-message {
        width: 260px;
        margin: 10px auto;
    }

    .section.width-33 {
        width: 100%;
    }

    .section.width-50 {
        width: 100%;
        float: none;
        text-align: center;
    }

    section.width-25 {
        width: 100%;
    }

    section.width-33 {
        width: 100%;
    }

    section.width-50 {
        width: 100%;
        float: none;
        text-align: center;
    }

    section.width-75 {
        width: 100%;
    }

    section.width-25.responsive-footer {
        width: 25%;
    }

    section.width-75.responsive-footer {
        width: 75%;
    }
}

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

    .price-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 790px) {

    .bottom-cta-copy-section {
        min-width: 0;
        /*width: 100%;*/
        max-width: 328px;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 40px;
        /*border-bottom: solid thin #ddd;*/
    }

    .bottom-cta-copy-section ol {
        list-style-position: inside;
        padding-top: 20px;
        text-align: left;
        width: 220px;
        margin: 0 auto;
        padding-left: 40px;
    }

    .bottom-cta-form-section {
        padding: 10px 20px 0;
    }

    .bottom-cta-form input[type=text], .bottom-cta-form input[type=email] {
        /*max-width: 300px;*/
        font-size: 1.0em;
        border-radius: 4px;
        padding: 8px 12px;
        box-sizing: border-box;
    }

    .responsive.hide-2 {
        display: none;
    }
}

@media only screen and (max-width: 780px) {

    .hero-callout-container {
        min-width: 320px;
    }

    .product-navbar > div {
        display: block;
        margin: 0;
    }

    .product-navbar > div > ul > li {
        width: 100%;
        display: block;
        padding: 10px;
        border-bottom: solid thin #ddd;
    }

    .product-navbar > div > ul > li:last-child {
        border-bottom: none;
    }

    .product-navbar {
        height: auto;
    }

    .features-item {
        width: 100%;
    }

    .price-inner {
        width: 100%;
    }

    .testimonial-container {
        display: block;
    }

    .testimonial-row {
        display: block;
    }

    .testimonial-image {
        display: block;
        padding: 40px 20px 0;
        text-align: center;
        width: 100%;
    }

    .testimonial-text {
        width: 100%;
        padding: 40px 20px;
        text-align: center;
        display: block;
    }

    #footer-menu > div > ul > li {
        width: 100%;
        padding: 20px 0;
    }

    #footer-menu-green > div > ul > li {
        width: 100%;
        padding: 20px 0;
    }

    section.width-25.responsive-footer {
        width: 50%;
        padding: 20px 0;
    }

    section.width-75.responsive-footer {
        width: 50%;
    }
}

@media only screen and (max-width: 760px) {

    .bottom-cta-copy-section {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 40px;
        border-bottom: solid thin #ddd;
    }

    .bottom-cta-copy-section ol {
        list-style-position: inside;
        padding-top: 20px;
        text-align: left;
        width: 220px;
        margin: 0 auto;
        padding-left: 40px;
    }

    .bottom-cta-form-section {
        min-width: 0;
        width: 94%;
        text-align: center;
        padding: 40px 20px 0;
    }
}

@media only screen and (min-device-width : 0px) and (max-device-width : 736px) {

    .responsive.show-1-block {
        display: block;
    }

    #footer2 {
        height: 520px;
    }

    .price {
        display: none;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 644px) {

    .hero-callout-container .callout_right section form {
        max-width: 320px;
    }

    .hero-callout-container .callout_right h2 {
        font-size: 1.8em;
    }

    .responsive.hide-1 {
        display: none;
    }

    .responsive.show-1-block {
        display: block;
    }

    #footer2 {
        height: 520px;
    }

    .price {
        display: none;
    }

    .btn-group  {
        width: 100%;
        text-align: center;
    }

    .btn-group .btn {
        width: 100%;
        justify-content: center;
    }

    .bottom-cta-form input[type=text], .bottom-cta-form input[type=email] {
        /*max-width: 316px;*/
        width: 100%;
        /*min-width: 260px;*/
        font-size: 1.0em;
        border-radius: 4px;
        padding: 8px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 600px) {
    .pricing-plus {
        margin-top: 20px;
        max-width: 24px;
    }

    section.width-25.responsive-footer {
        width: 100%;
    }

    section.width-75.responsive-footer {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    .bottom-cta-form-section {
        padding: 20px 0px 0;
    }

    .bottom-cta-form input[type=text], .bottom-cta-form input[type=email] {
        max-width: 328px;
        width: 100%;
        /*min-width: 258px;*/
        font-size: 1.0em;
        border-radius: 4px;
        padding: 8px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 360px) {
    .bottom-cta-form input[type=text], .bottom-cta-form input[type=email] {
        /*max-width: 260px;*/
        width: 100%;
        /*min-width: 260px;*/
        font-size: 1.0em;
        border-radius: 4px;
        padding: 8px;
        box-sizing: border-box;
    }
}

.btn-info:disabled {
    background-color: #ccc;
}

.text-grow:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    padding-left: 8px;
}

.op-card {
    border-radius: 16px;
    position: relative;
    padding: 32px 24px;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*transition: box-shadow, background .3s ease-in-out;*/
    transition: box-shadow, transform .3s, background .3s ease-in-out;
}

.op-card.features-card {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.op-card.clickable a {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.op-card.clickable:hover {
    /*background: #f6f6f6;*/
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 6px 16px #00000014;
    transform: translateY(-5px);
    cursor: pointer;
}

.op-blog-card:hover p.read-more > i,
.op-card-related-articles.clickable:hover p.read-more > i,
.op-card.clickable:hover p.learn-more > i,
.op-card.clickable:hover p.explore-more > i {
    transform: translateX(5px);
}

.op-card.clickable.grey:hover {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 16px #00000014;
}

.op-card.clickable:not(.no-tilt):hover img {
    -moz-animation: tilt .8s forwards;
    -webkit-animation: tilt .8s forwards;
    animation: tilt .8s forwards;
}

.op-card.transparent {
    background: #FFFFFF1A;
}

.op-card.grey {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}

.op-card.transparent.clickable:hover {
    background: #ffffff2e;
    cursor: pointer;
    box-shadow: 0 6px 16px #00000014;
}

.op-card .op-card-image-container {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.op-card .op-card-image-container > img {
    width: 100%;
    max-height: 100px;
    max-width: 120px;
    min-width: 100px;
}

.op-card .op-card-copy-container {
    min-height: 124px;
    flex-grow: 1;
    text-align: left;
}

.op-card .op-card-copy-container.center {
    text-align: center;
}

.op-card .op-card-copy-container > p {
    line-height: 24px;
    font-size: 16px;
}

.op-card .op-card-link-container {
    padding: 36px 0 0;
    text-align: left;
    width: 100%;
}

.op-card.icon-link-card {
    padding: 40px 24px;
}

.op-card.icon-link-card .op-card-image-container > img {
    width: 100px;
    max-height: none;
}

@keyframes tilt {
    100% { transform: rotate(-3deg); }
}

.op-card.pricing {
    max-width: 760px;
    padding: 64px 20px;
    z-index: 4;
}

.op-card-thin {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    height: 100%;
    border: 1px solid transparent;
    cursor: pointer;
    transition: box-shadow, background-color .3s ease-in-out;
}

.op-card-thin > a {
    color: #333;
    text-decoration: none;
}

.op-card-thin:hover {
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 6px 16px #00000014;
}

.op-card-thin > a > div > span {
    font-size: 44px;
    color: #c9c9c9;
}

.op-card-thin:hover > a > div > span {
    /*color: #ddd;*/
    -moz-animation: tilt .8s forwards;
    -webkit-animation: tilt .8s forwards;
    animation: tilt .8s forwards;
}

.op-card-thin > a > div.op-card-thin-content {
    max-width: 150px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.op-card-thin > a > div.op-card-thin-content > h3 {
    transition: color .3s ease-in-out;
    font-size: 18px;
}

.op-card-thin:hover > a > div.op-card-thin-content > h3 {
    color: #4486c6;
}

@media only screen and (max-width: 820px) {
    .op-card-thin > a > div.op-card-thin-content {
        min-height: 76px;
    }
}

@media only screen and (max-width: 768px) {
    .op-card-thin > a > div.op-card-thin-content > h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

.op-card-related-articles {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    background: #FFFFFF1A;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    transition: box-shadow, transform .3s, background .3s ease-in-out;
}

.op-card-related-articles > div:first-child {
    padding-top: 0;
    max-height: 186px;
    overflow: hidden;
}

.op-card-related-articles > div:not(:first-child) {
    padding: 10px 16px;
    text-align: left;
    width: 100%;
}

.op-card-related-articles.clickable > a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.op-card-related-articles.clickable:hover {
    background: #ffffff2e;
    cursor: pointer;
    box-shadow: 0 6px 16px #00000014;
    transform: translateY(-5px);
}

/*.op-card-related-articles > h4 {*/
/*    color: #FFBC8A*/
/*}*/

/*.op-card-related-articles > div:first-of-type {*/
/*    min-height: 100px;*/
/*    padding-top: 8px;*/
/*    padding-bottom: 36px;*/
/*}*/

.op-card-related-articles h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}

.op-card-related-articles h3 > a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*.op-card-related-articles > div:last-of-type {*/
/*    position: absolute;*/
/*    padding-bottom: 24px;*/
/*    bottom: 0;*/
/*}*/

@media only screen and (max-width: 820px) {
    .op-card-related-articles > div:first-of-type {
        min-height: 140px;
    }
}

@media only screen and (max-width: 600px) {
    .op-card-related-articles {
        min-height: unset;
    }

    .op-card-related-articles > div:first-of-type {
        min-height: unset;
    }

    .op-card-related-articles > div:last-of-type {
        position: relative;
        padding-bottom: 0;
        bottom: unset;
    }
}

.op-blog-card {
    overflow: hidden;
    max-width: 554px;
    background: #ffffff;
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow, transform .3s, background .3s ease-in-out;
}

.op-blog-card.small {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.op-blog-card.small > div:first-child {
    padding-top: 0;
    max-height: 186px;
    overflow: hidden;
}

.op-blog-card h3 > a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.op-blog-card.small > div:not(:first-child) {
    padding: 10px 16px;
    text-align: left;
    width: 100%;
}

.op-blog-card:hover {
    box-shadow: 0 6px 16px #00000014;
    cursor: pointer;
    transform: translateY(-5px);
}

.testimonial-section-container {
    text-align: center;
    width: 100%;
    max-width: 960px;
    padding: 20px 0;
    z-index: 2;
}

.testimonial-section-container .testimonial-section-title {
    background: #0A88FC;
    padding: 8px 30px;
    border-radius: 30px;
    display: inline-flex;
}

.testimonial-section-container .testimonial-section-copy {
    padding: 20px 0;
}

.testimonial-section-container .testimonial-section-copy > h2 {
    font-size: 32px;
    line-height: 40px;
}

.testimonial-section-container .testimonial-section-customer-info > p {
    color: #FFBC8A;
}

.op-video-card {
    /*border: 1px solid #ccc;*/
    margin-top: 20px;
    max-width: 562px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    border-radius: 2px;
}

.op-video-card .op-video-card-info-container {
    padding: 40px 20px;
    text-align: left;
    min-height: 148px;
}

.op-video-card .op-video-card-info-container .op-video-card-info-logo {
    float: left;
    text-align: center;
}

.op-video-card .op-video-card-info-container .op-video-card-info-copy {
    float: left;
    line-height: 22px;
}

@media only screen and (max-width: 1124px) {
    .op-video-card .op-video-card-info-container {
        padding: 40px 20px;
        text-align: left;
        min-height: 218px;
    }

    .op-video-card .op-video-card-info-container .op-video-card-info-logo {
        float: none;
        text-align: center;
        padding-bottom: 20px;
    }

    .op-video-card .op-video-card-info-container .op-video-card-info-copy {
        float: none;
        text-align: center;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .op-video-card .op-video-card-info-container {
        padding: 40px 20px;
        text-align: left;
        min-height: 148px;
    }

    .op-video-card .op-video-card-info-container .op-video-card-info-logo {
        float: left;
        text-align: center;
        padding-bottom: 0px;
    }

    .op-video-card .op-video-card-info-container .op-video-card-info-copy {
        float: left;
        text-align: left;
        line-height: 22px;
    }
}

@media only screen and (max-width: 600px) {
    .op-video-card .op-video-card-info-container .op-video-card-info-logo {
        float: none;
        text-align: center;
        padding-bottom: 20px;
    }

    .op-video-card .op-video-card-info-container .op-video-card-info-copy {
        float: none;
        text-align: center;
        line-height: 22px;
    }
}

/* bootstrap 3.3.7 */
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 1s ease-in-out left;
    -o-transition: 1s ease-in-out left;
    transition: 1s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 1s ease-in-out;
        -o-transition:      -o-transform 1s ease-in-out;
        transition:         transform 1s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=80);
    opacity: .8;
}

.carousel-control.left, .carousel-control-prev {
    /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);*/
    /*background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);*/
    /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));*/
    /*background-image:         linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, .0001) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
    /*background-repeat: repeat-x;*/
}

.carousel-control.right, .carousel-control-next {
    right: 0;
    left: auto;
    /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);*/
    /*background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);*/
    /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));*/
    /*background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(255, 255, 255, 0.5) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
    /*background-repeat: repeat-x;*/
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: 0;
    opacity: 1;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -20px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -20px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.carousel-control .icon-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.carousel-indicators {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #aaa;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (max-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -20px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -20px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -30px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -30px;
    }
}

.fadeIn{

    animation-duration: 2s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {opacity: 0;}
    25% {opacity: .25;}
    50% {opacity: .5;}
    75% {opacity: .75;}
    100% {opacity: 1;}
}

.float-up {
    margin-top: 2%;

    animation-name: float-up;
    -webkit-animation-name: float-up;

    animation-duration: 3s;
    -webkit-animation-duration: 3s;

    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;

    animation-fill-mode: forwards;
}

@keyframes float-up {
    0% {
        opacity: .1;
        transform: scale(.40);
        transform: translateY(0%);
        /*transform: rotate(1deg);*/
    }
    80% {
        opacity: 1;
        /*transform: rotate(-1deg);*/
    }
    100% {
        transform: scale(1);
        transform: translateY(-2%);
    }
}

@-webkit-keyframes float-up {
    0% {
        opacity: .1;
        transform: scale(.40);
        transform: translateY(0%);
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        transform: translateY(-2%);
    }
}

.hideme {
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 2s;
}

.showme {
    opacity: 1!important;
    transform: translate(0, 0);
}

.img-container {
    height: 260px;
    padding: 20px;
    position: relative;
}

.img-container img{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.op-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.op-row:before {
    display: table;
    clear: both;
}

.op-row:after {
    content: "";
    display: table;
    clear: both;
}

.op-col-20 {
    /*float: left;*/
    width: 20%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-flex-row.wrap.gap-20 > .op-col-20 {
    width: 18%;
}

.op-col-25 {
    /*float: left;*/
    width: 25%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-flex-row.wrap.gap-20 .op-col-25 {
    width: 23.5%;
}

.op-col-25-right {
    float: right;
    width: 25%;
}

.op-col-33 {
    width: 33%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-flex-row.wrap.gap-20 .op-col-33 {
    width: 31.5%;
}

.op-col-40 {
    /*float: left;*/
    width: 40%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-col-50 {
    width: 50%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-flex-row.wrap.gap-20 .op-col-50 {
    width: 48.5%;
}

.op-col-60 {
    /*float: left;*/
    width: 60%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-col-66 {
    /*float: left;*/
    width: 66%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-col-75 {
    /*float: left;*/
    width: 75%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-col-80 {
    /*float: left;*/
    width: 80%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0;
}

.op-col-100 {
    /*float: left;*/
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 0;
}

.show-below-1024 {
    display: none;
}

.show-below-820 {
    display: none;
}

.show-below-780 {
    display: none;
}

.author-section > div:first-child {
    width: 100%;
    max-width: 180px;
    text-align: center;
}

.author-section > div:first-child img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    /*border: 5px solid #fff;*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.author-section > div:last-child {
    width: 100%;
    max-width: 580px;
    padding: 0 20px;
}

.author-section-top {
    padding: 0 !important;
    width: 100%;
    margin: 16px 0;
}

.author-section-top > div:first-child {
    margin-left: 0;
    width: 100%;
    max-width: 76px;
    margin-top: 4px;
}

.author-section-top > div:first-child img {
    border-radius: 50%;
    width: 100%;
    max-width: 64px;
    margin-left: 4px;
    border: 2px solid #fff;
}

.author-section-top > div:last-child {
    width: 100%;
    text-align: left;
    padding: 0 8px;
}

@media only screen and (max-width: 1024px) {
    .op-flex-row.wrap.gap-20 .op-col-25 {
        width: 23%;
    }

    /*.op-col-25 {*/
    /*    width: 50%;*/
    /*}*/

    .op-flex-row.wrap.gap-20 .op-col-33 {
        width: 31%;
    }

    .op-col-40 {
        width: 50%;
    }

    /*.op-col-50 {*/
    /*    width: 100%;*/
    /*    !*text-align: center;*!*/
    /*}*/

    .op-flex-row.wrap.gap-20 .op-col-50 {
        width: 47%;
    }

    .op-col-60 {
        width: 50%;
    }

    .hide-below-1024 {
        display: none !important;
    }

    .show-below-1024 {
        display: block;
    }
}

@media only screen and (max-width: 820px) {
    .op-col-33 {
        width: 50%;
    }

    .op-flex-row.wrap.gap-20 .op-col-20 {
        width: 31%;
    }

    .op-flex-row.wrap.gap-20 .op-col-25 {
        width: 48%;
    }

    .op-flex-row.wrap.gap-20 .op-col-33 {
        width: 47.5%;
    }

    .show-below-820 {
        display: block;
    }
}

@media only screen and (max-width: 780px) {

    .hide-below-780 {
        display: none !important;
    }

    .show-below-780 {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .op-col-25 {
        width: 50%;
    }

    .op-flex-row > .op-col-25:has(+ .op-col-75) {
        width: 30%;
    }

    .op-col-25 + .op-col-75 {
        width: 70%;
    }
}

@media only screen and (max-width: 600px) {
    .op-col-20 {
        width: 100%;
    }

    .op-flex-row.wrap.gap-20 .op-col-20 {
        width: 100%;
    }

    .op-flex-row.wrap.gap-20 .op-col-25 {
        width: 100%;
    }

    .op-flex-row.wrap.gap-20 .op-col-33 {
        width: 100%;
    }

    .op-flex-row.wrap.gap-20 .op-col-50 {
        width: 100%;
    }

    .op-col-25 {
        width: 100%;
    }

    .op-col-40 {
        width: 100%;
    }

    .op-col-50 {
        width: 100%;
    }

    .op-col-60 {
        width: 100%;
    }

    .op-col-33 {
        width: 100%;
    }

    .op-col-66 {
        width: 100%;
    }

    .op-col-75 {
        width: 100%;
    }

    .op-flex-row > .op-col-25:has(+ .op-col-75) {
        width: 100%;
    }

    .op-col-25 + .op-col-75 {
        width: 100%;
    }

    .op-col-80 {
        width: 100%;
    }
}

.op-blog-container-sm {
    background: #fff;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    /*border-top: 5px solid #f0f0f0;*/
    text-align: left;
    margin: 0 10px 20px;
    min-height: 380px;
    position: relative;
    overflow: hidden;
}

.op-blog-container-sm:hover {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    cursor: pointer;
}

.op-blog-title-sm {
    padding: 16px 24px 8px;
}

.op-blog-icon-container-sm {
    padding-top: 24px;
    text-align: center;
}

.op-blog-description-sm {
    line-height: 22px;
    min-height: 120px;
    padding: 0 24px 24px;
    /*font-family: "PT Serif,serif";*/
    font-size: 16px;
}

.op-blog-read-more-container-sm {
    text-align: left;
    padding: 0 24px 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.op-blog-content-container {
    max-width: 900px;
    text-align: left;
    line-height: 22px;
    padding: 40px 0px 20px;
}

.op-blog-right-gutter {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 240px; /* Set the width of the sidebar */
    /*z-index: 1; !* Stay on top *!*/
    right: 0px;
    /*position: fixed;*/
    top: 50%;
    transform: translateY(0%);
}

.op-blog-list {
    list-style: disc;
}

.op-blog-list li {
    margin: 18px 0 18px 28px;
    padding-left: 4px;
    position: relative;
}

ul.op-blog-links li {
    padding: 20px 0px 8px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

ul.op-blog-links li > a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

ul.op-blog-links li.active {
    border-bottom: 1px solid #4486c6;
}

ul.op-blog-links li.active > a {
    color: #4486c6;
}

.inline-cta {
    padding-top: 20px;
    padding-bottom: 20px;
}

.inline-cta .inline-cta-inner {
    padding: 30px 20px;
    width: 100%;
    background: #F8F8F8;
    text-align: center;
    border-radius: 8px;
}

.inline-cta .inline-cta-inner > p {
    line-height: 24px;
}

.btn-xl {
    line-height: 40px;
    font-size: 26px;
    padding: 8px 24px;
    font-weight: 500;
    border-radius: 6px;
}

.bottom-cta-row {
    padding: 20px 80px;
}

.bottom-cta-row:before {
    display: table;
    clear: both;
}

.bottom-cta-row:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 1024px) {
    .bottom-cta-row {
        padding: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .hide-below-1400 {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .top-content {
        min-height: 480px;
    }
}

/* home page testimonial section */
.testimonial-wide {
    max-width: 900px;
    min-height: 120px;
}

.testimonial-wide-img {
    float: left;
    width: 120px;
    height: 120px;
}

.testimonial-wide-img > img {
    height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-wide-content-container {
    float: left;
    max-width: 780px;
    padding: 24px 16px 6px 16px;
}

@media only screen and (max-width: 1024px) {
    .testimonial-wide {
        max-width: 820px;
    }

    .testimonial-wide-content-container {
        max-width: 700px;
    }
}

@media only screen and (max-width: 768px) {
    .testimonial-wide {
        min-height: 320px;
    }

    .testimonial-wide-img {
        float: none;
        width: 160px;
        height: 160px;
    }

    .testimonial-wide-img > img {
        height: 150px;
    }

    .testimonial-wide-content-container {
        float: none;
        max-width: 560px;
    }
}

@media only screen and (max-width: 600px) {
    .testimonial-wide-content-container {
        float: none;
        max-width: 300px;
    }

    .testimonial-wide {
        min-height: 400px;
    }
}

/* home page new styles */
.pad-top {
    margin-top: 0;
    padding-top: 80px;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 80rem;
}

.row.content {
    position: relative;
    height: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.heading-block {
    position: relative;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 800px;
    background-color: #64b3ed;
}

.heading-block-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

.signup-form-features {
    display: block;
    /*color: #fff;*/
}

.signup-form-features li{
    /*padding-top: 8px;*/
    /*padding-bottom: 8px;*/
    margin-bottom: 10px;
}

.signup-form-features li > span{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.signup-form-features li > div{
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    padding-left: 14px;
}

.signup-form-features li span.check-mark {
    height: 28px;
    width: 28px;
}

.title {
    margin: 0px auto 24px;
    color: #fff;
    font-size: 76px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.subtitle {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.bottom-cta-form.top input[type=text], .bottom-cta-form.top input[type=email] {
    max-width: 300px;
    width: 89%;
}

.bottom-cta-form.side input[type=text] {
    max-width: 150px;
}

.op-flex-row {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    /*z-index: 3;*/
}

.op-flex-row.center {
    align-items: center;
    text-align: left;
}

.op-flex-row.justify-center {
    justify-content: center;
}

.op-flex-row.wrap {
    flex-wrap: wrap;
}

.op-flex-row.gap-20 {
    gap: 20px;
}

.op-flex-row.gap-40 {
    gap: 40px;
}

@media only screen and (max-width: 1024px) {
    .op-flex-row.gap-40 {
        gap: 20px;
    }
}

.section-white {
    padding: 60px 20px;
    position: relative;
    background: #FFFFFF;
    /*z-index: 1;*/
    /*overflow: hidden;*/
}

.section-grey {
    padding: 60px 20px;
    position: relative;
    background: #f6f6f6;
    /*z-index: 1;*/
    /*overflow: hidden;*/
}

.section-blue {
    padding: 60px 20px;
    position: relative;
    background: #014296;
    /*z-index: 1;*/
    /*overflow: hidden;*/
}

.section-white + .section-white,
.section-grey + .section-grey {
    padding-top: 20px !important;
}

.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4:not(.green, .orange, .payroll, .hr),
.section-blue p,
.section-blue span,
.section-blue a:not(.btn, .green) {
    color: #ffffff;
}

.section-blue .op-card:not(.transparent) h1,
.section-blue .op-card:not(.transparent) h2,
.section-blue .op-card:not(.transparent) h3,
.section-blue .op-card:not(.transparent) p,
.section-blue .op-card:not(.transparent) span,
.section-blue .op-card a:not(.btn) {
    color: #32373F;
}

.section-blue.angled-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    box-sizing: border-box;
    background: #f6f6f6;
    -webkit-transform: skew(93deg) translateY(1px);
    transform: skew(93deg) translateY(1px);
    transform-origin: bottom;
}

.section-blue.angled-bottom.white:after {
    background: #ffffff;
}

.section-blue.angled-bottom:after:has(+ .section-white) {
    background: #ffffff;
}

.section-blue ul.check-list > li {
    color: #ffffff;
}

.hero.blue ul.check-list > li {
    color: #ffffff;
}

.section-blue .op-card ul.check-list > li {
    color: #32373F;
}

.section-white-to-blue {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.4) 60%, rgba(187,222,255,0.68) 100%);
}

.bottom-curve-background {
    background: url('/wp-content/uploads/2017/12/bottom-curve-white.svg');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.inner-section-lg {
    position: relative;
    max-width: 1200px;
    z-index: 3;
}

button.two-btn-1 {
    width: 48%;
    display: inline-block;
    margin-right: 1%;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 8px;
}

button.two-btn-2 {
    width: 48%;
    display: inline-block;
    margin-left: 1%;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 8px;
}

@media only screen and (max-width: 600px) {
    button.two-btn-1 {
        width: 100%;
        display: inline-block;
        margin-right: 0;
        padding: 12px 8px;
        font-size: 16px;
    }

    button.two-btn-2 {
        width: 100%;
        display: inline-block;
        margin-left: 0;
        margin-top: 12px;
        padding: 12px 8px;
        font-size: 16px;
    }
}

/* tab list container */
.tabs {
    max-width: 800px;
}

.tabs a {
    text-align: center;
    margin: 0 40px;
    cursor: pointer;
}

.tab-link:hover {
    /*border-bottom: 2px solid #4486c6;*/
    color: #4486c6;
}

.tab-link.active-link {
    /*border-bottom: 2px solid #4486c6;*/
    color: #4486c6;
}

.tab-link-v2:hover {
    /*border-bottom: 2px solid #4486c6;*/
    color: #4486c6;
}

.tab-link-v2.active-link-v2 {
    /*border-bottom: 2px solid #4486c6;*/
    color: #4486c6;
}

.tabs-content {
    padding: 0 40px 40px;
}

.tab-panel {
    height: 400px;
}

.show-below-600 {
    display: none;
}

ol.ol-simple {
    list-style-type: decimal;
    margin-left: 20px;
    padding: 0;
}

ol.ol-simple li {
    margin-top: 1.2em;
    position: relative;
    font-size: 18px;
}

.sidebar.affix {
    position: fixed;
    top: 100px;
}

.sidebar.affix-bottom {
    position: relative
}

ul.accordion-list {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul.accordion-list.two-col {
    column-count: 2;
}

ul.accordion-list > li {
    width: 100%;
    background: #ffffff;
    padding: 20px 40px 20px 20px;
    border-radius: 10px;
    position: relative;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}

ul.accordion-list.two-col > li {
    width: 48.5%;
    height: fit-content;
    margin: 0;
}

ul.accordion-list > li:hover {
    cursor: pointer;
}

ul.accordion-list > li > span {
    font-size: 20px;
    font-weight: 600;
}

ul.accordion-list > li > i.accordion-icon {
    font-size: 20px;
    display: block;
    position: absolute;
    right: 20px;
    top: 26px;
    color: #014296;
}

ul.accordion-list > li > div {
    display: none;
    padding-top: 16px;
    padding-bottom: 8px;
}

@media only screen and (max-width: 2560px) {
    .blog-article-header {
        min-height: 640px;
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1920px) {
    .blog-article-header {
        min-height: 520px;
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1440px) {
    .blog-article-header {
        min-height: 440px;
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    .op-col-50.alt {
        float: left;
        width: 50%;
        text-align: left;
        position: relative;
        display: inline-block;
    }

    .title {
        font-size: 72px;
    }

    ul.check-list .check-mark i {
        margin-left: 4px;
    }

    /* tab container mobile */
    .tab-link {
        padding: 18px;
        width: 100%;
        cursor: pointer;
        text-align: left;
        border-bottom: 1px solid #eee;
        transition: 0.4s;
    }

    .active-link, .tab-link:hover {
        /*border-bottom: 2px solid #4486c6;*/
        background: #eff5fb;
        color: #4486c6;
    }

    .tab-panel {
        padding: 0 18px;
        background-color: #fff;
        max-height: 0;
        height: 0;
        overflow: hidden;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: max-height 0.2s ease-out;
    }

    .accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        float: right;
        margin-left: 5px;
    }

    .tab-link.active-link:after {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
    }

    .blog-article-header {
        min-height: 340px;
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (max-width: 780px) {
    .title {
        font-size: 55px;
    }

    .heading-block {
        min-height: 780px;
    }


    .fixed-illustration {
        left: -260px;
    }

    .signup-form-features li > span{
        font-size: 1.4em;
    }

    .signup-form-features li > div{
        font-size: 1.4em;
        line-height: 1.4em;
    }

    .blog-article-header {
        min-height: 280px;
        position: relative;
        overflow: hidden;
    }

    .op-flex-row.hr {
        flex-direction: column;
    }

    .op-col-75 {
        width: 100%;
    }

    .op-col-25-right {
        width: 0%;
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .hide-below-600 {
        display: none !important;
    }

    .show-below-600 {
        display: block;
    }

    .title {
        font-size: 2.4em;
        text-align: center;
        line-height: 46px;
    }

    .heading-block {
        min-height: 640px;
    }

    .signup-form-features {
        padding-top: 24px;
    }

    .signup-form-features li > span{
        font-size: 1.2em;
    }

    .signup-form-features li > div{
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .signup-form-features li span.check-mark {
        height: 24px;
        width: 24px;
    }

    .op-flex-row {
        flex-direction: column;
    }

    .op-flex-row.cta-section{
        flex-direction: column-reverse;
    }

    .op-flex-row.reverse-on-mobile {
        flex-direction: column-reverse;
    }

    .op-col-50.alt {
        width: 100%;
        /*text-align: center;*/
    }

    .author-section > div:first-child {
        max-width: 100%;
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .author-section > div:first-child img {
        max-width: 140px;
    }

    .author-section > div:last-child {
        padding: 24px 20px 16px;
    }

    .author-section-top {
        flex-direction: row;
        background: none;
        box-shadow: none;
    }

    .author-section-top.author-only > div:first-child {
        max-width: 54px;
    }

    .author-section-top.author-only > div:first-child img {
        max-width: 40px;
    }

    .author-section-top > div:first-child {
        max-width: 76px;
    }

    .author-section-top > div:first-child img {
        max-width: 64px;
    }

    .fixed-illustration {
        position: relative;
        height: auto;
        left: 0;
    }

    .blog-article-header {
        min-height: 200px;
        position: relative;
        overflow: hidden;
    }

    ul.accordion-list.two-col > li {
        width: 100%;
    }

    ul.accordion-list > li > span {
        font-size: 18px;
    }
}


.partner-pricing-flex-table {
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    /*border-style: solid none solid solid;*/
    border-color: #ccc;
    /*border-width: 1px;*/
    font-size: 1em;
    overflow: hidden;
    border-radius: 4px;
}

.partner-pricing-flex-table-row {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
}

.partner-pricing-flex-table-cell.white {
    padding: 20px;
    background: #fff;
    width: 100%;
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: .9em;
}

.partner-pricing-flex-table-cell.grey {
    padding: 20px;
    background: #eee;
    width: 100%;
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: .9em;
}

.partner-pricing-flex-table-2 {
    display: none;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    /*border-style: solid none solid solid;*/
    border-color: #ccc;
    /*border-width: 1px;*/
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 4px;
}

.partner-pricing-flex-table-2 tr:nth-child(odd) {
    background: #eee;
}

.partner-pricing-flex-table-2 td {
    padding: 8px;
    text-align: center;
    border-right: 1px solid #ccc;
}

@media only screen and (max-width: 600px) {
    .partner-pricing-flex-table {
        display: none;
    }

    .partner-pricing-flex-table-2 {
        display: block;
    }
}

.price-comparison-table {
    display: flex;
    flex-flow: row;
    text-align: center;
    max-width: 900px;
}

.price-comparison-table.mobile {
    display: none;
}

.price-comparison-link {
    display: none;
    text-align: right;
}

@media only screen and (max-width: 760px) {
    .price-comparison-table {
        display: none;
    }

    .price-comparison-table.mobile {
        display: flex;
    }

    .price-comparison-link {
        display: block;
    }
}

.op-link-container {
    text-align: left;
}

.op-link {
    font-weight: 600;
    font-size: 16px;
    color: #212731;
    text-decoration: none;
    line-height: 32px;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    gap: 10px;
    border-bottom: 1px solid transparent;
    transition: 0.1s ease-in;
}

.op-link.green {
    color: #11A77A;
}

.op-link:not(.arrow, .back-arrow):hover {
    border-bottom: 1px solid #212731;
}

.op-link.green:not(.arrow, .back-arrow):hover {
    color: #11A77A;
    border-bottom: 1px solid #11A77A;
}

.op-link.arrow::after {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Right_Green.svg') no-repeat;
    background-position: center center;
    display: inline-flex;
    width: 16px;
    height: 12px;
    content: "";
}

.op-link.back-arrow::before {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Right_Green.svg') no-repeat;
    background-position: center center;
    display: inline-flex;
    width: 16px;
    height: 12px;
    transform: rotate(180deg);
    content: "";
}

.op-link.arrow.white::after {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Right_White.svg') no-repeat;
    background-position: center center;
    display: inline-flex;
    width: 16px;
    height: 12px;
    content: "";
}

.op-link.arrow:hover::after {
    transform: translateX(5px);
}

.op-link.back-arrow:hover::before {
    transform: rotate(180deg) translateX(5px);
}

.op-link.arrow-up-right::after {
    background: url('/wp-content/themes/onpay-2024/images/Arrow_Up_Right_Green.svg') no-repeat;
    background-position: center center;
    display: inline-flex;
    width: 16px;
    height: 12px;
    content: "";
    transition: transform 600ms;
}

.op-link.arrow-up-right:hover::after {
    transform: rotate(45deg);
}

.section-blue .op-link {
    color: #fff !important;
}

.section-blue .op-link:not(.arrow):hover {
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 600px) {
    .op-link-container {
        text-align: center;
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

.speech-bubble {
    min-height: 300px;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
    position: relative;
    margin: 0 10px;
}

.speech-bubble p {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.speech-bubble-arrow {
    border-left: 21px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.3);
    bottom: -21px;
    position: absolute;
    left: 40px;
}
.speech-bubble-arrow::before {
    border-left: 23px solid transparent;
    border-top: 23px solid #fff;
    bottom: 2px;
    content: "";
    position: absolute;
    right: 3px;
}
.speech-bubble-arrow::after {
    border-left: 21px solid transparent;
    border-top: 21px solid #fff;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}

@media only screen and (max-width: 768px) {
    .speech-bubble {
        min-height: 220px;
    }
}

ul.left-nav-affix > li {
    padding: 16px;
    text-align: left;
    margin-bottom: 6px;
    background: #FFBC8A1A;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 8px;
}

ul.left-nav-affix > li > img {
    width: 30px;
    margin: 0;
}

ul.left-nav-affix > li:hover,
ul.left-nav-affix > li.active {
    background: #F29339;
    cursor: pointer;
}

ul.left-nav-affix > li:hover a,
ul.left-nav-affix > li.active > a {
    color: #ffffff;
    font-weight: 600;
}

ul.left-nav-affix > li > a {
    color: #555;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
}

.op-col-affix.affix {
    position: fixed !important;
    top: 100px;
    width: 246px;
    z-index: 2;
}

ul.features-list {
    padding-left: 20px;
}

ul.features-list li {
    padding-bottom: 20px;
    text-indent: -10px;
}

ul.features-list li div {
    /*padding-bottom: 20px;*/
    color: #333;
    font-size: 18px;
    line-height: 24px;
    /*list-style-image: url('/wp-content/uploads/2017/10/green-chevron-right.svg');*/
    display: inline;
}

ul.features-list li:before {
    font-family: 'FontAwesome';
    content: '';
    display: inline-block;
    padding-right: 10px;
    color: #4486c6;
    font-size: 18px;
}

.op-tooltip {
    position: relative;
    display: inline-block;
}

.op-tooltip:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 16px;
    background-image: url('/wp-content/uploads/2017/10/grey-info-bubble.svg');
    background-repeat: no-repeat;
    background-position: right;
}

.op-tooltip .tooltip-text {
    visibility: hidden;
    width: 300px;
    background-color: #FFFDF4;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    color: #333;
    text-align: left;
    border-radius: 4px;
    padding: 16px;
    transition: opacity .6s;
    text-indent: 0px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -44px;
    left: 120%;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -9px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #FFFDF4 transparent transparent;
}

.op-tooltip:hover .tooltip-text {
    visibility: visible;
}

.main-content-col-75 {
    flex-direction: column;
    width: 75%;
    padding-left: 40px;
    padding-right: 20px;
}

@media only screen and (max-width: 780px) {
    .op-tooltip:after {
        height: 0px;
        width: 0px;
    }
    .op-tooltip:hover .tooltip-text {
        visibility: hidden;
    }

    .main-content-col-75 {
        width: 100%;
        padding-left: 80px;
    }

    .main-content-col-75.blog {
        width: 100%;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 550px) {
    .main-content-col-75 {
        padding-left: 10px;
    }
}

.op-col-affix.affix-bottom {
    position: absolute !important;
    z-index: 4;
    width: 246px;
}

.op-col-affix.affix-top {
    width: 100%;
    max-width: 246px;
    margin: 0;
}

/* All HubSpot Forms
   ========================================================================== */

.hbspt-form {
    width: 100%;
}

.hs-form {
    padding: 20px;
    max-width: 480px;
}

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {}
.hs-form .hs-form-field > label {}

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea{
    width: 100%;
    padding: 14px 16px;
    /*border: none;*/
    font-size: 16px;
    color: #676767;
    /*background: #F7F7F8;*/
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
    margin: 5px 0;
}

.hs-form .hs-fieldtype-select .input select {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 16px;
    color: #676767;
    /*background: #F7F7F8;*/
    background: #ffffff;
}

.hs-form .hs-fieldtype-select .input {
    padding: 10px 16px;
    /*border: none;*/
    font-size: 16px;
    color: #676767;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
    /*background: #F7F7F8;*/
    background: #ffffff;
    border: 1px solid #ababab;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 5px 0;
}

.hs-form .hs-fieldtype-select .input:after {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #32373F;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
    z-index: 1;
    width: 20px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

.hs-form .hs-fieldtype-select .input:focus,
.hs-form .hs-fieldtype-select .input:hover {
    background: #ffffff;
    box-shadow: 1px 2px 8px #a5a5a54a;
    cursor: pointer;
}

.hs-form .hs-fieldtype-select .input:focus select,
.hs-form .hs-fieldtype-select .input:hover select {
    background: #ffffff;
    cursor: pointer;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="text"]:hover,
.hs-form input[type="password"]:focus,
.hs-form input[type="datetime"]:focus,
.hs-form input[type="datetime-local"]:focus,
.hs-form input[type="date"]:focus,
.hs-form input[type="month"]:focus,
.hs-form input[type="time"]:focus,
.hs-form input[type="week"]:focus,
.hs-form input[type="number"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="email"]:hover,
.hs-form input[type="url"]:focus,
.hs-form input[type="search"]:focus,
.hs-form input[type="tel"]:focus,
.hs-form input[type="tel"]:hover,
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form textarea:hover {
    background: #ffffff;
    box-shadow: 1px 2px 8px #a5a5a54a;
    cursor: pointer;
}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {}
.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid,
.hs-form textarea:focus:required:invalid,
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus,
.hs-form textarea:focus:required:invalid:focus,
.hs-form select:focus:required:invalid:focus {}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{
    padding: 8px;
    /*background: lightgoldenrodyellow;*/
    border-radius: 5px;
    font-size: 12px;
    color: darkred;
}

/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder { /* Webkit Browsers */}
:-moz-placeholder { /* Firefox 18- */}
::-moz-placeholder { /* Firefox 19+ */}
:-ms-input-placeholder { /* IE10 */}

/* Multi Column Form (selectors for fieldsets and field wrappers)
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Submit buttons (selectors for all non-CTA buttons)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin-bottom: 0;
    font-family: 'Poppins', 'Lato', sans-serif;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;

    padding: 12px 16px;
    font-size: 16px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 32px;
    min-width: 164px;

    /*width: 98% !important;*/
    color: #ffffff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #11A77A;
    border-width: 1px;
    border-style: solid;
    border-color: #11A77A;
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);*/
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    color: #ffffff;
    background-color: #13b585;
    border-color: #13b585;
    -webkit-appearance: none;
    cursor: pointer;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    color: #ffffff;
    background-color: #13b585;
    border-color: #13b585;
    -webkit-appearance: none;
}

.hs-form-required {display: none;}

.hs-form .actions {
    margin-top: 8px;
}

@media only screen and (max-width: 600px) {
    .form-columns-2 .hs-form-field .hs-input {
        width: 100% !important;
    }
}

/* The article scroll indicator container */
.top-scroll-container {
    width: 100%;
    height: 6px;
    background: transparent;
}

/* The article scroll indicator */
.scroll-indicator {
    margin: 0;
    height: 6px;
    background: #11A77A;
    width: 0%;
}

.top-banner {
    background: #11A77A;
    color: #fff;
    opacity: .9;
}

.top-banner.blue {
    background: #aed1fe;
    color: #32373F;
}

.top-banner a {
    color: #fff;
}

.top-banner.blue a {
    color: #014296;
}

.top-banner.eoy a {
    color: initial;
}

.top-banner > div {
    position: relative;
    text-align: center;
    padding: 16px 20px;
}

.top-banner.eoy > div {
    padding: 0 20px;
    max-width: 1220px;
}

.top-banner > div > div {
    /*max-width: 940px;*/
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    gap: 16px;
    width: 100%;
}

.top-banner > div > div > div {
    max-width: 28px;
}

.top-banner .banner-close {
    cursor: pointer;
    position: absolute;
    right: 0;
}

.top-banner .terms-conditions {
    /*position: absolute;*/
    /*bottom: 2px;*/
    /*right: 20px;*/
    width: unset;
}

.top-banner .terms-conditions > p {
    font-size: 10px;
    line-height: 20px;
}

.top-banner.eoy > div > div > div.count-down-container-outer {
    text-align: center;
    max-width: unset;
}

.top-banner.eoy .count-down-container {
    display: flex;
    gap: 20px;
    padding-top: 6px;
    /*padding-bottom: 10px;*/
}

.top-banner.eoy .count-down-container > .count-down-section {
    text-align: center;
}

.top-banner.eoy .count-down-container > .count-down-section .count-down-box {
    border: 1px solid #eee;
    text-align: center;
    padding: 10px;
    min-width: 42px;
    border-radius: 6px;
    background: #ffffff;
}

.top-banner.eoy .count-down-container > .count-down-section .count-down-box > p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #424242;
}

.top-banner.eoy .count-down-container > .count-down-section > p {
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    color: #131313;
}

.top-banner.eoy > div > div > div.copy-container {
    text-align: center;
    max-width: 740px;
    width: 100%;
    /*padding: 14px 0;*/
}

.top-banner.eoy > div > div > div.copy-container > h3 {
    font-weight: 700;
    margin-bottom: 0;
}

.top-banner.eoy > div > div > div.copy-container > h3 > span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
}

.top-banner.eoy > div > div > div.copy-container > h3 > span > span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    z-index: 2;
}

.top-banner.eoy .cta-underline {
    position: absolute;
    top: 22px;
    left: 0px;
    z-index: 0;
    max-width: 100px;
}

.top-banner.eoy > div > div > div.btn-container {
    text-align: center;
    max-width: 240px;
    width: 100%;
    padding: 14px 0;
}

@media only screen and (max-width: 1024px) {
    .top-banner.eoy > div > div > div.copy-container {
        text-align: left;
        max-width: 424px;
    }
}

@media only screen and (max-width: 820px) {
    .top-banner .terms-conditions {
        bottom: 0px;
    }

    .top-banner .terms-conditions > p {
        font-size: 12px;
    }

    .top-banner .banner-close {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .top-banner > div > div {
        max-width: 740px;
    }

    .top-banner.eoy > div > div > div.copy-container > h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .top-banner.eoy .cta-underline {
        top: 14px;
        max-width: 66px;
    }
}

@media only screen and (max-width: 600px) {
    .top-banner > div > div {
        max-width: 516px;
    }

    .top-banner.eoy > div > div {
        flex-direction: column;
    }

    .top-banner.eoy > div > div.op-flex-row.gap-20 {
        gap: 10px;
    }

    .top-banner.eoy > div > div > div.copy-container {
        text-align: center;
    }

    .top-banner.eoy > div > div > div.copy-container > h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .top-banner.eoy .cta-underline {
        top: 16px;
        max-width: 80px;
    }

    .top-banner > div > div > div {
        max-width: 60px;
        padding: 0 12px;
    }

    .top-banner > div > div > p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .top-banner > div > div > p i {
        font-size: 15px !important;
        line-height: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .top-banner > div {
        max-width: 300px;
    }

    .top-banner > div > div > p {
        font-size: 13px;
        line-height: 16px;
    }

    .top-banner > div > div > p i {
        font-size: 12px !important;
        line-height: 16px;
    }

    .top-banner .terms-conditions > p {
        font-size: 12px;
    }
}

ul.about-news-item-coverage {
    padding-left: 20px;
    padding-top: 8px;
}

ul.about-news-item-coverage > li:not(:last-child) {
    padding-bottom: 20px;
}

ul.about-news-item-coverage > li > a {
    text-decoration: none;
    color: #4486c6;
}

.cobranded-header-container {
    background: #fff;
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    max-width: 1200px;
}

.cobranded-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    /*align-content: space-evenly;*/
    height: 100px;
    /*margin-top: 6px;*/
    gap: 20px;
}

@media only screen and (max-width: 600px) {
    .cobranded-header-container {
        height: auto;
    }

    .cobranded-header {
        flex-direction: column;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

ul.faq-list.features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul.faq-list.features > li {
    width: 48%;
    margin: 0;
}

/*ul.faq-list.features > li > div {*/
/*    margin-left: 106px;*/
/*}*/

ul.faq-list.features > li > div > p {
    color: #32373F;
}

ul.faq-list > li:not(:last-child) {
    padding-bottom: 18px;
}

ul.faq-list.features > li:not(:last-child) {
    padding-bottom: 0;
}

ul.faq-list > li > div {
    display: none;
}

ul.faq-list > li > div > div > a {
    font-size: inherit;
    color: #014296;
}

ul.faq-list > li > div > ul {
    list-style: disc;
    padding-left: 20px;
}

ul.faq-list > li > div > ul > li {
    font-size: 18px;
    line-height: 26px;
    margin-top: 18px;
    color: #13192499;
}

ul.faq-list > li > div > ul > li:not(:last-of-type) {
    margin-bottom: 18px;
}

ul.faq-list.bottom > li {
    padding: 16px;
    /*border-bottom: 1px solid #ccc;*/
}

ul.faq-list > li > span,
ul.faq-list li > h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #13192499;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-left: -14px;
    margin-bottom: auto;
}

ul.faq-list > li > span:before,
ul.faq-list li > h3:before {
    background: url('/wp-content/themes/onpay-2024/images/Plus_Orange.svg') no-repeat center center;
    display: inline-flex;
    align-items: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    content: "";
    margin-right: 32px;
    /*margin-left: -32px;*/
}

ul.faq-list > li > span.open:before,
ul.faq-list li > h3.open:before {
    background: url('/wp-content/themes/onpay-2024/images/Minus_Black.svg') no-repeat center center;
    display: inline-flex;
    align-items: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    content: "";
    margin-right: 32px;
    /*margin-left: -32px;*/
}

ul.faq-list > li > div {
    border-left: none;
    margin-left: 100px;
    margin-top: 0;
}

ul.faq-list.features > li > div {
    padding: 8px 20px 20px 0;
}

ul.faq-list.bottom > li > div {
    padding: 16px 20px 20px 0;
}

ul.faq-list > li > div > p {
    color: #13192499;
}

@media only screen and (max-width: 1024px) {
    ul.faq-list.features > li > div {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 600px) {
    ul.faq-list.features > li {
        width: 100%;
    }
}

ul.checkbox-list {

}

ul.checkbox-list li:not(:last-of-type) {
    padding-bottom: 20px;
}

ul.checkbox-list li > ul {
    padding-top: 20px;
    padding-left: 20px;
}

ul.checkbox-list li:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 20px;
    background-image: url('/wp-content/uploads/2017/11/checklist-checkbox.svg');
    background-repeat: no-repeat;
}

ul.checkbox-list-v2 {
    padding-bottom: 20px;
    text-align: left;
}

ul.checkbox-list-v2.horizontal {
    display: inline-flex;
}

ul.checkbox-list-v2.horizontal > li:not(:last-child) {
    padding-right: 20px;
}

ul.checkbox-list-v2 > li > label {
    /*color: #fff;*/
    font-size: 18px;
    /*display: revert;*/
    display: inline-flex;
}

ul.checkbox-list-v2:not(.horizontal) > li:not(:last-child) {
    padding-bottom: 16px;
}

/* fancy checkbox or radio box */
.fancy label {
    display: inline-flex;
    align-items: baseline;
}

.fancy label > input[type="checkbox"],
.fancy label > input[type="radio"] {
    position: relative;
    appearance: none;
    -moz-appearance: none ;
    -webkit-appearance: none;
    font-size: inherit;
    width: 24px;
    margin: 0;
    color: #014296;
    outline: none;
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    transition: 300ms ease-out;
}

.fancy label > input[type="checkbox"]::after,
.fancy label > input[type="radio"]::after {
    content: "\f111";
    display: inline-block;
    text-align: center;
    width: 1em;
}

.fancy label > input[type="checkbox"]:checked::after,
.fancy label > input[type="radio"]:checked::after {
    font-weight: 500;
}

.fancy label > input[type="checkbox"]:active,
.fancy label > input[type="radio"]:active {
    transform: scale(0.6);
}

.fancy label > input[type="checkbox"] + span,
.fancy label > input[type="radio"] + span {
    margin-left: 0.35em;
}

.fancy label > input[type="checkbox"]:checked::after {
    content: "\f058"; // check-circle
}

.fancy label > input[type="radio"]:checked::after {
    content: "\f192"; // dot-circle
}

.fancy.square label > input[type="checkbox"]:after {
    content: "\f0c8"; // square
}

.fancy.square label > input[type="checkbox"]:checked::after {
    content: "\f14a"; // check-square
}

.search-field {
    width: 100%;
    padding: 12px 8px 12px 40px;
    /*border: none;*/
    font-size: 16px;
    border-radius: 6px;
    margin: 6px 0;
    color: #676767;
    background: #ffffff;
    border: 1px solid #ababab;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.search-field:focus,
.search-field:hover {
    background: #ffffff;
    box-shadow: 1px 2px 8px #a5a5a54a;
    cursor: pointer;
}

.search-icon i {
    position: absolute;
}

.search-icon {
    width: 100%;
    color: #676767;
}

.icon {
    padding: 20px 16px;
    min-width: 14px;
}

div.search-small > form > div > input.search-field {
    margin: 0 !important;
    padding: 6px 8px 6px 24px !important;
    max-width: 300px;
}

div.search-small > form > div > input.search-submit {
    display: none;
}

div.search-small > form > div > .icon {
    padding: 7px !important;
}

div.search-small-footer > form > div > input.search-field {
    margin: 0 !important;
    padding: 6px 8px 6px 24px !important;
    max-width: 256px;
}

div.search-small-footer > form > div > input.search-submit {
    display: none;
}

div.search-small-footer > form > div > .icon {
    padding: 7px !important;
}

@media only screen and (max-width: 600px) {
    div.search-small > form > div > input.search-field {
        margin: 12px 0 0 !important;
    }

    div.search-small > form > div > .icon {
        margin-top: 12px;
    }
}

.btn-warning.alt {
    background: #f1e4d3;
    color: #f89406 !important;
}

.btn-warning.alt:hover {
    background: #f8f3ee;
}

.bottom-cta-form > #btn-section {
    display: flex;
    flex-direction: row;
    max-width: 374px;
}

.bottom-cta-form > #btn-section > div {
    max-width: 366px;
    margin: 4px;
    /*flex: auto;*/
    width: 50%;
}

.bottom-cta-form > #btn-section > div > button {
    font-size: 14.5px;
    font-weight: 600;
    padding: 12px 16px;
}

@media only screen and (max-width: 768px) {
    .bottom-cta-form > #btn-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bottom-cta-form > #btn-section > div {
        max-width: 366px;
        width: 100%;
        margin: 4px 0px;
        flex: auto;
    }
}

@media only screen and (max-width: 420px) {
    .bottom-cta-form > #btn-section {
        max-width: 300px;
    }
}

.grecaptcha-badge { visibility: hidden; }

.op-collapse-link {
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.op-collapse-link:before {
    font-family: 'FontAwesome';
    content: "\f077";
    padding-right: 8px;
    display: inline-block;
    color: #4486c6;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.op-collapse-link.open:before {
    /*font-family: 'FontAwesome';*/
    /*content: "\f078";*/
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    padding-right: 0px;
    padding-left: 8px;
}

.op-flex-row.recommended-section {
    padding-top: 16px;
    justify-content: space-between;
}

.op-flex-row.recommended-section > div {
    padding: 20px 6px;
    width: 100%;
    max-width: 246px;
}

@media only screen and (max-width: 1024px) {
    /*.op-flex-row.recommended-section > div {*/
    /*    max-width: 230px;*/
    /*}*/
}

@media only screen and (max-width: 820px) {
    .op-flex-row.recommended-section > div {
        max-width: 260px;
    }
}

@media only screen and (max-width: 768px) {
    .op-flex-row.recommended-section > div {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .op-flex-row.recommended-section > div {
        max-width: 260px;
    }

    .op-flex-row.recommended-section > div:not(:last-child) {
        border-bottom: 2px solid #ddd;
    }
}

.op-form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin: 10px 0;
}

.op-form-row.wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.op-form-row.wrap.center {
    justify-content: center;
}

.op-form-col {
    margin: 0;
}

.op-form-col-30 {
    width: 28.6%;
    margin: 0 auto;
}

.op-form-col-25 {
    width: 23.6%;
    margin: 0 auto;
}

.op-form-col-40 {
    width: 38.6%;
    margin: 0 auto;
}

.op-form-col-50 {
    width: 48.6%;
    margin: 0 auto;
    text-align: center;
}

.op-form-col-60 {
    width: 58.6%;
    margin: 0 auto;
}

.op-form-col-70 {
    width: 68.6%;
    margin: 0 auto;
}

.op-form-col-100 {
    width: 99.6%;
    margin: 0 auto;
    text-align: center;
}

.op-form-col-100 > button,
.op-form-col-100 > a,
.op-form-col-100 > input {
    width: 100%;
}

@media only screen and (max-width: 820px) {
    .op-form-row.wrap {
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .op-form-row {
        flex-direction: column;
    }

    /*.op-form-row > .op-form-col + .op-form-col {*/
    /*    margin: 10px 0 0;*/
    /*}*/

    .op-form-col-50 {
        width: 100%;
    }

    /*.op-form-col-50:not(:first-of-type) {*/
    /*    margin: 10px 0 0;*/
    /*}*/

    .op-form-col-30 {
        width: 100%;
    }

    .op-form-col-25 {
        width: 100%;
    }

    .op-form-col-70 {
        width: 100%;
    }

    /*.op-form-col-60:not(:first-of-type) {*/
    /*    margin: 10px 0 0;*/
    /*}*/

    /*.op-form-col-40 {*/
    /*    width: 100%;*/
    /*}*/

    /*.op-form-col-40:not(:first-of-type) {*/
    /*    margin: 10px 0 0;*/
    /*}*/
}

.cta label:not(.op-select, .checkbox-list-v2-label) {
    display: none;
}

.cta input:not([type=radio]),
.cta textarea {
    width: 100%;
    padding: 14px 16px;
    /*border: none;*/
    font-size: 16px;
    color: #676767;
    /*background: #F7F7F8;*/
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type="number"] {
    width: 100%;
    padding: 14px 16px;
    /*border: none;*/
    font-size: 16px;
    color: #676767;
    /*background: #F7F7F8;*/
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type="number"]:focus,
input[type="number"]:hover {
    background: #ffffff;
    box-shadow: 1px 2px 8px #a5a5a54a;
    cursor: pointer;
}

.cta input:not([type=radio]):focus,
.cta input:not([type=radio]):hover,
.cta textarea:focus,
.cta textarea:hover {
    background: #ffffff;
    box-shadow: 1px 2px 8px #a5a5a54a;
    cursor: pointer;
}

.cta select {
    font-size: 16px;
    color: #676767;
    height: unset;
    /*background: #F7F7F8;*/
    background: #ffffff;
}

.cta .op-select {
    width: 100%;
    padding: 10px 16px;
    /*border: none;*/
    font-size: 16px;
    color: #676767;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
    /*background: #F7F7F8;*/
    background: #ffffff;
    border: 1px solid #ababab;
    position: relative;
    display: block;
    overflow: hidden;
}

.cta .op-select:hover,
.cta select:hover,
.cta select:focus {
    background: #ffffff;
}

.cta .op-select:hover,
.cta .op-select:focus-within {
    background: #ffffff;
    box-shadow: 1px 2px 8px #a5a5a54a;
}

.op-popup {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.op-popup > div {
    position: relative;
    /*top: 14%;*/
    top: calc(50% - 310px);
    width: 100%;
    text-align: center;
    padding: 0 16px;
}

.op-popup .op-popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #ffffff;
    padding: 6px;
    z-index: 3;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 24%);
}

.op-popup .op-popup-close > i {
    font-size: 24px;
    color: #014296;
}

.op-popup-container {
    /*padding: 36px 20px;*/
    max-width: 520px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 15%);
}

.op-popup-container-inner.blue > div:first-of-type {
    /*background-image: url('/wp-content/uploads/2017/12/card-background-blue-shape.svg');*/
    /*background-position: top center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background: #014296;*/
    width: 100%;
    /*padding-bottom: 16px;*/
    /*min-height: 80px;*/
}

.op-popup-container-inner.blue > div:first-of-type > div {
    position: relative;
    padding: 36px 20px 16px;
    color: #ffffff;
    text-align: center;
    max-width: 420px;
}

.op-popup-container label {
    display: none;
}

/*.op-popup-input-icons i {*/
/*    position: absolute;*/
/*}*/

/*.op-popup-input-icons {*/
/*    width: 100%;*/
/*    !*margin-bottom: 10px;*!*/
/*}*/

/*.op-popup-input-icons .icon {*/
/*    padding: 12px 10px;*/
/*    color: #676767;*/
/*}*/

.op-popup-container input[type="email"],
.op-popup-container input[type="text"],
.op-popup-container input[type="tel"] {
    width: 100%;
    padding: 14px 16px;
    /*border: none;*/
    font-size: 16px;
    color: #676767;
    /*background: #F7F7F8;*/
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.op-popup-container input[type="email"]:focus,
.op-popup-container input[type="text"]:focus,
.op-popup-container input[type="tel"]:focus,
.op-popup-container input[type="email"]:hover,
.op-popup-container input[type="text"]:hover,
.op-popup-container input[type="tel"]:hover {
    background: #ffffff;
    box-shadow: 1px 2px 8px #a5a5a54a;
}

.op-popup-container input[type="email"].error,
.op-popup-container input[type="text"].error,
.op-popup-container textarea.error{
    border: 1px solid rgb(255 35 35 / 63%);
    box-shadow: 1px 2px 9px #fe16164a;
}

.op-popup-container #popup-partner-type.error {
    border: 1px solid rgb(255 35 35 / 63%) !important;
    box-shadow: 1px 2px 9px #fe16164a;
}

.op-popup-container button {
    width: 100%;
}

.op-input-icons i {
    position: absolute;
}

.op-input-icons {
    width: 100%;
}

.op-input-icons > input {
    padding: 12px 8px 12px 32px !important;
    font-size: .9em !important;
}

.op-input-icons .icon {
    padding: 12px 10px;
    color: #676767;
}

@media only screen and (max-width: 600px) {
    .op-popup > div {
        top: calc(50% - 336px);
    }
}

.op-fade-in {
    animation: fadeInAnimation .6s forwards;
}

.op-fade-out {
    animation: fadeOutAnimation .6s forwards;
}

@keyframes fadeInAnimation {
    0%   { opacity:0; }
    100% { opacity:1; }
}

@keyframes fadeOutAnimation {
    0%   { opacity:1; }
    100% { opacity:0; }
}

div.blue-container {
    /*background: linear-gradient(239.88deg, #1975CC 52.66%, #69b3e2 97.72%);*/
    background: #014296;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}

div.blue-container h2,
div.blue-container h4,
div.blue-container h3,
div.blue-container p,
div.blue-container p > a,
div.blue-container ol > li,
div.blue-container ul > li {
    color: #fff;

}

div.blue-container .op-link {
    color: #fff !important;
}

div.grey-container {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 20px;
}

.op-callout {
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
}

.op-callout > div {
    max-width: 1140px;
}

.op-callout.small {
    text-align: center;
    padding: 10px 20px;
    border-radius: 36px;
}

.op-callout.grey {
    background: #f6f6f6;
}

@media only screen and (max-width: 820px){
    .hide-below-820 {
        display: none;
    }

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

    .op-callout.small {
        border-radius: 20px;
        padding: 24px 20px;
    }

    .op-callout.small > div {
        max-width: 700px;
    }
}

@media only screen and (max-width: 768px){
    .hide-below-768 {
        display: none;
    }
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    font-size: 1.0em;
    background-color: transparent !important;
    color: #777 !important;
    border: none !important;
    padding: 0px !important;
}

.footer.footer-menu-hidden.minimal {
    padding: 20px;
    background: #014296;
}

.footer.footer-menu-hidden.minimal > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    flex-wrap: wrap;
}

.footer-menu-hidden #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #4486c6 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    background-color: transparent !important;
}

.pagination {
    padding: 36px 0 24px;
    width: 100%;
    text-align: center;
}

.yoast-breadcrumbs {
    width: 100%;
    text-align: left;
    padding-top: 16px;
    padding-bottom: 16px;
}

.yoast-breadcrumbs > span {
    font-size: 14px;
    line-height: 16px;
}

.yoast-breadcrumbs > span > span {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    background: #ffffff2e;
    border-radius: 16px;
}

@media only screen and (max-width: 820px) {
    .yoast-breadcrumbs {
        text-align: center;
    }
}