
/* ****** HEADER ***** */

#mojoHeader{
	color: rgb(255,255,255);
	font: 16px/1.4em Helvetica, Arial, sans-serif;
	height: 80px;
	position: relative;
	width: 100%;
	z-index: 1;
}

	#mojoHeaderTitle{
		background: url(../images/logo.svg) 0 0 no-repeat;
		/* background: url(../images/MAP.svg) 0 0 no-repeat; */
		background-size: 126px 60px;
		height: 60px;
		left: 20px;
		margin: 0;
		overflow: hidden;
		position: absolute;
		top: 10px;
		text-indent: -30000px;
		width: 126px;
	}
	
	#mojoHeaderTitle a {
		display: block;
		height: 100%;
		width: 100%;
	}
	
	#mojoHeaderVersion {
		background: rgb(51,63,120);
		border-radius: 3px;
		color: rgb(255,255,255);
		display: inline-block;
		font-size: 8px;
		left: 120px;
		line-height: 1em;
		padding: 3px 3px 2px;
		position: absolute;
		text-transform: uppercase;
		top: 55px;
	}
	
#behindLink {
	background: url(../images/behind.png) 0 0 no-repeat;
	height: 45px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
	z-index: 2;
}

	#behindLink a {
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -1000px;
		width: 100%;
	}

/* ****** NAV ***** */

#mojoHeaderNav{
	font-size: 0;
	left: 50%;
	height: 50px;
	margin: 0 0 0 -235px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 470px;
	z-index: 0;
}
	
	.tabList {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.tabList li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	
	.tabList a,
	.tabList label {
		border-radius: 5px;
		color: rgb(51,63,120);
		display: block;
		font: 16px/40px futura-pt, sans-serif;
		padding: 0 14px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.tabList label {
		padding: 0 15px 0 0;
	}
	
	.tabList a.selected {
		background: rgba(255,255,255,.6);
	}
	
	.tapListDropdownHolder {
		position: relative;
	}
	
	.tabListDropdownMenu {
		background: rgb(51,63,120);
		box-shadow: rgba(0,0,0,.5) 0 0 10px;
		opacity: 0;
		padding: 0;
		position: absolute;
		transform: scale(0) rotate(33deg) perspective(600px);
		transform-origin: top center;
		transition: .3s all;
	}
	
	.tabListDropdownMenu[aria-hidden=false] {
		opacity: 1;
		transform: scale(1) rotate(0) perspective(0);
	}
	
	#socializeMenu {
		left: 50%;
		margin: 0 0 0 -124px;
		width: 248px;
	}
	
	#featuresMenu {
		left: 20px;
		transform-origin: top left;
		width: 396px;
	}

	.tabListDropdownMenu a {
		color: rgb(255,255,255);
	}

#woot {
	bottom: 13px;
	color: rgba(0,0,0,.05);
	left: 120px;
	line-height: 6px;
	margin: 0;
	position: absolute;
	font-size: 6px;
}

	
#features {
	background-color: rgba(255,255,255,.25);
	border-radius: 5px;
	box-shadow:	rgba(0,0,0,.05) 0 0 10px;
	font-size: 0;
	list-style: none;
	margin: 20px auto 0;
	padding: 15px 20px;
}

#features>li {
	display: inline-block;
	font-size: 12px;
	height: 109px;
	line-height: 14px;
	position: relative;
	vertical-align: top;
}

.featuresHeading {
	color: rgba(0,0,0,.7);
	font-size: 16px;
	margin: 0;
}

	.featuresHeading a {
		color: rgba(0,0,0,.7);
		text-decoration: none;
	}

	.featuresArrowRight {
		background: url(../images/arrow.left.svg) 0 0 no-repeat;
		background-size: 12px;
		display: inline-block;
		height: 12px;
		margin-left: 5px;
		opacity: .65;
		width: 12px;
	}

#featureArticle {
	margin-right: 30px;	
	width: 220px;
}

#featureslist {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

#feature1 {
	background-size: 220px 85px;
	border-radius: 5px;
	height: 85px;
	width: 220px;
}

	#feature1 a {
		display: block;
		height: 100%;
		overflow: hidden;
		position: relative;
/* 		text-indent: -10000px; */
		width: 100%;
	}
	
	#feature1 a span {
		background: rgba(0,0,0,.2);
		border-radius: 0 0 5px 5px;
		bottom: 0;
		color: rgb(255,255,255);
		font-size: 13px;
		font-weight: bold;
		left: 0;
		line-height: 16px;
		margin: 0;
		position: absolute;
		text-align: center;
		text-shadow: rgba(0,0,0,.75) 1px 1px 0;
		width: 100%;
	}

