h1.page-title {
	display:none;
}

.block-block-8, .block-block-9{
	border:4px solid #552911;
	width:952px;
	/*height:806px;*/
}

.maya-math-game-wrapper{
	background: url("../img/math-game-bg-no-border.jpg") top center no-repeat;
	/*height:806px;*/
	padding-top:20px;
	border: 4px solid #552911;
	background-size: cover;
}

.landing .math-math-god {
	display:inline;
	float:left;
	width:375px;
	height:360px;
	background: url("../img/math-game-god.png") no-repeat center center;
	margin-right:10px;
}

@media (max-width: 850px) {
	.landing .math-math-god {
		margin: 5px !important;
		width: 150px;
		height: 150px;
		background-size: contain;
	}
}

.landing .math-game-landing-copy{
	display:inline;
	float:left;
	width:490px;
	margin-left:25px;
}

.math-game-landing-copy p.intro{
	font-size:22px;
	margin-bottom:15px;
	font-style: italic;
}

.math-game-landing-copy p.intro span{
	font-size:30px;
	font-weight:bold;
	font-style:normal;
}

.math-game-landing-copy p{
	font-size:20px;
}

.math-game-landing-symbol-bar{
	background-color:#ebbb77;
	border-top:2px solid #552911;
	border-bottom:2px solid #552911;
	padding:15px 0;
}

.math-game-landing-symbol-bar td{
	width:100px;
	padding-right:10px;
	line-height: 1.4;
}
body.i18n-es .math-game-landing-symbol-bar td{
	font-size:14px;
}
.math-game-landing-symbol-bar td.three-symbols{
	width:220px;
	padding-right:20px;
	font-weight:bold;
	font-size:19px;
	padding-right:0px;
	padding-left:30px;
}

body.i18n-es .math-game-landing-symbol-bar td.three-symbols{
	font-size:17px;
}

.math-game-landing-symbol-bar td.symbol{
	width:45px;
	padding-right:0px;
}

.are-you-ready{
	padding-top:25px;
	padding-bottom:50px;
	font-size:20px;
	margin:0 45px;
	border-bottom:2px solid #552911;
}

.math-game-landing-game-buttons .math-game-button{
	float:left;
	display:flex;
	align-items: center;
	margin-right:35px;
	border:2px solid #552911;
	width:271px;
	min-height:80px;
}
body.i18n-es .math-game-landing-game-buttons .math-game-button,
body.i18n-es .math-game-landing-game-buttons .math-game-button .button-copy{
	min-height:90px;
}
body.i18n-es .math-game-landing-game-buttons .math-game-button.math-activity .button-main{
	margin-top:17px !important;
	margin-left:5px;
}

.math-game-landing-game-buttons{
	margin:25px 0px 35px 20px;
	width:934px;
}

.math-game-landing-game-buttons .math-game-button .button-copy{
	float:left;
	display:inline;
	width:140px;
	background-color:#f9eee0;
	border-right:2px solid #552911;
	text-align: left;
	padding:5px 10px;
	font-size:12.5px;
	align-self: stretch;
}

.math-game-landing-game-buttons .math-game-button .button-copy span.bigger{
	font-size:16px;
}

.math-game-landing-game-buttons .math-game-button .button-main{
	float:left;
	display:inline;
	width:100px;
	text-align:center;
	line-height:1.2;
}

.math-game-landing-game-buttons .math-game-button .button-main a{
	color:#efd9b8 !important;
	font-size:18px;
	padding: 3px;
}

.math-game-landing-game-buttons .math-game-button .button-main a span.smaller{
	font-size:13px;
}
.math-game-landing-game-buttons .math-game-button .button-main a span.smallish{
	font-size:14px;
}

.math-game-landing-game-buttons .math-game-button.math-activity{
	margin-right:0px;
}

.math-game-landing-game-buttons .math-game-button.math-activity{
	background-color:#949445;
}
.math-game-landing-game-buttons .math-game-button.practice-rounds{
	background-color:#599695;
}
.math-game-landing-game-buttons .math-game-button.start-game{
	background-color:#a63715;
}

.math-game-landing-game-buttons .math-game-button.math-activity:hover,
.math-game-landing-game-buttons .math-game-button.practice-rounds:hover,
.math-game-landing-game-buttons .math-game-button.start-game:hover{
	background-color:#552911;
}

.practice-menu li, .practice .practice-menu li:hover{
	background-color:#A63715 !important;
}
.practice-menu li a:hover{
	color:#fff !important;
}