.tg-standalone-video{}

.tg-standalone-video .col.image > div {
	background-size: cover;
	background-position: 0px 50%;
	min-height: 420px;
	border-radius: 0;
}

.tg-standalone-video .col.video{}

.tg-standalone-video .col.video > div{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 420px;
	border-radius: 0;
	position: relative;
}

.tg-standalone-video .col.image.not-bg > div {
	min-height: auto;
}

.tg-standalone-video .col.video .hs-responsive-embed-wrapper {
	max-width: 100% !important;
	max-height: 100% !important;
}


/* Video Pop up */
.tg-standalone-video .col.video .video-lightbox-btn{
	background: url(https://fs.hubspotusercontent00.net/hubfs/2007157/play-button.webp) left center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	width: 98px;
	height: 70px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pupup-wrapper {
	z-index: 10000;
	display: none;
	border: #2e6da4 1px solid;
	width: 360px;
	padding: 1em;
	background-color: #fff;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 14px;
}

.pupup-wrapper.active {
	display: block;
}

.video-popup-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	background-color: #004982;
	opacity: 0.85;
	display: none;
}

.active-video-pop .video-popup-overlay{
	display: block;
}

.video-pupup-wrapper {
	z-index: 10000;
	display: none;
	border: #002653 1px solid;
	width: 360px;
	padding: 1em;
	background-color: #fff;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	animation: 1.5s ease 0s 1 normal none running fadein;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 14px;
}

.active-video-pop .video-pupup-wrapper{
	display: block;
}

.video-iframe-wrapper {
	position: relative;
	line-height: 0;
}
.video-overlay {
	display: none;
	background: rgba(0, 38, 83, 0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}
.video-iframe-wrapper:hover .video-overlay {
	display: block;
}
.video-iframe-wrapper iframe {
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	animation: 1.5s ease 0s 1 normal none running fadein;
}

.tg-standalone-video .video-pupup-wrapper {
	width: 100%;
	height: 538px;
	max-width: 884px;
}

.tg-standalone-video .video-pupup-wrapper iframe{
	animation: 1.5s ease 0s 1 normal none running fadein;
	max-width: 854px;
	width: 100%;
	height: 480px;
}

.video-overlay button {
	display: none;
}

.video-iframe-wrapper .pupup-wrapper {
	width: 100%;
	padding: 15px;
	padding-bottom: 43px;
	border-radius: 6px;
	max-width: 884px;
}
.video-iframe-wrapper .pupup-wrapper iframe {
	width: 854px;
	height: 480px;
}

button.pupup-close {
	bottom: 0;
	right: 0;
	background: url(https://fs.hubspotusercontent00.net/hubfs/2007157/controls.webp) no-repeat -25px 0px !important;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	padding: 0;
	border: 0;
	cursor: pointer;
	float: right;
	position: absolute;
	right: 15px;
	bottom: 10px;
	outline: 0;
}

@-webkit-keyframes fade {
	100% {
		opacity: 0;
	}
}
@keyframes fade {
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeout {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes fadeout {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes draw {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes draw {
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes fade {
	100% {
		opacity: 0;
	}
}
@keyframes fade {
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media(max-width:991px) {
	.tg-standalone-video .col.image > div{
		min-height: 260px;
	}
}
@media(max-width:767px) {
	.tg-standalone-video .col {
		max-width: 100%;
	}

	.tg-standalone-video .col.image,
	.tg-standalone-video .col.video {
		margin-bottom: 20px;
	}


	.tg-standalone-video .col.image > div{
		min-height: 200px;
	}

}

