/**** General ****/
body.popUp {
	overflow: hidden;
	height: 100%
}
h1, h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
}
h1, h3 {
	font-family: "UniversLTW01-67BoldCn";
	margin: 0 0 15px 0;
}
h1 {
	font-size: 2.1em;
	line-height: 1em;
}
h2 {
	font-family: "UniversLTW01-57Condense_723821";
	font-size: 1.1em;
	line-height: 1.25em;
	color: #666;
	margin: 0;
}
h2 strong {
	font-family: "UniversLTW01-67BoldCn";
	font-weight: normal;
	color: #0063BE;
}
h3 {
	font-size: 1.4em;
}
h3 strong {
	font-weight: normal;
	font-size: 0.7em;
	color: #0063BE;
	display: block;
}
p, ul {
	font-family: "UniversLTW01-47LightCn";
	color: #666;
	line-height: 1.4em;
}
p {
	margin: 0 0 15px 0;
}
div#top {
	position: absolute;
	top: 0px;
}
div.center {
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.fa {
	font-size: 0.9em !important;
}
/**** Top Menu ****/
div#topMenu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	font-size: 0.9em;
}
div#topMenu.menu {
	background-color: rgba(0,0,0,0.3);
	height: 100%;
}
/* White Area */
div#topMenu div#whiteArea {
	padding: 15px 15px 0;
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
}
div#topMenu div#whiteArea div#mobileMenu, div#topMenu div#whiteArea div#logo {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#topMenu div#whiteArea div#mobileMenu {
	background-image: url(../images/icons/mobile_menu_open.png);
	background-image: url(../images/icons/mobile_menu_open.svg), none;
	width: 22px;
	height: 14px;
	margin: 10px 20px 0 0;
	cursor: pointer;
}
div#topMenu.menu div#whiteArea div#mobileMenu {
	background-image: url(../images/icons/mobile_menu_close.png);
	background-image: url(../images/icons/mobile_menu_close.svg), none;
	background-position: center 0px;
	width: 22px;
	height: 17px;
}
div#topMenu div#whiteArea div#logo {
	background-image: url(../images/logos/motorola.png);
	background-image: url(../images/logos/motorola.svg), none;
	width: 190px;
	height: 35px;
}
div#topMenu div#whiteArea div#logo a {
  display: block;
  width: 190px;
	height: 35px;
} 
div#topMenu div#whiteArea div#download {
	font-family: "UniversLTW01-67BoldCn";
	text-transform: uppercase;
	border-top: solid 2px #CCC;
	clear: both;
	margin: 45px auto 0 auto;
}
div#topMenu div#whiteArea div#download a {
	display: block;
	color: #0063BE;
	text-decoration: none;
	background-image: url(../images/icons/download_mobile.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 15px auto;
	padding: 15px 10px 15px 20px;
	cursor: pointer;
	font-size: 1.1em;
}
/* Navigation */
div#topMenu nav {
	position: absolute;
	visibility: hidden;
	width: 0px;
	height: 100%;
	overflow: hidden;
	background-color: #0063BE;
	-webkit-box-shadow: inset -3px 3px 5px 0px rgba(0,0,0,0.2), 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -3px 3px 5px 0px rgba(0,0,0,0.2), 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset -3px 3px 5px 0px rgba(0,0,0,0.2), 0px 3px 5px 0px rgba(0,0,0,0.75);
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
}
div#topMenu.menu nav {
	width: 265px;
	visibility: visible;
}
div#topMenu nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "UniversLTW01-57Condense_723821";
}
div#topMenu nav ul li a {
	display: block;
	padding: 15px;
	border-bottom: solid 1px #288cdc;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}
div#topMenu nav ul:last-of-type li:last-child a {
	border: none;
}
/**** Header ****/
header {
	margin-top: 108px;
	padding-top: 165px;
	background-image: url(../images/backgrounds/header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
header div#headerBox {
	padding: 15px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
}
/**** Section ****/
section div.center {
	padding: 20px 15px;
}
section div.featured div.column div.video {
	border-bottom: solid 10px #0063BE;
}
section div.featured div.column div.video a {
	display: block;
	position: relative;
	height: 222px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
section div.featured div.column div.video a div.play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/icons/play.png);
	background-position: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Transform */
section#transform div.featured {
	padding: 15px 0 0 0;
	border-top: solid 1px #CCC;
}
section#transform div.featured div.column h3 {
	margin-bottom: 5px;
}
section#transform div.featured div.column ul {
	margin: 0 0 15px 15px;
	padding-left: 10px;
}
section#transform div.featured div.column div.video a {
	background-image: url(../images/videos/manifesto.jpg);
}
/* Connect */
section#connect {
	background-color: #EEE;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}
