@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
.headerTableStyle, .menuCell, .footerTableStyle, br, .headerTable, .footerTable, #img_sslBadge, #img_sslLockIcon, .mainDiv h1 {
	display: none !important;
}
body, .primaryTable, .primaryTextCell, .contentTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.videoWrapper video, .videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
#videoP {
	font-family: 'Roboto', sans-serif;
	margin: 15px auto 0px;
	text-align: center;
	padding: 30px 2%;
	width: 96%;
	max-width: 1000px;
	font-size: 35px;
	text-transform: uppercase;
	color: #F19E0B;
	background: #3B54C7;
	background: linear-gradient(180deg, #3B54C7 60%, rgba(255,255,255,0) 40%);
}
#videoA {
	font-family: 'Roboto', sans-serif;
	display: block;
	margin: 15px auto 0px;
	max-width: 300px;
	padding: 5%;
	border-radius: 50%;
	background: #0A354F;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}
#videoA:hover {
	background: #061E2C;
	border-radius: 20px;
	box-shadow: 0px 0px 14px rgba(255,255,255,.5);
}

@media (max-width: 500px) {
	#videoP, #videoA {
		font-size: 30px;
	}	
}