a img.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-size: cover;
	cursor: pointer;
}

footer {
	bottom: 0;
}

div div.pdfapproval_htmlDisplay a:focus,
div div.pdfapproval_htmlDisplay a:hover {
	text-decoration: none;
}



div.pdfapprovalletters div.pdfapproval_htmlDisplay {
	padding: 0.75em;
	border: 1px solid #717171;
	margin-top: 34px;
	border-radius: 0.3em;
	overflow: hidden;
	position: relative;
}

div.pdfapprovalletters div.pdfapproval_htmlDisplay a {
	color: black;
}

.pdf-backdrop {
	border-radius: 0.35em;
	position: absolute;
	top: 7%;
	left: 1.5%;
	width: 97%;
	height: 93%;

	text-align: center;
}

.pdf-header {
	color: white;
	background-color: #272727;
	display: inline-block;
	padding: 0.3em 0.4em;
	border-radius: 0.5em;
}

.pdf-header:hover {
	font-size: 2.5em;
	box-shadow: 0.2em 0.2em 0.3em #000823;
}

.pdfapproval_htmlDisplay {
	background-color: white;
	max-width: 1000px;
	margin: auto;
}

.pdfapprovalletters>h2 {
	margin-bottom: 22px;
}

/* lets make our pdf viewer panel mobile friendly with some media query fixes */

@media screen and (max-width: 1199px) {
	.pdf-backdrop {
		top: 6.7%;
		left: 2%;
		width: 96%;
		height: 93.3%;
	}
}

@media screen and (max-width: 1138px) {
	.pdf-backdrop {
		width: 96.2%;
	}
}

@media screen and (max-width: 991px) {
	.pdf-backdrop {
		top: 4.5%;
		height: 95.5%;
		width: 96%;
	}
}

@media screen and (max-width: 715px) {
	.pdf-backdrop {
		top: 5.7%;
		height: 94.3%;
		left: 2.2%;
		width: 95.6%;
	}
	.pdfapproval_htmlDisplay {
		max-height: 48em;
		font-size: 0.9em;
	}
}

@media screen and (max-width: 637px) {
	.pdf-backdrop {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 1px;
	}
	.pdf-backdrop {
		background: -webkit-linear-gradient(rgba(5, 5, 5, 0.6), rgba(5, 5, 5, 0.78));
		background: -o-linear-gradient(rgba(5, 5, 5, 0.6), rgba(5, 5, 5, 0.78));
		background: -moz-linear-gradient(rgba(5, 5, 5, 0.6), rgba(5, 5, 5, 0.78));
		background: linear-gradient(rgba(5, 5, 5, 0.6), rgba(5, 5, 5, 0.78));
	}
	.pdf-header {
		color: black;
		background-color: #bfbfbf;
	}
}

@media screen and (max-width: 553px) {
	.pdfapproval_htmlDisplay {
		max-height: 40.5em;
		font-size: 0.8em;
	}
}

@media screen and (max-width: 456px) {
	.pdfapproval_htmlDisplay {
		max-height: 38em;
		font-size: 0.7em;
	}
}

/* END pdf viewer */

.video {
	overflow: hidden;
	position: relative;
}

.video .container {
	padding: 34px 25px;
	max-width: 1000px
}

/*.video .d_flex {
	align-items: start;
}*/

.video__text {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 37%;
	flex: 1 37%;
	padding-right: 80px;
	z-index: 4
}

.video__text h3 {
	font: 34px "HelveticaNeue45Light", sans-serif;
	margin: 0;
	padding-bottom: 34px;
}

.page-wrapper .wrapper .video__text ul {
	padding-bottom: 0;
}

.video__text ul li:last-child {
	padding-bottom: 0;
}

.video__item {
	position: relative;
	/*z-index: 2;
	margin-top: 2rem;*/
}
/*
.video__item.long_video_text {
	margin-top: 17rem;
	top: 0;
}

.requirements-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
}*/

.requirements-img.lazyload {
	left: 0;
	margin-bottom: 0;
	right: 0;
	top: 0;
}

.requirements-img {
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
	z-index: -1;
	padding: 0;
}

.video__item img {
	max-width: 381px;
	width: 100%;
	cursor: pointer
}

@media screen and (max-width: 901px) {

	/*.requirements-img.short_video_text {
		padding: 1rem 0 0 5rem;
	}*/

	/*..video__item {
		top: 5rem;
	}

	video__item.long_video_text {
		margin-top: 13rem;
	}*/
}

@media screen and (max-width: 815px) {
	.requirements-img.short_video_text {
		padding: 4rem;
		bottom: -250px;
	}
}
/* START Requirements and commercial flex fixes are for desktop/tablet*/
@media screen and (min-width: 769px) {
	.video .container.d_flex {
		justify-content: flex-start;
	}
	.requirements-wrapper, .video__item{
		position:absolute;
	}
	.requirements-wrapper{
		right:0px;
		z-index:0;
	}
	.requirements-img {
		max-width: 515px;
	}
	.video__item{
		z-index:1;
		right: 67px;/*calc( -0px + 62px );*/
	}
	.video__text{
		max-width: 40%;
		padding-right:0;
	}
	.video__text.no-commerical{
		max-width: none;
		width:100%;
	}
	
}
@media screen and (min-width: 900px) {
	.video__text{
		max-width: 46%;
	}
	.requirements-img {
		max-width: 540px;
	}
	.requirements-wrapper{
		right:1%;
	}
	.video__item{
		right:calc( 1% + 83px );
	}

}
@media screen and (min-width: 1240px) {
	.requirements-img {
		max-width: 600px;
	}
	.video__text{
		max-width: 50%;
	}
	.requirements-wrapper{
		right:8%;
	}
	.video__item{
		right:calc( 8% + 110px );
	}
}
/* END Requirements and commercial flex fixes */

@media screen and (max-width: 768px) {
	.requirements-wrapper {
		width: 100%;
	}
	.requirements-img {
		bottom: -200px;
		position: absolute;
		max-width: 95%;
		padding: 0;
	}
	.video .container {
		padding: 34px 25px
	}

	.video__text {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
		padding-right: 0;
		padding-bottom: 38px
	}
	.video__item,
	.video__item.short_video_text,
	.video__item.long_video_text {
		top: 0;
		margin-top: 0;
	}
}

@media screen and (max-width: 600px) {
	.requirements-wrapper {
		width: 100%;
	}
	.requirements-img {
		right:-50px;
		bottom: -200px;
		position: absolute;
		width: calc( 100vw + 100px);
		max-width:none;
		padding: 0;
	}

}



@media screen and (max-width: 400px) {
	[data-role="amountOfReview"] {
		font-size: 0.95em;
	}
}

@media screen and (max-width: 385px) {
	[itemprop="aggregateRating"] {
		text-align: center;
	}
	[data-role="amountOfReview"] {
		font-size: 1em;
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 7px;
	}
}