#featurePodcast {
	width: 250px;
}

	#featurePodcastTitle {
		margin-top: 8px;	
	}

	#featurePodcast span {
		color: rgba(0,0,0,.7);
	}
	
	.featureBottomParagraph {
		bottom: 0;
		line-height: 1em;
		margin: 0;
		position: absolute;
	}
	
#featureUser {
	margin-left: 30px;
	width: 150px;
}

#featureUser p {
	margin-top: 8px;
}

.featuresUserList {
	margin: 8px 0;
	padding: 0;
}

.featuresUserList li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

#topAccountHeadingMobile {
	display: none;
}

#accountform_password {
	width: 115px;
}

#accountform_username,
#accountform_password,
#accountform_submit {
	margin: 0;
	padding: 5px;
}

#accountform_username {
	width: 150px;
}

#accountform_submit {
	background: rgb(39, 35, 80);
	color: rgb(255,255,255);
	float: right;
}

#accountform-avatar {
	border-radius: 50px;
	box-shadow:	rgba(0,0,0,.25) 0 0 20px;
	height: 30px;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 30px;
}

.accountform-checkbox-remember {display: none;}

.modalPreorderLink {
	border: 2px solid rgb(255 255 255);
	border-radius: 6px;
	color: rgb(255 255 255);
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	padding: 0 10px;
	text-decoration: none;
}

@media screen and (max-width: 868px) { 
	#mojoHeaderNav {
		left: inherit;
		margin: 0;
		right: 10px;
	}
	
	.content,
	#comments {
		padding: 15px 20px;
		width: 100%;
	}
	
	#featuresMenu {
		left: 0;
	}
}

@media screen and (max-width: 759px) {
	#features {
		margin-bottom: 10px;
	}
	
	#feature1 {
		margin: 0 auto;
	}
	
	#features>li {
		display: block;
		height: inherit;
	}
	
	#featureArticle,
	#featurePodcast,
	#featureUser {
		margin: 0 0 20px;
		width: 100%;
	}
	
	#features>li#featurePodcast {
		display: none;
	}
	
	#featureUser {
		margin: 0;
	}
	
	#topFeatureHeading {
		display: none;
		bottom: 5px;
		color: rgb(255,255,255);
		margin: 0 -105px 0;
		position: absolute;
		text-shadow: rgba(0,0,0,.75) 2px 2px 0;
		right: 50%;
	}
	
	#topAccountHeading {
		display: none;
	}
	
	#topFeatureHeading a {
		color: rgb(255,255,255);
	}
	
	.featuresUserList {
		text-align: center;
	}
	
	.featuresUserList li {
		display: inline-block;
		margin: 0;
	}
	
	.featuresUserList li:nth-of-type(2) {
		margin: 0 20px;
	}
	
	#accountform-avatar {
		bottom: -45px;
		top: inherit;
	}
	
	.featureBottomParagraph {
		position: inherit;
	}

	#topAccountHeadingMobile {
		color: rgba(0,0,0,.7);
		display: inline;
		font-weight: bold;
	}

	.accountform {
		font-size: 0;
		text-align: center;
	}
	
	.accountform p:first-of-type {
		display: inline-block;
		width: 48%;
	}
	
	.accountform p:nth-of-type(2) {
		display: inline-block;
		margin-left: 4%;
		width: 48%;
	}
	
	.accountform p:last-of-type {
		font-size: 12px;
		width: 100%;
	}
	
	#accountform_username {
		width: 100%;
	}
	
	#accountform_password {
		width: 70%;
	}
	
	#accountform_submit {
		margin: 0 0 0 5%;
		width: 25%;
	}
}

@media screen and (max-width: 720px) { 
	#mojoHeaderNav {
		width: 352px;	
	}
	
	#mojoHeaderNav ul:not(.tabListDropdownMenu)>li:last-of-type {
		display: none;
	}
}

@media screen and (max-width: 590px) {
	#mojoHeaderNav {
		background: rgb(51,63,120);
		height: 40px;
		left: 0;
		top: 80px;
		width: 100%;
	}
	
	#featuresMenu {
		width: 336px;
	}
	
	#featuresMenu[aria-hidden=false] {
		left: -88px;
	}
		
	.tabList a {
		color: rgb(255,255,255);
		font-size: 12px;
	}
	
	.tabList a.selected {
		background: rgba(0,0,0,.6);
		border-radius: 0;
	}
		
	#mojoHeaderTitle {
		left: 50%;
		margin-left: -63px;
	}
	
	#mojoHeaderVersion {
		left: 50%;
		margin: 0 0 0 40px
	}

	
	[role=main] {
		margin-top: 35px;
	}
}
