/* Minification failed. Returning unminified contents.
(3480,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3481,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3482,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3483,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3484,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3485,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3486,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3487,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3488,22): run-time error CSS1039: Token not allowed after unary operator: '-bg'
(3489,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
(3490,28): run-time error CSS1039: Token not allowed after unary operator: '-line'
(3491,25): run-time error CSS1039: Token not allowed after unary operator: '-radius'
(3503,35): run-time error CSS1039: Token not allowed after unary operator: '-line'
(3522,22): run-time error CSS1039: Token not allowed after unary operator: '-kpi-bg'
(3523,28): run-time error CSS1039: Token not allowed after unary operator: '-line'
(3538,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(3562,28): run-time error CSS1039: Token not allowed after unary operator: '-line'
(3589,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(3603,22): run-time error CSS1039: Token not allowed after unary operator: '-line'
(3610,17): run-time error CSS1039: Token not allowed after unary operator: '-brand'
(3639,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(3690,32): run-time error CSS1039: Token not allowed after unary operator: '-line'
(3696,28): run-time error CSS1039: Token not allowed after unary operator: '-brand'
 */
/*@import url("font-awesome/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");*/

/*
	Aqweeva LLC - Copyright 2019-2025
*/

body {
    padding-top: 90px;
    padding-bottom: 20px;
    font-family: 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
}

html {
    scroll-behavior: smooth;
}


/* Tablet and below */
@media (max-width: 768px) {
    body {
        padding-top: 100px; /* or however tall the navbar becomes on smaller screens */
    }
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

#txtSearch {
    max-width: initial;
}


/* 
	Lets PLEASE NOT mess with the Bootstrap classes.
	if you need a specific width for a control, please make your own class
	and use it. For example;
.form-control280 {
    width:280px;
} 
*/
/*.form-control {
    width:280px;
}*/

.button-wrapper .btn {
    margin-bottom: 5px;
}

.button-width-tt {
    width: 150px;
}

.button-width-rpts {
    width: 160px;
}

/* Jquery Dialog for displaying errors */
/*#dialog { height: 600px; overflow: auto; font-size: 10pt !important; font-weight: normal !important; background-color: #FFFFC1; margin: 10px; border: 1px solid #ff6a00; }
#dialog div { margin-bottom: 15px; }*/

/* Created to fix the image spanning the WHOLE width of the browser screen on the home page. */
.full-width-bs-override {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}

/* Created to override boostraps container so there are no margins 
    https://stackoverflow.com/questions/26204283/bootstrap-container-fluid-remove-margins-the-right-way-overflow
*/
.remove-all-margin-padding-override {
    margin-left: 20px;
    margin: 20px !important;
    padding: 20px !important;
}



.marginTop30px {
    margin-top: 30px;
}

/* for the Reports home page, at least initially. */
.linkButton {
    background: none;
    border: none;
    color: #0066ff;
    text-decoration: underline;
    cursor: pointer;
}

/* Also for Reports */
.reportOptionCardSelection {
    /* this is just a 'Marker' class */
}


.wizard-step-container {
    background-color: #000000;
    height: 48px;
    line-height: 48px;
}


.wizard-step {
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    line-height: normal;
}


/*  
    *** PAGE LOADING WAIT GIF ***

    Finally got this damn thing working!! 
    It don't make sense until it makes sense  ;(
*/
/* 
    https://stackoverflow.com/questions/24961121/how-to-display-loading-gif-at-the-center-of-the-screen-which-has-a-scrollbar 
    JSFiddle:  http://jsfiddle.net/ankitsnghn/P8dne/1/    */
/******************************************************/
#netgcspageloading {
    display: none;
}

#netgcspageloading.show {
    display: block;
    position: fixed;
    z-index: 200;
    background-image: url('/Images/netgcs-wait.gif');
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}


#netgcsmodalloading {
    display: none;
}

#netgcsmodalloading.show {
    display: block;
    position: fixed;
    z-index: 100;
    background-image: url('../Images/netgcs-wait.gif');
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}


#ttmessage {
    display: none;
}

#ttmessage.show {
    display: block;
    color: red;
    font-size: 12px;
    z-index: 200;
}



/* Handy for showing a Required aserisk in fron of a required field */
.required-field:after {
    content: " *";
    font-weight: bold;
    color: red;
}


/* Custom Formatting of DOM elements */
ul.icons li a, ul.icons li span {
    font-size: 1.5em;
}

ul.icons {
    cursor: default;
}

ul.icons li {
    display: inline-block;
    line-height: 1em;
    padding-left: 1.5em;
}

ul.icons li:first-child {
    padding-left: 0;
}

ul.icons li a, ul.icons li span {
    font-size: 2em;
    border: 0;
}

#footer .icons {
    text-align: center;
    margin: 0;
}

#footer .icons a {
    color: #999;
}

#footer .icons a:hover {
    color: #474747;
}

#footer .copyright {
    color: #999;
    margin-top: 1.5em;
    text-align: center;
    font-size: 0.9em;
}



/* Icon */

.icon {
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

.icon.major {
    text-align: center;
    cursor: default;
    background-color: #37c0fb;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 5em;
    height: 5em;
    line-height: 5em;
    box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
    margin: 0 0 2em 0;
}

.icon.major:before {
    font-size: 36px;
}



/* Footer */

#footer {
    padding: 4em 0 8em 0;
}

#footer-social-links a {
    color: inherit;
    border-bottom-color: rgba(71, 71, 71, 0.25);
}

#footer-social-links a:hover {
    color: #37c0fb;
    border-bottom-color: transparent;
}

#footer-social-links .container {
    margin-bottom: 4em;
}

#footer-social-links .icons {
    text-align: center;
    margin: 0;
}

#footer-social-links .icons a {
    color: #999;
}

#footer-social-links .icons a:hover {
    color: #474747;
}

#footer-social-links .copyright {
    color: #999;
    margin-top: 1.5em;
    text-align: center;
    font-size: 0.9em;
}


.social-icon-container {
    width: 50px;
}


/*

    Cool Trick!!!   use this to outline the social media icons for trouble shooting display issues

    .social-icon-container, .social-icon-container a {
            outline: 1px dashed red;
        }*/









blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}


/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* media container values */

