* {
vertical-align: baseline;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: 0 none;
outline: 0;
padding: 0;
margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
margin: 12px 0px;
}
h1, h2, h3, h4, h5, h6 ,
div.module.popular{
letter-spacing: -1px;
}
form {
margin: 0px;
}
li, dd, blockquote {
margin-left: 40px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1, h2, h3, h4, h5 {
	font-family:'ChunkFiveRegular',arial,verdana;
	-webkit-backface-visibility:none;
}
h1 {font-size:24pt;}
h2 {font-size:22pt;}
h3 {font-size:20pt;}
h4 {font-size:18pt;}
h5 {font-size:16pt;}
sup {vertical-align:super;font-size:10px;color:red;font-style:italic;}

div.logo {
	float:left;
	margin-top: 4px;
	margin-right: 14px;
}
/*
img.logo {
	width: 107px;
	height: 125px;
}
*/
#header {
	margin-bottom: 10px;
}
#header .module.searchform {
	width: 230px;
    float: right;
    margin-top: 28px;
    height: 80px;
}
div.logotext {
	float: left;
	display: inline-block;
	margin-top: 10px;
	text-shadow: 1px 1px 4px #6C6C6C;
}
h1.logo {
	font-size:55pt;
	margin-top: 0;
}
h1.slogan{
	color: #990000;
    font-size: 23.8pt;
    margin-top: -4px;
	float: left;
	margin-bottom: 0;
}

h1.printBingoCards {
	font-size: 38px;
}
h1.createBingoCards {
	font-size: 34px;
}

