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;
	}
	
	#pagination-container {
	    max-width: 95vw !important;
	}
}

@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;
	}
}

#ratingSystem_comments {
	position: relative;
}

.reviews .reviews-list {
	min-height: 150px;
	max-width: 60vw;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
    align-items: start;
    
}

.reviews .review-data {
	flex-direction: column;
}

.reviews .reviews-list li{
	display: flex;
	flex-direction: column;
}

.reviews .review-data .number-reviews,
.reviews .review-data .number-rating,
.reviews .reviews-list .author{
	font-weight: bolder;
}

.reviews .reviews-list .author {
	margin-right: 2px;
}
.reviews .reviews-list .date {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1.2rem;
}

.reviews .block-stars {
	margin: 2rem 0 4rem 0;
}
.reviews li {
	list-style-type:none;
}
.reviews .simple-pagination ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.reviews .simple-pagination ul li {
    border-radius: 50%;
    font-size: 1.8rem;
    font-family: "Arial Bold", "Gadget", sans-serif;
    font-weight: 600;
    margin: 0 .5rem;
    width: 3.8rem;
    height: 3.8rem;
    border: 1px solid rgba(0, 156, 234, 0.41);
    text-align: center;
    margin-bottom: 0.5em;
    visibility: hidden;
}

.reviews .simple-pagination ul li:NOT(:first-child):NOT(:last-child) {
    display: none;
}

.reviews .simple-pagination ul li a,
.reviews .simple-pagination ul li span.ellipse {
    display: block;
    width: 100%;
    height: 100%;
    color: #009cea;
    line-height: 3.8rem;
    vertical-align: middle
}

.reviews .simple-pagination ul li:hover {
    background: #009cea;
    color: #fff
}

.reviews .reviews-title {
	flex-direction: column;
	text-align: center;
}

.reviews .simple-pagination ul li:first-child,
.reviews .simple-pagination ul li:last-child {
    /*bottom: 50%;*/
    visibility: visible;
    position: absolute;
}

.reviews .simple-pagination ul li:first-child {
	left: 0;
}

.reviews .simple-pagination ul li:last-child {
	right: 0;
}

.reviews .simple-pagination {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.reviews .simple-pagination ul li:first-child:hover,
.reviews .simple-pagination ul li:last-child:hover {
    background: #fff;
    cursor: pointer;
}

.reviews .simple-pagination ul .active {
    background: #009cea
}


.reviews .simple-pagination ul .next,
.reviews .simple-pagination ul .prev {
    font-size: 3.25rem;
    color: #3095cd;
    line-height: 1em;
    margin: auto;
}

.reviews .simple-pagination ul li:NOT(.disabled) .next:hover,
.reviews .simple-pagination ul li:NOT(.disabled) .prev:hover {
    text-decoration: none;
    font-size: 3.5rem;
    line-height:0.9em;
    color: #54b9f1;
}



.reviews .simple-pagination ul .disabled,
.reviews .simple-pagination ul .disabled:hover,
.reviews .simple-pagination ul .disabled:focus,
.reviews .simple-pagination ul .disabled:first-child:hover,
.reviews .simple-pagination ul .disabled:last-child:hover {
    cursor: default;
    background-color: #cccccc;
    border-color: #a2a2a2;
}

.reviews .simple-pagination ul .disabled .next:hover:before,
.reviews .simple-pagination ul .disabled .prev:hover:before {
    opacity: 1
}
#pagination-container {
	position: absolute;
	top: 60%;
    left: 0;
    right: 0;
    max-width: 75vw;
    margin: 0 auto;
}