/* Slider Target Actions */
/* Hide All of the Slides When Slide Button Command Clicked */
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide {
	pointer-events: none;
	opacity: 0;
}

/* Stop the Slide Animations When Slide Button Command Clicked */
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide:nth-of-type(1),
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide:nth-of-type(2),
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide:nth-of-type(3),
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide:nth-of-type(4),
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide:nth-of-type(5) {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

/* Show the Desired Slide When Slide Button Command Clicked */
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(1):target ~ .see-finance-intro-slide:nth-of-type(1),
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(2):target ~ .see-finance-intro-slide:nth-of-type(2),
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(3):target ~ .see-finance-intro-slide:nth-of-type(3),
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(4):target ~ .see-finance-intro-slide:nth-of-type(4),
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(5):target ~ .see-finance-intro-slide:nth-of-type(5) {
	pointer-events: auto;
	opacity: 1;
}

/* Dim All of the Slide Buttons When Slide Button Command Clicked */
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button {
	color: #5082B9;
	color: rgba(80, 130, 185, 0.4);
}

/* Stop the Slide Button Animations When Slide Button Command Clicked */
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(1),
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(2),
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(3),
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(4),
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(5) {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

/* Show the Desired Slide Button When Slide Button Command Clicked */
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(1):target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(1),
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(2):target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(2),
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(3):target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(3),
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(4):target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(4),
.see-finance-intro-slider .see-finance-intro-slide-command:nth-of-type(5):target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button:nth-of-type(5) {
	color: #6496CD;
	color: rgba(80, 130, 185, 0.8);
}

/* Show the Play Slide Button When Slide Button Command Clicked */
.see-finance-intro-slider .see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .play-see-finance-intro-slide-control-button {
	opacity: 1;
}

/* Hide All of the Slides When Play Slide Button Command Clicked */
.see-finance-intro-slider .play-see-finance-intro-slide-command:target ~ .see-finance-intro-slide {
	opacity: 0;
}

/* Dim All of the Slide Buttons When Play Slide Button Command Clicked */
.see-finance-intro-slider .play-see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .see-finance-intro-slide-control-button {
	color: #5082B9;
	color: rgba(80, 130, 185, 0.4);
}

/* Hide the Pay Slide Button When Play Slide Button Command Clicked */
.see-finance-intro-slider .play-see-finance-intro-slide-command:target ~ .see-finance-intro-slide-controls .play-see-finance-intro-slide-control-button {
	opacity: 0;
}

/* Slider Animations */
/* 2 Slide Aminations */
@-webkit-keyframes see-finance-intro-slide-control-button-animation-2 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	14.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	50% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	64.5% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-moz-keyframes see-finance-intro-slide-control-button-animation-2 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	14.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	50% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	64.5% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-o-keyframes see-finance-intro-slide-control-button-animation-2 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	14.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	50% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	64.5% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@keyframes see-finance-intro-slide-control-button-animation-2 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	14.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	50% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	64.5% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-webkit-keyframes see-finance-intro-slide-animation-2 {
	0% {
		opacity: 0;
	}
	14.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	64.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes see-finance-intro-slide-animation-2 {
	0% {
		opacity: 0;
	}
	14.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	64.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes see-finance-intro-slide-animation-2 {
	0% {
		opacity: 0;
	}
	14.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	64.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes see-finance-intro-slide-animation-2 {
	0% {
		opacity: 0;
	}
	14.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	64.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.see-finance-intro-slides-2.autoplay .see-finance-intro-slide:nth-of-type(1) {
	-webkit-animation: see-finance-intro-slide-animation-2 14s 0s infinite;
	-moz-animation: see-finance-intro-slide-animation-2 14s 0s infinite;
	-o-animation: see-finance-intro-slide-animation-2 14s 0s infinite;
	animation: see-finance-intro-slide-animation-2 14s 0s infinite;
}

.see-finance-intro-slides-2.autoplay .see-finance-intro-slide-control-button:nth-of-type(1) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-2 14s 0s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-2 14s 0s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-2 14s 0s infinite;
	animation: see-finance-intro-slide-control-button-animation-2 14s 0s infinite;
}

.see-finance-intro-slides-2.autoplay .see-finance-intro-slide:nth-of-type(2) {
	-webkit-animation: see-finance-intro-slide-animation-2 14s 7s infinite;
	-moz-animation: see-finance-intro-slide-animation-2 14s 7s infinite;
	-o-animation: see-finance-intro-slide-animation-2 14s 7s infinite;
	animation: see-finance-intro-slide-animation-2 14s 7s infinite;
}

.see-finance-intro-slides-2.autoplay .see-finance-intro-slide-control-button:nth-of-type(2) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-2 14s 7s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-2 14s 7s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-2 14s 7s infinite;
	animation: see-finance-intro-slide-control-button-animation-2 14s 7s infinite;
}

/* 3 Slide Aminations */
@-webkit-keyframes see-finance-intro-slide-control-button-animation-3 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	9.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	33.3% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	42.8% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-moz-keyframes see-finance-intro-slide-control-button-animation-3 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	9.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	33.3% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	42.8% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-o-keyframes see-finance-intro-slide-control-button-animation-3 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	9.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	33.3% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	42.8% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@keyframes see-finance-intro-slide-control-button-animation-3 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	9.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	33.3% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	42.8% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-webkit-keyframes see-finance-intro-slide-animation-3 {
	0% {
		opacity: 0;
	}
	9.5% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
	}
	42.8% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes see-finance-intro-slide-animation-3 {
	0% {
		opacity: 0;
	}
	9.5% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
	}
	42.8% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes see-finance-intro-slide-animation-3 {
	0% {
		opacity: 0;
	}
	9.5% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
	}
	42.8% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes see-finance-intro-slide-animation-3 {
	0% {
		opacity: 0;
	}
	9.5% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
	}
	42.8% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.see-finance-intro-slides-3.autoplay .see-finance-intro-slide:nth-of-type(1) {
	-webkit-animation: see-finance-intro-slide-animation-3 21s 0s infinite;
	-moz-animation: see-finance-intro-slide-animation-3 21s 0s infinite;
	-o-animation: see-finance-intro-slide-animation-3 21s 0s infinite;
	animation: see-finance-intro-slide-animation-3 21s 0s infinite;
}

.see-finance-intro-slides-3.autoplay .see-finance-intro-slide-control-button:nth-of-type(1) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-3 21s 0s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-3 21s 0s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-3 21s 0s infinite;
	animation: see-finance-intro-slide-control-button-animation-3 21s 0s infinite;
}

.see-finance-intro-slides-3.autoplay .see-finance-intro-slide:nth-of-type(2) {
	-webkit-animation: see-finance-intro-slide-animation-3 21s 7s infinite;
	-moz-animation: see-finance-intro-slide-animation-3 21s 7s infinite;
	-o-animation: see-finance-intro-slide-animation-3 21s 7s infinite;
	animation: see-finance-intro-slide-animation-3 21s 7s infinite;
}

.see-finance-intro-slides-3.autoplay .see-finance-intro-slide-control-button:nth-of-type(2) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-3 21s 7s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-3 21s 7s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-3 21s 7s infinite;
	animation: see-finance-intro-slide-control-button-animation-3 21s 7s infinite;
}

.see-finance-intro-slides-3.autoplay .see-finance-intro-slide:nth-of-type(3) {
	-webkit-animation: see-finance-intro-slide-animation-3 21s 14s infinite;
	-moz-animation: see-finance-intro-slide-animation-3 21s 14s infinite;
	-o-animation: see-finance-intro-slide-animation-3 21s 14s infinite;
	animation: see-finance-intro-slide-animation-3 21s 14s infinite;
}

.see-finance-intro-slides-3.autoplay .see-finance-intro-slide-control-button:nth-of-type(3) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-3 21s 14s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-3 21s 14s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-3 21s 14s infinite;
	animation: see-finance-intro-slide-control-button-animation-3 21s 14s infinite;
}

/* 4 Slide Aminations */
@-webkit-keyframes see-finance-intro-slide-control-button-animation-4 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	7% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	25% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	32% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-moz-keyframes see-finance-intro-slide-control-button-animation-4 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	7% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	25% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	32% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-o-keyframes see-finance-intro-slide-control-button-animation-4 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	7% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	25% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	32% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@keyframes see-finance-intro-slide-control-button-animation-4 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	7% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	25% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	32% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-webkit-keyframes see-finance-intro-slide-animation-4 {
	0% {
		opacity: 0;
	}
	7% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	32% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes see-finance-intro-slide-animation-4 {
	0% {
		opacity: 0;
	}
	7% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	32% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes see-finance-intro-slide-animation-4 {
	0% {
		opacity: 0;
	}
	7% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	32% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes see-finance-intro-slide-animation-4 {
	0% {
		opacity: 0;
	}
	7% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	32% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.see-finance-intro-slides-4.autoplay .see-finance-intro-slide:nth-of-type(1) {
	-webkit-animation: see-finance-intro-slide-animation-4 28s 0s infinite;
	-moz-animation: see-finance-intro-slide-animation-4 28s 0s infinite;
	-o-animation: see-finance-intro-slide-animation-4 28s 0s infinite;
	animation: see-finance-intro-slide-animation-4 28s 0s infinite;
}

.see-finance-intro-slides-4.autoplay .see-finance-intro-slide-control-button:nth-of-type(1) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-4 28s 0s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-4 28s 0s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-4 28s 0s infinite;
	animation: see-finance-intro-slide-control-button-animation-4 28s 0s infinite;
}

.see-finance-intro-slides-4.autoplay .see-finance-intro-slide:nth-of-type(2) {
	-webkit-animation: see-finance-intro-slide-animation-4 28s 7s infinite;
	-moz-animation: see-finance-intro-slide-animation-4 28s 7s infinite;
	-o-animation: see-finance-intro-slide-animation-4 28s 7s infinite;
	animation: see-finance-intro-slide-animation-4 28s 7s infinite;
}

.see-finance-intro-slides-4.autoplay .see-finance-intro-slide-control-button:nth-of-type(2) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-4 28s 7s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-4 28s 7s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-4 28s 7s infinite;
	animation: see-finance-intro-slide-control-button-animation-4 28s 7s infinite;
}

.see-finance-intro-slides-4.autoplay .see-finance-intro-slide:nth-of-type(3) {
	-webkit-animation: see-finance-intro-slide-animation-4 28s 14s infinite;
	-moz-animation: see-finance-intro-slide-animation-4 28s 14s infinite;
	-o-animation: see-finance-intro-slide-animation-4 28s 14s infinite;
	animation: see-finance-intro-slide-animation-4 28s 14s infinite;
}

.see-finance-intro-slides-4.autoplay .see-finance-intro-slide-control-button:nth-of-type(3) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-4 28s 14s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-4 28s 14s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-4 28s 14s infinite;
	animation: see-finance-intro-slide-control-button-animation-4 28s 14s infinite;
}

.see-finance-intro-slides-4.autoplay .see-finance-intro-slide:nth-of-type(4) {
	-webkit-animation: see-finance-intro-slide-animation-4 28s 21s infinite;
	-moz-animation: see-finance-intro-slide-animation-4 28s 21s infinite;
	-o-animation: see-finance-intro-slide-animation-4 28s 21s infinite;
	animation: see-finance-intro-slide-animation-4 28s 21s infinite;
}

.see-finance-intro-slides-4.autoplay .see-finance-intro-slide-control-button:nth-of-type(4) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-4 28s 21s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-4 28s 21s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-4 28s 21s infinite;
	animation: see-finance-intro-slide-control-button-animation-4 28s 21s infinite;
}

/* 5 Slide Aminations */
@-webkit-keyframes see-finance-intro-slide-control-button-animation-5 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	5.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	20% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	25.5% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-moz-keyframes see-finance-intro-slide-control-button-animation-5 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	5.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	20% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	25.5% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-o-keyframes see-finance-intro-slide-control-button-animation-5 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	5.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	20% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	25.5% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@keyframes see-finance-intro-slide-control-button-animation-5 {
	0% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	5.5% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	20% {
		color: #6496CD;
		color: rgba(80, 130, 185, 0.8);
	}
	25.5% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
	100% {
		color: #5082B9;
		color: rgba(80, 130, 185, 0.4);
	}
}

@-webkit-keyframes see-finance-intro-slide-animation-5 {
	0% {
		opacity: 0;
	}
	5.5% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	25.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes see-finance-intro-slide-animation-5 {
	0% {
		opacity: 0;
	}
	5.5% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	25.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes see-finance-intro-slide-animation-5 {
	0% {
		opacity: 0;
	}
	5.5% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	25.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes see-finance-intro-slide-animation-5 {
	0% {
		opacity: 0;
	}
	5.5% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	25.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide:nth-of-type(1) {
	-webkit-animation: see-finance-intro-slide-animation-5 35s 0s infinite;
	-moz-animation: see-finance-intro-slide-animation-5 35s 0s infinite;
	-o-animation: see-finance-intro-slide-animation-5 35s 0s infinite;
	animation: see-finance-intro-slide-animation-5 35s 0s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide-control-button:nth-of-type(1) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-5 35s 0s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-5 35s 0s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-5 35s 0s infinite;
	animation: see-finance-intro-slide-control-button-animation-5 35s 0s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide:nth-of-type(2) {
	-webkit-animation: see-finance-intro-slide-animation-5 35s 7s infinite;
	-moz-animation: see-finance-intro-slide-animation-5 35s 7s infinite;
	-o-animation: see-finance-intro-slide-animation-5 35s 7s infinite;
	animation: see-finance-intro-slide-animation-5 35s 7s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide-control-button:nth-of-type(2) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-5 35s 7s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-5 35s 7s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-5 35s 7s infinite;
	animation: see-finance-intro-slide-control-button-animation-5 35s 7s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide:nth-of-type(3) {
	-webkit-animation: see-finance-intro-slide-animation-5 35s 14s infinite;
	-moz-animation: see-finance-intro-slide-animation-5 35s 14s infinite;
	-o-animation: see-finance-intro-slide-animation-5 35s 14s infinite;
	animation: see-finance-intro-slide-animation-5 35s 14s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide-control-button:nth-of-type(3) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-5 35s 14s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-5 35s 14s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-5 35s 14s infinite;
	animation: see-finance-intro-slide-control-button-animation-5 35s 14s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide:nth-of-type(4) {
	-webkit-animation: see-finance-intro-slide-animation-5 35s 21s infinite;
	-moz-animation: see-finance-intro-slide-animation-5 35s 21s infinite;
	-o-animation: see-finance-intro-slide-animation-5 35s 21s infinite;
	animation: see-finance-intro-slide-animation-5 35s 21s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide-control-button:nth-of-type(4) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-5 35s 21s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-5 35s 21s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-5 35s 21s infinite;
	animation: see-finance-intro-slide-control-button-animation-5 35s 21s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide:nth-of-type(5) {
	-webkit-animation: see-finance-intro-slide-animation-5 35s 28s infinite;
	-moz-animation: see-finance-intro-slide-animation-5 35s 28s infinite;
	-o-animation: see-finance-intro-slide-animation-5 35s 28s infinite;
	animation: see-finance-intro-slide-animation-5 35s 28s infinite;
}

.see-finance-intro-slides-5.autoplay .see-finance-intro-slide-control-button:nth-of-type(5) {
	-webkit-animation: see-finance-intro-slide-control-button-animation-5 35s 28s infinite;
	-moz-animation: see-finance-intro-slide-control-button-animation-5 35s 28s infinite;
	-o-animation: see-finance-intro-slide-control-button-animation-5 35s 28s infinite;
	animation: see-finance-intro-slide-control-button-animation-5 35s 28s infinite;
}

/* General Setup */
.see-finance-intro-slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.see-finance-intro-slider .see-finance-intro-slide-command {
	display: none;
}

.see-finance-intro-slider .play-see-finance-intro-slide-command {
	display: none;
}

.see-finance-intro-slider .see-finance-intro-slide {
	overflow: hidden;
	text-align: center;
	background: #FFFFFF;
}

.see-finance-intro-slider .see-finance-intro-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	/*
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
	*/
}

.see-finance-intro-slider .see-finance-intro-slide:first-of-type {
	/*position: static;*/ /* Caused an Issue With the First Slide Flashing Between Later Slide Transitions */
	pointer-events: auto;
	/*opacity: 1;*/
	opacity: 0;
}

.see-finance-intro-slider .see-finance-intro-slide-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.see-finance-intro-slide-controls {
	height: 55px;
}

.see-finance-intro-slider .see-finance-intro-slide-control-button {
	display: inline-block;
	margin: 0px 0px;
	line-height: 55px;
	font-size: 50px;
	text-align: center;
	text-decoration: none;
	/*
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	-moz-transition: color .1s;
	transition: color .1s;
	*/
}

.see-finance-intro-slider .see-finance-intro-slide-control-button {
	color: #5082B9;
	color: rgba(80, 130, 185, 0.4);
}

.see-finance-intro-slider .see-finance-intro-slide-control-button:first-of-type {
	color: #6496CD;
	color: rgba(80, 130, 185, 0.8);
}

.see-finance-intro-slider .see-finance-intro-slide-control-button:hover {
	/*
	color: #6496CD;
	color: rgba(80, 130, 185, 0.8);
	*/ 
}

.see-finance-intro-slider .play-see-finance-intro-slide-control-button {
	position: absolute;
	height: 18px;
	width: 18px;
	margin-top: 18px;
	margin-left: 4px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	-moz-transition: color .1s;
	transition: color .1s;
}

.see-finance-intro-slider .play-see-finance-intro-slide-control-button {
	opacity: 0;
	color: #5082B9;
	color: rgba(80, 130, 185, 0.4);
}

.see-finance-intro-slider .play-see-finance-intro-slide-control-button:hover {
	color: #6496CD;
	color: rgba(80, 130, 185, 0.8);
}

/* Slider Specific */
/* Non-Mobile Sizes and Default */
@media screen and (min-width: 768px) {
	/* Slider Container*/
	.see-finance-intro-slider-container {
		width: 100%;
		height: 100%;
		min-height: 300px;
		max-height: 525px;
	}
	
	/* Slides */
	.see-finance-intro-slider-first-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-1.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.see-finance-intro-slider-second-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-2.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.see-finance-intro-slider-third-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-3.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.see-finance-intro-slider-fourth-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-4.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.see-finance-intro-slider-fifth-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-5.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
    
    .see-finance-intro-slider-sixth-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-6.png);
        background-repeat: no-repeat;
        background-position: top center;
    }
    
    .see-finance-intro-slider-seventh-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-7.png);
        background-repeat: no-repeat;
        background-position: top center;
    }
    
    .see-finance-intro-slider-eigth-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-8.png);
        background-repeat: no-repeat;
        background-position: top center;
	}
	
	.see-finance-intro-slider-ninth-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-9.png);
        background-repeat: no-repeat;
        background-position: top center;
	}
	
	.see-finance-intro-slider-tenth-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 470px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-desktop/intro-10.png);
        background-repeat: no-repeat;
        background-position: top center;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	/* Slider Container*/
	.see-finance-intro-slider-container {
		width: 100%;
		height: 100%;
		min-height: 300px;
		max-height: 415px;
	}
	
	/* Slides */
	.see-finance-intro-slider-first-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-1.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.see-finance-intro-slider-second-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-2.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.see-finance-intro-slider-third-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-3.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.see-finance-intro-slider-fourth-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-4.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.see-finance-intro-slider-fifth-background-image {
		width: 100%;
		height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
		background-size: contain;
		background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-5.png);
		background-repeat: no-repeat;
		background-position: top center;
	}
    
    .see-finance-intro-slider-sixth-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-6.png);
        background-repeat: no-repeat;
        background-position: top center;
    }
    
    .see-finance-intro-slider-seventh-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-7.png);
        background-repeat: no-repeat;
        background-position: top center;
    }
    
    .see-finance-intro-slider-eigth-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-8.png);
        background-repeat: no-repeat;
        background-position: top center;
	}
	
	.see-finance-intro-slider-ninth-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-9.png);
        background-repeat: no-repeat;
        background-position: top center;
	}
	
	.see-finance-intro-slider-tenth-background-image {
        width: 100%;
        height: -webkit-calc(100% - 55px);
		height: -moz-calc(100% - 55px);
		height: calc(100% - 55px);
		max-height: 360px;
        background-size: contain;
        background-image: url(./../../images/see-finance/version-3/slides/intro-mobile/intro-10.png);
        background-repeat: no-repeat;
        background-position: top center;
    }
}

/* For Pausing Animation On Hover */
/*
#section-introducing:hover .see-finance-intro-slide:nth-of-type(1),
#section-introducing:hover .see-finance-intro-slide:nth-of-type(2),
#section-introducing:hover .see-finance-intro-slide-control-button:nth-of-type(1),
#section-introducing:hover .see-finance-intro-slide-control-button:nth-of-type(2) {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	
	background: olive;
}
*/