a		{color:#990000;text-decoration:underline;}
a:hover		{color:#CC6600;}

ul {	margin: 6px 0; }

ul.slideshowSuperbowl,
ul.slideshowHighlight {
	margin: 0px 0;
}
ul.slideshow li,
ul.slideshowSuperbowl li,
ul.slideshowHighlight li {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

b {font-weight: bold;}

label {cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

i {font-style: italic;}

body {
	font-family: verdana,arial,'ChunkFiveRegular';
	color:#000000;
	background-color: #E1E1E1;
	font-size:12pt;
	background: url("/images/bg_repeat.gif_smushed.png");
	-webkit-backface-visibility:none;
}

.footer, .footer a, .footer a:hover {
	color: #000000;
    font-family: 'ChunkFiveRegular',arial,verdana;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
	-webkit-backface-visibility:none;
}
.footer a:hover {
	color:#CC6600;
	text-decoration:underline;
}

div.module {
	border: 2px solid #990000;
	width: auto;
	margin: 10px 0px;
	padding: 6px;
	overflow: hidden;
	z-index: 2;
	background: url("/images/bg_repeat.gif_smushed.png")
}

div.module h2, div.module h3 , div.module h4 {
	border: 5px;
	margin: 2px 0;
}

div.module.singleton {
	float: left;
	margin-right: 10px;
	width: 46%;
}
div.module.singleton h2, div.module.singleton h3 {
	font-size: 150%;
	border: 5px;
	margin: 2px 0;
}

div.taf {
	font-size: 14px;
}

div.page {
	width:956px;
	margin-left: auto;
	margin-right: auto;
}

div.page.narrowwidth,
div.footer.narrowwidth {
	width:700px !important;
}

div.footer.module {
	clear: both;
	width: 934px;
	margin-left: auto;
	margin-right: auto;
	margin-top:6px;
	margin-bottom:6px;
}

div.content {
	width:700px;
	float:left;
	text-align:left;
	padding-right:12px;
}

div.content.fullwidth {
	width:950px;
}

div.sidebar {
	width: 244px;
	float:right;
	text-align:left;
}

.sidebar li {
	margin-left: 18px;
}

div.full{
	width: 930px;
	float: left;
	padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div.half {
	width: 445px;
	float: left;
	padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div.half.left {
	margin-right: 20px;
}

div.third {
	width: 280px;
	float: left;
	padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
div.third.left, div.third.middle {
	margin-right: 18px;
}
.dropshadow,
div.module {
	/* doesn't look good in IE9 but does in IE8 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#6C6C6C', Positive='true'); */
	box-shadow: 5px 5px 5px #6C6C6C;
	-moz-box-shadow: 5px 5px 5px #6C6C6C;
	-webkit-box-shadow: 5px 5px 5px #6C6C6C;
}
.dropshadowSmall,
.defaultTheme,
select,
input[type="text"],
textarea,
fieldset {
	/* doesn't look good in IE9 but does in IE8 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#6C6C6C', Positive='true'); */
	box-shadow: 2px 2px 2px #6C6C6C;
	-moz-box-shadow: 2px 2px 2px #6C6C6C;
	-webkit-box-shadow: 2px 2px 2px #6C6C6C;
}
fieldset.collapsed {
	box-shadow: 0px 0px 0px #6C6C6C;
	-moz-box-shadow: 0px 0px 0px #6C6C6C;
	-webkit-box-shadow: 0px 0px 0px #6C6C6C;
}
.roundcorners,
div.module,
.css3button,
button {
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
	border-radius: 8px;
}
.roundcornersSmall,
.defaultTheme,
select,
input[type="text"],
textarea,
fieldset {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	border-radius: 4px;
}
fieldset.collapsed {
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
	border-radius: 0px;
}
div.aboutModule {
	background: none repeat scroll 0 0 #A2C600;
    color: #FFFFFF;
	font-size: 18px;
}
.clearModule {
    border: 0 none;
	background: none repeat scroll 0 0;
}
.clearModule h4 {
	display: inline-block;
	font-size: 22pt;
	cursor: pointer;
}
.clearModule p {
	cursor: pointer;
}
.clearModule h4:hover,
.clearModule p:hover {
	color: #333333;
}
.clearModule a {
	text-decoration: none;
	color: #000000;
}
.clearModule h4:hover {
	text-decoration: underline;
}
div.module.superbowl h4,
div.module.highlight h4 {
	float: left;
	clear: both;
}
div.module.superbowl a.moduleImg,
div.module.highlight a.moduleImg {
	float: left;
	/*clear: both;*/
}
div.module.superbowl img,
div.module.highlight img {
	width: 286px;
}
.sidebar div.module.superbowl img,
.sidebar div.module.highlight img {
	width: 228px;
}
div.module.guarantee {
	text-align: center;
}
fieldset {
	border: 2px solid #990000;
	margin: 2px;
	padding: 2px;
}
fieldset.collapsed {
	border: 0px solid #990000;
}


fieldset legend {
	margin-left: 6px;
}

input[type="text"] {
	border: 2px solid #990000;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	width: 160px;
}
input[type="checkbox"] {
	width: 20px;
	cursor: pointer;
}
legend input[type="checkbox"] {
	margin-left: -12px;
}
fieldset.collapsed legend input[type="checkbox"] {
	margin-left: -10px;
}
#AdvancedOptionFields input[type="text"] {
	margin-left: 20px;
	width: 100px;
}
#textareaNumEvents {
	font-size: 15px;
}

select {
	border: 2px solid #990000;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	cursor: pointer;
}

#textareaEvents {
	border: 2px solid #990000;
    font-family: "courier new",arial;
    font-size: 12px;
    overflow: auto;
    padding: 2px;
}

.offers form select[name="os0"] {
	display: none;
}

.downloadingImg {
	background-image: url("/images/downloadSprite.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 10px 10px 33px;
	float: left;
	width: 100px;
	height: 100px;
}

.rules {
	font-size: 15px;
}

.events {
	font-size: 12px;
}

.sm {
	font-size: 8px;
	color: dimgray;
}

.print {
	display:none;
}

.visualpagebreak {
	display:block;
}

.instructions {
	display:none;
}

.morebingocards {
	display: none;
}

.bingocardpage {
	page-break-after:always;
	page-break-inside:avoid;
}

.bingocardtable {
	width:680px;
	border:4px solid #000000;
	margin-bottom: 8px;
	font-family: arial,verdana;
}

.bingocardtable tr,
.bingocardtable td {
	height:116px;
}
.bingocardtable td img {
	width:96%;
	height:96%;
}
/* BINGO header */
.bingocardtable tr.header td { 
	font-size: 72px;
}
.bingocardtable tr.header td div {
	overflow: hidden;
}
.bingocardtable tr.header td div span {
	white-space:nowrap;
	overflow: hidden;
}

.bingocardtable td {
	vertical-align: middle;
	text-align: center;
	border: 2px solid #000000;
	min-width: 136px;
	width: 136px;
	max-width: 136px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	word-wrap: break-word;
}

.bingocardtable td.dark {
	background-color: #DDDDDD;
}

.bingocardtable td.free,
.bingocardtable td.free div span {
	word-wrap: break-word;
}

.card3D {
	border: 1px solid black;
	z-index: 30;
	position: relative;
	margin-top: 8px;
}
#card3Dcontainer {
	position: relative;
}
#card3Dtopright {
	background-image: url(/images/top_side_on_right.png);
	width: 384px;
	height: 11px;
	position: absolute;
	top: -3px;
	left: 318px;
	z-index: 20;
}
#card3Dlefttop {
	background-image: url(/images/left_side_on_top.png);
	width: 15px;
	height: 528px;
	position: absolute;
	left: -13px;
	top: 13px;
	z-index: 20;
}

ul.previousCardsList li a {
	word-wrap: break-word;
}

.testimonials {
	font-size: 14px;
}

.css3button,
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	padding: 6px 12px;

	background-color: #6ee300;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6ee300), color-stop(100%, #146600));
	background-image: -moz-linear-gradient(top, #6ee300 0%, #146600 100%);
	background-image: -webkit-linear-gradient(top, #6ee300 0%, #146600 100%);
	background-image: -ms-linear-gradient(top, #6ee300 0%, #146600 100%);
	background-image: -o-linear-gradient(top, #6ee300 0%, #146600 100%);
	background-image: linear-gradient(top, #6ee300 0%, #146600 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ee300', endColorstr='#146600', GradientType=0 ); /* IE6-9 */
	
	/* doesn't look good in IE9 but does in IE8 filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#7D7D7D', Positive='true'); */
	box-shadow: 2px 2px 2px #4A4A4A;
	-moz-box-shadow: 2px 2px 2px #4A4A4A;
	-webkit-box-shadow: 2px 2px 2px #4A4A4A;

	border: 1px solid #134201;
	letter-spacing: -1px;
	-webkit-backface-visibility:none;
	text-shadow: -1px 1px 2px rgba(000,000,000,0.6), 0px 1px 0px rgba(255,255,255,0.3);
	cursor: pointer;
	text-decoration: none;
}
.css3button:hover,
button:hover {
	background-color: #146600;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #146600), color-stop(100%, #6ee300));
	background-image: -moz-linear-gradient(top, #146600 0%, #6ee300 100%);
	background-image: -webkit-linear-gradient(top, #146600 0%, #6ee300 100%);
	background-image: -ms-linear-gradient(top, #146600 0%, #6ee300 100%);
	background-image: -o-linear-gradient(top, #146600 0%, #6ee300 100%);
	background-image: linear-gradient(top, #146600 0%, #6ee300 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146600', endColorstr='#6ee300', GradientType=0 ); /* IE6-9 */
	
	box-shadow: 2px 2px 2px #383838;
	-moz-box-shadow: 2px 2px 2px #383838;
	-webkit-box-shadow: 2px 2px 2px #383838;
	
	border: 1px solid #111111;
	text-shadow: -1px 1px 2px rgba(000,000,000,0.9), 0px 1px 0px rgba(255,255,255,0.6);
	
	color: #ffffff;
	cursor: pointer;
}
.css3button:active,
button:active {
	box-shadow: 2px 2px 2px #060606;
	-moz-box-shadow: 2px 2px 2px #060606;
	-webkit-box-shadow: 2px 2px 2px #060606;
	
	border: 1px solid #000000;
	text-shadow: -1px 1px 2px rgba(000,000,000,1.0), 0px 1px 0px rgba(000,000,000,0.6);
	
	padding-top: 7px;
	padding-bottom: 5px;
	margin-top:
}

.aboutModule .css3button,
.aboutModule button,
.sidebar .css3button, 
.sidebar button {
	float: right;
}

#generateBingoCardBtn {
	float: right;
}
#generateCallSheetBtn {
	margin-top: 10px;
	width: 232px;
}
#downloadFreeBingoCardsBtn,
#downloadBingoCardBtn,
#customizeBingoCardBtn,
#playBingoCardBtn {
 	margin-bottom: 10px;
}

#createYourOwnFormBtn {
	xxxpadding: 6px 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#tafSendEmailBtn {
	margin-top: 4px;
	margin-bottom: 4px;
}

.crowd {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 135px;
	background: url("/images/crowd_1111x135_o50_smushed.png") repeat-x scroll 0 0 transparent;
	z-index: -1;
}

.ui-dialog {
	cursor: default;
}

.ui-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
}

.ui-icon,
.ui-accordion h3 {
	cursor: pointer;
}

.ui-accordion .subcat {
	list-style: none;
	margin-left: 0;
}

.ui-accordion .subcat h4 {
	margin-left: 0;
	font-size: 20px;
}

.ui-accordion .subcat div {
	 margin-left: 22px;
}

.ui-accordion li {
	margin-left: 22px;
	font-family: 'ChunkFiveRegular',arial,verdana;
}

.ui-accordion .ui-state-default a, .ui-accordion .ui-state-default a:link, .ui-accordion .ui-state-default a:visited {
	font-weight: normal;
	color:#990000;
	text-decoration: underline;
}
.ui-accordion .subcat h4, .ui-accordion .subcat h4 span,
.ui-accordion .ui-state-active a, .ui-accordion .ui-state-active a:link, .ui-accordion .ui-state-active a:visited,
.ui-accordion .ui-state-focus a, .ui-accordion .ui-state-focus a:link, .ui-accordion .ui-state-focus a:visited {
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}

.ui-accordion .subcat .ui-icon {
	cursor: default;
}

.ui-accordion .ui-widget-content {
	border: none;
	background: none repeat scroll 0 0 transparent;
}

.ui-accordion .ui-state-active, .ui-accordion .ui-widget-content .ui-state-active, .ui-accordion .ui-widget-header .ui-state-active {
	font-weight: normal;
	border: none;
	background: none repeat scroll 0 0 transparent;
}

.ui-accordion .ui-state-default, .ui-accordion .ui-widget-content .ui-state-default, .ui-accordion .ui-widget-header .ui-state-default {
	font-weight: normal;
	border: none;
	background: none repeat scroll 0 0 transparent;
	
}

.ui-accordion .ui-state-hover, .ui-accordion .ui-widget-content .ui-state-hover, .ui-accordion .ui-widget-header .ui-state-hover, .ui-accordion .ui-state-focus, .ui-accordion .ui-widget-content .ui-state-focus, .ui-accordion .ui-widget-header .ui-state-focus {
	font-weight: normal;
	border: none;
	background: none repeat scroll 0 0 transparent;
}

.ui-dialog .ui-dialog-title,
.ui-dialog .ui-dialog-content {
	color: #FFFFFF;
}

#progressbar {
	overflow: hidden;
	height: 20px;
}

#progressbarcontainer {
	float: right;
    margin-right: 12px;
	width: 100%;
}

#progressbarstatus {
	text-align: center;
}

.ui-progressbar-value {
	background-image: url("/images/progressbar.gif");
	height: 20px;
	margin: -1px;
}

.fb_share_link {
    background: url("/images/fbicon.gif") no-repeat scroll left top transparent;
	background-size: 18px 18px;
    height: 16px;
    padding: 0 0 0 22px;
}

.toprightcorner,
#fblike {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: -100;
}

.hoverreveal {
	display: none;
}
li:hover .hoverreveal {
	display: inline;
}
.hidden {
	display: none;
}
.right.more {
	float: right;
	list-style: none;
}

/* TOOLTIP */
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}
#aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}
.defaultTheme {
	border: 2px solid #990000;
	background:#990000;
	color:#fff;
	margin:0;
	padding:2px 4px;
	font-size:12px;
	font-weight: bold;
}

div.offers {
	width: 700px;
}
.offer {
	width: 150px;
	float: left;
	margin-bottom: 10px;
	background-color: #990000;
	color: #FFFFFF;
	padding: 6px;
	border: 0px solid #990000;
	background: -moz-linear-gradient(top, #BB2222 0%, #990000);
	background: -webkit-gradient(linear, left top, left bottom, from(#BB2222), to(#990000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB2222', endColorstr='#990000');
	background-position: top;
}
.offer1, .offer2, .offer3,
.offer5, .offer6, .offer7  {
	margin-right: 15px;
}
.offer5, .offer6, .offer7, .offer8  {
	display: none;
}
.offers.showMoreOffers .offer {
	display: inline-block;
}

.offer:hover {
}
.offer .pages {
	font-size: 16px;
}
.offer .pages .numPages {
	font-weight: bold;
	font-size: 40px;
}
.offer .features {
	font-style: italic;
	margin-left: 5px;
	font-size: 12px;
	color: #E1E1E1;
}
.offer .price {
	font-size: 32px;
	margin-right: 8px;
	text-align: right;
}
.offer .price .cents {
	font-size: 12px;
	color: #E1E1E1;
	position: relative;
	top: -15px;
}
.offer .price.strikethrough .symbol,
.offer .price.strikethrough .dollars,
.offer .price.strikethrough .cents {
	color: #E1E1E1;
}
.offer .price.strikethrough .dollars,
.offer .price.strikethrough .cents {
	text-decoration:line-through;
}
.offers .priceDescriptor {
	display: none;
}
.offers.couponCodeValid .priceDescriptor {
	display: inline;
	text-decoration:none !important;
	font-style:italic;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 4px;
}

.offers .features.bitcoin,
.offers .price.bitcoin,
.offers.bitcoin .paypalBtn,
.offers.bitcoin .gwalletBtn,
.offers.gwallet .paypalBtn,
.offers.gwallet .bitcoinBtn,
.offers.bitcoin .features,
.offers.bitcoin .price {
	display: none;
}
.offers.bitcoin .bitcoinBtn,
.offers.bitcoin .features.bitcoin,
.offers.bitcoin .price.bitcoin  {
	display: block;
}

.offers.gwallet .gwalletBtn {
	display: block;
}

.offer .paypalBtn,
.offer .bitcoinBtn ,
.offer .gwalletBtn {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 6px;
	height: 29px;
	clear: both;
}
.offer .bitcoinBtn {
	background-color: #990000;
	overflow: hidden;
}
.offer .bitcoinBtn a {
	background-image: url(https://coinbase.com/assets/buttons/buy_now_small-2161bfbbcfc0444a0c26cdac30778f7a.png);
	width: 150px;
	height: 29px;
	text-indent: -9999px;
	display: block;
}

.offer .gwalletBtn,
.offer .gwalletBtn a,
.offer .gwalletBtn img {
	width: 147px;
	height: 22px;
}

.offer .gwalletBtn a {
	background-image: url("/images/btn_buynow_gwallet_147x22.png");
	text-indent: -9999px;
	display: block;
}

input.buyNowBtn {
	background-image: url("/images/btn_buynow_LG.gif");
	width: 107px;
	height: 26px;
	cursor: pointer;
}

div.playable .bingocardtable td.marked {
	background-color: #EBFF03;
}

div.playable .bingocardpage tr.body td:hover {
	cursor: pointer;
}


.offerOption {
	float: right;
	font-style: italic;
	margin-right: 8px;
}

.bitcoinBtn,
.gwalletBtn {
	display: none;
}

.paymentIcon {
	background-image: url("/images/paypal-icon18x18.png");
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: -3px;
}

.paymentIcon.bitcoin {
	background-image: url("/images/bitcoin18x18.png");
}

.paymentIcon.gwallet {
	background-image: url("/images/gwallet-icon18x18.png");
}

.couponCodeForm {
	display: none;
	clear: both;
}

.couponCodeForm.couponCodeSubmitted {
	display: block;
}

.redeemCouponBtn {
	float: right;
}
input[type="text"][name="couponCode"] {
	width: 500px;
	height: 28px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 6px;
}
.couponCodeForm .invalid {
	color: #990000;
}
.couponCodeForm .valid {
	color: #146600;
}
input[type="text"][name="searchInput"] {
	font-size: 18px;
    width: calc(100% - 75px);
	box-sizing: border-box;
	padding: 4px;
}
.searchSubmit {
	padding: 7px 4px 5px;
	float: initial!important;
}

#brdialog-win,
.brdialog-win {
	bottom: 0!important;
	right: 0!important;
	left: initial!important;
	top: initial!important;	
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  background: #008000;
  background: -moz-linear-gradient(left, #008000 10%, rgba(0,128,0, 0) 42%);
  background: -webkit-linear-gradient(left, #008000 10%, rgba(0,128,0, 0) 42%);
  background: -o-linear-gradient(left, #008000 10%, rgba(0,128,0, 0) 42%);
  background: -ms-linear-gradient(left, #008000 10%, rgba(0,128,0, 0) 42%);
  background: linear-gradient(to right, #008000 10%, rgba(0,128,0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #008000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #c0c0c0;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 988px) {
  body,
  .css3button, button,
  .testimonials  {
    font-size: 120%;
  }
  .searchSubmit,
  .css3button, button {
      padding: 6px 12px;
  }
  div.page {
	  padding: 0 4px 6px 4px;
  }
  div.page,
  div.content,
  div.content.fullwidth,
  div.footer.module,
  div.full,
  div.module  {
	  width: 100%;
	  box-sizing: border-box;
  }
  div.half {
	  width: 100%;
	  clear: left;
	  height: initial !important;
	  margin-right: 0px !important;
	  box-sizing: border-box;
  }
  div.third {
	  height: initial !important;
      box-sizing: border-box;
  }
  div.module.highlight img {
	  width: 100% !important;
	  height: auto !important;
  }
  div.sidebar {
	width: 100%;
	float: left;
  }
  div.sidebar > div {

  }
  #bingoCardsFooter {
	display: none;
  }
  #header .module.searchform {
	float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0;
  }
  
  #header .module.searchform input[type="text"][name="searchInput"] {
	  width: calc(100% - 112px);
      font-size: 22px;
  }

  div.module.superbowl a.moduleImg, div.module.highlight a.moduleImg,
  ul.slideshow li, ul.slideshowSuperbowl li, ul.slideshowHighlight li {
	  text-align: center;

  }
}