<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Header footer css starts here */

.bg-video {
	object-fit: cover;
	width: 100vw;
	height: 120vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.header-main {
	background: #000;
	width: 100%;
	z-index: 1;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	padding: 10px 15px;
}

.mobile-bg{
	width: 100vw;
	height:100%; 
	background-size:cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-image:url('/-/media/20BCDCC9CC9E4D66A83E805078034B68.ashx');
	background-position:center center;
}
.body-cta-container {
    float: left;
    width: 100%;
    text-align: center;
}
.download-btn.body-cta {
    font-size: 14px;
    padding: 7px 20px;
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.download-btn.body-cta:hover{color: #012834 !important;}

.header-main a.download-btn {
	font-size: 14px;
	text-decoration: none;
	padding: 7px 16px;
	float: right;
	
	outline: none;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	transition: .3s all;
	-webkit-transition: .3s all;
	
	background: #4BCD3E;
	border: 2px solid #4BCD3E;
	border-radius: 67rem;
	color: #012834;
}

.header-main a.download-btn:hover {
	background: none;
	border: 2px solid #4BCD3E;
	border-radius: 67rem;
	color: #ffffff;
}

.header-logo {
	color: #4BCD3E;
	width: 75px;
	height: 40px;
	display: inline-block;
	margin-left: -8px;
}

.header-logo:hover {
	color: #fff;
}

.fis-icon-logo {
	fill: currentColor;
	width: 75px;
	height: 40px;
}

.genpayLogo {
	font-size: 14px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	min-height: 24px;
	display: inline-block;
	padding-left: 15px;
	margin-left: 5px;
	padding-top: 2px;
	position: relative;
	top: 2px;
}

.genpayLogo:hover{text-decoration:none; color:#3BCFF0;}

.menu-icon {
	color: #fff;
	position: relative;
	width: 22px;
	height: 19px;
	top: 8px;
	left: 16px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	display: inline-block;
}

.menu-icon.open span {
	background-color: #4BCD3E;
}

.menu-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-icon span:nth-child(1) {
	top: 0px;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
	top: 8px;
}

.menu-icon span:nth-child(4) {
	top: 16px;
}

.menu-icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.menu-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.menu-container {
	position: relative;
	display: inline-block;
}

.menulist {
	position: absolute;
	background: #000;
	padding-left: 0;
	width: 145px;
	top: 45px;
	transition: .5s all;
	-webkit-transition: .5s all;
	opacity: 0;
	visibility: hidden;
}

.menu-icon.open+.menulist {
	opacity: 1;
	visibility: visible;
}

.menulist li {
	list-style: none;
	float: left;
	width: 100%;
}

.menulist li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 30px;
	width: 100%;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.menulist li a:hover {
	background: #012834;
	color: #3BCFF0;
}

.footer-main {
	background: #000000;
	width: 100%;
	height: 36px;
	padding: 9px 30px 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:4
}

.footer-main p {
	font-size: 12px;
	color: #fff;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer-main span {
	float: right;
	position: relative;
	bottom: 4px;
}

.footer-main span a {
	color: #3BCFF0;
	font-size: 12px;
	margin-left: 30px;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer-main span a:hover {
	color: #fff;
}

.footer-main span a:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 820px) {
	.header-main {
		padding-left: 0;
		padding-right: 0;
	}
	.container-fluid .content-main {
		padding-left: 0;
		padding-right: 0;
	}
	.container-fluid .content-main h1 {
		font-size: 40px;
		line-height: 42px;
	}
	.container-fluid .content-main p {
		font-size: 18px;
		width: 100%;
		line-height: 24px;
	}
	.vertical-links a {
		font-size: 18px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.vertical-links a:last-child {
		border: none;
	}
}

@media only screen and (max-width: 767px) {
	.footer-main p {
		font-size: 11px;
		margin-bottom: 10px;
		margin-top: 5px;
		width: 100%;
		text-align: center;
	}
	.footer-main span {
		float: left;
		width: 100%;
		text-align: center;
	}
	.footer-main {
		min-height: 75px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.vertical-links a {
		padding: 10px 0 5px !important;
	}
	.vertical-links #loader{display:none;}
	.genpayLogo sapn{display:none;}
}

@media only screen and (orientation: landscape) and (max-width: 820px) and (min-width: 480px) {
	.footer-main {
		min-height: 45px;
	}
	.footer-main p {
		width: auto;
		float: left;
	}
	.footer-main span {
		width: auto;
		float: right;
		position: relative;
		top: 0;
	}
	.footer-main span a {
		font-size: 11px;
	}
	.vertical-links {
		bottom: 65px !important;
	}
	.vertical-links a {
		border: none;
	}
}

@media only screen and (max-width: 991px) {
	.footer-main span a {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.container-fluid .content-main h1 {
		font-size: 32px;
		line-height: 34px;
	}
	.vertical-links {
		flex-direction: column;
	}
	.vertical-links a span {
		display: inline !Important;
	}
	.header-main a.download-btn {
		font-size: 12px;
		margin-top: 2px;
	}
	.menu-container {
		position: static;
	}
	.menulist {
		top: 60px;
		left: 0;
		width: 100%;
	}
	.vertical-links a{
		text-align:left !important;
		padding-left:20px !important;
	}
}

@media only screen and (max-width: 360px) {
	.container-fluid .content-main h1 {
		font-size: 26px;
		line-height: 28px;
	}
	.footer-main p {
		margin-bottom: 5px;
		font-size: 10px;
	}
	.container-fluid .content-main p {
		line-height: 18px;
		font-size: 14px;
	}
	.header-main a.download-btn {
		font-size: 11px;
		padding: 5px 10px;
		margin-top: 5px;
	}
	.footer-main span a {
		font-size: 11px;
		margin-left: 15px;
	}
	.genpayLogo {
		margin-left: 0;
		padding-left: 10px;
		font-size: 12px;
	}
	.menu-icon {
		left: 5px;
	}
}

@media only screen and (min-height: 800px) and (max-width: 768px) {
	.container-fluid .content-main h1 {
		font-size: 40px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 1024px) {
	.container-fluid .content-main {
		float: left;
		width: 100%;
	}
}

@media only screen and (min-width: 992px) and (min-height: 768px) and (max-width: 1200px) {
	.vertical-links a {font-size: 26px !important;}	
	
	div[data-anchor="onlineShopping"] .section-bg{background-size:cover;}
	div[data-anchor="Shopping"] .sliding-content h2:before{top:100px;}
	div[data-anchor="onlineShopping"] .content-container{width:80%; margin: 0 10%;}
	div[data-anchor="onlineShopping"] .content-slide .content-header h3 span{font-size:42px;}
	div[data-anchor="onlineShopping"] .content-slide .content-header h2, div[data-anchor="onlineShopping"] .content-slide .content-header h3{font-size:54px;}
	div[data-anchor="Grocery"] .vertical-details .vertical-container{width:100%;}
	div[data-anchor="Travel"] .slide .team-images{width: 85%; margin: 0 7.5%;}
	div[data-anchor="Travel"] .slide-header{width: 80%; margin: 0 10%;}
	div[data-anchor="bills"] .bills-bg{background-size:cover;}
	div[data-anchor="bills"] .hand-phone{right:-100px;}
	div[data-anchor="bills"] .bills-slide h2 span{white-space:nowrap;}
	div[data-anchor="bills"] .stats-container-vertical{bottom: 110px; right: 150px;}
	div[data-anchor="bills"] .stats-container-vertical.stats-2{right: 160px;}
}

@media only screen and (min-width: 831px) {
.content-slide .content-header h3 span{white-space: nowrap;}
}

@media only screen and (min-width: 992px) and (max-height: 800px) and (max-width: 1400px) {
.device-icon{position:absolute; top:0;}
}

@media only screen and (min-width: 1400px) {
.stats-container.stats-container-vertical{bottom: 110px;}
}

@media only screen and (min-height: 900px) {
.footer-content{position:relative; top:25%; transform: translateY(-25%);}
}

@media only screen and (min-height: 1024px) and (max-height: 1366px) and (min-width: 768px) {
	.vertical-links {
		flex-direction: column;
	}
	.vertical-links a span {
		display: inline !Important;
	}
	.container-fluid .content-main {
		margin-top: 80px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.vertical-links a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.vertical-links a:last-child {
		border: none;
	}
}

/* Header footer css ends here */

/* loader css starts here */
.loader {position: fixed; z-index: 999999; top: 0; left: 0; height: 100%; width: 100%; background: rgba( 1, 40, 52, 1 ) 50% 50% no-repeat;}
.spinner {position: absolute; top: 50%; left: 50%;; z-index: 300; width: 70px; text-align: center; transform: translate3d(-50%,-50%,0); pointer-events: none; opacity: 1.0; transition: opacity 0.5s;}
.spinner &gt; div {width: 18px; height: 18px; background-color: white; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;}
.spinner .bounce1 {-webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.spinner .bounce2 {-webkit-animation-delay: -0.16s; animation-delay: -0.16s;}
@-webkit-keyframes sk-bouncedelay{0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) }}
@keyframes sk-bouncedelay{0%, 80%, 100% {-webkit-transform: scale(0); transform: scale(0);} 40% {-webkit-transform: scale(1.0); transform: scale(1.0);}}
/* loader css ends here */

/* Landing page css starts here */
.content-main{padding:30px; width:65%; margin-top:60px;}
.content-main h1{font-size:72px; text-transform:uppercase; color:#fff; font-family: 'Titillium Web', sans-serif; font-weight:900; line-height:70px;}
.content-main h1 span{color:#3BCFF0;}
.content-main p{font-size:24px; color:#fff; line-height:30px; width:75%; font-family: 'Source Sans Pro', sans-serif;}
.vertical-links{position:absolute; left:0; bottom:90px; width:100%; display:flex; background:rgba(0,0,0,0.6); border-bottom:3px solid rgba(0, 151, 117, 0.5);}
.vertical-links #loader {width: 0; height: 3px; position: absolute; bottom: -3px; background:rgba(0, 151, 117, 1);}
.vertical-links a{flex:1; z-index:1; color:#fff; text-decoration:none; font-size:28px; text-transform:uppercase; padding:20px 12px 12px; text-align:center; transition: all .2s ease-in-out; font-family: 'Titillium Web', sans-serif; font-weight:900;}
.vertical-links a strong{text-align:left; display:inline-block; line-height:1;}
.vertical-links a:hover{transform: scale(1.2); color:#000; background-color:#3BCFF0;}
.vertical-links a:hover span{color:#000;}
.vertical-links a span{color:#3BCFF0; display:block;}
.fis-svg-green {fill: #4BCD3E;}
.vertical-links a:hover .fis-svg-green {fill: #000;}
.fis-icon-arrow{width: 33px; height: 13px}
.tipsheetOverlay{background-image:url('/-/media/463E12C657C944E4A6814C14FA8D935E.ashx'); background-size:cover; background-position:center center; background-repeat: no-repeat; position:fixed; left:0; top:0; width:100%; height:100%; transition:all 0.5s ease-in-out; text-align:center; opacity:0; z-index:-2; overflow:auto;}
.tipsheetOverlay.open{opacity:1; z-index:101;}
.tipsheetOverlay h2{text-transform:uppercase; font-size:36px; color:#fff; font-family: 'Titillium Web', sans-serif; font-weight:900; line-height:36px; margin-top:60px;}
.tipsheetOverlay h2 span{color:#3BCFF0; display:block;}

.tipsheetOverlay #closeOverlay, #closePopup, a.closePopup{position:absolute; top:20px; right:30px; color:#fff; fill:#4BCD3E; font-size:14px; text-decoration:none; font-family: 'Source Sans Pro', sans-serif; font-weight:600;}
.tipsheetOverlay .fis-icon-x, #closePopup .fis-icon-x, .closePopup .fis-icon-x{width:15px; height:15px; margin-left:8px;}
.tipsheetOverlay #closeOverlay:hover, #closePopup:hover, a.closePopup:hover{color: #fff;}


@media only screen and (min-width: 1400px) {
.container-fluid .content-main{margin-top:150px; width:50%;}
}
/* Landing page css ends here */

.fp-controlArrow{border-color: transparent transparent transparent #c1c1c1 !important;}
.user-container{margin-top:50px;}
.user-container .user-img{border-radius:50%; background:#c1c1c1; width:150px; height:150px; border: 1px solid #212529; display:inline-block;}
.user-container .user-img i{line-height:inherit; display:block;}
.user-details{margin-top:20px;}

.section-background {
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section-heading {
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 60px;
	font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
	font-size:60px;
	color:#000000;
}

.section-content{position:relative; width:80%; margin:0 10%;}

.verticals-container{display:flex; background:rgba(0,0,0,0.6); position:absolute; width:100%; bottom:20%; left:0;}

.verticals-container a{text-align:center; flex:1; padding:10px 5px; transition: all .2s ease-in-out;}

.team-container{display:flex; position:absolute; width:100%; top:0; height:100%; left:0;}

.team-container .team-member{position:relative; overflow:hidden; text-align:center; flex:1; padding:10px 5px; transition: all .2s ease-in-out;}

.team-container .team-member:hover .member-img{transform: scale(1.2);}

.team-member .member-img{width:100%; height:100%; position:absolute; left:0; top:0; transition: all .2s ease-in-out; background-position:45% 60px; background-size:cover;}

.member-description{position:absolute; left:0; bottom:0; width:100%; text-align:left; background:rgba(0,0,0,0.5); padding:30px; color:#fff; transition: all .5s ease-in-out;}
.member-description &gt; span {	font-size: 14px;}
.member-description p{margin-top:10px; height:0; width:0; position:absolute; opacity:0; transition: all .2s ease-in-out; font-size:12px; line-height:18px;}

.team-member:hover .member-description p{height:auto; width:auto; position:static; opacity:1;}

.team-member:hover .member-description span{height:0; width:0; position:absolute; opacity:0;}
.member-name{font-size:36px; color:#fff; font-family: 'Titillium Web', sans-serif; font-weight: 900; line-height:36px;}
.team-member .member-description .member-name span{color:#3BCFF0; display:block; opacity:1; position:static;}
.team-member:hover .member-description .member-name span{margin-bottom: 20px;}

.vertical-details{width:80%; margin:0 10%;}
.vertical-container{float:left; width:calc(100% - 160px);}

.team-images{float:right; width:100px; position:relative;}
.team-images img{border-radius:50%; width:100%; border:3px solid #3BCFF0; transition: all 1s ease-in-out;}
div[data-anchor="TeamDetails"] .team-images img{opacity:0; position:relative; margin-top:-100px;}
.team-images img:first-child{margin-top:30px; z-index:1;}
div[data-anchor="TeamDetails"].active .team-images img{opacity:1; margin-top:25px; }
.vertical-heading {margin-bottom:20px; float:left;}
.vertical-heading h2{font-size:96px; font-family: 'Titillium Web', sans-serif; text-transform:uppercase; font-weight: 900; margin-bottom:0; line-height:86px;}
.vertical-heading h3{font-size:60px; font-family: 'Titillium Web', sans-serif; text-transform:uppercase; font-weight: 900; margin-bottom:0; line-height:60px;}

.fis-text-gradient-dark-red {
	background: -webkit-linear-gradient(180deg, #FF1F3E, #285BC5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #;
}
.fis-text-gradient-dark-green {
    background: -webkit-linear-gradient(180deg, #015B7E, #50FF48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #3BCFF0;
}

.vertical-heading p{text-align:right; font-family: 'Source Sans Pro', sans-serif; font-size:18px;}
.vertical-container &gt; p{padding-left:70px; width:90%; float:left; font-size:24px; line-height:36px; color:#012834; font-family: 'Source Sans Pro', sans-serif;}
div[data-anchor="Travel"] .team-images{float:none; width:70%; margin:0 15%; position:relative; z-index:1;}
div[data-anchor="Travel"] .team-images img{float:left; width:140px; margin:0 -100% 0 0; opacity:0; cursor:pointer;}
div[data-anchor="Travel"] .team-images img.active{margin-right:0; transition: all 1s ease-in-out;}
div[data-anchor="Travel"] .team-images img:not(.active){opacity:0;}
div[data-anchor="Travel"].active .team-images img:not(.active){opacity:0.5;}
div[data-anchor="Travel"].active .team-images img{margin:0 50px 0 0; opacity:0.5; z-index:1;}
div[data-anchor="Travel"].active .team-images img:last-chid{margin-right:0;}
div[data-anchor="Travel"].active .team-images img.active{margin-right:350px; opacity:1;}
div[data-anchor="Travel"] .team-images .desc{border:1px solid #3BCFF0; background:#012834; color:#fff; padding:20px 30px 20px 90px; border-radius:120px 10px 10px 120px; font-size:12px; opacity:0; position:absolute; left:0px; top:-50px; width:378px; height:240px; z-index:-1; transition: all 1s ease-in-out; font-family: 'Source Sans Pro', sans-serif;}

div[data-anchor="Travel"].active .team-images .desc{opacity:1; left:100px;}
div[data-anchor="Travel"].active .team-images img.second-child.active ~ .desc{left:260px; transition-delay:0s;}
div[data-anchor="Travel"].active .team-images img.last-child.active + .desc{left:450px; transition-delay:0s;}

div[data-anchor="Travel"] .floating-background{transition: all 1.5s ease-in-out; transform: translate(0, 100%) scale(0.2); opacity:0; position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover; z-index:-1; background-position:center center;}
div[data-anchor="Travel"].active .floating-background{transform: translate(0, 0) scale(1); opacity:1; transition: all 1s ease-in-out;}

div[data-anchor="Travel"].active .team-images .desc{opacity:0;}
div[data-anchor="Travel"].active .team-images img.active + .desc1{opacity:1; left:70px;}
div[data-anchor="Travel"].active .team-images img.active + .desc2{opacity:1; left:260px}
div[data-anchor="Travel"].active .team-images img.active + .desc3{opacity:1; left:450px;}

.desc-header{margin-bottom: 20px; font-size:14px;}
.slide-background{transition: all 1.5s ease-in-out; transform: translate(0, 100%) scale(0.2); opacity:0; position:absolute; left:0; top:0; width:100%; height:100%; background-image:url('/-/media/9570984A9903419FB90280083DDAC493.ashx'); background-size:100% 100%; z-index:-1;}
.slide-background[data-slide="slider-1"]{background-image:url('/-/media/9570984A9903419FB90280083DDAC493.ashx');}
.slide-background[data-slide="slider-2"]{background-image:url('/-/media/2668EB1F29BA49908A2D13B467DE27E9.ashx');}
.slide-background[data-slide="slider-3"]{background-image:url('/-/media/28849E14BBAA4370BBC8CC207C55B2FB.ashx');}

.content-container{width:70%; margin:0 15%;}
div[data-anchor="onlineShopping"] .fp-slides {opacity:0; transition: all 1s ease-in-out;}
div[data-anchor="onlineShopping"].active .fp-slides {opacity:1; transition-delay:1s;}

.content-slide-2 .slide-desc{border-radius: 10px 90px 90px 10px; text-align:left;  padding: 30px 60px 15px 15px; right:70px; left:0;}
.content-slide-2 .slide-content{text-align:right;}

.content-slide .content-header{/*position:absolute;*/ padding-left:40px; top:30px; opacity:0; width:80%; transition: all 1s ease-in-out; margin-left:40px;}
.content-slide .content-header strong{color:#fff; font-size:16px; font-family: 'Source Sans Pro', sans-serif; line-height:18px;}
.content-slide .content-header h2, .content-slide .content-header h3{font-size:60px; line-height:60px;}
.content-slide .content-header h3 span{font-size:48px; color:#3BCFF0; display:block; padding-left:80px;}
.content-slide .content-header h2 span{color:#3BCFF0; display:block; padding-left:147px;}
.content-slide h2, .content-slide h3{color:#fff; text-transform:uppercase; font-family: 'Titillium Web', sans-serif; text-transform:uppercase; font-weight: 900;}
.cart-icon:before{position:absolute; left:-80px; top:0; width:97px; height:91px; content:""; background-image:url('/-/media/A970DFC66E7D4A1781316382F1103977.ashx'); background-size:cover; background-repeat:no-repeat;}
.travel-icon:before{position:absolute; left:-50px; top:0; width:69px; height:91px; content:""; background-image:url('/-/media/7D1BDF0158364D8CA62D4CBC90542F3C.ashx'); background-size:cover; background-repeat:no-repeat;}
.slide-desc{display:inline-block; left:70px; 
border: 1px solid #3BCFF0;
background: #012834;
color: #fff;
padding: 30px 15px 30px 60px;
border-radius: 90px 10px 10px 90px;
position:absolute; top:50%; transform: translateY(-50%);
}

.slide-content{position:relative; opacity:0; transition: all 0.5s ease-in-out; top:-40px; width:80%; left:10%;}

/*div[data-anchor="onlineShopping"].active .content-slide h2{top:80px; opacity:1; transition-delay:1s;}*/
div[data-anchor="onlineShopping"].active .slide-content{opacity:1; top:0; margin-top:100px;}

div[data-anchor="onlineShopping"] .section-bg{opacity:0; transform: translate(0, 100%) scale(0); transition: all 2s ease-in-out;}
div[data-anchor="onlineShopping"].active .section-bg{transform: translate(0, 0) scale(2); opacity:1;}

div[data-anchor="onlineShopping"].active .slide .content-header{top:60px; opacity:1; transition: all 1s ease-in-out; transform:translateY(-100px);}
div[data-anchor="onlineShopping"].active .slide.active .content-header{top:60px; transition-delay:0s; transform:translateY(0);}

div[data-anchor="onlineShopping"] .slide .content-slide{margin-top:-100px;}
div[data-anchor="onlineShopping"].active .slide .content-slide{transition: all 2s ease-in-out; opacity:0;}
div[data-anchor="onlineShopping"].active .slide.active .content-slide{opacity:1;}


.content-slide-2 .slide-desc p{padding-left:10px; margin-bottom:10px;}
.content-slide-2 .slide-desc span{margin-right:5%;}
.slide-desc.percentage-value p{width:55%;}
.slide-desc.percentage-value span{font-family: 'Titillium Web', sans-serif; text-transform:uppercase; font-weight: 900; font-size:14px; line-height:18px; text-align:center; width:40%;}
.slide-desc.percentage-value span small {
    font-size: 72px;
    display: block;
    text-align: center;
    line-height: 80px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:900;
	margin-bottom:10px;
}
.slide-header{color:#fff; text-transform:uppercase; width:70%; margin:0 15%; top:-100px; position:relative; padding-left:40px; z-index:1;}
.slide-header h2{
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 900; font-size:60px; line-height:60px;
}
.slide-header h2 span {
    color: #3BCFF0;
    display: block;
    padding-left: 100px;
}
.slide-desc p{width:45%; float:left; font-size:16px; line-height:24px; font-family: 'Source Sans Pro', sans-serif; padding:0 20px 0 30px; margin-bottom:0;}
.slide-desc p:only-child {
    width: 100%;
}
.slide-desc span{width:50%; float:right; font-size:32px; line-height:32px; color:#3BCFF0; padding:0 20px 0 20px; font-family: 'Titillium Web', sans-serif; font-weight:300; margin-right:2%;}
.slide-desc span.small-callout{font-size:28px;}
.img-rounded{
	border-radius: 50%;
	width: 140px;
	border: 3px solid #3BCFF0;
	transition: all 1s ease-in-out;
	z-index:1; position:relative;
}

.slide-nav{position:absolute; bottom:100px; left:50%; transform: translateX(-50%);}
.slide-nav a{width:8px; height:8px; background:navy; opacity:0.5; border-radius:50%; margin:5px; display:inline-block;}
.slide-nav a.active{opacity:1;}
.slider-section-container{display:flex; height:100%;}
.slider-section-container &gt; div{flex:1;}
.slider-section-container h3{font-family: 'Titillium Web', sans-serif; font-weight:900; font-size:36px; line-height:36px;}
.slider-section-container h2{font-family: 'Titillium Web', sans-serif; font-weight:900; font-size:48px; line-height:48px; max-width:75%; position:relative; text-transform:uppercase;}
h2.shopping:before{content: ""; display: block; width: 98px; height: 86px; background-image:url('/-/media/55F582CBE8BF45F3A493427F57D3EEB1.ashx'); position:absolute; left:100%; top:-30px; background-size:contain; background-repeat:no-repeat;}
.grocery{position:relative;}
h2.grocery:before{content: "";
    display: block;
    width: 98px;
    height: 86px;
    background-image: url('/-/media/FCD263F4536C425E8813A6B918F88A24.ashx');
    position: absolute;
    left: 100%;
    top: -30px;
    background-size: contain;
    background-repeat: no-repeat;}
.slider-section-container p{font-family: 'Source Sans Pro', sans-serif; font-size:14px; line-height:24px;}
.slider-section-container div[data-content="1"] p{font-size:16px;}
.slider-section-container h2:after, .slider-section-container h3:after{
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 10px;
    background-color: #4BCD3E;
    margin: 30px 0;
}
.section-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 50px;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.slider-section-content{padding:50px 0;}
.popover-container i{position:absolute; right:15px; top:15px; color:#fff; cursor:pointer;}

.slider-section{height:100%; width:100%; position:relative;}
.split-slider1{background-position:0 center; width:100%; height:100%; background-size:cover; transition: all .5s ease-in-out;}
.floating-content {
	position: absolute;
	bottom: 100px;
	transform:translateX(-50%);
	width: 410px;
	left: 50%;
	padding: 20px 30px;
	font-size: 22px;
	line-height:30px;
	background: #015B7E;
	font-family: 'Titillium Web', sans-serif;
	color:#fff;
	font-weight:lighter;
	min-height:130px;
	border-radius:130px;
}

.floating-content.floating-top{top:100px; bottom:auto;}
.wb-all{word-break: break-all;}
.floating-content p{width:calc(100% - 115px); font-size:20px; line-height:30px; float:right; margin-bottom:0;}
.floating-content img{border-radius:50%; width:122px; height:122px; position:absolute; left:3px; top:4px; border: 3px solid #3BCFF0;}

.sliding-content{transition: all 0.75s ease-in-out; opacity:0; position:absolute; visibility:hidden; width:100%; transition-delay:0.25s; font-family: 'Source Sans Pro', sans-serif; color:#012834; padding:0 50px;}

.sliding-content span, .section-content-container span{text-transform:uppercase; font-size:16px; font-weight:600; display:inline-block; margin-bottom:10px; line-height:18px; font-family: 'Source Sans Pro', sans-serif;}
.sliding-content h2{text-transform:uppercase; font-size:48px; font-weight:900; font-family: 'Titillium Web', sans-serif; width:70%; line-height:48px; position:relative;}

.sliding-content h3{font-size:36px; font-weight:900; font-family: 'Titillium Web', sans-serif; width:70%; line-height:36px;}

.sliding-content h2:after, .sliding-content h3:after{content: ""; display: block; width: 60px; height: 4px; border-radius: 10px; background-color: #4BCD3E; margin: 30px 0;}

.sliding-content h2:before{content: ""; display: block; width: 98px; height: 86px; background-image:url('/-/media/FCD263F4536C425E8813A6B918F88A24.ashx'); position:absolute; left:100%; top:-30px; background-size:contain; background-repeat:no-repeat;}	

.slider-section-content div[data-content="1"]{transform: translateY(-75%); top:50%;}
.slider-section-content div[data-content="1"].sliding-content.active{transform: translateY(-50%);}

div[data-content="2"]{transform: translateY(-75%); top:50%;}
div[data-content="2"].sliding-content.active{transform: translateY(-50%);}

.sliding-content.active{opacity:1; visibility:visible;}

.slider-nav{position:absolute; bottom:100px;}

.split-slider1.split2{background-position:right center;}

.popover-wrapper{position:absolute; right:30px; bottom:30px; width:90%; z-index:4;}
.popover-anchor{font-size:18px; float:right; color:#012834; background:#fff; border:3px solid #3BCFF0; border-radius:100px; height:48px; width:auto; text-align:center; font-family: 'Source Sans Pro', sans-serif; font-weight:600; padding:8px 20px 10px 20px; transition: all 0.25s ease-in-out; width: 180px;}
.popover-anchor svg{width:15px; height:15px; margin-left:8px;}
.popover-anchor:hover, .popover-anchor.active{text-decoration:none; background-color:#3BCFF0; color:#012834;}
.popover-container{position:absolute; background:#000000; bottom:60px; right:0px; transition: all 0.5s ease-in-out; padding:30px; opacity:0; visibility: hidden; max-width:625px;}
.popover-small{max-width:410px; text-align:center; padding-bottom:20px;}
.popover-container img.popover-graphic {
    border: none;
    float: none;
    border-radius: 0;
    width: auto;
    height: auto;
    max-width: 75%;
    margin: 0 0 20px 0;
}
.popover-details {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.popover-container.showPopover{opacity:1; visibility: visible;}
.popover-container p{color:#fff; font-size:16px; font-family: 'Source Sans Pro', sans-serif; line-height:24px; float:left; text-align:left;}
.popover-container img {
    border-radius: 50%;
    margin-bottom: 20px;
    border: 3px solid #3BCFF0;
    width: 175px;
    height: 175px;
    margin: 30px 30px 30px 0;
    display: inline-block;
}
.popover-desc {
    display: inline-block;
    width: 160px;
    text-align: center;
    position: relative;
    top: 15px;
}
.popover-desc p{color:#3BCFF0; text-transform:uppercase; font-weight:600; font-family: 'Titillium Web', sans-serif; font-size:14px; line-height:18px; width:100%; margin-bottom:0; text-align:center;}
.popover-desc span{font-weight:900; font-family: 'Titillium Web', sans-serif; font-size:100px; line-height:100px; margin-top:7px; margin-bottom:15px;}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #000;
	position: absolute;
	right: 60px;
	bottom: -10px;
}

.stats-container{display:flex; margin-top:50px;}

.popover-container .stats-container{margin-top: 30px; margin-bottom: 30px;}
.popover-container .stats-container .stat{padding: 0 10px;}
.popover-container .stats-container .stat span{font-size:32px; line-height: 32px;}
.popover-container .stats-container .stat strong{color:#fff; font-size: 12px; line-height: 16px;}

.stats-container .stat{flex:1; text-align:center; padding:0 15px;}
.stats-container .stat span{font-weight:900; font-family: 'Titillium Web', sans-serif; font-size:60px; line-height:60px;}
.stats-container-vertical .stat span {
    font-size: 42px;
    line-height: 42px;
}
.stats-container .stat strong{font-size:16px; margin-top:5px; color:#012834; line-height:20px; width:100%; float:left;}

/* slide animations */
div[data-anchor="TeamDetails"] .vertical-container{transition: all 1.5s ease-in-out; transform: translateY(25%); opacity:0;}
div[data-anchor="TeamDetails"].active .vertical-container{transform: translateY(0%); opacity:1;}

div[data-anchor="Shopping"] .slider-section-content{transition: all 0.5s ease-in-out; opacity:0; transform: translateX(10%);}
div[data-anchor="Shopping"].active .slider-section-content{opacity:1;  transform: translateX(0%); transition-delay:0.5s; position:relative;}
/* slide animations */

.section-image{background-position: 0 center;
width: 100%;
height: 100%;
background-size: cover;
transition: all 1s ease-in-out; transform: translate(50%, 100%); opacity: 0;}
.section.active .section-image{opacity:1; transform: translate(0%, 0%);}
div[data-anchor="flex"] .section-image{transform: translate(-50%, 100%);}
.section-content-container{margin:auto; opacity:0; transition: all 1s ease-in-out; transform: translateX(50%);}

.section-content-inner{padding:50px; transition: all 0.75s ease-in-out; opacity:0; transform: translateY(-25%);}
.section .slide.active .section-content-inner{transform: translateY(0%); opacity: 1;}

div[data-anchor="flex"] .section-content-container{transform: translateX(-50%);}
div[data-anchor="flex"].active .section-content-container{transform: translateX(0%);}
.section.active .section-content-container{opacity:1; transform: translateX(0%); transition-delay:0.2s;}
div[data-anchor="flex"].active .section-image{transform: translate(0%, 0%);}

div[data-anchor="flex"] .fp-slide .floating-content{opacity:0; transform: translate(-50%, 50%); transition: all 1s ease-in-out;}
div[data-anchor="flex"].active .fp-slide.active .floating-content{opacity:1; transform: translate(-50%, 0%); transition-delay:0.5s;}

div[data-anchor="GroceryShopping"] .fp-slide .floating-content{opacity:0; transform: translate(-50%, 50%); transition: all 1s ease-in-out;}
div[data-anchor="GroceryShopping"].active .fp-slide.active .floating-content{opacity:1; transform: translate(-50%, 0%); transition-delay:0.5s;}

div[data-anchor="Scenario"] .fp-slide .floating-content{opacity:0; transform: translate(-50%, 50%); transition: all 1s ease-in-out;}
div[data-anchor="Scenario"].active .fp-slide.active .floating-content{opacity:1; transform: translate(-50%, 0%); transition-delay:0.5s;}

div[data-anchor="flex"] .slider-section-container h2{width:60%;}
.dining-out:before{
	content: "";
    display: block;
    width: 117px;
    height: 86px;
    background-image: url('/-/media/12C1C0A82FAA4E0B90DE8624D8296997.ashx');
    position: absolute;
    left: 100%;
    top: -30px;
    background-size: contain;
    background-repeat: no-repeat;}

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

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	-moz-transform: translateY(0);
	transform: translateY(0);
  }
  60% {
	-moz-transform: translateY(-15px);
	transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60% {
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
}

a.nextSlide{position:absolute; color:#4BCD3E; bottom:20px; left:50%; transform: translateX(-50%); z-index:5; }
a.nextSlide img{width:30px;}
.fis-bg-grey{background:#F5F5F5;}
.nextSlide strong {
    position: absolute;
    font-size: 14px;
	line-height:16px;
    margin-top: -75px;
    white-space: nowrap;
    color: #012834;
    transform: translateX(-50%); opacity:0;
	transition: all 2s ease-in-out;
}

.nextSlide i {
    position: absolute;
    font-size: 34px;
	line-height:22px;
    margin-top: -50px;
    white-space: nowrap;
    color: #012834;
    transform: translateX(-50%);
	font-weight:lighter;
	font-family: 'Titillium Web', sans-serif; opacity:0;
	transition: all 2s ease-in-out;
}

/*Matt Edits*/

/*Hide the plugin's horizontal dot navigation*/
.fp-slidesNav.fp-bottom {
	display: none;
}

/*#Section2 -- Remove plugin transition from horizontal slider plugin*/
div[data-anchor="Shopping"] .fp-slide {
	-webkit-transition: 0ms ease !important;
	transition: all 0ms ease;
}

/*Hide horizontal slide arrows from plugin*/
.fp-controlArrow {
	display: none;
}

/*Hide second horizontal slide in #section2*/
div[data-anchor="Shopping"] .fp-slide:first-of-type {
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 2 !important;
}

/*Hide section 2 slider nav but leave in a clickable state for jQuery*/
div[data-anchor="Shopping"] .slider-nav {
	opacity:0;
	pointer-events: none;
}

/*Prevent down arrow from overlapping popover trigger*/
.fp-slidesNav.fp-bottom {
	max-width: 50%;
}

/* #Section3 -- keep first slide in view */
div[data-anchor="Travel"] .fp-slide:first-of-type {
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 2 !important;
}


/*#Section3 -- Prevent click on image circles by user */
div[data-anchor="Travel"] .first-child, div[data-anchor="Travel"] .second-child, div[data-anchor="Travel"] .last-child {
	pointer-events: none;
}

/*#Section3 -- Remove plugin transition from horizontal slider plugin*/
div[data-anchor="Travel"] .fp-slide {
	-webkit-transition: 0ms ease !important;
	transition: all 0ms ease !important;
}

/* #Section3 -- Preload the background images to avoid flashing*/
div[data-anchor="Travel"] .floating-background:first-of-type{
	background-size: cover;
	opacity: 0;
}

div[data-anchor="Travel"] .floating-background:nth-of-type(2){
	background-size: cover;
	opacity: 0;
	
}

div[data-anchor="Travel"] .floating-background:nth-of-type(3){
	background-size: cover;
	opacity: 0;
}

div[data-anchor="Travel"] .floating-background.active {
	opacity: 1;
	z-index:0;
}

/* #Section4 -- Remove plugin transition from horizontal slider plugin
div[data-anchor="onlineShopping"] .fp-slide {
	-webkit-transition: 0ms ease !important;
	transition: all 0ms ease !important;
}*/

/* #Section4 -- keep first slide in view 
div[data-anchor="onlineShopping"] .fp-slide:first-of-type {
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 2 !important;
}*/

#fp-nav ul li a, .fp-slidesNav ul li a{width:8px; height:8px;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background:rgba(59, 207, 240, 0.5); width:8px !important; height:8px !important; margin:0 !important;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{background:rgba(59, 207, 240, 1); width:8px; height:8px; margin:0;}
#fp-nav.fp-left{left:5px;}
/* footer slide */
.footer-verticals{display:flex; width:100%; height:270px; position:absolute; left:0; bottom:36px;}
.footer-vertical{flex:1; background-size:cover; background-position:center top; position:relative; transition: all .2s ease-in-out;}
.footer-vertical:hover{transform:scale(1.1); z-index:3;}

.footer-verticals:hover &gt; *:hover {opacity:1;}
.footer-verticals:hover &gt; *{opacity:0.5;}

.footer-vertical:hover a strong{padding-bottom:30px;}
.footer-vertical a{transition: all .2s ease-in-out; position:absolute; bottom:0; left:0; width:100%; text-transform:uppercase; text-decoration:none; color:#fff; font-weight:900; font-family: 'Titillium Web', sans-serif; font-size:32px; line-height:36px; height:100%;}
.footer-vertical a strong{transition: all .2s ease-in-out; background: rgba(1, 40, 52, 0.6); padding:10px 30px; float:left; width:100%; position:absolute; left:0; bottom:0;}
.footer-vertical a span{color:#3BCFF0; display:block;}
.footer-bg{background-image:url('/-/media/463E12C657C944E4A6814C14FA8D935E.ashx'); background-size:cover; background-position:center center; background-repeat: no-repeat; position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.5s ease-in-out; text-align:center; z-index:-2; text-align:center;}
.footer-bg h2{font-size:48px; text-transform:uppercase; line-height:48px; color:#fff; font-weight:900; font-family: 'Titillium Web', sans-serif; padding:30px 30px 10px 30px;}
.footer-bg h2 span{color:#3BCFF0; display:block;}
.footer-bg p{color:#fff; font-size:18px; line-height:24px; font-family: 'Source Sans Pro', sans-serif; /*max-width:400px;*/ margin:0 auto; width:100%; padding:0 15px; margin-bottom:30px;}
.footer-content{max-height: calc(100% - 340px); height:auto;}
.btn-primary-green-on-dark {
    background: #4BCD3E;
    padding: 8px 27px;
    border: 2px solid #4BCD3E;
    border-radius: 100px;
    color: #012834;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-align: center; transition: .3s all;
    -webkit-transition: .3s all;
}
.btn-primary-green-on-dark:hover {
    background: none;
    border: 2px solid #4BCD3E;
    color: #ffffff!important;
	text-decoration: none;
}
/* footer slide */

.bills-bg {
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: left 35%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.hand-phone {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url('/-/media/97D6022FF8ED4058BBB12BF2E9AF01F6.ashx');
    background-repeat: no-repeat;
    background-size: 190%;
    width: 510px;
    height: 550px;
}
.bills-slide{color:#fff; font-family: 'Source Sans Pro', sans-serif;}
.bills-slide .title-category{font-size:16px; font-weight:600; max-width:200px; display:inline-block; margin-top:40px;}
.bills-slide h2{font-size:55px; font-weight:900; font-family: 'Titillium Web', sans-serif; text-transform:uppercase; line-height:55px; margin-bottom:30px;}
.bills-slide h2 span{color:#3BCFF0; display:block; margin-left:50px;}
.bills-slide h3{max-width:500px; position:relative; font-size:36px; line-height:36px; font-weight:900; font-family: 'Titillium Web', sans-serif; margin-top:80px; text-transform:lowercase;}
.bills-slide h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 10px;
    background-color: #4BCD3E;
    margin: 15px 0;
}
.bills-slide h3 + p{font-size:14px;}
.bills-content{padding-left:110px;}
/*.device-icon{position:relative;}*/
.device-icon:before{position:absolute; left:0; top:40px; content:""; width:91px; height:83px; background-image:url('/-/media/495EE01FE28D47BB8DBD1EF1B17392FF.ashx'); background-size:cover;}
.bills-slide p{font-size:16px; line-height:24px; max-width:420px;}
.black-gradient-bottom{position:relative;}
.black-gradient-bottom:after{position:absolute; left:0; bottom:0px; content:""; width:100%; height:80px; z-index:1;
background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);}
.black-gradient-left:after{position:absolute; left:0; top:0px; content:""; width:25%; height:100%;
background: rgb(0,0,0); background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);}
.stats-container-vertical {
    position: absolute;
    right: 245px;
    flex-direction: column;
    max-width: 200px;
    transform: rotate(-13.5deg);
    height: 380px;
    margin: 0;
    bottom: 106px;
}
.stats-2 .stat {
    padding-top: 50px;
    margin-top: 15px;
}
.stats-container-vertical.stats-2 {
    right: 260px;
    max-width: 180px;
	padding:30px 0;
}
.stats-container-vertical .stat{padding:30px 0 25px; position:relative;}
.stats-container-vertical .stat:first-child:after{display:none;}
.stats-container-vertical .stat:after{ position:absolute; left:0; top:0px; content:""; width:100%; height:2px;
background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);}
.stats-container-vertical .stat strong{color:rgba(255,255,255,0.6);}

.chart-container{float:left; width:100%; margin-top:20px;}
.chart-container p{font-size:24px; line-height:36px; color:#012834; font-family: 'Source Sans Pro', sans-serif; opacity:0; transition:all 2s ease-in-out;}
div[data-anchor="Grocery"].active .chart-container p,
div[data-anchor="Grocery"].active .nextSlide i,
div[data-anchor="Grocery"].active .nextSlide strong
{opacity:1;}

.single-chart {
  width: 270px;
  justify-content: space-around ;
  float:left; margin-right:5px;
}

.single-chart + p{margin-top:20px;}

.circular-chart {
  display: block;
  max-width: 100%;
  max-height: 260px;
  margin-left:-15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .circular-chart {height: 260px;}
	.footer-bg{z-index:0;}
}

.circle-bg {
  fill: none;
  stroke: #EBEBEB;
  stroke-width: 1;
}

div[data-anchor="Grocery"] .circle {
  fill: none;
  stroke-width: 2.8;
  /*stroke-linecap: round;*/
}

div[data-anchor="Grocery"].active .circle {
	animation: progress 1s ease-out forwards;
	animation-delay:0.2s;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.percentage {
  fill: #285BC5;
  font-size: 10px;
  text-anchor: middle;
  font-weight:900; font-family: 'Titillium Web', sans-serif;
}
p.title-category{
	color:#012834;
	font-weight:600; font-family: 'Titillium Web', sans-serif;
	text-align: center; font-size:14px; line-height:18px; width:165px; text-transform:uppercase; position:relative; top:-125px; left:35px;
}

/* marketo form css */

.form-container form label {color: #fff; font-weight:normal !important; margin-bottom:5px; font-size:14px; width:100% !important; font-family: 'Source Sans Pro', sans-serif; text-align:left; float:left; margin-top:15px;}
.form-container .mktoField, .form-container select, .form-container input[type="text"], .form-container input[type="email"], .form-container input[type="password"], .form-container input[type="tel"]{
    border-radius: 4px;
    box-shadow: none;
    height: 36px;
    border: none;
    width: 100% !Important;
    outline: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px; line-height:24px;
}

span.warn-message {
    float: left;
    color: #3BCFF0;
    font-size: 12px;
    margin: 5px 0 0 0;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: none;
}

.form-container {
    margin: 40px auto;
    display: inline-block;
	width: 640px;
	font-family: 'Source Sans Pro', sans-serif;
}
.form-container .mktoAsterix, .form-container .mktoForm .mktoOffset{display:none !important;}
.form-container .mktoForm .mktoFormCol{width:50%; margin-bottom: 15px !important;}
.form-container .mktoForm .mktoFieldWrap{width:95%; float:right;}
.form-container .mktoFormRow .mktoFormCol:first-child .mktoFieldWrap{float:left;}
.form-container .mktoHtmlText{color:#fff;}
.form-container .mktoHtmlText a{color:#83ba22;}
.form-container .mktoButtonRow{float:right;}
.form-container .mktoButtonRow .mktoButton, #front-submit {
    font-family: 'Source Sans Pro', sans-serif;
    background: #4BCD3E !important;
    background-image: none !important;
    border: none !important;
    padding: 10px 35px !important;
    border-radius: 100px;
    height: 48px;
    color: #012834!important;
    font-size: 18px!important;
    line-height: 28px;
    font-weight: bold;
    float: right;
    margin-top: 20px;
}
.form-container .mktoLogicalField.mktoCheckboxList{
    width: auto !important;
    clear: none !important;
    float: left !important;
    padding: 0;
    margin: 0;
    height: auto !important;
	position:relative; left:15px; top:-4px;
}

.form-container label[for="Unsubscribed"] {
    width: auto !important;
}


.mktoForm fieldset legend{color:#fff; padding-left:10px; padding-right:10px; margin-bottom: 15px;}
.form-container .mktoForm{width:100% !important;}
.form-container .mktoForm fieldset .mktoFormCol{margin-bottom:5px !important;}
.form-container .mktoForm .mktoFormRow fieldset.mktoFormCol{width:100% !important; padding-left: 20px}
.form-container .mktoForm fieldset label.mktoLabel{width:auto !important;}

/* marketo form css */</pre></body></html>