section.payTrac.intro .carousel .item {justify-content:center;align-content:center;align-items: center;}
section.payTrac.intro .carousel .item .carousel-caption h3 {
    color: var(--lightGreen);
	font-weight: normal;
    font-size:2rem!important
}

section.payTrac.intro .carousel .item .carousel-caption h3 span.bold {
    font-weight: bold;
}

section.payTrac.intro .carousel .item .carousel-caption p:first-of-type {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--blue);
    line-height: 1.25;
   /* max-width:350px;*/
	margin-top: 0.75rem;
}
section.payTrac.intro .carousel .item .carousel-caption p:last-of-type {
    font-size: 1rem;
    color: var(--darkestGray);
    line-height: 1.5;
}

section.payTrac.intro .carousel .item:before {
    display: none;
}
section.payTrac.intro .carousel .item img {
    max-width:100%;
    width: auto;
}
section.payTrac.intro .carousel .item .carousel-caption {
    position: relative!important;
    left: inherit!important;
    right: inherit!important;
    top: inherit!important;
    bottom: inherit!important;
    transform: inherit!important;
    text-align:left;
  	color:var(--darkGray);
}
.white .circle-text.blueTxt {
    background: rgba(255,255,255,.7);
}
.white .circle-text.blueTxt > div{
    color:#1D98C3!important;
	display: flex;
    justify-content: center;
    align-items: center;
}
.row.qlIcons .col {max-width: 200px;}
.col a {
    color: #fff;
    text-decoration: none;
}
.qlIcons {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.qlIcons .icon{
    display:block;
    border:3px solid var(--green);
    border-radius:50%;
    width:120px;
    height:120px;
    margin:0 auto 10px
}
.qlIcons span{
    text-align:center;
    width:100%;
    display:block;
    margin: 0 auto;
}
.qlIcons .icon .ql-icon{
    width:62px;
    height:62px;
}


.ql-icon.manage-costs {
    background: transparent url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_Shops_Concessions_White.svg) no-repeat center;
    background-size: contain;
}
.ql-icon.collect-anywhere {
    background: transparent url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_Processing_White.svg) no-repeat center;
    background-size: contain;
}
.ql-icon.faster-cash {
    background: transparent url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_CashDrawers_White.svg) no-repeat center;
    background-size: contain;
}
.ql-icon.save-time {
    background: transparent url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_TimeManagement_White.svg) no-repeat center;
    background-size: contain;
}
.ql-icon.increase-security {
    background: transparent url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_Lock_White.svg) no-repeat center;
    background-size: contain;
}
.ql-icon.modern-experience {
    background: transparent url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_LightBulb_White.svg) no-repeat center;
    background-size: contain;
}

section.panel-grid .image,section.panel-grid .text {
    padding: 0;
    margin: 0;
}
section.panel-grid .image p {
    padding: 0;
    margin: 0;
}
section.panel-grid .image img{
    padding: 0;
    margin: 0;
    width:100%;
    height:auto;
}
section.panel-grid .text{
    align-items:center;
    justify-content:center;
    align-content:center;
    display:flex;
}
section.panel-grid .text>div h3{
    margin-bottom:40px
}
section.panel-grid .text>div {
    padding: 3rem 5rem;
}
section.panel-grid .text>div h3:before {
    content:"";
    display:block;
    float:left;
    width:60px;
    height:60px;
    margin-right:15px;
    margin-top:-10px;
    border-radius:50%;
    background-color:var(--gray);
}


.panel-grid .row#manage-costs .col.text>div h3:before {
    background-image: url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_Shops_Concessions_Grey.svg);
    background-position:center;
    background-size:50%;
    background-repeat:no-repeat;
}
.panel-grid .row#collect-anywhere .col.text>div h3:before {
    background-image: url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_Processing_Grey.svg);
    background-position:center;
    background-size:50%;
    background-repeat:no-repeat;
}
  .panel-grid .row#increase-security .col.text>div h3:before {
    background-image: url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_Lock_Grey.svg);
    background-position:center;
    background-size:50%;
    background-repeat:no-repeat;
}
.panel-grid .row#save-time .col.text>div h3:before {
    background-image: url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_TimeManagement_Grey.svg);
    background-position:center;
    background-size:50%;
    background-repeat:no-repeat;
}
.panel-grid .row#faster-cash .col.text>div h3:before {
    background-image: url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_CashDrawers_Grey.svg);
    background-position:center;
    background-size:50%;
    background-repeat:no-repeat;
}
.panel-grid .row#modern-experience .col.text>div h3:before {
    background-image: url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_LightBulb_Grey.svg);
    background-position:center;
    background-size:50%;
    background-repeat:no-repeat;
}
.panel-grid .row#faster-cash .col.text>div h3:before {
     background-image: url(https://d2nfzhdjx5k7v7.cloudfront.net/sites/VSI/img/VS_Icon_Shops_Concessions_Grey.svg);
    background-position:center;
    background-size:50%;
    background-repeat:no-repeat;
}
.carousel-caption a, .col.text p strong a {
    color: var(--blue)!important;
}
section.payTrac.intro .carousel-caption .abut.demo-button.btnLarge{
    background: var(--lightGreen);
    color: #fff!important;
    border: 2px solid var(--lightGreen);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    line-height: 50px;
    padding: .5rem 3.5rem;
    font-size: 1.25rem;
}
section.payTrac.intro .carousel-caption .abut.demo-button.btnLarge:hover {
    background: #fff;
    color: var(--lightGreen)!important;
    box-shadow: 0px 0px 6px rgb(109 109 109 / 50%);
    border: 2px solid var(--lightGreen);
}