@media screen and (max-width: 1680px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 1500px;
        min-width: 1200px;
    }

    .container.\37 5\25 {
        width: 900px;
    }

    .container.\35 0\25 {
        width: 600px;
    }

    .container.\32 5\25 {
        width: 300px;
    }

    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1280px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 1200px;
        min-width: 960px;
    }

    .container.\37 5\25 {
        width: 720px;
    }

    .container.\35 0\25 {
        width: 480px;
    }

    .container.\32 5\25 {
        width: 240px;
    }

    .container {
        width: 960px;
    }
}

@media screen and (max-width: 980px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 118.75%;
        min-width: 95%;
    }

    .container.\37 5\25 {
        width: 71.25%;
    }

    .container.\35 0\25 {
        width: 47.5%;
    }

    .container.\32 5\25 {
        width: 23.75%;
    }

    .container {
        width: 95%;
    }
}

@media screen and (max-width: 840px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 118.75%;
        min-width: 95%;
    }

    .container.\37 5\25 {
        width: 71.25%;
    }

    .container.\35 0\25 {
        width: 47.5%;
    }

    .container.\32 5\25 {
        width: 23.75%;
    }

    .container {
        width: 95% !important;
    }
}

@media screen and (max-width: 736px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 112.5%;
        min-width: 90%;
    }

    .container.\37 5\25 {
        width: 67.5%;
    }

    .container.\35 0\25 {
        width: 45%;
    }

    .container.\32 5\25 {
        width: 22.5%;
    }

    .container {
        width: 90% !important;
    }
}

@media screen and (max-width: 480px) {

    .container.\31 25\25 {
        width: 100%;
        max-width: 125%;
        min-width: 100%;
    }

    .container.\37 5\25 {
        width: 75%;
    }

    .container.\35 0\25 {
        width: 50%;
    }

    .container.\32 5\25 {
        width: 25%;
    }

    .container {
        width: 100% !important;
    }
}

/* Grid */

.email-button-group {
    display: flex;
}

.email-button-group-left {
    flex: 0 0 50%;
}

.email-button-group-right {
    flex: 1;
}

.email-button-group-center {
    flex: 0 0 100%;
}


/* media container values */

.\31 2u, .\31 2u\24 {
    width: 100%;
    clear: none;
    margin-left: 0;
}

.\31 1u, .\31 1u\24 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
}

.\31 0u, .\31 0u\24 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
}

.\39 u, .\39 u\24 {
    width: 75%;
    clear: none;
    margin-left: 0;
}

.\38 u, .\38 u\24 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
}

.\37 u, .\37 u\24 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
}

.\36 u, .\36 u\24 {
    width: 50%;
    clear: none;
    margin-left: 0;
}

.\35 u, .\35 u\24 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
}

.\34 u, .\34 u\24 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
}

.\33 u, .\33 u\24 {
    width: 25%;
    clear: none;
    margin-left: 0;
}

.\32 u, .\32 u\24 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
}

.\31 u, .\31 u\24 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
}

.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
    clear: left;
}

.\-11u {
    margin-left: 91.66667%;
}

.\-10u {
    margin-left: 83.33333%;
}

.\-9u {
    margin-left: 75%;
}

.\-8u {
    margin-left: 66.66667%;
}

.\-7u {
    margin-left: 58.33333%;
}

.\-6u {
    margin-left: 50%;
}

.\-5u {
    margin-left: 41.66667%;
}

.\-4u {
    margin-left: 33.33333%;
}

.\-3u {
    margin-left: 25%;
}

.\-2u {
    margin-left: 16.66667%;
}

.\-1u {
    margin-left: 8.33333%;
}



/* Decorative Form (currently on Home Page --RVC 5/17/2019 */

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0.75em;
    text-decoration: none;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #37c0fb;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    line-height: 1em;
}

/*label {
    display: block;
    color: inherit;
    font-weight: 600;
    line-height: 1.75em;
    margin-bottom: 0.5em;
}*/


/* Image */

.image {
    border: 0;
    display: inline-block;
    position: relative;
    border-radius: 5px;
}

.image img {
    display: block;
    border-radius: 5px;
}

.image.left {
    display: block;
    float: left;
    margin: 0 2em 2em 0;
    position: relative;
    top: 0.25em;
}

.image.left img {
    display: block;
    width: 100%;
}

.image.fit {
    display: block;
}

.image.fit img {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    margin: 0 0 2em 0;
}

.image.featured img {
    display: block;
    width: 100%;
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: #37c0fb;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 1.5em;
    line-height: 2.75em;
    min-width: 9em;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -0.025em;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
    background-color: #50c8fb;
    color: #787d81 !important;
    text-decoration: underline;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
    background-color: #1eb8fb;
    color: #fff;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
    background-color: #555555;
    color: #fff;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
    background-color: #626262;
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
.button.alt:active {
    background-color: #484848;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
    font-size: 0.8em;
}



/* Box */

.box.highlight {
    text-align: center;
}

.box.post {
    position: relative;
    margin: 0 0 2em 0;
}

.box.post:after {
    content: '';
    display: block;
    clear: both;
}

.box.post .inner {
    margin-left: calc(30% + 2em);
}

.box.post .inner > :last-child {
    margin-bottom: 0;
}

.box.post .image {
    width: 30%;
    margin: 0;
}


/* CTA */

#cta {
    background: #e89980;
    color: #f9e5df;
    padding: 3.5em 0 4em 0;
    text-align: center;
}

#cta h2, #cta h3, #cta h4, #cta h5, #cta h6 {
    color: inherit;
}

#cta form {
    margin: 0 auto;
    max-width: 100%;
    width: 25em;
}

#cta input[type="submit"],
#cta input[type="reset"],
#cta input[type="button"],
#cta .button {
    box-shadow: none;
    background: #fff;
    color: #e89980;
}

#cta input[type="text"],
#cta input[type="password"],
#cta input[type="email"],
#cta select,
#cta textarea {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    border: 0;
}

#cta input[type="text"]:focus,
#cta input[type="password"]:focus,
#cta input[type="email"]:focus,
#cta select:focus,
#cta textarea:focus {
    box-shadow: inset 0 0 0 2px #fff;
}

#cta ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

#cta :-moz-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

#cta ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

#cta :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

#cta .formerize-placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}


/* CTA */

#cta {
    text-align: center;
    padding: 3.5em 0;
}

