html {
	font-family: 'SimpleSans',Arial,Helvetica,sans-serif;
	font-size: 16px;
}

.video-support-library {
	max-width: 692.55px;
	padding-top: .1px;
	margin: 0 auto;
	line-height: 1;
}

.video-support-library * {
	box-sizing: border-box;
}

.video-support-library h1,.video-support-library h2,.video-support-library h3,.video-support-library h4,.video-support-library h5,.video-support-library h6 {
	margin: 0;
}

.video-support-library strong {
	font-family: 'SimpleSansBold','SimpleSans',Arial,Helvetica,sans-serif;
	font-weight: 700;
}

.video-support-library>h2 {
	color: #004165;
	font-family: 'SimpleSansMedium','SimpleSans',Arial,Helvetica,sans-serif;
	font-size: 1.875rem;
	line-height: 1;
	font-weight: 500;
	margin-top: 1em;
	margin-bottom: .66667em;
	text-align: center;
}

@media (max-width:1023px) {
	.video-support-library>h2 {
		font-size: 1.25rem;
	}
}

.vsl__nav {
	position: relative;
	overflow: hidden;
	margin-bottom: 2em;
	background-color: #004165;
	border-radius: 42px;
}

.vsl__nav-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #00A8E0;
	width: 33.3%;
	-webkit-transition: left,width;
	transition: left,width;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.vsl__nav-trigger {
	display: none;
}

.vsl__nav ul {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.vsl__nav li {
	display: block;
	flex-basis: 35%;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}

.vsl__nav li:first-child a {
	padding-left: .5em;
}

.vsl__nav li:last-child a {
	border-right: 0;
	padding-right: .5em;
}

.vsl__nav a {
	display: block;
	padding: 1.375em 0;
	border-right: 2px solid #fff;
	outline: 0;
	background-color: transparent;
	line-height: 1.25;
	color: #fff;
	text-decoration: none;
}

.vsl__nav a:hover,.vsl__nav a:focus {
	color: #fff;
}

@media (max-width:1023px) {
	.vsl__nav {
		padding: 3.25em 0 0;
		overflow: visible;
		background-color: transparent;
	}

	.vsl__nav-hover {
		display: none;
	}

	.vsl__nav ul {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 3;
		display: block;
		max-height: 34px;
		padding-top: 3.25em;
		padding-right: .5em;
		padding-left: .5em;
		overflow: hidden;
		border-radius: 1em;
		background-color: #fff;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.vsl__nav-trigger {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 4;
		display: block;
		text-align: right;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.vsl__nav-trigger::after {
		position: absolute;
		top: 50%;
		right: 1.5em;
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: .375em .375em 0 .375em;
		border-color: #fff transparent transparent transparent;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: '';
	}

	.vsl__nav li {
		display: block;
		margin-bottom: .5em;
	}

	.vsl__nav li:last-child {
		margin-bottom: 0;
	}

	.vsl__nav li[data-active] {
		position: absolute;
		top: .5em;
		right: .5em;
		left: .5em;
		margin: 0;
	}

	.vsl__nav li[data-active] a {
		border-radius: .5em;
		color: #fff;
		background-color: #00a0d5;
	}

	.vsl__nav a {
		display: block;
		margin: 0;
		padding: .5em 0;
		border-right: 0;
		border-radius: .5em;
		color: #004165;
		-webkit-tap-highlight-color: transparent;
	}

	.vsl__nav a:hover {
		background-color: #004165;
		color: #fff;
	}

	.vsl__nav a br {
		display: none;
	}

	.vsl__nav.expanded ul {
		max-height: 200px;
		padding-bottom: .5em;
		box-shadow: 0 10px 30px rgba(0,0,0,0.16);
	}
}

.vsl__content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.vsl__content>ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.vsl__video {
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(50% - 1em);
	width: calc(50% - 1em);
	margin-bottom: 3.5em;
}

.vsl__video h3 {
	color: #004165;
	font-family: 'SimpleSansMedium','SimpleSans',Arial,Helvetica,sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: .5em;
	min-height: 2em;
}

@media (max-width:1023px) {
	.vsl__video h3 {
		font-size: 1.125rem;
	}
}

.vsl__video-frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.vsl__video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:1023px) {
	.vsl__video {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		width: 100%;
		padding: 15px;
	}
}

.vsl__accordion {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	width: 100%;
}

.vsl__accordion>h3 {
	color: #4a4a4a;
	font-family: 'SimpleSansMedium','SimpleSans',Arial,Helvetica,sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	margin: 3.5em 0;
	text-align: center;
}

@media (max-width:1023px) {
	.vsl__accordion>h3 {
		font-size: 1.125rem;
	}
}

.vsl__accordion h4 {
	color: #00a0d5;
	font-family: 'SimpleSans',Arial,Helvetica,sans-serif;
	font-size: 1.875rem;
	line-height: 1;
	font-weight: normal;
	padding: .57143em 1.5em .45714em;
	text-align: center;
}

@media (max-width:1023px) {
	.vsl__accordion h4 {
		font-size: 1.5rem;
	}
}

.vsl__accordion h4::after {
	position: absolute;
	right: .5em;
	top: .9em;
	display: block;
	width: 17px;
	height: 11px;
	content: '';
	background-image: url('/content/dam/firstdata/ca/en/video-support-library/images/arrow.svg');
	background-repeat: no-repeat;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.vsl__accordion .active h4::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.vsl__accordion-row {
	position: relative;
	border-bottom: 1px solid #979797;
	background-color: #fff;
	cursor: pointer;
}

.vsl__accordion-row ul {
	display: none;
	background-color: #F2FAFD;
	text-align: center;
}

.vsl__accordion-row li {
	display: inline-block;
	width: 45%;
	margin: 1em;
}

.vsl__accordion-row li h3 {
	color: #004165;
	font-family: 'SimpleSansMedium','SimpleSans',Arial,Helvetica,sans-serif;
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: .5em;
	min-height: 2em;
}

@media (max-width:1023px) {
	.vsl__accordion-row li h3 {
		font-size: 1.125rem;
	}
}

@media (max-width:1023px) {
	.vsl__accordion-row li {
		width: 100%;
		margin: 1em 0 3em;
		padding: 0 1em;
	}
}
/*# sourceMappingURL=./video-support-library.css.map */
