HTML {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

BODY {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", "Lucida Grande", Verdana, Arial;
	font-size: 16px;
}

.MobileOnly {
	display: none;
}


P {
	line-height: 150%;
}
LI {
	line-height: 175%;
}

.Banner {
	background: #1270A6;
	height: 60px;
	line-height: 60px;
}

.PageIndent {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 50px 0 50px;
	box-sizing: border-box;
}

.PageTitle {
	text-align: center;
	font-size: 24px;
}

.IndicatorScreenshot {
	max-width: 100%;
}

.XMLogo {
	width: 189px;
	height: 60px;
	
}
.XMLink {
	display: inline-block;
	line-height: 10px;
}
.XMLink:hover {
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.4);
}

.XMButton {
	display: inline-block;
	min-width: 200px;
	padding: 0 20px 0 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	background: #EB1C24;
	color: white;
	border-radius: 4px;
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.2);
}

.XMButton:hover {
	text-decoration: underline;
	box-shadow: 0 0 10px 3px rgba(128,128,128,0.4);
}

.SectionTitle {
	margin-top: 40px;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}

.promoblock {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding-bottom: 20px;
}

.promoblock .title {
	text-indent: -57px;
	font-size: 24px;
	padding: 20px 0 20px 57px;
	
}

.promoblock .title .number {
	text-indent: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #1270A6;
	color: white;
	display: inline-block;
	font-size: 36px;
}

.promoblock-left {width: 66%;}
.promoblock-right {width: 33%;}


@media screen and (max-width: 600px) {
	.PageIndent {
		padding: 0 20px 0 20px;
	}
	.promoblock {
		float: none;
	}
	.promoblock-left {width: 100%;}
	.promoblock-right {width: 100%;}
}