#cta header h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#cta header .button {
    vertical-align: middle;
    margin-left: 1em;
}


/* Merchant Integration html pages and related payment process views in netgcs */
/*  This has a pretty cool effect and is Easy to use, but does not include a wait gif */
.merchant-integration-wait-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    cursor: pointer;
}

#merchant-integration-overlay-wait-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.receipt-container {
    width: 100%;
    height: 100%;
}


.link-click-class {
    display: block;
}



















/* === Bootstrap 5-ish utility shims for older Bootstrap === */
/* ===           Add by ChatGPT  10/08/2025              === */
/* spacing */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.me-2 {
    margin-right: .5rem !important;

    font-size: 14px;
}

/* typography */
.display-6 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.fw-bold {
    font-weight: 700 !important;
}

.lead {
    font-size: 1.1rem;
}

/* colors */
.text-muted {
    color: #6c757d !important;
}

.text-primary {
    color: #0d6efd !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-body-tertiary {
    background-color: #f6f7fb !important;
}
/* soft gray section */
.link-primary {
    color: #0d6efd;
}

    .link-primary:hover {
        color: #0a58ca;
        text-decoration: underline;
    }

/* buttons */
.btn-outline-primary {
    color: #0d6efd;
    background-color: transparent;
    border: 1px solid #0d6efd;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.btn-lg {
    padding: .65rem 1.25rem;
    font-size: 1.05rem;
}

/* radius & shadow */
.rounded-3 {
    border-radius: .8rem !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

/* grid “gap” emulation for .g-4 */
.row.g-4 > [class*="col-"] {
    margin-bottom: 1.5rem;
}
/* basic vertical gap */

/* cards (BS3/4 neutral) */
.card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .75rem;
}

.card-body {
    padding: 1.25rem;
}

/* hero + cta backgrounds */
.hero-soft {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.cta-soft {
    background: linear-gradient(90deg, rgba(13,110,253,.95) 0%, rgba(13,110,253,.85) 100%);
    border-radius: 0;
}

/* feature hover */
.feature-card {
    transition: transform .15s ease, box-shadow .15s ease;
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 1rem 2rem rgba(0,0,0,.08);
    }

/* simple accordion styles (not BS5) */
.accordion .accordion-item {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .5rem;
    margin-bottom: .5rem;
    overflow: hidden;
    background: #fff;
}

.accordion-button {
    width: 100%;
    text-align: left;
    background: #f8f9fa;
    border: 0;
    padding: .75rem 1rem;
    font-weight: 500;
}

    .accordion-button:focus {
        outline: none;
    }

    .accordion-button.collapsed {
        background: #f8f9fa;
    }

    .accordion-button:not(.collapsed) {
        background: #e9f3ff;
        color: #0d6efd;
    }

/* collapse behavior */
.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

.accordion-body {
    padding: .75rem 1rem;
}


/* === Subtext size bump (page-local) === */
.hero-soft .text-muted,
.bg-body-tertiary .text-muted,
.feature-card .text-muted,
.resources .text-muted,
.faq .accordion-body,
.faq .accordion-button {
    font-size: 1.05rem; /* +1 step */
    line-height: 1.6;
}

/* Slightly bigger for .small text only on this page */
.faq .small, .resources .small, .hero-soft .small {
    font-size: .98rem !important;
}



/* FAQ polish */
.faq .accordion {
    max-width: 640px;
    margin-left: auto;
}
/* keeps right column tidy */
.faq .accordion-button {
    padding: .75rem 1rem;
}
/* calmer button height */
.faq .accordion-item {
    border-radius: .75rem;
}
/* matches card radius */

.faq-cards .card {
    border-radius: .75rem;
}

.faq-cards h6 {
    font-size: 1.05rem;
}


/* BS3 float-safe: exactly 3 across on desktop, 2 across on tablet */
@media (min-width: 992px) { /* md+ */
    .feature-grid > .col-md-4 {
        float: left;
        width: 33.3333% !important;
    }

        .feature-grid > .col-md-4:nth-child(3n+1) {
            clear: left;
        }
}

@media (min-width: 768px) and (max-width: 991px) { /* sm */
    .feature-grid > .col-sm-6 {
        float: left;
        width: 50% !important;
    }

        .feature-grid > .col-sm-6:nth-child(2n+1) {
            clear: left;
        }
}

/* Keep cards visually even */
.feature-grid > .col-xs-12,
.feature-grid > .col-sm-6,
.feature-grid > .col-md-4 {
    display: flex;
}

.feature-grid .card {
    width: 100%;
}

.feature-grid .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 170px; /* tweak 160–190px to taste */
}













/* ========= NetGCS Pricing Theme (Bootstrap 3 safe) ========= */
.netgcs-pricing-theme {
    /* general type scale for this block only */
    font-size: 16px; /* base */
}

    .netgcs-pricing-theme h1,
    .netgcs-pricing-theme h2,
    .netgcs-pricing-theme h3,
    .netgcs-pricing-theme .netgcs-marketing-bold-32 {
        color: #FFA500; /* NetGCS orange headings */
        font-weight: 700;
        line-height: 1.2;
    }

    /* Kit titles look like your orange headers */
    .netgcs-pricing-theme .kit-title,
    .netgcs-pricing-theme .netgcs-marketing-bold-32 {
        font-size: 2rem; /* ~32px on 16px base */
        margin: .5rem 0 1rem;
    }

    /* Bullets under kits – a touch larger for readability */
    .netgcs-pricing-theme .kit-list li {
        font-size: 1.0625rem; /* ~17px */
        line-height: 1.65;
        margin-bottom: .25rem;
    }

    /* Plans header + blurb */
    .netgcs-pricing-theme #plans h2 {
        color: #FFA500;
        font-size: 2rem;
        margin-bottom: .25rem;
    }

    .netgcs-pricing-theme #plans .text-muted {
        font-size: 1.02rem;
    }

    /* Plan cards – borders, spacing, and blue accent */
    .netgcs-pricing-theme #plans .card {
        border-radius: .75rem;
        border-color: rgba(0,0,0,.06);
        box-shadow: 0 .05rem .65rem rgba(0,0,0,.06);
    }

        .netgcs-pricing-theme #plans .card .lead {
            font-size: 1.35rem; /* price size */
            font-weight: 700;
        }

        .netgcs-pricing-theme #plans .card h5 {
            font-size: 1.1rem;
            margin-bottom: .25rem;
        }

        /* “Most Popular” highlight stays blue, matches site buttons */
        .netgcs-pricing-theme #plans .card.popular {
            border: 2px solid #0d6efd; /* Bootstrap blue */
        }

        .netgcs-pricing-theme #plans .card .badge-popular {
            display: inline-block;
            color: #0d6efd;
            font-size: .78rem;
            letter-spacing: .06em;
            margin-bottom: .35rem;
        }

        /* Plan bullets */
        .netgcs-pricing-theme #plans .card ul {
            margin: .5rem 0 1.25rem;
        }

            .netgcs-pricing-theme #plans .card ul li {
                font-size: 1.02rem;
                line-height: 1.6;
                margin: .15rem 0;
            }

    /* CTA buttons sizing */
    .netgcs-pricing-theme #plans .btn-lg {
        padding: .55rem 1.15rem;
        font-size: 1rem;
    }

    /* Tiny footer copy */
    .netgcs-pricing-theme #plans .plans-footnote {
        font-size: 1.5rem;
        line-height: 1.6; /* smoother wrap */
        margin-top: 1.25rem;
    }

