	body {
		font-family: "Montserrat";
		font-size: 1em;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 20px;
		margin: 0;
	}
	h1{
		color: #D5DDE5;
		padding: 24px;
		line-height: 28px;
	}
	h2 {
		margin: 42px 0;
		display: inline-block;
	}
	h3{
		margin: 11px 0;
		display: inline-block;
	}

	#container {
		margin: 0 auto;
		padding: 0 8px;
	}	
	img{
		max-width: 100%;
	}

	.table-fill {
		background: white;
		border-radius: 3px;
		border-collapse: collapse;
		height: 420px;
		margin: auto;
		margin-bottom: 15px;
		max-width: 600px;
		padding: 5px;
		width: 100%;
		box-shadow: 0 7px 12px rgba(0, 0, 0, 0.4);
		animation: float 5s infinite;
	}

	th {
		color: #D5DDE5;;
		background: #00538f;
		border-bottom: 4px solid #9ea7af;
		border-right: 1px solid #343a45;
		font-size: 18px;
		font-weight: 100;
		padding: 24px;
		text-align: left;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
		vertical-align: middle;
	}

	th:first-child {
		border-top-left-radius: 3px;
	}

	th:last-child {
		border-top-right-radius: 3px;
		border-right: none;
	}

	tr {
		border-top: 1px solid #C1C3D1;
		border-bottom: 1px solid #C1C3D1;
		color: #666B85;
		font-size: 16px;
		font-weight: normal;
		text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
	}

	tr:hover td {
		background: #4E5066;
		color: #FFFFFF;
		border-top: 1px solid #22262e;
		border-bottom: 1px solid #22262e;
	}

	tr:first-child {
		border-top: none;
	}

	tr:last-child {
		border-bottom: none;
	}

	tr:nth-child(odd) td {
		background: #EBEBEB;
	}

	tr:nth-child(odd):hover td {
		background: #4E5066;
	}

	tr:last-child td:first-child {
		border-bottom-left-radius: 3px;
	}

	tr:last-child td:last-child {
		border-bottom-right-radius: 3px;
	}

	td {
		background: #FFFFFF;
		padding: 20px;
		text-align: left;
		font-weight: 300;
		font-size: 13px;
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
		border-right: 1px solid #C1C3D1;
	}

	td:last-child {
		border-right: 0;
	}

	th.text-left {
		padding: 20px 0 20px 0;
		text-align: center;
		font-weight: bold;
	}

	th.text-center {
		text-align: center;
	}

	th.text-right {
		text-align: right;
	}

	td.text-left {
		padding: 13px 0 13px 0;
		text-align: center;
		font-weight: bold;
	}

	td.text-center {
		text-align: center;
	}

	td.text-right {
		text-align: right;
	}
	ul {
		list-style-type: circle;
		list-style-position: inside;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-padding-start: 0;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	li{
		padding: 4px;
	}
	.head{
		background-color: #00538f;
	}
	.yt-frame{
		max-width: 540px;

	}
	.center{
		text-align: center;
		margin: 0 auto;
	}

	.under-head{
		background-color: #EBEBEB;
		margin-bottom: 25px;
	}
	.main-logo{
		height: auto;
		max-width: 123px;
		position: absolute;
		padding: 15px;
	}
	.under-head-box{
		margin: 0 auto;
		max-width: 1024px;
		font-size:1em;
		padding: 16px 4px 16px 4px;
	}
	.under-head-box h3{
		margin:12px 0;
	}
	.red-btn{
		text-transform: uppercase;
		display: inline-block;
		position: relative;
		font-family: "Montserrat";
		text-decoration: none;
		font-size: 18px;
		line-height: normal;
		font-weight: 600;
		padding: 21px 27px;
		border-radius: 0px;
		border: 0;
		cursor: pointer;
		-webkit-transition: background-color 0.14s ease-in-out;
		transition: background-color 0.14s ease-in-out;
		color: #fff;
		background-color: #f05134;
		margin: 24px 0px 24px 0px;
		text-align: center;
	}
	.red-btn:hover{
		background-color: #ef4526;
		color: #fff;
	}
	.print-img{
		height: auto;
		width:12%;
	}

	@media only screen and (min-width: 123px) and (max-width: 479px) {
		th.text-left {
			font-size: 13px;
		}
		body{
			font-size:0.8em;
		}
		h2 {
			margin:22px 0;
			display:inline-block;
		}
		.print-img{
			height: auto;
			width:60%;
		}
		.main-logo{display:none;}	
	}
	@media only screen and (min-width: 480px) and (max-width: 767px){
		.print-img{
			height: auto;
			width:42%;
		}	
		.main-logo{display:none;}	
	}
	@media only screen and (min-width: 768px) and (max-width: 1023px){
		.print-img{
			height: auto;
			width:33%;
		}	
	}

	@media only screen and (min-width: 1024px) and (max-width: 1999px){
		.print-img{
			height: auto;
			width:22%;
		}	
	}

	.r_padding_50{
	padding-right: 50px;
}

.video_wrapper{
	padding: 30px;
	background-color: #DDE1E9;
	border-radius: 10px;
    height: 89.7%;
    display: inline-block;
}

.video_wrapper_no_background{
    height: 100%;
}

.video_frame{
	width: 100%;
	height: 100%;
}


@media only screen and (min-width: 980px) {
	.display_flex{
		display: flex;
	}

	
}

@media only screen and (max-width: 980px) {
	.video_wrapper{
		min-height: 300px;
		margin-bottom: 20px;
	}

	.video_frame{
		width: 100%;
		height: 310px;
	}

	
}

.video_wrap {
	position: relative;
	margin: 0 auto 0;
	width: 708px;
}
.video_wrap img {
	max-width: 100%;
	height: auto;
}
.video {
	height: 360px;
	width: 640px;
	position: absolute;
	z-index: 4;
	top: 34px;
	left: 34px;
}

html, html * {

	font-family: 'Montserrat', sans-serif!important;

}