.sticky-content {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 120px;
}

.sticky-content:after {
	display: block;
	content: '.';
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
.sticky-content ul {
	list-style: none !important;
}
@media screen and (max-width: 61.9375em) {
	.sticky-content {
		display: none;
	}
}
.sticky-content__element {
	box-shadow: -5px 5px 25px rgba(0, 0, 0, 0.1);
	margin-top: 3px;
	max-width: 95px;
}
.sticky-content__element > a {
	transition: background 150ms ease;
	background: #ffce00;
	color: #002652;
	display: block;
	text-decoration: none;
	position: relative;
	word-wrap: break-word;
}
.sticky-content__element > a:before {
	display: block;
	position: relative;
}
@media screen and (max-width: 61.9375em) {
	.sticky-content__element > a {
		font-size: 1rem;
		text-align: left;
		border-top: 1px solid;
		color: #fff;
		padding-left: 180px;
	}
	.sticky-content__element > a:after,
	.sticky-content__element > a:before {
		font-size: 1.4375rem;
		position: absolute;
		top: 50%;
	}
	.sticky-content__element > a:before {
		left: 60px;
		margin-top: -12px;
	}
	.sticky-content__element > a:after {
		font-family: iconfont;
		font-weight: 400;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		right: 60px;
		margin-top: -8px;
		content: '.';
	}
	.sticky-content__element.is-active > a:after {
		content: '';
	}
}
.sticky-content__element:first-child {
	margin-top: 0;
}
.sticky-content__element.is-active > a:hover,
.sticky-content__element.is-active > a {
	background: #00b3f0;
	color: #fff !important;
}
@media screen and (min-width: 62em) {
	.sticky-content__element > a {
		font-size: 0.8125rem;
		text-align: center;
		z-index: 8;
		padding: 15px 15px 13px;
	}
	.sticky-content__element > a:before {
		font-size: 2.5rem;
		margin-bottom: 2px;
	}
	.sticky-content__element > a:hover {
		background: #00b3f0;
		color: #fff !important;
	}
	.sticky-content__element.is-active > a:after {
		position: absolute;
		right: 100%;
		top: 50%;
		margin-top: -13px;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 13px 15px 13px 0;
		border-color: transparent #00b3f0 transparent transparent;
	}
	.sticky-content__element.is-active .sticky-content__flyout {
		opacity: 1;
		visibility: visible;
	}
}
.sticky-content__flyout {
	transition: opacity 0.2s ease, visibility 0.2s ease;
	font-size: 15px;
	font-size: 0.9375rem;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 55px -15px rgba(0, 0, 0, 0.5);
	overflow: auto;
	padding: 30px;
	background: #fff;
	width: 500px;
	z-index: 7;
	right: 100%;
	bottom: 0;
	display: none;
	text-align: center;
}
.sticky-content__flyout [href^='tel:'] {
	font-size: 20px;
	font-size: 1.25rem;
	position: relative;
	padding-left: 35px;
	color: #00b3f0;
}
.sticky-content__flyout [href^='tel:']:before {
	font-size: 30px;
	font-size: 1.875rem;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
}

.sticky-content__flyout .separator {
	font-size: 15px;
	font-size: 0.9375rem;
	color: #d9d9d9;
	position: relative;
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.sticky-content__flyout .separator span {
	position: relative;
	z-index: 1;
	padding: 15px;
	background-color: #fff;
}
.sticky-content__flyout .separator:before {
	background: #d9d9d9;
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
}
.sticky-content__flyout form {
	margin: 45px 0 30px;
}
.sticky-content__flyout .btn,
.sticky-content__flyout .headline-3,
.sticky-content__flyout .input-box,
.sticky-content__flyout .row,
.sticky-content__flyout [class*='col-'],
.sticky-content__flyout h3 {
	margin-bottom: 0;
}
.sticky-content__flyout .error {
	font-size: 15px;
	font-size: 0.9375rem;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}
.sticky-content__flyout .headline-3,
.sticky-content__flyout h3,
.sticky-content__flyout input,
.sticky-content__flyout label {
	margin-bottom: 15px;
}
.sticky-content__flyout button {
	width: auto;
	margin: 0 auto;
	display: block;
}
.sticky-content__flyout .btn {
	margin-top: 0;
}
.sticky-content__flyout .headline-3,
.sticky-content__flyout h3 {
	text-align: center;
}
@media screen and (min-width: 62em) {
	.sticky-content__flyout {
		position: absolute;
		right: 100%;
		width: 400px;
		display: block;
	}
}
.sticky-content--top-right {
	bottom: auto;
	position: fixed;
	right: 2px;
	top: 200px;
}
@media screen and (max-width: 74.9375em) {
	.sticky-content--top-right {
		display: none;
	}
}
.sticky-content--top-right .sticky-content__element {
	box-shadow: none;
	display: none;
}
.no-js .sticky-content {
	display: none;
}

.sticky-flyout * {
	display: block !important;
}
.sticky-flyout:focus {
	color: inherit !important;
}
.sticky-flyout i {
	font-size: 1.4375rem;
	margin-right: unset;
}

@media screen and (min-width: 62em) {
	.sticky-flyout i {
		font-size: 2.5rem;
		margin-bottom: 2px;
	}
}