/* Utilities for your kits if you want to tag them */
.kit-title { /* optional: add class to your existing H2s if you want */
    color: #FFA500;
}

.kit-list {
    padding-left: 1.2rem;
}




/* --- Plans typography to match your site (BS3 safe) --- */
#plans h2 {
    color: #FFA500;
    font-size: 2rem;
    font-weight: 700;
}

#plans .text-muted {
    font-size: 1.125rem;
}
/* ~18px subtext */

/* Card text sizes (bigger) */
#plans .card h5 {
    font-size: 1.125rem;
}
/* headings */
#plans .card .lead {
    font-size: 1.6rem;
    font-weight: 700;
}
/* price */
#plans .card .price-suffix {
    font-size: 1rem;
    margin-left: .15rem;
}

#plans .plan-points li {
    font-size: 1.125rem;
    line-height: 1.65;
}
/* bullets 18px */

/* Button sizing to match */
#plans .btn-lg {
    font-size: 1.05rem;
    padding: .6rem 1.2rem;
}

/* Popular card blue accent (kept from earlier) */
#plans .card.popular {
    border: 2px solid #0d6efd;
}

#plans .badge-popular {
    display: inline-block;
    color: #0d6efd;
    font-size: .8rem;
    letter-spacing: .06em;
    margin-bottom: .35rem;
}

/* Keep the three cards even height & nicely padded */
#plans-cards .col-sm-6, #plans-cards .col-md-4 {
    display: flex;
}

#plans-cards .card {
    width: 100%;
    border-radius: .75rem;
}

#plans-cards .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px; /* bump if needed */
}

/* Footnote readability */
#plans .plans-footnote {
    font-size: 20px !important;
    margin-top: 1.5rem;
}

/* Kit bullets to 18px (if not already) */
.kit-list li {
    font-size: 1.125rem;
    line-height: 1.65;
}

.section-subtitle {
    font-size: 20px !important;
    color: #2F5496;
}

.plans-subtitle {
    font-size: 20px !important;
    color: #2F5496;
}



/* ===== Plan cards (BS3 safe) ===== */
.plan-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .75rem;
    padding: 18px 22px;
    box-shadow: 0 .05rem .65rem rgba(0,0,0,.06);
    text-align: left; /* left-aligned like your mock */
    height: 100%;
}

    /* Optional blue badge for Standard */
    .plan-card .plan-badge {
        display: inline-block;
        color: #0d6efd;
        font-size: .8rem;
        letter-spacing: .06em;
        margin-bottom: .35rem;
    }

/* Header row: title left, price right */
.plan-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 6px;
}

.plan-title {
    margin: 0;
    font-size: 20px; /* ~ matching your mock */
    font-weight: 700;
}

.plan-price {
    font-size: 22px;
    font-weight: 700;
}

.plan-price-suffix {
    font-size: 14px;
    margin-left: .15rem;
    color: #6c757d;
}

/* Inline metrics with comfortable spacing */
.plan-metrics {
    margin: 6px 0 14px;
    padding: 0;
    list-style: none; /* remove default bullets */
    font-size: 16px; /* match your 18px subtext */
    line-height: 1.6;
}

    .plan-metrics li {
        display: inline-block;
        margin-right: 22px; /* spacing between items */
        margin-bottom: 6px;
    }

/* Description paragraph */
.plan-desc {
    font-size: 14px; /* match 18px bullets elsewhere */
    line-height: 1.65;
    color: #333;
    margin-bottom: 14px;
}

/* Buttons sized to feel balanced with larger type */
.plan-card .btn-lg {
    font-size: 16px;
    padding: .6rem 1.1rem;
}

/* Popular outline (Standard) */
.plan-card.popular {
    border: 2px solid #0d6efd;
}

/* Keep the three cards even height */
#plans-cards .col-sm-6, #plans-cards .col-md-4 {
    display: flex;
}

#plans-cards .plan-card {
    width: 100%;
}

/* Align the plans row with your page gutter (same as Kits) */
#plans .fullwidth-row .row {
    margin-left: 0;
    margin-right: 0;
}

/* If you still see center alignment anywhere, make sure the plans row isn't using .text-center */



/* Equal-height plan cards on desktop, showing 3 description lines */
@media (min-width: 992px) {
    #plans-cards .plan-card {
        height: 300px; /* was ~260; gives room for 3 lines */
        display: flex;
        flex-direction: column;
    }

        #plans-cards .plan-card .plan-desc {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; /* <-- show 3 lines */
            overflow: hidden;
            line-height: 1.65; /* keep readability consistent */
        }
        /* keep the CTA pinned to the bottom */
        #plans-cards .plan-card .btn-lg {
            margin-top: auto;
        }
}

/* On tablet/phone, let them grow naturally */
@media (max-width: 991px) {
    #plans-cards .plan-card {
        height: auto;
    }
}




/* Mobile niceties: full-width buttons + comfy spacing */
@media (max-width: 767px) {
    #plans-cards .plan-card .btn-lg {
        width: 100%;
    }

    #plans .plans-title {
        font-size: 2rem;
        color: #FFA500;
    }
    /* scale title a bit on phones */
    #pricing .section-title {
        font-size: 2rem;
    }
}



