@font-face {
	font-family: 'NunitoSans';
	src:url('../fonts/NunitoSans-Regular.woff2') format('woff2'), url('../fonts/NunitoSans-Regular.woff') format('woff'),  url('../fonts/NunitoSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'NunitoSans';
	src:url('../fonts/NunitoSans-Light.woff2') format('woff2'), url('../fonts/NunitoSans-Light.woff') format('woff'),  url('../fonts/NunitoSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NunitoSans';
	src:url('../fonts/NunitoSans-ExtraLight.woff2') format('woff2'), url('../fonts/NunitoSans-ExtraLight.woff') format('woff'),  url('../fonts/NunitoSans-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NunitoSans';
	src:url('../fonts/NunitoSans-SemiBold.woff2') format('woff2'), url('../fonts/NunitoSans-SemiBold.woff') format('woff'),  url('../fonts/NunitoSans-SemiBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: NunitoSans;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #2B2B2B;
	background-color: #EBEBEB;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
    box-sizing: border-box;
}
[class*="Col-"] {
    float:left;
    padding:2%;
    margin:0;
 }
.VideoOuter {
	margin:40px auto 0 auto;
	padding:10px;
	width:100%;
	max-width:1200px;
	position:relative;
	border:2px solid #C0C0C0;
	background-color:#FFFFFF;
}
h1 {
	font-size: 24px;
	padding:0;
	margin:  15px 0 15px 0;
	font-weight: bold;
	color:#2435B7;
	text-align:center;
}
h2 {
	font-size: 18px;
	padding:0;
	margin:  0 0 15px 0;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
video {
	display:block;
	width:100%;
	margin:0 auto 30px auto;
}
.Poster {
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	display:block;
}
.Button {
	position:fixed;
	top:5px;
	left:5px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	padding: 4px 12px 4px 12px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
	display: block;
	color: #FFFFFF;
	background-color: #5460B9;
	z-index:5000;
}
.Button:hover {
	background-color: #F1F1F1;;
	color:#000000;
}
