#fsb *,
#fsb ::after,
#fsb ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body.fsb-modalOpen {
	overflow: hidden;
}

/*
#fastspring_spinner
{
	background: rgba(0,0,0,0.4);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999998;
}

#fastspring_spinner img
{
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-fadeIn;
	animation-name: fsb-fadeIn;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: fixed;
	top: 50%;
	z-index: 99999999;
}
*/

.fsb-alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.fsb-alert {
	display: none;
}

.fsb-alert,
.fsb-mod_alert {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-mod_animatetop;
	animation-name: fsb-mod_animatetop;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
	z-index: 999999999;
}

.fsb-inline-item {
	display: inline-block;
}

.fsb-img-fluid {
	height: auto;
	max-width: 100%;
}

.fsb-container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.fsb-row {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fsb-col-1,
.fsb-col-2,
.fsb-col-3,
.fsb-col-4,
.fsb-col-5,
.fsb-col-6,
.fsb-col-7,
.fsb-col-8,
.fsb-col-9,
.fsb-col-10,
.fsb-col-11,
.fsb-col-12,
.fsb-col,
.fsb-col-auto,
.fsb-col-sm-1,
.fsb-col-sm-2,
.fsb-col-sm-3,
.fsb-col-sm-4,
.fsb-col-sm-5,
.fsb-col-sm-6,
.fsb-col-sm-7,
.fsb-col-sm-8,
.fsb-col-sm-9,
.fsb-col-sm-10,
.fsb-col-sm-11,
.fsb-col-sm-12,
.fsb-col-sm,
.fsb-col-sm-auto,
.fsb-col-md-1,
.fsb-col-md-2,
.fsb-col-md-3,
.fsb-col-md-4,
.fsb-col-md-5,
.fsb-col-md-6,
.fsb-col-md-7,
.fsb-col-md-8,
.fsb-col-md-9,
.fsb-col-md-10,
.fsb-col-md-11,
.fsb-col-md-12,
.fsb-col-md,
.fsb-col-md-auto,
.fsb-col-lg-1,
.fsb-col-lg-2,
.fsb-col-lg-3,
.fsb-col-lg-4,
.fsb-col-lg-5,
.fsb-col-lg-6,
.fsb-col-lg-7,
.fsb-col-lg-8,
.fsb-col-lg-9,
.fsb-col-lg-10,
.fsb-col-lg-11,
.fsb-col-lg-12,
.fsb-col-lg,
.fsb-col-lg-auto,
.fsb-col-xl-1,
.fsb-col-xl-2,
.fsb-col-xl-3,
.fsb-col-xl-4,
.fsb-col-xl-5,
.fsb-col-xl-6,
.fsb-col-xl-7,
.fsb-col-xl-8,
.fsb-col-xl-9,
.fsb-col-xl-10,
.fsb-col-xl-11,
.fsb-col-xl-12,
.fsb-col-xl,
.fsb-col-xl-auto {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.fsb-col-1 {
	max-width: 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
}

.fsb-col-2 {
	max-width: 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
}

.fsb-col-3 {
	max-width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.fsb-col-4 {
	max-width: 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
}

.fsb-col-5 {
	max-width: 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
}

.fsb-col-6 {
	max-width: 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.fsb-col-7 {
	max-width: 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
}

.fsb-col-8 {
	max-width: 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
}

.fsb-col-9 {
	max-width: 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
}

.fsb-col-10 {
	max-width: 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
}

.fsb-col-11 {
	max-width: 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
}

.fsb-col-12 {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.fsb-order-first {
	-ms-flex-order: -1;
	order: -1;
}

.fsb-order-last {
	-ms-flex-order: 13;
	order: 13;
}

.fsb-order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.fsb-order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.fsb-order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.fsb-order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.fsb-order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.fsb-order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.fsb-order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.fsb-order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.fsb-order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.fsb-order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.fsb-order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.fsb-order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.fsb-order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.fsb-offset-1 {
	margin-left: 8.333333%;
}

.fsb-offset-2 {
	margin-left: 16.666667%;
}

.fsb-offset-3 {
	margin-left: 25%;
}

.fsb-offset-4 {
	margin-left: 33.333333%;
}

.fsb-offset-5 {
	margin-left: 41.666667%;
}

.fsb-offset-6 {
	margin-left: 50%;
}

.fsb-offset-7 {
	margin-left: 58.333333%;
}

.fsb-offset-8 {
	margin-left: 66.666667%;
}

.fsb-offset-9 {
	margin-left: 75%;
}

.fsb-offset-10 {
	margin-left: 83.333333%;
}

.fsb-offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.fsb-col-sm {
		max-width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.fsb-col-sm-auto {
		max-width: 100%;
		width: auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.fsb-col-sm-1 {
		max-width: 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
	}

	.fsb-col-sm-2 {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}

	.fsb-col-sm-3 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

	.fsb-col-sm-4 {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}

	.fsb-col-sm-5 {
		max-width: 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
	}

	.fsb-col-sm-6 {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.fsb-col-sm-7 {
		max-width: 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}

	.fsb-col-sm-8 {
		max-width: 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	}

	.fsb-col-sm-9 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}

	.fsb-col-sm-10 {
		max-width: 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}

	.fsb-col-sm-11 {
		max-width: 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	}

	.fsb-col-sm-12 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.fsb-order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.fsb-order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.fsb-order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.fsb-order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.fsb-order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.fsb-order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.fsb-order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.fsb-order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.fsb-order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.fsb-order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.fsb-order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.fsb-order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.fsb-order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.fsb-order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.fsb-order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.fsb-offset-sm-0 {
		margin-left: 0;
	}

	.fsb-offset-sm-1 {
		margin-left: 8.333333%;
	}

	.fsb-offset-sm-2 {
		margin-left: 16.666667%;
	}

	.fsb-offset-sm-3 {
		margin-left: 25%;
	}

	.fsb-offset-sm-4 {
		margin-left: 33.333333%;
	}

	.fsb-offset-sm-5 {
		margin-left: 41.666667%;
	}

	.fsb-offset-sm-6 {
		margin-left: 50%;
	}

	.fsb-offset-sm-7 {
		margin-left: 58.333333%;
	}

	.fsb-offset-sm-8 {
		margin-left: 66.666667%;
	}

	.fsb-offset-sm-9 {
		margin-left: 75%;
	}

	.fsb-offset-sm-10 {
		margin-left: 83.333333%;
	}

	.fsb-offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.fsb-col-md {
		max-width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.fsb-col-md-auto {
		max-width: 100%;
		width: auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.fsb-col-md-1 {
		max-width: 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
	}

	.fsb-col-md-2 {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}

	.fsb-col-md-3 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

	.fsb-col-md-4 {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}

	.fsb-col-md-5 {
		max-width: 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
	}

	.fsb-col-md-6 {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.fsb-col-md-7 {
		max-width: 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}

	.fsb-col-md-8 {
		max-width: 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	}

	.fsb-col-md-9 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}

	.fsb-col-md-10 {
		max-width: 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}

	.fsb-col-md-11 {
		max-width: 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	}

	.fsb-col-md-12 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.fsb-order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.fsb-order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.fsb-order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.fsb-order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.fsb-order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.fsb-order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.fsb-order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.fsb-order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.fsb-order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.fsb-order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.fsb-order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.fsb-order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.fsb-order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.fsb-order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.fsb-order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.fsb-offset-md-0 {
		margin-left: 0;
	}

	.fsb-offset-md-1 {
		margin-left: 8.333333%;
	}

	.fsb-offset-md-2 {
		margin-left: 16.666667%;
	}

	.fsb-offset-md-3 {
		margin-left: 25%;
	}

	.fsb-offset-md-4 {
		margin-left: 33.333333%;
	}

	.fsb-offset-md-5 {
		margin-left: 41.666667%;
	}

	.fsb-offset-md-6 {
		margin-left: 50%;
	}

	.fsb-offset-md-7 {
		margin-left: 58.333333%;
	}

	.fsb-offset-md-8 {
		margin-left: 66.666667%;
	}

	.fsb-offset-md-9 {
		margin-left: 75%;
	}

	.fsb-offset-md-10 {
		margin-left: 83.333333%;
	}

	.fsb-offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.fsb-col-lg {
		max-width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.fsb-col-lg-auto {
		max-width: 100%;
		width: auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.fsb-col-lg-1 {
		max-width: 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
	}

	.fsb-col-lg-2 {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}

	.fsb-col-lg-3 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

	.fsb-col-lg-4 {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}

	.fsb-col-lg-5 {
		max-width: 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
	}

	.fsb-col-lg-6 {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.fsb-col-lg-7 {
		max-width: 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}

	.fsb-col-lg-8 {
		max-width: 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	}

	.fsb-col-lg-9 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}

	.fsb-col-lg-10 {
		max-width: 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}

	.fsb-col-lg-11 {
		max-width: 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	}

	.fsb-col-lg-12 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.fsb-order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.fsb-order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.fsb-order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.fsb-order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.fsb-order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.fsb-order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.fsb-order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.fsb-order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.fsb-order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.fsb-order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.fsb-order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.fsb-order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.fsb-order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.fsb-order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.fsb-order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.fsb-offset-lg-0 {
		margin-left: 0;
	}

	.fsb-offset-lg-1 {
		margin-left: 8.333333%;
	}

	.fsb-offset-lg-2 {
		margin-left: 16.666667%;
	}

	.fsb-offset-lg-3 {
		margin-left: 25%;
	}

	.fsb-offset-lg-4 {
		margin-left: 33.333333%;
	}

	.fsb-offset-lg-5 {
		margin-left: 41.666667%;
	}

	.fsb-offset-lg-6 {
		margin-left: 50%;
	}

	.fsb-offset-lg-7 {
		margin-left: 58.333333%;
	}

	.fsb-offset-lg-8 {
		margin-left: 66.666667%;
	}

	.fsb-offset-lg-9 {
		margin-left: 75%;
	}

	.fsb-offset-lg-10 {
		margin-left: 83.333333%;
	}

	.fsb-offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.fsb-col-xl {
		max-width: 100%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.fsb-col-xl-auto {
		max-width: 100%;
		width: auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.fsb-col-xl-1 {
		max-width: 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
	}

	.fsb-col-xl-2 {
		max-width: 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
	}

	.fsb-col-xl-3 {
		max-width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

	.fsb-col-xl-4 {
		max-width: 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
	}

	.fsb-col-xl-5 {
		max-width: 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
	}

	.fsb-col-xl-6 {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.fsb-col-xl-7 {
		max-width: 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	}

	.fsb-col-xl-8 {
		max-width: 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
	}

	.fsb-col-xl-9 {
		max-width: 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}

	.fsb-col-xl-10 {
		max-width: 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
	}

	.fsb-col-xl-11 {
		max-width: 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
	}

	.fsb-col-xl-12 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.fsb-order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.fsb-order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.fsb-order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.fsb-order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.fsb-order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.fsb-order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.fsb-order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.fsb-order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.fsb-order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.fsb-order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.fsb-order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.fsb-order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.fsb-order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.fsb-order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.fsb-order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.fsb-offset-xl-0 {
		margin-left: 0;
	}

	.fsb-offset-xl-1 {
		margin-left: 8.333333%;
	}

	.fsb-offset-xl-2 {
		margin-left: 16.666667%;
	}

	.fsb-offset-xl-3 {
		margin-left: 25%;
	}

	.fsb-offset-xl-4 {
		margin-left: 33.333333%;
	}

	.fsb-offset-xl-5 {
		margin-left: 41.666667%;
	}

	.fsb-offset-xl-6 {
		margin-left: 50%;
	}

	.fsb-offset-xl-7 {
		margin-left: 58.333333%;
	}

	.fsb-offset-xl-8 {
		margin-left: 66.666667%;
	}

	.fsb-offset-xl-9 {
		margin-left: 75%;
	}

	.fsb-offset-xl-10 {
		margin-left: 83.333333%;
	}

	.fsb-offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.fsb-form-control {
	background-clip: padding-box;
	border: 1px solid #ddd;
	border-radius: 2px;
	display: inline-block;
	font-size: 1rem;
	padding: .2rem .75rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	vertical-align: middle;
	width: 100%;
}

.fsb-form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.fsb-form-control:focus {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: 0;
}

select.fsb-form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}

.fsb-btn {
	border: 1px solid transparent;
	border-radius: .25rem;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0px;
	padding: .375rem .75rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	vertical-align: middle;
	/* white-space: nowrap; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fsb-btn:focus,
.fsb-btn:hover {
	text-decoration: none;
}

.fsb-btn:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: 0;
}

.fsb-btn:disabled {
	opacity: .65;
}

.fsb-btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.fsb-btn-success {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff;
}

.fsb-btn-success:hover {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff;
}

.fsb-btn-success:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.fsb-btn-success:disabled {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff;
}

.fsb-btn-block {
	display: block;
	width: 100%;
}

.fssmall {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 10px;
}

.editor-styles-wrapper i {
	font-style: normal !important;
}

.fsb-btn:active {
	color: white;
}

.fsb-btn-align-center {
	text-align: center;
}

.fsb-btn-align-left {
	text-align: left;
}

.fsb-btn-align-right {
	text-align: right;
}

.fsb-btn {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: white;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	text-align: center;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (prefers-reduced-motion: reduce) {
	.fsb-btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.fsb-btn:hover {
	color: #212529;
	text-decoration: none;
}

.fsb-btn:focus,
.fsb-btn.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: 0;
}

.fsb-btn.disabled,
.fsb-btn:disabled {
	opacity: 0.65;
}

a.fsb-btn.disabled,
fieldset:disabled a.fsb-btn {
	pointer-events: none;
}

.fsb-btn-primary {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.fsb-btn-primary:hover {
	background-color: #0069d9;
	border-color: #0062cc;
	color: #fff;
}

.fsb-btn-primary:focus,
.fsb-btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fsb-btn-primary.disabled,
.fsb-btn-primary:disabled {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.fsb-btn-primary:not(:disabled):not(.disabled):active,
.fsb-btn-primary:not(:disabled):not(.disabled).active,
.show>.fsb-btn-primary.dropdown-toggle {
	background-color: #0062cc;
	border-color: #005cbf;
	color: #fff;
}

.fsb-btn-primary:not(:disabled):not(.disabled):active:focus,
.fsb-btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fsb-btn-secondary {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.fsb-btn-secondary:hover {
	background-color: #5a6268;
	border-color: #545b62;
	color: #fff;
}

.fsb-btn-secondary:focus,
.fsb-btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.fsb-btn-secondary.disabled,
.fsb-btn-secondary:disabled {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.fsb-btn-secondary:not(:disabled):not(.disabled):active,
.fsb-btn-secondary:not(:disabled):not(.disabled).active,
.show>.fsb-btn-secondary.dropdown-toggle {
	background-color: #545b62;
	border-color: #4e555b;
	color: #fff;
}

.fsb-btn-secondary:not(:disabled):not(.disabled):active:focus,
.fsb-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.fsb-btn-success {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff;
}

.fsb-btn-success:hover {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff;
}

.fsb-btn-success:focus,
.fsb-btn-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.fsb-btn-success.disabled,
.fsb-btn-success:disabled {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff;
}

.fsb-btn-success:not(:disabled):not(.disabled):active,
.fsb-btn-success:not(:disabled):not(.disabled).active,
.show>.fsb-btn-success.dropdown-toggle {
	background-color: #1e7e34;
	border-color: #1c7430;
	color: #fff;
}

.fsb-btn-success:not(:disabled):not(.disabled):active:focus,
.fsb-btn-success:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.fsb-btn-info {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}

.fsb-btn-info:hover {
	background-color: #138496;
	border-color: #117a8b;
	color: #fff;
}

.fsb-btn-info:focus,
.fsb-btn-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.fsb-btn-info.disabled,
.fsb-btn-info:disabled {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}

.fsb-btn-info:not(:disabled):not(.disabled):active,
.fsb-btn-info:not(:disabled):not(.disabled).active,
.show>.fsb-btn-info.dropdown-toggle {
	background-color: #117a8b;
	border-color: #10707f;
	color: #fff;
}

.fsb-btn-info:not(:disabled):not(.disabled):active:focus,
.fsb-btn-info:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.fsb-btn-warning {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}

.fsb-btn-warning:hover {
	background-color: #e0a800;
	border-color: #d39e00;
	color: #212529;
}

.fsb-btn-warning:focus,
.fsb-btn-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.fsb-btn-warning.disabled,
.fsb-btn-warning:disabled {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}

.fsb-btn-warning:not(:disabled):not(.disabled):active,
.fsb-btn-warning:not(:disabled):not(.disabled).active,
.show>.fsb-btn-warning.dropdown-toggle {
	background-color: #d39e00;
	border-color: #c69500;
	color: #212529;
}

.fsb-btn-warning:not(:disabled):not(.disabled):active:focus,
.fsb-btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.fsb-btn-danger {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}

.fsb-btn-danger:hover {
	background-color: #c82333;
	border-color: #bd2130;
	color: #fff;
}

.fsb-btn-danger:focus,
.fsb-btn-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.fsb-btn-danger.disabled,
.fsb-btn-danger:disabled {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}

.fsb-btn-danger:not(:disabled):not(.disabled):active,
.fsb-btn-danger:not(:disabled):not(.disabled).active,
.show>.fsb-btn-danger.dropdown-toggle {
	background-color: #bd2130;
	border-color: #b21f2d;
	color: #fff;
}

.fsb-btn-danger:not(:disabled):not(.disabled):active:focus,
.fsb-btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.fsb-btn-light {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}

.fsb-btn-light:hover {
	background-color: #e2e6ea;
	border-color: #dae0e5;
	color: #212529;
}

.fsb-btn-light:focus,
.fsb-btn-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.fsb-btn-light.disabled,
.fsb-btn-light:disabled {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}

.fsb-btn-light:not(:disabled):not(.disabled):active,
.fsb-btn-light:not(:disabled):not(.disabled).active,
.show>.fsb-btn-light.dropdown-toggle {
	background-color: #dae0e5;
	border-color: #d3d9df;
	color: #212529;
}

.fsb-btn-light:not(:disabled):not(.disabled):active:focus,
.fsb-btn-light:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.fsb-btn-dark {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}

.fsb-btn-dark:hover {
	background-color: #23272b;
	border-color: #1d2124;
	color: #fff;
}

.fsb-btn-dark:focus,
.fsb-btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.fsb-btn-dark.disabled,
.fsb-btn-dark:disabled {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}

.fsb-btn-dark:not(:disabled):not(.disabled):active,
.fsb-btn-dark:not(:disabled):not(.disabled).active,
.show>.fsb-btn-dark.dropdown-toggle {
	background-color: #1d2124;
	border-color: #171a1d;
	color: #fff;
}

.fsb-btn-dark:not(:disabled):not(.disabled):active:focus,
.fsb-btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.fsb-btn-outline-primary {
	border-color: #007bff;
	color: #007bff;
}

.fsb-btn-outline-primary:hover {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.fsb-btn-outline-primary:focus,
.fsb-btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.fsb-btn-outline-primary.disabled,
.fsb-btn-outline-primary:disabled {
	background-color: transparent;
	color: #007bff;
}

.fsb-btn-outline-primary:not(:disabled):not(.disabled):active,
.fsb-btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.fsb-btn-outline-primary.dropdown-toggle {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.fsb-btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.fsb-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.fsb-btn-outline-secondary {
	border-color: #6c757d;
	color: #6c757d;
}

.fsb-btn-outline-secondary:hover {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.fsb-btn-outline-secondary:focus,
.fsb-btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.fsb-btn-outline-secondary.disabled,
.fsb-btn-outline-secondary:disabled {
	background-color: transparent;
	color: #6c757d;
}

.fsb-btn-outline-secondary:not(:disabled):not(.disabled):active,
.fsb-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.fsb-btn-outline-secondary.dropdown-toggle {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.fsb-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.fsb-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.fsb-btn-outline-success {
	border-color: #0a7efa;
	color: #0a7efa;
}

.fsb-btn-outline-success:hover {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff;
}

.fsb-btn-outline-success:focus,
.fsb-btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.fsb-btn-outline-success.disabled,
.fsb-btn-outline-success:disabled {
	background-color: transparent;
	color: #0a7efa;
}

.fsb-btn-outline-success:not(:disabled):not(.disabled):active,
.fsb-btn-outline-success:not(:disabled):not(.disabled).active,
.show>.fsb-btn-outline-success.dropdown-toggle {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff;
}

.fsb-btn-outline-success:not(:disabled):not(.disabled):active:focus,
.fsb-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.fsb-btn-outline-info {
	border-color: #17a2b8;
	color: #17a2b8;
}

.fsb-btn-outline-info:hover {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}

.fsb-btn-outline-info:focus,
.fsb-btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.fsb-btn-outline-info.disabled,
.fsb-btn-outline-info:disabled {
	background-color: transparent;
	color: #17a2b8;
}

.fsb-btn-outline-info:not(:disabled):not(.disabled):active,
.fsb-btn-outline-info:not(:disabled):not(.disabled).active,
.show>.fsb-btn-outline-info.dropdown-toggle {
	background-color: #17a2b8;
	border-color: #17a2b8;
	color: #fff;
}

.fsb-btn-outline-info:not(:disabled):not(.disabled):active:focus,
.fsb-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.fsb-btn-outline-warning {
	border-color: #ffc107;
	color: #ffc107;
}

.fsb-btn-outline-warning:hover {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}

.fsb-btn-outline-warning:focus,
.fsb-btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.fsb-btn-outline-warning.disabled,
.fsb-btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffc107;
}

.fsb-btn-outline-warning:not(:disabled):not(.disabled):active,
.fsb-btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.fsb-btn-outline-warning.dropdown-toggle {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}

.fsb-btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.fsb-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.fsb-btn-outline-danger {
	border-color: #dc3545;
	color: #dc3545;
}

.fsb-btn-outline-danger:hover {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}

.fsb-btn-outline-danger:focus,
.fsb-btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.fsb-btn-outline-danger.disabled,
.fsb-btn-outline-danger:disabled {
	background-color: transparent;
	color: #dc3545;
}

.fsb-btn-outline-danger:not(:disabled):not(.disabled):active,
.fsb-btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.fsb-btn-outline-danger.dropdown-toggle {
	background-color: #dc3545;
	border-color: #dc3545;
	color: #fff;
}

.fsb-btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.fsb-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.fsb-btn-outline-light {
	border-color: #f8f9fa;
	color: #f8f9fa;
}

.fsb-btn-outline-light:hover {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}

.fsb-btn-outline-light:focus,
.fsb-btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.fsb-btn-outline-light.disabled,
.fsb-btn-outline-light:disabled {
	background-color: transparent;
	color: #f8f9fa;
}

.fsb-btn-outline-light:not(:disabled):not(.disabled):active,
.fsb-btn-outline-light:not(:disabled):not(.disabled).active,
.show>.fsb-btn-outline-light.dropdown-toggle {
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	color: #212529;
}

.fsb-btn-outline-light:not(:disabled):not(.disabled):active:focus,
.fsb-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.fsb-btn-outline-dark {
	border-color: #343a40;
	color: #343a40;
}

.fsb-btn-outline-dark:hover {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}

.fsb-btn-outline-dark:focus,
.fsb-btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.fsb-btn-outline-dark.disabled,
.fsb-btn-outline-dark:disabled {
	background-color: transparent;
	color: #343a40;
}

.fsb-btn-outline-dark:not(:disabled):not(.disabled):active,
.fsb-btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.fsb-btn-outline-dark.dropdown-toggle {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}

.fsb-btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.fsb-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.fsb-btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.fsb-btn-link {
	color: #007bff;
	font-weight: 400;
	text-decoration: none;
}

.fsb-btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.fsb-btn-link:focus,
.fsb-btn-link.focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: underline;
}

.fsb-btn-link:disabled,
.fsb-btn-link.disabled {
	color: #6c757d;
	pointer-events: none;
}

.fsb-btn-lg,
.fsb-btn-group-lg>.fsb-btn {
	border-radius: 0.3rem;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
}

.fsb-btn-sm,
.fsb-btn-group-sm>.fsb-btn {
	border-radius: 0.2rem;
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.25rem 0.5rem;
}

.fsb-btn-block {
	display: block;
	width: 100%;
}

.fsb-btn-block+.fsb-btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].fsb-btn-block,
input[type="reset"].fsb-btn-block,
input[type="button"].fsb-btn-block {
	width: 100%;
}

.fsb-card {
	background-clip: border-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	position: relative;
	word-wrap: break-word;
}

.fsb-card-body {
	padding: 1.25rem;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.fsb-card-header {
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 0;
	padding: 0 1em;
}

.fsb-card-header:first-child {
	border-radius: 0px;
}

.fsb-align-top {
	vertical-align: top !important;
}

.fsb-border {
	border: 1px solid #dee2e6 !important;
}

.fsb-rounded {
	border-radius: 0.25rem !important;
}

.fsb-d-none {
	display: none !important;
}

.fsb-d-inline-block {
	display: inline-block !important;
}

@media (min-width: 576px) {
	.fsb-d-sm-none {
		display: none !important;
	}

	.fsb-d-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.fsb-d-md-none {
		display: none !important;
	}

	.fsb-d-md-inline-block {
		display: inline-block !important;
	}

	.fsb-d-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.fsb-d-lg-none {
		display: none !important;
	}

	.fsb-d-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.fsb-d-xl-none {
		display: none !important;
	}

	.fsb-d-xl-block {
		display: block !important;
	}
}

.fsb-align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-align: center !important;
}

.fsb-mt-2 {
	margin-top: 0.5rem !important;
}

.fsb-ml-2 {
	margin-left: 0.5rem !important;
}

.fsb-mb-2 {
	margin-bottom: 0.5rem !important;
}

.fsb-mt-3 {
	margin-top: 1rem !important;
}

.fsb-mb-3 {
	margin-bottom: 1rem !important;
}

.fsb-mt-4 {
	margin-top: 1.5rem !important;
}

.fsb-m-4 {
	margin: 1.5rem !important;
}

.fsb-mb-4 {
	margin-bottom: 1.5rem !important;
}

.fsb-pr-0 {
	padding-right: 0 !important;
}

.fsb-pl-0 {
	padding-left: 0 !important;
}

.fsb-pb-0 {
	padding-bottom: 0 !important;
}

.fsb-pb-4 {
	padding-bottom: 1.5rem !important;
}

.fsb-px-5 {
	padding-right: 3rem !important;
}

.fsb-px-5 {
	padding-left: 3rem !important;
}

.fsb-p-1 {
	padding: 1rem !important;
}

.fsb-p-0 {
	padding: 0px !important;
}

@media (min-width: 576px) {
	.fsb-mt-sm-2 {
		margin-top: 0.5rem !important;
	}
}

.fsb-text-nowrap {
	white-space: nowrap !important;
}

.fsb-text-left {
	text-align: left !important;
}

.fsb-text-right {
	text-align: right !important;
}

.fsb-text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.fsb-text-sm-left {
		text-align: left !important;
	}

	.fsb-text-sm-right {
		text-align: right !important;
	}
}

@media (min-width: 768px) {
	.fsb-text-md-left {
		text-align: left !important;
	}

	.fsb-text-md-right {
		text-align: right !important;
	}
}

.fsb-text-success {
	color: #21ce6e !important;
}

.fsb-card-body hr:last-child {
	display: none;
}

.fsb-remove {
	color: #b3b3b3;
	font-size: 28px;
	text-decoration: none;
}

.fsb-remove:hover {
	color: #ff3d57;
	text-decoration: none;
}

.fsb-option-input {
	background: #c0c0c0;
	border: none;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: initial;
	height: 25px;
	left: 0;
	margin-right: .5rem;
	outline: none;
	position: relative;
	right: 0;
	-webkit-transition: all .15s ease-out 0s;
	-o-transition: all .15s ease-out 0s;
	transition: all .15s ease-out 0s;
	width: 25px;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.fsb-option-input:hover {
	background: #9faab7;
}

.fsb-option-input:checked {
	background: #9faab7;
}

.fsb-option-input:checked::before {
	content: '2714';
	display: inline-block;
	font-size: 18px;
	height: 25px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	width: 25px;
}

.fsb-cart-input {
	display: inline-block;
	width: 70px;
}

.fsb-remove-small {
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: 0px;
}

.fsb-coupon-entry {
	display: inline-block;
	width: 200px;
}

.fsb-bundle-image {
	display: inline;
	height: auto;
	width: 60px;
}

.fsb-75 {
	font-size: 75%;
}

.fsb-option-input:checked::after {
	background: #40e0d0;
	content: '';
	display: block;
	position: relative;
	z-index: 3;
}

.fsb-option-input.fsb-radio {
	border-radius: 50%;
}

.fsb-option-input.fsb-radio::after {
	border-radius: 50%;
}

.fsb-bg-success {
	background-color: #0a7efa !important;
	color: white;
}

.fsb-price-ext,
.fsb-prod-name,
.fsb-total {
	color: #000 !important;
	display: block;
	font-size: 1.17em;
	font-weight: bold;
}

.fsb-unit-price {
	font-size: 1.17em;
	font-weight: bold;
}

.fsb-shipping {
	display: block;
	font-weight: bold;
}

.fsb-total {
	margin: 10px 0px;
}

.fsb-normal {
	font-weight: normal;
}

/* The Modal (background) */
.fsb-modal {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-fadeIn;
	/* Fade in the background */
	animation-name: fsb-fadeIn;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.8);
	/* Black w/ opacity */
	display: none;
	/* Hidden by default */
	height: 100%;
	/* Full height */
	left: 0;
	overflow: auto;
	/* Enable scroll if needed */
	position: fixed;
	/* Stay in place */
	top: 0;
	width: 100%;
	/* Full width */
	z-index: 999999;
	/* Sit on top */
}

.fsb-RS .fsb-modal-content {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-rs_slideIn;
	animation-name: fsb-rs_slideIn;
	background-color: #fefefe;
	bottom: 0;
	-webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
	height: 100%;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	width: 60%;
}

.fsb-RS .fsb-modal-content .fsb-close {
	margin: 11px 20px;
	padding-right: 20px;
}

.fsb-RS .fsb-modal-content .fsb-cart_title {
	padding-left: 20px;
}

.fsb-RS .fsb-modal-body {
	margin-top: 60px;
	padding: 2px 16px;
}

.fsb-RS .fsb-modal-header {
	background-color: #0a7efa;
	color: white;
	position: fixed;
	width: 60%;
	z-index: 4;
}

.fsb-LS .fsb-modal-content {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-ls_slideIn;
	animation-name: fsb-ls_slideIn;
	background-color: #fefefe;
	bottom: 0;
	-webkit-box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2), 6px 0 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.2), 6px 0 20px 0 rgba(0, 0, 0, 0.19);
	height: 100%;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	width: 60%;
}

.fsb-LS .fsb-modal-content .fsb-close {
	margin: 11px 20px;
	padding-right: 20px;
}

.fsb-LS .fsb-modal-content .fsb-cart_title {
	padding-left: 20px;
}

.fsb-LS .fsb-modal-body {
	margin-top: 60px;
	padding: 2px 16px;
}

.fsb-LS .fsb-modal-header {
	background-color: #0a7efa;
	color: white;
	position: fixed;
	width: 60%;
	z-index: 4;
}

/* Modal Content */
.fsb-BS .fsb-modal-content {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-bs_slideIn;
	animation-name: fsb-bs_slideIn;
	background-color: #fefefe;
	bottom: 0;
	-webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
	max-height: 75%;
	overflow-y: scroll;
	position: fixed;
	width: 100%;
}

.fsb-BS .fsb-modal-body {
	margin-top: 60px;
	padding: 2px 16px;
}

.fsb-BS .fsb-modal-header {
	background-color: #0a7efa;
	color: white;
	left: 0;
	padding: 0 25px 0 0;
	position: fixed;
	right: 0;
	z-index: 4;
}

.fsb-BS .fsb-modal-header .fsb-close {
	margin: 11px 20px;
}

.fsb-BS .fsb-modal-header .fsb-cart_title {
	padding-left: 20px;
}

/* Modal Content */
.fsb-MOD .fsb-modal-content {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-mod_animatetop;
	animation-name: fsb-mod_animatetop;
	background-color: #fefefe;
	border: 1px solid #888;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 5% auto;
	padding: 0;
	position: relative;
	width: 80%;
}

.fsb-MOD .fsb-modal-body {
	padding: 1rem;
}

.fsb-MOD .fsb-modal-header .fsb-close,
.fsb-cart_title {
	padding: 0.625rem 0;
}

.fsb-card-header {
	padding: 0.625rem;
}

.fsb-MOD .fsb-modal-header {
	background-color: #0a7efa;
	color: white;
	padding: 2px 16px;
}

.fsb-MODSM .fsb-modal-content {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fsb-mod_animatetop;
	animation-name: fsb-mod_animatetop;
	background-color: #fefefe;
	border: 1px solid #888;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 5% auto;
	max-width: 1024px;
	padding: 0;
	position: relative;
}

.fsb-MODSM .fsb-modal-body {
	padding: 10px 16px 0;
}

.fsb-MODSM .fsb-modal-header .fsb-close {
	margin: 11px 0;
}

.fsb-MODSM .fsb-modal-header {
	background-color: #0a7efa;
	color: white;
	padding: 2px 16px;
}

/* The Close Button */
.fsb-close,
.fsb-cart_title {
	color: white;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

.fsb-close:hover,
.fsb-close:focus {
	color: #000;
	cursor: pointer;
}

.fsb-close {
	float: right;
	font-size: 40px;
	line-height: 30px;
}

/* Add Animation Bottom Sheet */

@-webkit-keyframes fsb-bs_slideIn {
	from {
		bottom: -300px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

@keyframes fsb-bs_slideIn {
	from {
		bottom: -300px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

@-webkit-keyframes fsb-bs_revslideIn {
	from {
		bottom: 0;
		opacity: 1;
	}

	to {
		bottom: -300px;
		opacity: 0;
	}
}

@keyframes fsb-bs_revslideIn {
	from {
		bottom: 0;
		opacity: 1;
	}

	to {
		bottom: -300px;
		opacity: 0;
	}
}

/* Add Animation modal */

@-webkit-keyframes fsb-mod_animatetop {
	from {
		opacity: 0;
		top: -300px;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

@keyframes fsb-mod_animatetop {
	from {
		opacity: 0;
		top: -300px;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes fsb-mod_revanimatetop {
	from {
		opacity: 1;
		top: 0;
	}

	to {
		opacity: 0;
		top: -300;
	}
}

@keyframes fsb-mod_revanimatetop {
	from {
		opacity: 1;
		top: 0;
	}

	to {
		opacity: 0;
		top: -330px;
	}
}

/* Add Animation right sheet */

@-webkit-keyframes fsb-rs_slideIn {
	from {
		opacity: 1;
		right: -50%;
	}

	to {
		opacity: 1;
		right: 0;
	}
}

@keyframes fsb-rs_slideIn {
	from {
		opacity: 1;
		right: -50%;
	}

	to {
		opacity: 1;
		right: 0;
	}
}

@-webkit-keyframes fsb-rs_revslideIn {
	from {
		opacity: 1;
		right: 0;
	}

	to {
		opacity: 1;
		right: -50%;
	}
}

@keyframes fsb-rs_revslideIn {
	from {
		opacity: 1;
		right: 0;
	}

	to {
		opacity: 1;
		right: -50%;
	}
}

/* Add Animation left sheet */

@-webkit-keyframes fsb-ls_slideIn {
	from {
		left: -50%;
		opacity: 1;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

@keyframes fsb-ls_slideIn {
	from {
		left: -50%;
		opacity: 1;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

@-webkit-keyframes fsb-ls_revslideIn {
	from {
		left: 0;
		opacity: 1;
	}

	to {
		left: -50%;
		opacity: 1;
	}
}

@keyframes fsb-ls_revslideIn {
	from {
		left: 0;
		opacity: 1;
	}

	to {
		left: -50%;
		opacity: 1;
	}
}

@-webkit-keyframes fsb-fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fsb-fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fsb-revfadeIn {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fsb-revfadeIn {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@media (max-width: 1199.98px) {

	.fsb-RS .fsb-modal-header,
	.fsb-LS .fsb-modal-header {
		width: 80%;
	}

	.fsb-MOD .fsb-modal-content {
		width: 90%;
	}
}

@media (max-width: 991.98px) {

	.fsb-RS .fsb-modal-header,
	.fsb-LS .fsb-modal-header {
		width: 90%;
	}

	.fsb-RS .fsb-modal-content,
	.fsb-LS .fsb-modal-content,
	.fsb-MOD .fsb-modal-content {
		width: 90%;
	}
}

@media (max-width: 767.98px) {

	.fsb-RS .fsb-modal-header,
	.fsb-LS .fsb-modal-header {
		width: 100%;
	}

	.fsb-MOD .fsb-modal-content {
		margin: 0;
		width: 100%;
	}

	.fsb-RS .fsb-modal-content {
		width: 100%;
	}

	.fsb-BS .fsb-modal-content {
		max-height: 100%;
	}
}

.minicart {
	background: white;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
	color: black;
	height: 58px;
	position: fixed;
	-webkit-transition: width 0.3s, height 0.3s;
	/* For Safari 3.1 to 6.0 */
	-o-transition: width 0.3s, height 0.3s;
	transition: width 0.3s, height 0.3s;
	width: 58px;
	z-index: 999998;
}

.minicart.open {
	border-radius: 0px;
}

.minicart.topright {
	right: 20px;
	top: 20px;
}

.minicart.topleft {
	left: 20px;
	top: 20px;
}

.minicart.bottomright {
	bottom: 20px;
	right: 20px;
}

.minicart.bottomleft {
	bottom: 20px;
	left: 20px;
}

.minicart:hover {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.minicart .fa {
	font-size: 25px;
	padding: 15px;
}

.minicart-count {
	background: var(--red);
	border-radius: 50%;
	color: white;
	font-size: 12px;
	height: 20px;
	line-height: 21px;
	position: absolute;
	text-align: center;
	width: 20px;
}

.topleft .minicart-count,
.bottomleft .minicart-count {
	right: -10px;
	top: -10px;
}

.topright .minicart-count,
.bottomright .minicart-count {
	left: -10px;
	top: -10px;
}

.fsb-modal-body p {
	color: #676767;
}

.fsb-remove {
	color: var(--red);
}

.fsb-display {
	color: #000 !important;
	font-weight: bold;
}

.fsb-extPrice {
	color: #000 !important;
	font-weight: bold;
}

.fsb-cartimage {
	max-height: 100px;
}

.fsb-bundleimage {
	display: inline;
	height: auto;
	width: 60px;
}

.fsb-ximage {
	max-height: 75px;
}

#fs p {
	margin: 0px;
}

.fsb-minus,
.fsb-plus {
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 34px;
}

input[type="text"].fsb-qtyinput {
	border: 1px solid #ddd;
	border-radius: 2px;
	display: inline-block;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}

.fsb-number {
	display: inline-block;
}

.fastspring_btn {
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.313rem 1rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fastspring_btn:focus,
.fastspring_btn.focus,
.fastspring_btn:active:focus,
.fastspring_btn:active.focus,
.fastspring_btn.active:focus,
.fastspring_btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.fastspring_btn:focus,
.fastspring_btn:hover {
	text-decoration: none;
}

.fastspring_btn.focus {
	text-decoration: none;
}

.fastspring_btn:active,
.fastspring_btn.active {
	background-image: none;
	outline: 0;
}

.fastspring_btn.disabled,
.fastspring_btn:disabled {
	cursor: not-allowed;
	opacity: .65;
}

a.fastspring_btn.disabled,
fieldset[disabled] a.fastspring_btn {
	pointer-events: none;
}

.fastspring_btn-primary {
	background-color: #0275d8;
	border-color: #0275d8;
	color: #fff !important;
}

.fastspring_btn-primary:hover {
	background-color: #025aa5;
	border-color: #01549b;
	color: #fff !important;
}

.fastspring_btn-primary:focus,
.fastspring_btn-primary.focus {
	background-color: #025aa5;
	border-color: #01549b;
	color: #fff !important;
}

.fastspring_btn-primary:active,
.fastspring_btn-primary.active,
.open>.fastspring_btn-primary.dropdown-toggle {
	background-color: #025aa5;
	border-color: #01549b;
	color: #fff !important;
	background-image: none;
}

.fastspring_btn-primary:active:hover,
.fastspring_btn-primary:active:focus,
.fastspring_btn-primary:active.focus,
.fastspring_btn-primary.active:hover,
.fastspring_btn-primary.active:focus,
.fastspring_btn-primary.active.focus,
.open>.fastspring_btn-primary.dropdown-toggle:hover,
.open>.fastspring_btn-primary.dropdown-toggle:focus,
.open>.fastspring_btn-primary.dropdown-toggle.focus {
	background-color: #014682;
	border-color: #01315a;
	color: #fff !important;
}

.fastspring_btn-primary.disabled:focus,
.fastspring_btn-primary.disabled.focus,
.fastspring_btn-primary:disabled:focus,
.fastspring_btn-primary:disabled.focus {
	background-color: #0275d8;
	border-color: #0275d8;
}

.fastspring_btn-primary.disabled:hover,
.fastspring_btn-primary:disabled:hover {
	background-color: #0275d8;
	border-color: #0275d8;
}

.fastspring_btn-secondary {
	background-color: #fff;
	border-color: #ccc;
	color: #373a3c !important;
}

.fastspring_btn-secondary:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #373a3c !important;
}

.fastspring_btn-secondary:focus,
.fastspring_btn-secondary.focus {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #373a3c !important;
}

.fastspring_btn-secondary:active,
.fastspring_btn-secondary.active,
.open>.fastspring_btn-secondary.dropdown-toggle {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #373a3c !important;
	background-image: none;
}

.fastspring_btn-secondary:active:hover,
.fastspring_btn-secondary:active:focus,
.fastspring_btn-secondary:active.focus,
.fastspring_btn-secondary.active:hover,
.fastspring_btn-secondary.active:focus,
.fastspring_btn-secondary.active.focus,
.open>.fastspring_btn-secondary.dropdown-toggle:hover,
.open>.fastspring_btn-secondary.dropdown-toggle:focus,
.open>.fastspring_btn-secondary.dropdown-toggle.focus {
	background-color: #d4d4d4;
	border-color: #8c8c8c;
	color: #373a3c !important;
}

.fastspring_btn-secondary.disabled:focus,
.fastspring_btn-secondary.disabled.focus,
.fastspring_btn-secondary:disabled:focus,
.fastspring_btn-secondary:disabled.focus {
	background-color: #fff;
	border-color: #ccc;
}

.fastspring_btn-secondary.disabled:hover,
.fastspring_btn-secondary:disabled:hover {
	background-color: #fff;
	border-color: #ccc;
}

.fastspring_btn-default {
	background-color: #fff;
	border: 2px solid #ccc;
	color: #373a3c !important;
}

.fastspring_btn-default:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #373a3c !important;
}

.fastspring_btn-default:focus,
.fastspring_btn-default.focus {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #373a3c !important;
}

.fastspring_btn-default:active,
.fastspring_btn-default.active,
.open>.fastspring_btn-default.dropdown-toggle {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #373a3c !important;
	background-image: none;
}

.fastspring_btn-default:active:hover,
.fastspring_btn-default:active:focus,
.fastspring_btn-default:active.focus,
.fastspring_btn-default.active:hover,
.fastspring_btn-default.active:focus,
.fastspring_btn-default.active.focus,
.open>.fastspring_btn-default.dropdown-toggle:hover,
.open>.fastspring_btn-default.dropdown-toggle:focus,
.open>.fastspring_btn-default.dropdown-toggle.focus {
	background-color: #d4d4d4;
	border-color: #8c8c8c;
	color: #373a3c !important;
}

.fastspring_btn-default.disabled:focus,
.fastspring_btn-default.disabled.focus,
.fastspring_btn-default:disabled:focus,
.fastspring_btn-default:disabled.focus {
	background-color: #fff;
	border-color: #ccc;
}

.fastspring_btn-default.disabled:hover,
.fastspring_btn-default:disabled:hover {
	background-color: #fff;
	border-color: #ccc;
}

.fastspring_btn-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
	color: #fff !important;
}

.fastspring_btn-info:hover {
	background-color: #31b0d5;
	border-color: #2aabd2;
	color: #fff !important;
}

.fastspring_btn-info:focus,
.fastspring_btn-info.focus {
	background-color: #31b0d5;
	border-color: #2aabd2;
	color: #fff !important;
}

.fastspring_btn-info:active,
.fastspring_btn-info.active,
.open>.fastspring_btn-info.dropdown-toggle {
	background-color: #31b0d5;
	border-color: #2aabd2;
	color: #fff !important;
	background-image: none;
}

.fastspring_btn-info:active:hover,
.fastspring_btn-info:active:focus,
.fastspring_btn-info:active.focus,
.fastspring_btn-info.active:hover,
.fastspring_btn-info.active:focus,
.fastspring_btn-info.active.focus,
.open>.fastspring_btn-info.dropdown-toggle:hover,
.open>.fastspring_btn-info.dropdown-toggle:focus,
.open>.fastspring_btn-info.dropdown-toggle.focus {
	background-color: #269abc;
	border-color: #1f7e9a;
	color: #fff !important;
}

.fastspring_btn-info.disabled:focus,
.fastspring_btn-info.disabled.focus,
.fastspring_btn-info:disabled:focus,
.fastspring_btn-info:disabled.focus {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.fastspring_btn-info.disabled:hover,
.fastspring_btn-info:disabled:hover {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.fastspring_btn-success {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff !important;
}

.fastspring_btn-success:hover {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff !important;
}

.fastspring_btn-success:focus,
.fastspring_btn-success.focus {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff !important;
}

.fastspring_btn-success:active,
.fastspring_btn-success.active,
.open>.fastspring_btn-success.dropdown-toggle {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff !important;
	background-image: none;
}

.fastspring_btn-success:active:hover,
.fastspring_btn-success:active:focus,
.fastspring_btn-success:active.focus,
.fastspring_btn-success.active:hover,
.fastspring_btn-success.active:focus,
.fastspring_btn-success.active.focus,
.open>.fastspring_btn-success.dropdown-toggle:hover,
.open>.fastspring_btn-success.dropdown-toggle:focus,
.open>.fastspring_btn-success.dropdown-toggle.focus {
	background-color: #0a7efa;
	border-color: #0a7efa;
	color: #fff !important;
}

.fastspring_btn-success.disabled:focus,
.fastspring_btn-success.disabled.focus,
.fastspring_btn-success:disabled:focus,
.fastspring_btn-success:disabled.focus {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.fastspring_btn-success.disabled:hover,
.fastspring_btn-success:disabled:hover {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.fastspring_btn-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff !important;
}

.fastspring_btn-warning:hover {
	background-color: #ec971f;
	border-color: #eb9316;
	color: #fff !important;
}

.fastspring_btn-warning:focus,
.fastspring_btn-warning.focus {
	background-color: #ec971f;
	border-color: #eb9316;
	color: #fff !important;
}

.fastspring_btn-warning:active,
.fastspring_btn-warning.active,
.open>.fastspring_btn-warning.dropdown-toggle {
	background-color: #ec971f;
	border-color: #eb9316;
	color: #fff !important;
	background-image: none;
}

.fastspring_btn-warning:active:hover,
.fastspring_btn-warning:active:focus,
.fastspring_btn-warning:active.focus,
.fastspring_btn-warning.active:hover,
.fastspring_btn-warning.active:focus,
.fastspring_btn-warning.active.focus,
.open>.fastspring_btn-warning.dropdown-toggle:hover,
.open>.fastspring_btn-warning.dropdown-toggle:focus,
.open>.fastspring_btn-warning.dropdown-toggle.focus {
	background-color: #d58512;
	border-color: #b06d0f;
	color: #fff !important;
}

.fastspring_btn-warning.disabled:focus,
.fastspring_btn-warning.disabled.focus,
.fastspring_btn-warning:disabled:focus,
.fastspring_btn-warning:disabled.focus {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.fastspring_btn-warning.disabled:hover,
.fastspring_btn-warning:disabled:hover {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.fastspring_btn-danger {
	background-color: #d9534f;
	border-color: #d9534f;
	color: #fff !important;
}

.fastspring_btn-danger:hover {
	background-color: #c9302c;
	border-color: #c12e2a;
	color: #fff !important;
}

.fastspring_btn-danger:focus,
.fastspring_btn-danger.focus {
	background-color: #c9302c;
	border-color: #c12e2a;
	color: #fff !important;
}

.fastspring_btn-danger:active,
.fastspring_btn-danger.active,
.open>.fastspring_btn-danger.dropdown-toggle {
	background-color: #c9302c;
	border-color: #c12e2a;
	color: #fff !important;
	background-image: none;
}

.fastspring_btn-danger:active:hover,
.fastspring_btn-danger:active:focus,
.fastspring_btn-danger:active.focus,
.fastspring_btn-danger.active:hover,
.fastspring_btn-danger.active:focus,
.fastspring_btn-danger.active.focus,
.open>.fastspring_btn-danger.dropdown-toggle:hover,
.open>.fastspring_btn-danger.dropdown-toggle:focus,
.open>.fastspring_btn-danger.dropdown-toggle.focus {
	background-color: #ac2925;
	border-color: #8b211e;
	color: #fff !important;
}

.fastspring_btn-danger.disabled:focus,
.fastspring_btn-danger.disabled.focus,
.fastspring_btn-danger:disabled:focus,
.fastspring_btn-danger:disabled.focus {
	background-color: #d9534f;
	border-color: #d9534f;
}

.fastspring_btn-danger.disabled:hover,
.fastspring_btn-danger:disabled:hover {
	background-color: #d9534f;
	border-color: #d9534f;
}

.fastspring_btn-outline-primary {
	background-color: transparent;
	background-image: none;
	border: 2px solid;
	border-color: #0275d8;
	color: #0275d8 !important;
}

.fastspring_btn-outline-primary:hover {
	background-color: #0275d8;
	border-color: #0275d8;
	color: #fff !important;
}

.fastspring_btn-outline-primary:focus,
.fastspring_btn-outline-primary.focus {
	background-color: #0275d8;
	border-color: #0275d8;
	color: #fff !important;
}

.fastspring_btn-outline-primary:active,
.fastspring_btn-outline-primary.active,
.open>.fastspring_btn-outline-primary.dropdown-toggle {
	background-color: #0275d8;
	border-color: #0275d8;
	color: #fff !important;
}

.fastspring_btn-outline-primary:active:hover,
.fastspring_btn-outline-primary:active:focus,
.fastspring_btn-outline-primary:active.focus,
.fastspring_btn-outline-primary.active:hover,
.fastspring_btn-outline-primary.active:focus,
.fastspring_btn-outline-primary.active.focus,
.open>.fastspring_btn-outline-primary.dropdown-toggle:hover,
.open>.fastspring_btn-outline-primary.dropdown-toggle:focus,
.open>.fastspring_btn-outline-primary.dropdown-toggle.focus {
	background-color: #014682;
	border-color: #01315a;
	color: #fff !important;
}

.fastspring_btn-outline-primary.disabled:focus,
.fastspring_btn-outline-primary.disabled.focus,
.fastspring_btn-outline-primary:disabled:focus,
.fastspring_btn-outline-primary:disabled.focus {
	border-color: #43a7fd;
}

.fastspring_btn-outline-primary.disabled:hover,
.fastspring_btn-outline-primary:disabled:hover {
	border-color: #43a7fd;
}

.fastspring_btn-outline-secondary {
	background-color: transparent;
	background-image: none;
	border: 2px solid;
	border-color: #ccc;
	color: #ccc !important;
}

.fastspring_btn-outline-secondary:hover {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff !important;
}

.fastspring_btn-outline-secondary:focus,
.fastspring_btn-outline-secondary.focus {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff !important;
}

.fastspring_btn-outline-secondary:active,
.fastspring_btn-outline-secondary.active,
.open>.fastspring_btn-outline-secondary.dropdown-toggle {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff !important;
}

.fastspring_btn-outline-secondary:active:hover,
.fastspring_btn-outline-secondary:active:focus,
.fastspring_btn-outline-secondary:active.focus,
.fastspring_btn-outline-secondary.active:hover,
.fastspring_btn-outline-secondary.active:focus,
.fastspring_btn-outline-secondary.active.focus,
.open>.fastspring_btn-outline-secondary.dropdown-toggle:hover,
.open>.fastspring_btn-outline-secondary.dropdown-toggle:focus,
.open>.fastspring_btn-outline-secondary.dropdown-toggle.focus {
	background-color: #a1a1a1;
	border-color: #8c8c8c;
	color: #fff !important;
}

.fastspring_btn-outline-secondary.disabled:focus,
.fastspring_btn-outline-secondary.disabled.focus,
.fastspring_btn-outline-secondary:disabled:focus,
.fastspring_btn-outline-secondary:disabled.focus {
	border-color: white;
}

.fastspring_btn-outline-secondary.disabled:hover,
.fastspring_btn-outline-secondary:disabled:hover {
	border-color: white;
}

.fastspring_btn-outline-info {
	background-color: transparent;
	background-image: none;
	border: 2px solid;
	border-color: #5bc0de;
	color: #5bc0de !important;
}

.fastspring_btn-outline-info:hover {
	background-color: #5bc0de;
	border-color: #5bc0de;
	color: #fff !important;
}

.fastspring_btn-outline-info:focus,
.fastspring_btn-outline-info.focus {
	background-color: #5bc0de;
	border-color: #5bc0de;
	color: #fff !important;
}

.fastspring_btn-outline-info:active,
.fastspring_btn-outline-info.active,
.open>.fastspring_btn-outline-info.dropdown-toggle {
	background-color: #5bc0de;
	border-color: #5bc0de;
	color: #fff !important;
}

.fastspring_btn-outline-info:active:hover,
.fastspring_btn-outline-info:active:focus,
.fastspring_btn-outline-info:active.focus,
.fastspring_btn-outline-info.active:hover,
.fastspring_btn-outline-info.active:focus,
.fastspring_btn-outline-info.active.focus,
.open>.fastspring_btn-outline-info.dropdown-toggle:hover,
.open>.fastspring_btn-outline-info.dropdown-toggle:focus,
.open>.fastspring_btn-outline-info.dropdown-toggle.focus {
	background-color: #269abc;
	border-color: #1f7e9a;
	color: #fff !important;
}

.fastspring_btn-outline-info.disabled:focus,
.fastspring_btn-outline-info.disabled.focus,
.fastspring_btn-outline-info:disabled:focus,
.fastspring_btn-outline-info:disabled.focus {
	border-color: #b0e1ef;
}

.fastspring_btn-outline-info.disabled:hover,
.fastspring_btn-outline-info:disabled:hover {
	border-color: #b0e1ef;
}

.fastspring_btn-outline-success {
	background-color: transparent;
	background-image: none;
	border: 2px solid;
	border-color: #5cb85c;
	color: #5cb85c !important;
}

.fastspring_btn-outline-success:hover {
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #fff !important;
}

.fastspring_btn-outline-success:focus,
.fastspring_btn-outline-success.focus {
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #fff !important;
}

.fastspring_btn-outline-success:active,
.fastspring_btn-outline-success.active,
.open>.fastspring_btn-outline-success.dropdown-toggle {
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #fff !important;
}

.fastspring_btn-outline-success:active:hover,
.fastspring_btn-outline-success:active:focus,
.fastspring_btn-outline-success:active.focus,
.fastspring_btn-outline-success.active:hover,
.fastspring_btn-outline-success.active:focus,
.fastspring_btn-outline-success.active.focus,
.open>.fastspring_btn-outline-success.dropdown-toggle:hover,
.open>.fastspring_btn-outline-success.dropdown-toggle:focus,
.open>.fastspring_btn-outline-success.dropdown-toggle.focus {
	background-color: #398439;
	border-color: #2d672d;
	color: #fff !important;
}

.fastspring_btn-outline-success.disabled:focus,
.fastspring_btn-outline-success.disabled.focus,
.fastspring_btn-outline-success:disabled:focus,
.fastspring_btn-outline-success:disabled.focus {
	border-color: #a3d7a3;
}

.fastspring_btn-outline-success.disabled:hover,
.fastspring_btn-outline-success:disabled:hover {
	border-color: #a3d7a3;
}

.fastspring_btn-outline-warning {
	background-color: transparent;
	background-image: none;
	border: 2px solid;
	border-color: #f0ad4e;
	color: #f0ad4e !important;
}

.fastspring_btn-outline-warning:hover {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff !important;
}

.fastspring_btn-outline-warning:focus,
.fastspring_btn-outline-warning.focus {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff !important;
}

.fastspring_btn-outline-warning:active,
.fastspring_btn-outline-warning.active,
.open>.fastspring_btn-outline-warning.dropdown-toggle {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff !important;
}

.fastspring_btn-outline-warning:active:hover,
.fastspring_btn-outline-warning:active:focus,
.fastspring_btn-outline-warning:active.focus,
.fastspring_btn-outline-warning.active:hover,
.fastspring_btn-outline-warning.active:focus,
.fastspring_btn-outline-warning.active.focus,
.open>.fastspring_btn-outline-warning.dropdown-toggle:hover,
.open>.fastspring_btn-outline-warning.dropdown-toggle:focus,
.open>.fastspring_btn-outline-warning.dropdown-toggle.focus {
	background-color: #d58512;
	border-color: #b06d0f;
	color: #fff !important;
}

.fastspring_btn-outline-warning.disabled:focus,
.fastspring_btn-outline-warning.disabled.focus,
.fastspring_btn-outline-warning:disabled:focus,
.fastspring_btn-outline-warning:disabled.focus {
	border-color: #f8d9ac;
}

.fastspring_btn-outline-warning.disabled:hover,
.fastspring_btn-outline-warning:disabled:hover {
	border-color: #f8d9ac;
}

.fastspring_btn-outline-danger {
	background-color: transparent;
	background-image: none;
	border: 2px solid;
	border-color: #d9534f;
	color: #d9534f !important;
}

.fastspring_btn-outline-danger:hover {
	background-color: #d9534f;
	border-color: #d9534f;
	color: #fff !important;
}

.fastspring_btn-outline-danger:focus,
.fastspring_btn-outline-danger.focus {
	background-color: #d9534f;
	border-color: #d9534f;
	color: #fff !important;
}

.fastspring_btn-outline-danger:active,
.fastspring_btn-outline-danger.active,
.open>.fastspring_btn-outline-danger.dropdown-toggle {
	background-color: #d9534f;
	border-color: #d9534f;
	color: #fff !important;
}

.fastspring_btn-outline-danger:active:hover,
.fastspring_btn-outline-danger:active:focus,
.fastspring_btn-outline-danger:active.focus,
.fastspring_btn-outline-danger.active:hover,
.fastspring_btn-outline-danger.active:focus,
.fastspring_btn-outline-danger.active.focus,
.open>.fastspring_btn-outline-danger.dropdown-toggle:hover,
.open>.fastspring_btn-outline-danger.dropdown-toggle:focus,
.open>.fastspring_btn-outline-danger.dropdown-toggle.focus {
	background-color: #ac2925;
	border-color: #8b211e;
	color: #fff;
}

.fastspring_btn-outline-danger.disabled:focus,
.fastspring_btn-outline-danger.disabled.focus,
.fastspring_btn-outline-danger:disabled:focus,
.fastspring_btn-outline-danger:disabled.focus {
	border-color: #eba5a3;
}

.fastspring_btn-outline-danger.disabled:hover,
.fastspring_btn-outline-danger:disabled:hover {
	border-color: #eba5a3;
}

.fastspring_btn-link {
	border-radius: 0;
	color: #0275d8 !important;
	font-weight: normal;
}

.fastspring_btn-link,
.fastspring_btn-link:active,
.fastspring_btn-link.active,
.fastspring_btn-link:disabled {
	background-color: transparent;
}

.fastspring_btn-link,
.fastspring_btn-link:focus,
.fastspring_btn-link:active {
	border-color: transparent;
}

.fastspring_btn-link:hover {
	border-color: transparent;
}

.fastspring_btn-link:focus,
.fastspring_btn-link:hover {
	background-color: transparent;
	color: #014c8c !important;
	text-decoration: underline;
}

.fastspring_btn-link:disabled:focus,
.fastspring_btn-link:disabled:hover {
	color: #818a91 !important;
	text-decoration: none;
}

.fastspring_btn-lg,
.fastspring_btn-group-lg>.fastspring_btn {
	border-radius: 6px;
	font-size: 18px;
	line-height: 45px;
	padding: 10px 16px;
}

.fastspring_btn-sm,
.fastspring_btn-group-sm>.fastspring_btn {
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}

.fastspring_btn-block {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.25;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fastspring_btn-block+.fastspring_btn-block {
	margin-top: 0.5rem;
}

@media (max-width: 575.98px) {

	.fastspring_btn.responsive-xs,
	.fastspring_btn-lg.responsive-xs,
	.fastspring_btn-sm.responsive-xs {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767.98px) {

	.fastspring_btn.responsive-sm,
	.fastspring_btn-lg.responsive-sm,
	.fastspring_btn-sm.responsive-sm {
		display: block;
		width: 100%;
	}
}

.fastspring_btn-block {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.25;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fastspring_btn-block+.fastspring_btn-block {
	margin-top: 0.5rem;
}

@media (max-width: 575.98px) {

	.fastspring_btn.responsive-xs,
	.fastspring_btn-lg.responsive-xs,
	.fastspring_btn-sm.responsive-xs {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767.98px) {

	.fastspring_btn.responsive-sm,
	.fastspring_btn-lg.responsive-sm,
	.fastspring_btn-sm.responsive-sm {
		display: block;
		width: 100%;
	}
}

.fsb-img-align-right {
	text-align: right;
}

.fsb-img-align-center {
	text-align: center;
}

.fsb-row a.fsb_productcatalog {
	text-decoration: none !important;
}

button#checkout.fastspring_btn {
	border-radius: 2px;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 0.675rem 2rem;
}

button#apply-coupon.fastspring_btn {
	border-radius: 2px;
	font-size: 0.875rem !important;
	font-weight: 500;
	padding: 0.275rem 1rem;
}

.fsb-card-body .fsb-col-1 {
	display: none;
}

.fsb-card-body p {
	color: #676767;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.fsb-card-body p.fsb-display {
	color: #303030;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}
