.endorsements .hidden {
    display: none;
}
.endorsements .page-title {
	margin-top: 15px;
	margin-bottom: -5px;
	margin-left: 12px;
}
.endorsements .page-subtitle {
	margin-left: 10px;
}
.endorsements .slidedeck {
	position: relative;
	height: 415px;
	width: 950px;
}
	.endorsements .slidedeck .screen-container {
		position: relative;
		height: inherit;
		width: inherit;
	}
		.endorsements .slidedeck .screen {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			display: none;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-align: right;
		}
		.endorsements .slidedeck .screen {
			text-align: right;
		}
			.endorsements .slidedeck .screen:before {
				content: '';
				display: inline-block;
				height: 100%;
				margin-right: -5px;
				vertical-align: middle;
			}
			.endorsements .slide-text {
				display: inline-block;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				width: 610px;
				margin-right: 15px;
				padding: 40px 20px;
			}
				.endorsements .slide-quote {
					margin-bottom: 10px;
				}
				.endorsements .slide-author {
					margin-bottom: 0;
				}
				.endorsements .slide-button {
					position: absolute;
					top: 100%;
					right: 0;
					margin-top: 30px;
				}
		.endorsements .slidedeck .screen.selected {
			z-index: 1;
			display: block;
		}
	.endorsements .slidedeck .tab-container {
		position: absolute;
		right: 0;
		bottom: 10px;
		left: 0;
		z-index: 1;
		text-align: center;
	}
		.endorsements .slidedeck .tab {
			display: inline-block;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			height: 12px;
			width: 12px;
			border: 1px solid #CCC;
			background-color: #FFF;
			border-radius: 50%;
			cursor: pointer;
		}
		.endorsements .slidedeck .tab.selected {
			border: 0;
			background-color: #006CDE;
		}
.endorsements .single-quote {
	margin-top: 35px;
	margin-bottom: 100px;
}
	.endorsements .single-quote a[class^=wistia-popover] {
		display: block;
		position: relative;
	}
		.endorsements .single-quote .play-icon {
			position: absolute;
			top: 0;
			right: 0;
			background-color: #006CED;
			-webkit-transform: translate(-30%, 30%);
			transform: translate(-30%, 30%);
		}
		.endorsements .single-quote .media-img .play-icon {
			margin-right: 10px;
		}
.endorsements .cluster-quote {
	margin-bottom: 100px;
}
	.endorsements .cluster-quote-column {
		margin-bottom: 25px;
		text-align: center;
	}
	.endorsements .cluster-quote-author {
		margin-bottom: 10px;
	}
	.endorsements .cluster-quote-author-title {
		margin-bottom: 0;
	}
.endorsements .single-quote + .cluster-quote {
	margin-top: -25px;
}

#lhnContainerDone {
	display: none !important;
}
.endorsements .top-navigation {
	position: fixed;
	top: -60px;
	left: 0;
	z-index: 999;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 60px;
	-webkit-transition: top .5s ease-in-out, box-shadow .5s ease-in-out;
	transition: top .5s ease-in-out, box-shadow .5s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background: #FFF;
}
	.endorsements .top-navigation.is-sticky {
		top: 0;
		border-bottom: 1px solid #DDD;
	}
	.endorsements .top-navigation .l6-logo {
		float: left;
		margin: 0;
		color: #006CED;
		font-size: 45px;
		line-height: 36px;
	}
	.endorsements .top-navigation .l6-logo,
	.endorsements .top-navigation .l6-logo a,
	.endorsements .top-navigation .l6-logo img {
		display: block;
		height: 100%;
	}
	.endorsements .top-navigation .action-buttons {
		float: right;
	}
	.endorsements .top-navigation .chat-link span {
		display: inline-block;
		margin-right: 5px;
		color: #858585;
		vertical-align: middle;
	}
	.endorsements .top-navigation .chat-link img {
		vertical-align: middle;
	}
	.endorsements .top-navigation .chat-link:hover {
		text-decoration: none;
	}
	.endorsements .top-navigation .telephone {
		display: inline-block;
		margin-right: 10px;
		color: #858585;
		text-decoration: none;
	}