*	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
}
#mainWrapper	{
	max-width: 2800px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: relative;
}
#mainWrapper #main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #062A4C;
	display: block;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mainWrapper #main #serviceBox	{
	display: block;
	height: 100%;
	width: 100%;
	/*padding-bottom: 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0D1C0E;
	line-height: 24px;
}
#mainWrapper #main #serviceBox #leftSide	{
	display: block;
	height: auto;
	width: 245px;
	float: left;
}
#mainWrapper #main #serviceBox #leftSide #topL	{
	display: block;
	height: 374px;
	width: 245px;
}
#mainWrapper #main #serviceBox #leftSide #topL img	{
	display: block;
	height: 374px;
	width: 244px;
}
#mainWrapper #main #serviceBox #topAd	{
	display: block;
	/*height: 374px;*/
	height: 204px;
	width: 750px;
	padding-left: 5px;
	float: right;
}
#mainWrapper #main #serviceBox #topAd2	{
	display: block;
	height: 374px;
	width: 750px;
	padding-left: 5px;
	float: right;
}
#mainWrapper #main #serviceBox #topAd3	{
	display: block;
	height: auto;
	width: 100%;
	float: left;
	overflow: hidden;
}
@keyframes animateImage {
	0%{
        transform: scale(1.1,1.1);		
    }
    100%{
        opacity: 1;
        transform: scale(1,1);
		animation-iteration-count: forwards; 
    }
}
.grow	{
	animation: animateImage 9s ease-in forwards;
}
#mainWrapper #main #serviceBox #topAd3 img	{
	width: 100%;
	height: auto;
}	
#mainWrapper #main #serviceBox #topText	{
	display: block;
	height: auto;
	width: 730px;
	padding: 10px;
	float: right;
}
#mainWrapper #main #serviceBox #topText H1	{
	display: block;
	padding-bottom: 8px;
	padding-top: 4px;
	font-size: 28px;
	font-weight: bold;
}
#mainWrapper #main #serviceBox #sportsLogo	{
	display: block;
	height: 100px;
	width: 590px;
	padding-left: 160px;
	float: right;
}
#mainWrapper #main #serviceBox #selectOffer	{
	display: block;
	height: 320px;
	width: 750px;
	padding-left: 5px;
	padding-top: 35px;
	float: right;
}
#mainWrapper #main #serviceBox #midSection {
	display:flex;
    justify-content: center;
	width: 100%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #454545;
	line-height: 24px;
	float: left;
}
#mainWrapper #main #serviceBox #midSection #midTxt {
	display: block;
	width: 94%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #454545;
	line-height: 24px;
	padding: 2% 3% 0 3%;
	float: left;
}
#mainWrapper #main #serviceBox #midSection #midTxt h2 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #575757;
	line-height: 18px;
	font-weight: bold;
}
#mainWrapper #main #serviceBox #midSection #midTxt table tr td h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	line-height: 18px;
	font-weight: bold;
}
#mainWrapper #main #serviceBox #midSection #midTxt table tr.header th  {	
	padding-bottom: 13px;
	line-height: 20px;
}
/*#mainWrapper #main #serviceBox #midSection #midTxt table tr.even  {
	background-color: #EFEFEF;
}*/
#mainWrapper #main #serviceBox #midSection #midTxt table tr:nth-child(even){
	background-color: #EFEFEF;
}
#mainWrapper #main #serviceBox #midSection #midTxt h3.red {
	font-size: 18px;
	font-weight: 500;
	color: #BF0003;
	text-align: justify;
	text-decoration: none;
}
#mainWrapper #main #serviceBox #midSection #midTxt h5 {
	font-size: 14px;
	font-weight: 500
}
#mainWrapper #main #serviceBox #midSection #midTxt h3.red  {
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	color: #BF0003;
	text-align: justify;
}
#mainWrapper #main #serviceBox #midSection #midTxt table tr th  {
	font-size: 14px;
	color: #3B433A;
	line-height: 16px;
	vertical-align: central;
	padding: 0;
	margin: 0;
	font-weight: 600;
}
#mainWrapper #main #serviceBox #midSection #midTxt table tr td  {
	color: #626262;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border-left: thin solid #D7D7D7;
}
#mainWrapper #main #serviceBox #midSection #midTxt table tr td.tableHeading {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #424A3F;
	text-align: left;
	line-height: 24px;
	font-weight: 500;
}
#mainWrapper #main #serviceBox #midSection #midTxt table.smaller tbody tr td.tableHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	font-weight: bold;
}
#mainWrapper #main #serviceBox #midSection #midTxt table.smaller tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
}
span.red {
	color: #D00003;	
}
#mainWrapper #main #serviceBox #midSection #midTxt p a  {
	color: #454545;
	font-weight: bold;
	text-decoration: underline;
}
#mainWrapper #main #serviceBox #midSection #midTxt p a:hover  {
	color: #454545;
	text-decoration: none;
}
#mainWrapper #main #serviceBox #midSection #midTxt #underTable1 {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #323232;
}
#mainWrapper #main #serviceBox #midSection #midTxt #topTable.red  {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 50px;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #BF0003;
	text-decoration: none;
}
#underTable1, #underTable2, .underTable2  {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 50px;
}
#underTable1 p.red, #underTable2 p.red, .underTable2 p.red   {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #BF0003;
	text-decoration: none;
}
#mainWrapper #main #serviceBox #midSection #midTxt #underTable2 p  {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#mainWrapper #main #serviceBox #midSection #midTxt #underTable {
	display: block;
	width: 62%;
	height: auto;
	margin-left: 19%;
	margin-right: 19%;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #707070;
}
#mainWrapper #main #serviceBox #midSection #midTxt #underTable p.pcpOptions {
	line-height: 30px;
}
#mainWrapper #main #serviceBox #midSection #midTxt #underTable p.terms {
	display: block;
	color: #8E8E8E;
	font-size: 12px;
	text-align: justify;
}
#mainWrapper #main #serviceBox #midSection #midTxt #underTable p.termsTitle {
	display: block;
	font-weight: 600;
	/*color: #535353;*/
	color: #BF0003;
	font-size: 16px;
	padding-bottom: 6px;
}
#mainWrapper #main #serviceBox #spacer	{
	display: block;
	width: 100%;
	height: 20px;
	float: left;
}
#mainWrapper #main #serviceBox #midSection #midTxt p a.emailUs	{
	color: #4C584E;
	font-weight: normal;
	text-decoration: underline;
}
#mainWrapper #main #serviceBox #midSection #midTxt p a.emailUs:hover	{
	color: #4C584E;
	text-decoration: none;
}
a.red, .red	{
	color: #BF0003;
	text-decoration: underline;
	font-size: 17px;	
}
a.red:hover	{
	color: #C20114;
	text-decoration: none;
	font-size: 17px;	
}
#mainWrapper #main #serviceBox #midSection #midTxt p.contactUs  {
	font-size: 26px;
	font-weight: 400;
	color: #4C584E;
	padding-bottom: 20px;
}
@media (max-width:1100px) {

#mainWrapper #main #serviceBox #midSection #midTxt table tr th, 
#mainWrapper #main #serviceBox #midSection #midTxt table tr td.tableHeading, 
#mainWrapper #main #serviceBox #midSection #midTxt table tbody tr td  {
	font-size: 1.4vw;
	line-height: 18px;	
}		
#mainWrapper #main #serviceBox #midSection #midTxt h3.red {
	 font-size: 1.55vw;
 }
#mainWrapper #main #serviceBox #midSection #midTxt #underTable {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
 }


}
@media (max-width:800px) {

#mainWrapper #main #serviceBox #midSection #midTxt table tr td.tableHeading, 
#mainWrapper #main #serviceBox #midSection #midTxt table tr th, 
#mainWrapper #main #serviceBox #midSection #midTxt table tbody tr td  {	
	font-size: 1.5vw;
	line-height: 15px;
}
 #mainWrapper #main #serviceBox #midSection #midTxt h3.red {
	 font-size: 1.7vw;
	 line-height: 17px;
 }
#mainWrapper #main #serviceBox #midSection #midTxt #underTable p.pcpOptions   {
	font-size: 1.6vw;
	line-height: 20px;
}
#mainWrapper #main #serviceBox #midSection #midTxt #underTable p.terms, 
#mainWrapper #main #serviceBox #midSection #midTxt p {
	font-size: 1.6vw;
	line-height: 18px;
}
#mainWrapper #main #serviceBox #midSection #midTxt p.contactUs  {
	font-size: 2.7vw;
} 
}