/* === Button shims for dark/blue backgrounds (BS3-safe) === */
.cta-soft .btn-light {
    color: #0d6efd; /* blue text */
    background-color: #fff;
    border: 1px solid #fff;
}

.cta-soft .btn-light:hover,
.cta-soft .btn-light:focus {
    color: #0b5ed7;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.cta-soft .btn-outline-light {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.95);
}

    .cta-soft .btn-outline-light:hover,
    .cta-soft .btn-outline-light:focus {
        color: #0d6efd; /* turns blue on hover */
        background: #fff;
        border-color: #fff;
    }

/* Optional: clearer focus ring for accessibility */
.cta-soft .btn:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (max-width: 767px) {
    .cta-soft .btn {
        display: block;
        width: 100%;
        margin: 0 0 .6rem;
    }
}

.cta-soft .btn {
    transition: transform .12s ease, box-shadow .12s ease;
}

    .cta-soft .btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 .4rem 1rem rgba(0,0,0,.15);
    }





/*     Aqweeva LLC (c) 2015-2025)     */
.navbar-header {
    display: flex !important;
    align-items: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px; /* Match your navbar height */
}


.spacer {
    height: 20px;
}


.netgcs-logo {
    height: 40px;
    margin-right: 8px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}


.lock-icon {
    color: goldenrod;
    margin-right: 6px;
}

.app-title {
    font-weight: bold;
    color: white;
    padding-bottom: 4px;
    display: block;
}

.page-heading {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.large-title-text-36 {
    font-family: arial;
    font-size: 36px;
}

.large-sub-title-text-16 {
    font-family: arial;
    font-size: 16px;
}



.page-large-text-36 {
    font-family: arial;
    font-size: 36px;
}

.page-large-text-34 {
    font-family: arial;
    font-size: 34px;
}

.page-large-text-30 {
    font-family: arial;
    font-size: 30px;
}

.page-large-text-26 {
    font-family: arial;
    font-size: 26px;
}

.page-large-text-20{
    font-family: arial;
    font-size: 20px;
}


.page-medium-text-18 {
    font-family: arial;
    font-size: 18px;
}

.page-medium-text-16 {
    font-family: arial;
    font-size: 16px;
}

.page-medium-text-14 {
    font-family: arial;
    font-size: 14px;
}

.page-small-text-12 {
    font-family: arial;
    font-size: 12px;
}

.page-small-text-8 {
    font-family: arial;
    font-size: 8px;
}



.page-notation-text-12 {
    font-family: arial;
    font-size: 12px;
}

.page-bullet-point-text-14 {
    font-family: arial;
    font-size: 14px;
}

.page-bullet-point-text-16 {
    font-family: arial;
    font-size: 16px;
}

.page-bullet-point-text-18 {
    font-family: arial;
    font-size: 18px;
}





.netgcs-marketing-title-16 {
    font-family: Calibri;
    font-size: 16px;
}

.netgcs-marketing-title-18 {
    font-family: Calibri;
    font-size: 18px;
}

.netgcs-marketing-title-20 {
    font-family: Calibri;
    font-size: 20px;
}

.netgcs-marketing-title-22 {
    font-family: Calibri;
    font-size: 22px;
}

.netgcs-marketing-title-24 {
    font-family: Calibri;
    font-size: 24px;
}

.netgcs-marketing-title-26 {
    font-family: Calibri;
    font-size: 34px;
}

.netgcs-marketing-title-34 {
    font-family: Calibri;
    font-size: 34px;
}

.netgcs-marketing-italic-36 {
    color: #2F5496;
    font-family: Calibri;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
}

.netgcs-marketing-italic-26 {
    font-family: Calibri;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
}


.netgcs-marketing-italic-26 {
    font-family: Calibri;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
}

.netgcs-marketing-italic-32 {
    font-family: Calibri;
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
}


.netgcs-marketing-bold-26 {
    color: #2F5496;
    font-size: 26px;
    font-weight: bold;
}

.netgcs-marketing-bold-32 {
    color: #2F5496;
    font-size: 32px;
    font-weight: bold;
}


.netgcs-marketing-font-18 {
    font-size: 18px;
}

.netgcs-marketing-font-20 {
    font-size: 20px;
}

.netgcs-marketing-font-22 {
    font-size: 22px;
}

.netgcs-marketing-font-24 {
    font-size: 24px;
}

.netgcs-marketing-font-26 {
    font-size: 26px;
}

.netgcs-marketing-font-30 {
    font-size: 30px;
}

.netgcs-marketing-font-32 {
    font-size: 32px;
}

.netgcs-marketing-font-34 {
    font-size: 34px;
}

.netgcs-marketing-font-36 {
    font-size: 36px;
}





.netgcs-li-marketing-bullet {
    margin-bottom: 5px;
}

.netgcs-li-marketing-sub-desc {
    margin-bottom: 15px;
    list-style: none;
}







.netgcs-body-margins {
    margin-left: 20px;
    margin-right: 50px;
}




.left,
.float-list-left li {
    float: left;
}

.right,
.float-list-right li {
    float:right;
}


.netgcs-page-error-message
{
    color: #FF0000;
    font-size: 14px;
    font-family: Arial;
}


.button-as-link {
    border: 0px;
    background-color: transparent;
    color: blue;
    cursor: pointer;
}

.button-as-link:hover {
    text-decoration: underline;
}

.std-form-ctrl-label {
    font-size: 14px;
    font-weight: bold;
}





/***********  DEPRECATED - RVC  2/28/2016 **************************************************/

/*  Use the below css to place Title and sub title over the main image of a page  */
/*******************************************************************************************/
/*#main-image-container {
  position: relative;
}

.text-over-image-main-title {
  z-index: 100;
  position: absolute;
  font-size:40px; 
  font-family:Arial;
  color: #ffffff;
  font-weight: bold;
  left: 40px;
  top: 10px;
}

.text-over-image-main-subtitle {
  z-index: 100;
  position: absolute;
  font-size:20px; 
  font-family:'Times New Roman';
  color: #ffffff;
  font-weight: bold;
  left: 44px;
  top: 60px;
}

.text-over-image-main-bullets {
  z-index: 100;
  position: absolute;
  font-size:16px; 
  font-family:'Times New Roman', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
  left: 44px;
  top: 95px;
}*/
/*******************************************************************************************/



/*  Use the below css to place Title and sub title over the main image of a page  */
/*  Transparent box over image  */
div.background {
    background-image: url(https://netgcs.com/images/main_page_image_xas.png);
    /* background-image: url(https://netgcs.com/images/retail_original_strip.jpg); */ /* no-repeat; */
    /* background-image: url(https://netgcs.com/images/retail_main_aa.gif);   */
    /* background-image: url(https://netgcs.com/images/retail_main_aa.jpg);  */
    /* background-image: url(https://netgcs.com/images/IMG_8985.jpg);  */
    /* background-image: url(https://netgcs.com/images/retail_original_strip_bb.jpg); */
    background-size: 100% auto;
    height: 400px;
    position: relative;
}

div.transbox {
  position: absolute;
  margin-left: 2%;
  margin-top: 40px;
  background-color: #000000;
  border: 1px solid black;
  border-radius: 25px;
  opacity: 0.85;
  filter: alpha(opacity=85); /* For IE8 and earlier */
  width: 255px;
  height: 320px;
}

.text-ontop {
  z-index: 100;
  position: absolute;
}

.text-over-main-box-wrapper {
  z-index: 100;
  position: absolute;
  margin: 4%;
}

.text-over-main-box-title {
  z-index: 100;
  margin: 5px; 
  margin-top:10px;
  font-size: 22px;

  color: #ffffff;
}

.text-over-main-box-subtitle {
  z-index: 100;
  margin: 5px; 
  font-size: 14px;
  color: #ffffff;
}

.input-box-signup {
    margin: 5px; 
    margin-top:10px;
}









/* Full-width hero with background image */
.hero-bg {
    background-image: url("https://netgcs.com/images/main_page_image_xas.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

    .hero-bg .container {
        max-width: 100%; /* stretch full width */
        margin: 0; /* no auto-centering */
        padding-left: 40px; /* small left gutter */
        padding-right: 40px; /* optional right gutter */
    }

/* Optional darkening overlay for contrast */

.hero-overlay {
    background: rgba(0, 0, 0, 0.25);
    padding: 20px 0 40px; /* top, left/right = 0, bottom */
}


/* Flex layout: login left, cards right */
.hero-layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; /* keeps left anchored */
    gap: 40px;
    /* NEW: override any Bootstrap/global margins */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 1200px;
}

.hero-left {
    flex: 0 0 340px; /* fixed width for login box */
    max-width: 360px;
    margin: -90px 0 0 0; /* top, right, bottom, left */
}


/* Right side: stacked cards */
.hero-right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    /* Push cards further away from login box */
    margin-left: 40px;
}

/* Black login panel (can reuse your existing styles) */
.login-panel {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.55);
}

/* White overlay cards on the right */
.hero-card {
    background: linear-gradient( to bottom right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25) );
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    color: #fff;
    width: 90%; /* Increase width */
    max-width: 1200px; /* Allow them to grow */
}