section#connect div.featured {
	padding: 15px 0 0 0;
}
section#connect div.featured div.column {
	margin-bottom: 20px;
}
section#connect div.featured div.column:last-of-type {
	margin-bottom: 0;
}
section#connect div.featured div.column img {
	width: 136px;
	height: 174px;
	margin: 0 auto;
	display: block;
}
section#connect div.featured div.column p {
	margin-top: 15px;
}
section#connect div.featured div.column:last-of-type p {
	margin-bottom: 0;
}
section#connect div.featured div.column p strong {
	font-family: "UniversLTW01-67BoldCn";
	font-weight: normal;
}
section#connect div.featured div.column:nth-child(1) p a {
	display: block;
	font-family: "UniversLTW01-67BoldCn";
	text-transform: uppercase;
	text-decoration: none;
	color: #0063BE;
	cursor: pointer;
}
section#connect div.featured div.column:nth-child(1) p a:hover {
	color: #2d92ef;
}
section#connect div.featured div.column:nth-child(2) div.video a {
	background-image: url(../images/videos/lex.jpg);
}
section#connect div.featured div.column:nth-child(3) div.video a {
	background-image: url(../images/videos/apx.jpg);
}
/* Analyze */
section#analyze div#tour {
	position: relative;
	padding-bottom: 69.14%;
	height: 0;
	overflow: hidden;
}
section#analyze div#tour iframe, 
section#analyze div#tour object, 
section#analyze div#tour embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section#analyze div#tourMobile {
	display: none;
}
section#analyze div#tourMobile div.featured div.column p a {
	display: block;
	padding: 5px;
	font-family: "UniversLTW01-67BoldCn";
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #0063BE;
	color: #FFF;
	cursor: pointer;
}
section#analyze div#tourMobile div.featured div.column div.video {
	border-bottom: none;
}
section#analyze div#tourMobile div.featured div.column:nth-child(1) div.video a {
	background-image: url(../images/videos/ilps_1.jpg);
}
section#analyze div#tourMobile div.featured div.column:nth-child(2) div.video a {
	background-image: url(../images/videos/ilps_2.jpg);
}
section#analyze div#tourMobile div.featured div.column:nth-child(3) div.video a {
	background-image: url(../images/videos/ilps_3.jpg);
}
/* Thank You */
section#thankYou {
	background-color: #FFF;
}
section#thankYou div#content {
	margin-bottom: 40px;
}
section#thankYou div#content a {
	color: #0063BE;
	font-family: "UniversLTW01-67BoldCn";
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

/**** Footer ****/
footer {
	background-color: #0063BE;
	padding-bottom: 20px;
	font-size: 0.8em;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline;
}
footer ul li a {
	display: inline-block;
	margin: 0 15px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 3em;
	color: #FFF;
}
footer p {
	margin: 0 15px;
	font-family: Arial, sans-serif;
	color: #FFF;
}
/* Social **/
footer div#social {
	background-color: #094189;
	padding: 20px 0 15px;
	margin-bottom: 20px;
}
footer div#social ul {
	padding: 0 0 0 2px;
}
footer div#social ul li a {
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background-image: url(../images/logos/socialmedia.png);
	background-repeat: no-repeat;
	background-position: -1080px -10px;
	margin: 0 10px;
}
footer div#social ul li:nth-child(2) a {
	background-position: -1120px -10px;
}
footer div#social ul li:nth-child(3) a {
	background-position: -1160px -10px;
}
footer div#social ul li:nth-child(4) a {
	background-position: -1200px -10px;
}
footer div#social ul li:nth-child(5) a {
	background-position: -1240px -10px;
}
footer div#social ul li:nth-child(6) a {
	background-position: -1280px -10px;
}
footer div#social ul li:nth-child(7) a {
	background-position: -1320px -10px;
}
footer div#links {
	margin-bottom: 20px;
}
/**** Lightbox ****/
div.popUp {
	position: fixed;
	bottom: -100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 2;
}
div.popUp div.close {
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 20px;
	background-image: url(../images/icons/lightbox_close.png);
	background-image: url(../images/icons/lightbox_close.svg), none;
	background-position: center 0px;
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	cursor: pointer;
}
div.popUp div.popUpInner {
	display: table;
	width: 100%;
	height: 100%;
}
div.popUp div.popUpInner div.popUpInnerCell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5%;
}
/* Videos */
div.popUp div.popUpInner div.popUpInnerCell div.videoEmbed {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	margin: 0 auto;
}
div.popUp div.popUpInner div.popUpInnerCell div.videoEmbed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/* Forms */
div#whitePaperTimer.popUp {
	bottom: 0px;
	display: none;
}
div#whitePaper.popUp,
div#whitePaperTimer.popUp {
	overflow: auto;
}
div#whitePaper.popUp div.popUpInner div.popUpInnerCell,
div#whitePaperTimer.popUp div.popUpInner div.popUpInnerCell {
	padding: 0;
}
div#whitePaper.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm,
div#whitePaperTimer.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm {
	background-color: #FFF;
	margin: 0 1%;
}
div#whitePaper.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm img,
div#whitePaperTimer.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm img {
	width: 100%;
	height: auto;
}
div#whitePaper.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm,
div#whitePaperTimer.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm {
	padding: 10px;
}
div#whitePaper.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm h4,
div#whitePaperTimer.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm h4 {
	font-family: "UniversLTW01-67BoldCn";
	font-weight: normal;
	text-transform: uppercase;
	color: #0063BE;
	margin-bottom: 5px;
}
div#whitePaper.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm ul,
div#whitePaperTimer.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm ul {
	margin: 0 0 15px 15px;
	padding-left: 10px;
}
div#whitePaper.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm div.form iframe,
div#whitePaperTimer.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm div.form iframe {
	width: 350px;
	height: 450px;
	display: block;
	margin: 0 auto 20px;
}
div#whitePaper.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm div.form img,
div#whitePaperTimer.popUp div.popUpInner div.popUpInnerCell div.whitePaperForm div.innerForm div.form img {
	width: 253px;
	height: 295px;
	margin: 0 auto;
	display: block;
}