.book-orange {
	background: #f58231;
}
.dark-header {
	background-color: #333;
	color: #fff;
}
.no-wrap {
	white-space: nowrap;
}
.grey-bg {
	background: #f6f6f6;
}

.fax {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/* .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */

/* .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
} */

.video-container video {
	display: block;
	margin: 1em auto;
	width: 80%;
	height: calc(0.5625 * 80vw);
	max-width: 1280px;
	max-height: 720px;
	min-width: 320px;
	min-height: 180px;
}

/* @media (max-width: 768px) {
	.video-container {
		padding-bottom: 30%;
	}
} */

.input-hint {
	font-size: 0.8em;
	color: #999;
	display: block;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.hidden-on-small {
		display: none;
	}
}