.hero-card--testimonial {
    border-left: 4px solid #007bff; /* blue accent */
    min-height: 120px; /* adjust until all quotes fit comfortably */
    display: flex;
    flex-direction: column;
    justify-content: center; /* centers the quote+source vertically */
}

.hero-card--features {
    border-left: 4px solid #007bff; /* green accent    #28a745*/
}

.hero-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0;
}

.hero-card-body {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.hero-card a {
    color: #007bff;
    text-decoration: underline;
}

.hero-features-list {
    margin: 0;
    padding-left: 18px;
}

/* Responsive: stack on smaller screens */
@media (max-width: 991.98px) {
    .hero-layout {
        flex-direction: column;
        align-items: stretch;
    }


    .hero-overlay {
        padding: 24px 0 28px;
    }
}

@media (min-width: 1400px) {
    .hero-card {
        width: 95%;
        max-width: 1600px;
    }
}


.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}

    .testimonial-footer p {
        margin: 0;
    }

/* Optional: give the link a softer look */
.testimonial-link {
    color: #fff !important;
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap;
}










/* eGift card wrapper – lets it sit nicely in your layout */
.egift-card-wrapper {
    margin-top: 20px;
}

/* Main eGift card look */
.egift-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    line-height: 1.5;
}

/* Title */
.egift-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Body copy */
.egift-card-body {
    margin: 0 0 10px 0;
}

/* Link */
.egift-card-link {
    display: inline-block;
    margin-top: 4px;
    font-weight: 500;
    text-decoration: underline;
    color: #007bff; /* match your brand blue */
}

    /* Optional: hover state */
    .egift-card-link:hover {
        text-decoration: none;
    }











/*  Transaction Terminal - Header - Search Box  */
/*******************************************************************************/

.popup-dialog-grid-header-labels {
    font-size: 14px;
    font-weight: bold;
    width: 200px;
}




/*  Merchant Wizard Styles  */
/*******************************************************************************/

.wizard-step-container{
    background-color:#000000; 
    vertical-align:middle;
    border-radius: 10px;
}





.col-md-2-5 { width: 15%; } /* = 16,6666 + 4,16667 */

#payment-header-jumbotron {
    padding-bottom: 10px !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
}

#payment-body-jumbotron {
    padding-bottom: 10px !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
}

.wizard-step-active {
    color:#ffffff; 
    font-size: 16px;
    margin-top: 15px;
    /*margin-left: 2px;*/ 
    vertical-align: middle; 
    height: 40px;
}

.wizard-step-inactive {
    color:#909090; 
    font-size: 16px;
    margin-top: 15px;
    /*margin-left: 2px;*/ 
    vertical-align: middle; 
    height: 40px;
}

.wizard-step-complete {
    color:#659CEF; 
    font-size: 16px;
    margin-top: 15px;
    /*margin-left: 2px;*/ 
    vertical-align: middle; 
    height: 40px;
}



/*  Merchant Wizard Checkbox Style - Not In Use Yet - RVC 7/3/2017  */
/*******************************************************************************/

.storefeaturecostsdiv {
	width: 25px;
	margin: 20px 100px;
	position: relative;
}

.storefeaturecostsdiv label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

