html, body {
	padding: 0;
	margin: 0;
}

html, body, .main {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Header */

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4em;
	background-color: white;
	z-index: 10;
	display: table;
	min-width: 792px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-header > .header-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.main-header img {
	vertical-align: middle;
	margin-right: 0.4em;
}

.main-header h3 {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-weight: 300;
	color: #21c4f5;
	font-size: 1.6em;
	vertical-align: middle;
}

.header-inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header-inner .header-float {
	display: inline-block;
	padding: 0 1em;
	height: 100%;
}

.header-inner .header-float.right {
	text-align: right;
	float: right;
	font-size: 0.9em;
}

.header-inner .logo-link {
	display: inline-block;
	vertical-align: top;
	padding-top: 1.1em;
}

.header-inner .logo-link h3 {
	display: inline-block;
}

.header-inner .logo-banner {
	background-image: url('../images/logo_banner_million.png?v=0');
	width: 150px;
	height: 58px;
	background-size: 150px 58px;
	display: inline-block;
	vertical-align: top;
}

.hidden-menu a, .hidden-menu a:visited {
	color: #929292;
	text-decoration: none;
	display: block;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0.9em 0;
}

.hidden-menu a.active {
	color: #282828;
}

.header-inner .logo {
	width: 2em;
	height: 2em;
}

.hidden-menu a:hover {
	color: #545454;
}

.header-inner ul {
	display: inline-block;
}

.header-inner li {
	display: inline-block;
	padding: 0 0.7em;
}

.header-inner .download-box {
	display: inline-block;
	color: white !important;
	background-color: #21c4f5;
	padding: 1em 1.5em;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: normal;
}

.header-inner .download-box:hover {
	color: white;
	background-color: #0a9fcd;
}

.header-icon {
	display: inline-block !important;
	width: 1.5em !important;
	height: 1.5em !important;
	vertical-align: middle !important;
}

.header-icon.facebook {
	background: url('../images/icon_facebook.png') no-repeat;
	background-size: 200% 100%;
}

.header-icon.twitter {
	background: url('../images/icon_twitter.png') no-repeat;
	background-size: 200% 100%;
}

.header-icon.email {
	background: url('../images/icon_email.png') no-repeat;
	background-size: 200% 100%;
}

.header-icon:hover {
	background-position: 100% 0;
}

/* Cross Promotion */


.other-products {
	width: 100%;
	height: 60%;
	text-align: center;
	padding: 2em 0;
}

.other-products a, .other-products a:visited {
	color: #6D6D6D;
	text-decoration: none;
}

.other-products a:hover {
	color: #474747;
}

.other-products h3 {
	font-size: 24px;
	color: #9F9F9F;
	font-weight: 300;
}

.other-products .promotion-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	margin-top: 2em;
}

.other-products .promotion-list.front-page {
	display: table;
}

.other-products .promotion-list > li {
	flex: 1 0 280px;
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}

.other-products .promotion-list.front-page > li {
	padding: 0 10px;
}

.other-products .promotion-list h3 {
	margin-top: 0.2em;
	font-size: 1.2em;
	font-weight: normal;
}

.other-products .promotion-list p {
	font-size: 14px;
	color: #6D6D6D;
}

.other-products .platform-icons > li {
	width: 28px;
	height: 28px;
	display: inline-block;
	margin: 0 10px;
}

.other-products .platform-icons > li.android {
	background: url('../images/icon_android.png') no-repeat;
	background-size: 28px 28px;
}

.other-products .platform-icons > li.apple {
	background: url('../images/icon_apple.png') no-repeat;
	background-size: 28px 28px;
}

.other-products .platform-icons > li.web {
	background: url('../images/icon_web.png') no-repeat;
	background-size: 28px 28px;
}

.other-products .platform-icons > li.windows {
	background: url('../images/icon_windows.png') no-repeat;
	background-size: 28px 28px;
}

.other-products .platform-icons > li.linux {
	background: url('../images/icon_linux.png') no-repeat;
	background-size: 28px 28px;
}

/* Email Subscribtion */

.subscription-box {
	position: fixed;
	top: -5em;
	left: 0;
	width: 100%;
	height: 8em;
	background-color: white;
	z-index: 9;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}

.subscription-box h4 {
	font-weight: 300;
	color: #444;
	font-size: 0.9em;
	text-align: center;
	padding: 0.4em 0;
	line-height: 1.4em;
}

/* Mail Chimp */

.email_subscription {
	padding: 25px 0 15px 0;
}

.mc-email-wrapper {
	padding: 0.4em 0.3em;
	max-width: 25em;
	margin: auto;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mc_embed_signup {
	vertical-align: middle !important;
	display: table-cell !important;
	font: inherit !important;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup .mc-field-group {
	width: auto !important;
	min-height: 0 !important;
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 0 !important;
}

#mc_embed_signup .mc-field-group input {
	width: 100% !important;
	padding: 0.6em 0 !important;
	border: 2px solid #21c4f5;
	border-radius: 0.4em;
	font-size: 1em !important;
	font-weight: normal !important;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 !important;
}

#mc_embed_signup .mc-field-group input:focus {
	border: 2px solid #00c4ff !important;
	font-size: 1em !important;
	font-weight: normal !important;
}

#mc_embed_signup .button {
	float: right;
	height: 2.6em !important;
	border-radius: 0.4em !important;
	background-color: #21c4f5 !important;
	padding: 0 0.8em !important;
	outline: none;
	font-weight: normal !important;
	font-size: inherit !important;
	margin: 0 !important;
}

#mc_embed_signup .button:hover {
	background-color: #47cef7 !important;
	font-weight: normal !important;
	font-size: inherit !important;
	vertical-align: middle !important;
}

#mc_embed_signup .button:active {
	background-color: #11aede !important;
}

/* Footer */

.main-footer {
	position: relative;
	height: 0;
	width: 100%;
	text-align: center;
}

.footer-menu ul {
	padding: 1em 0;
}

.footer-menu li {
	display: inline-block;
	padding: 1em 2em;
}

.footer-menu a, .footer-menu a:visited {
	text-decoration: none;
	color: #7b7b7b;
}

.footer-menu a:hover {
	color: #21c4f5;
}

.footer_copyright {
	font-size: 0.9em;
	color: #B9B9B9;
	padding-top: 0.4em;
	padding-bottom: 2em;
	line-height: 1.8em;
}

/* New mark */

.new-wrapper {
	text-align: center;
	position: absolute;
	width: 3em;
	top: 0.1em;
	margin-left: -0.1em;
}

.new-box {
	background-color: #FFD715;
	border-radius: 0.5em;
	width: 100%;
	height: 1.5em;
	margin: 0 auto;
	font-size: 0.7em;
	font-weight: bold;
	color: #3e3e3e;
	padding-top: 0.25em;
}

.new-arrow {
	background: url('../images/new_arrow.png') no-repeat;
	background-size: 0.78em 0.52em;
	width: 0.78em;
	height: 0.52em;
	margin: 0 auto;
}

/* Smaller desktop screen */
@media (max-width: 1250px) {
	.header-inner .logo-banner {
		background-image: url('../images/logo_banner_million_short.png?v=0');
		width: 62px;
		height: 58px;
		background-size: 62px 58px;
	}
}

@media (max-width: 1100px) {
	.header-inner .logo-link h3 {
		display: none;
	}
}

/* Mobile */
@media (max-width: 860px) {
	.new-wrapper {
		margin-left: 2.8em;
	}
}