.storefeaturecostsdiv label {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.storefeaturecostsdiv label:hover::after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.storefeaturecostsdiv input[type=checkbox]:checked + label:after {
	opacity: 1;
}


.credit_card_number {
    color: #000000
}



.netgcs-red-text-std-view-message {
    color: red;
    font-size: 12px;
}


/*  Bootstrap Overrides  */
/*******************************************************************************/
.bg-dark {
    background-color: #000000;
    vertical-align: middle;
    border-radius: 10px;
    margin-left: 0px;
}

dt{
    margin-top: 50px;
}


.netgcs-jumbotron {
    padding: 20px;
    border-radius: 10px;
}

.jumbotron {
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
    border: 5px solid #fff;
}



tr.tr-bordered-bottom {
    border-bottom: 1px solid #000;
}


.card-type-desc-wrapper {
    border: 1px solid lightgray; 
    width:100%; 
    display: inline-block;
}

.card-type-desc-label {
    font-weight:bold; 
    color:dodgerblue; 
    display:block; 
    float:left; 
    padding-top: 2px; 
    margin-left: 6px;
}

.card-type-desc-span {
    font-weight:bold; 
    margin: 6px 5px 4px 5px; 
    display:block;
}




hr.style-md1 {
    height: 5px;
    border: 0;
    margin: 0px;
    box-shadow: 0 5px 5px -5px #8c8b8b inset;
}


hr.style-md2 {
    height: 5px;
    border: 0;
    box-shadow: 0 5px 5px -5px #8c8b8b inset;
}





/* Tooltip container */
/* https://www.w3schools.com/bootstrap/bootstrap_tooltip.asp */

/*
    Example:

    <div class="aq-tooltip">Hover over me
        <span class="aq-tooltiptext">Tooltip text</span>
    </div>


*/

.aq-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .aq-tooltip .aq-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .aq-tooltip .aq-tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .aq-tooltip:hover .aq-tooltiptext {
        visibility: visible;
        opacity: 1;
    }


.card-holder-name-add-pop {
    font-family: Arial;
    font-size: 14px;
    color: dodgerblue;
    z-index: 1000;
}


/* default the message to hidden */
.git-card-msg-toggle {
    font-family:Arial; 
    font-size:14px; 
    color:red; 
    z-index: 1000; 
}

.merchants-found-table{
    display: none;
}

#connected-to-merchant {
    display: none;
}

.netgcs-dialog-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}




.cslid1 {
    background-image: url(../../Images/IMG_4535.jpg)
}

.cslid2 {
    background-image: url(../../images/IMG_4573.jpg);
}

.cslid3 {
    background-image: url(../../images/IMG_4632.JPG);
}

.cslid4 {
    background-image: url(../../images/IMG_4621.JPG);
}

.slidhov h2 {
    font-size: 30px;
    color: #3E8DDD;
    line-height: 10px;
    width: 80%;
    margin: 30px 30px 10px 20px;
}

.slidhov p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    width: 90%;
    margin: 20px 30px 30px 20px;
}

.slidhov .shopnow {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.slidhov {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 70%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 30%;
}












/**************************************************************/
/**************************************************************/
/*   Swiper Container                                         */
/**************************************************************/
/**************************************************************/


.swiper-container, .s1, .s2, .s3, .s6 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}




.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }


.swiper-button-lock {
    display: none
}

.swiper-pagination, .swiper-pagination1, .swiper-pagination3, .swiper-pagination2, .swiper-pagination4 { /* position: absolute; */
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: .2s top, .2s -webkit-transform;
            transition: .2s top, .2s -webkit-transform;
            -o-transition: .2s transform, .2s top;
            transition: .2s transform, .2s top;
            transition: .2s transform, .2s top, .2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: .2s left, .2s -webkit-transform;
        transition: .2s left, .2s -webkit-transform;
        -o-transition: .2s transform, .2s left;
        transition: .2s transform, .2s left;
        transition: .2s transform, .2s left, .2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.s1 .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.s2 .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.s3 .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.s6 .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}







/*   PAYMENT CSS STUFF  */


.mb-3 {
    margin-bottom: 1rem;
}

.note-text {
    margin-bottom: 10px;
}

.payment-note {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

.payment-summary {
    background-color: #C4E1FC;
    padding: 10px;
    margin-bottom: 10px;
}

    .payment-summary td {
        padding: 5px;
    }

        .payment-summary td.amount {
            font-weight: bold;
            font-size: 16px;
        }

.payment-right {
    text-align: right;
}

.contact-info {
    margin-top: 20px;
    font-size: 14px;
    text-align: right;
}

    .contact-info strong {
        font-weight: bold;
    }

.confirmation-note {
    text-align: right;
    font-size: 20px;
    color: #c00; /* netgcs-red-text-std-view-message */
}




.feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-subtext {
    font-size: 12px;
    margin-top: 4px;
}


a.launch-feature-usage {
    color: #3399ff;
    text-decoration: none;
}

a.launch-feature-usage:hover {
    color: #0077cc;
    text-decoration: underline;
}













.invoice-summary {
    --bg: #ffffff;
    --text: #1f2937;
    --muted: #6b7280;
    --line: #e5e7eb;
    --brand: #0d6efd; /* tweak to your brand primary */
    --accent: #0ea5e9; /* tweak to your brand secondary */
    --kpi-bg: #f8fafc;
    --radius: 14px;
    background: var(--bg);
    color: var(--text);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    padding: 18px;
   /*   max-width: 1100px;   */
}

.invoice-summary__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
}

.invoice-summary__title {
    font-size: 1.50rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 0;
}

/* KPIs (Amount Paid / Balance) */
.invoice-summary__kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.kpi {
    background: var(--kpi-bg);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

/* Let a KPI span the full grid width when desired */
.kpi--wide {
    grid-column: 1 / -1;
}

.kpi__label {
    font-size: 1.50rem;
    color: var(--muted);
}

.kpi__value {
    font-variant-numeric: tabular-nums;
    font-size: 1.50rem; /* was default 1rem-ish */
    font-weight: 700;
    letter-spacing: 0.2px;
}

.kpi--accent {
    border-color: rgba(14,165,233,0.35);
    background: linear-gradient(180deg, rgba(14,165,233,0.08), rgba(14,165,233,0.03));
}

/* Two-column grid */
.invoice-summary__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* Cards inside the grid */
.panel {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px;
    background: #fff;
}

/* Key/Value list */
.kv {
    margin: 0;
}

.kv__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 8px 0;
    align-items: center;
    border-bottom: 1px dashed rgba(107,114,128,0.25);
}

    .kv__row:last-of-type {
        border-bottom: 0;
    }

.kv__label {
    margin: 0;
    font-size: 1.50rem; /* was 0.9rem */
    color: var(--muted);
}

.kv__value {
    margin: 0;
    font-size: 1.50rem; /* was 0.95rem */
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
}

/* Divider inside right panel */
.kv__divider {
    height: 1px;
    background: var(--line);
    margin: 6px 0 2px;
    grid-column: 1 / -1;
}

/* Links */
.invoice-summary a {
    color: var(--brand);
    text-decoration: none;
    font-size: 1.50rem; /* was 1.05rem */
}

    .invoice-summary a:hover {
        text-decoration: underline;
    }

/* Responsive */
@media (max-width: 768px) {
    .invoice-summary {
        padding: 14px;
    }

    .invoice-summary__kpis,
    .invoice-summary__grid {
        grid-template-columns: 1fr;
    }

    .kv__value {
        white-space: normal;
    }
}



/* Add to the end of invoice-summary.css */
.invoice-summary__subtitle {
    color: var(--muted);
    margin: 0;
    font-size: 1rem;
}

.invoice-summary__note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #7c2d12;
    border-radius: 10px;
    padding: .75rem 1rem;
    margin-top: 10px;
    font-size: .95rem;
}

.invoice-summary__actions {
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
    margin-top: 12px;
}

/* at end of invoice-summary.css */
.invoice-summary .btn:not(.btn-sm) {
    font-size: 1.50rem;
    font-weight: 600;
    line-height: 1.25;
    padding: .625rem 1.25rem; /* ~10px 20px */
    border-radius: 10px;
}



/* at end of invoice-summary.css */
.invoice-summary__footer .btn:not(.btn-sm) {
    font-size: 1.50rem;
    font-weight: 600;
    line-height: 1.25;
    padding: .625rem 1.25rem; /* ~10px 20px */
    border-radius: 10px;
}


/* Footer inside payment summary */
.invoice-summary__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 14px;
    margin-top: 18px;
    border-top: 1px solid var(--line);
}

    .invoice-summary__footer .btn-primary {
        background-color: #37c0fb !important; /*  /* var(--brand); */
        color: #fff !important; /* ensure white text */
        border-color: var(--brand);
    }

.invoice-summary__footer .btn {
    font-size: 0.95rem;
    padding: 6px 14px;
}

    .invoice-summary__footer .btn-primary:hover {
        background-color: #0b5ed7; /* Bootstrap hover blue */
        border-color: #0a58ca;
        color: #fff !important;
    }

.invoice-summary__note {
    font-size: 1.05rem;
    color: #b91c1c; /* same as your .netgcs-red-text-std-view-message */
    font-weight: 500;
}




 html,body
{
   height:100%;
}

 /* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto 0px;
  /* Pad bottom by footer height */
  padding: 0 0 0px;
}

#footer {
    min-height: 75px;
    height: auto;
    margin: 0 auto 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #333333;
    color: #ffffff;
}

/* Set the fixed height of the footer here */
/*#footer {
    min-height: 75px;
    height: auto;
    margin: 0 auto 0px;
    background-color: #333333;
    color: #ffffff;
}*/


.footer-category-titles{
    font-size: 16px;
    color:#ffffff;
    margin-left:10px;
}

.footer-category-items
{
    font-size: 16px;
    color:#ffffff;
    margin-left:10px;
}


footer ul.footerright{
        margin-right: 150px;
        margin-top: 10px;
    }
footer ul.footerright li{
        display: inline;
        margin-right: 25px;
}



footer dl.footerleft{
    margin-left: 50px;
    margin-top: 50px;
}
footer dl.footerleft dd{
    display: inline;
    margin-right: 25px;
    color: #ffffff;
}

footer dl.footerleft a{
    color: #ffffff;
}




footer a{
    color: #ffffff;
}


footer a:hover{
    color: #ffffff;
    text-decoration: none;    
}
.social:hover {
     -webkit-transform: scale(1.0);
     -webkit-transition-duration: 0.5s;
 }
 .social {
     -webkit-transform: scale(0.8);
     color: #6495ED;
     
 }



 #all-section > div > span {
    display: inline-block;
    vertical-align: middle;
}
 /*
#all-section > ul:before {
    background-color: #b7b7b7;
    border-bottom: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 60%;
}
*/




/**************  DEPRECATED - WANT TO KEEP AS REFERENCE - RVC 2/28/2016 *****************************/

/*#footer a,
#footer dd,
#footer dt,
#footer p {
    text-decoration: none;
    color: #e9e9e9;
}

#footer dt,
#footer p {
    font-size: 12px;
}

#footer a,
#footer dd,
#footer dd a,
#footer .legal p {
    font-size: 11px;
    text-decoration: none;
}

#footer .legal a {
    text-decoration: none;
}

#footer dd a:hover,
#footer a:hover,
#footer p.cta span a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer {
    background-color: #3a4f63;
    width: 100%;
    position: relative;
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.footer, .push {
        height: 4em;
}

#footer:after {
    content: "";

       -moz-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);

    position: absolute;
    z-index: -2;

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 300px 300px 300px 300px / 20px 20px 20px 20px;
    bottom: 0;
    height: 50%;
    left: 10px;
    position: absolute;
    right: 10px;
    z-index: -1;
}

#footer > div {
    position: relative;
}

#footer p.extra-links {
    position: absolute;
    bottom: 0;
    right: 0;
}



#footer dl {
    background: transparent url(/Images/dotted_pipe.png) no-repeat left top;
    margin: 0 0 0 20px;
    padding: 0 0 0 10px;
}


#footer dl.first {
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}

    #footer dd {
        margin-bottom: 5px;
        padding: 0;
    }

    #footer dt {
        margin-bottom: 10px;
        padding-top: 8px;
    }

#footer img.badges {
    margin: 25px 0;
}

#footer p.cta {
    font-weight: bold;
    margin-top: 8px;
    text-align: right;
}

#footer p.cta span {
    display: block;
    padding-top: 9px;
}

#footer .legal {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dotted #ccc;
}

#footer .legal a {
    margin-right: 20px;
}*/

/**************  END - WANT TO KEEP AS REFERENCE - RVC 2/28/2016 *********************************/

