html {
	/* Properties for Sticky footer */
	position: relative;
	min-height: 100%;
}
 
html, body {
	margin: 0;
	padding: 0;	
 }

body {
	margin:0;	
	padding:0;
	font-family:'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	text-align:left;
	color:#29303B;
	line-height:1.6em;
	background: #ffffff;
	background-color: #ffffff;
	
	/* Margin bottom by footer height */
	margin-bottom: 30px;
}

/* Button - exmachina*/
.button{
	position: relative;
	display: inline-block;
	margin-top: 0.5em;
	padding: 0.50em 1.5em;
	background: #9e68b0;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #FFF;
	-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	cursor: pointer;
}
.button:hover{
	background: #cf49cf;
	color: #FFF !important;
}

* :focus {
	outline-style: none;
	outline-width: 0px;
}
#main-page {
	margin:0px auto;
}


/*
#main-page {
	width: 938px;
	margin:0px auto;
}
*/
.content {
}
.insetContent {
	margin:0 2em 0 1em;
	text-align:left;
}
.bottom {
	display:none;
}
.topLogo {
	margin: 10px;
}

.copyright{
	clear:both;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-top:20px;
	/* Same height as specified in Body rule */
	height: 30px;
	background-color:#354052;
}

/* For Final Copyright statement */
.copyright, .copyright a {
	font-size: 0.8em;
	text-align: center;
	color: #fff;
}

.copyrightText{
	font-size: 0.8em;
	color:#999;
}
	
#column1 {
	float:left;
	width:45%;
	padding:10px;
	text-align:right;
	margin: 0 0 0 0;
}
h3 {
	margin:0 0 1em;
}
#column2 {
	float:right;
	width:45%;
	padding:10px;
	text-align:right;
	margin: 0 0 0 0;
}
.nav {
	background: url(../images/BannerSky.jpg);
	background-repeat:no-repeat center;
	background-size: cover;
	height:223px;
	margin:0px 0px 0px 0px;
}


.navCurrent {
	background: url(../images/GridBanner.jpg);
	background-repeat:no-repeat center;
	background-size: cover;
	height:205px;
	margin:0px 0px 0px 0px;
}

#inline-icon{
	float:right; 
	margin-left:20px; 
	margin-right:20px; 
	margin-top:0px; 
	margin-bottom:4px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

.trademark {
	clear:both;
	border-top: 1px solid rgb(136, 136, 136);
	margin-top: 1em;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
	color: #000066;
}
.breadcrumb {
	font-size: 9px;
	font-weight:bold;
	color: #719ac4;
	text-align: left;
	padding: 2px 0px 2px 5px;
}
#header {
	height:95px;
	font-size:12px;
}
div#breadcrumb {
	float: right;
	padding-right:29px;
	padding-top:0px;
	position:relative;
	top:-50px;
	font-size: 10px;
	font-weight:bold;
	color: #719ac4;
	text-align: left;
}
ul#nav {
	float: right;
	height: 55px;
	padding-left: 2px;
	padding-right:5px;
	padding-top:0px;
	margin: 0;
	position: relative;
	z-index: 1000;
}
ul#nav li,  ul#nav li a {
	display: block;
	float: left;
	line-height: 12px;
}
ul#nav li {
	padding-left: 0;
	padding-right: 2px;
	height: 55px;
	position: relative;
}
ul#nav li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #393f4f;
	padding: 19px 20px 19px 20px;
	background: none;
}
ul#nav li.active a {
	color: #797f8f;
}
/* Drop downs */

ul#nav li .dropdown {
	display:none;
	position: absolute;
	width: 158px;
	top: 35px;
	left: 24px;
	overflow: hidden;
	clear: left;
	background: #fff;
	border-style:solid;
	border-width:thin;
	border-color:#999999;
	padding-top: 1px;
	z-index: 1000;
	text-align:left;
}
ul#nav li ul {
	width: 158px;
	background: #fff;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
ul#nav li:hover .dropdown,  ul#nav li.over .dropdown {
	display: block;
}
ul#nav li:hover a,  ul#nav li.over a {
	color: #353535;
}
ul#nav li:hover ul li a,  ul#nav li.over ul li a {
	color: #454545;
}
ul#nav li ul li,  ul#nav li ul li a {
	float:none;
	height: 1%;
	background: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
}
ul#nav li ul li {
	margin:0 5px 0 4px;
	padding:5px 0 7px 8px;
	background: #fff;
}

ul#nav li ul li a {
	font-size: 12px;
	line-height: 12px;
	padding: 5px 7px 6px 7px;
	color: #454545;
	margin: 0;
	background: #fff;
}
ul#nav li ul li a:hover {
	background: #f0f0f0;
	background-position: left center;
	color: #393f4f;
}
ul#nav li .dropdown .bottom {
	float: left;
	width: 158px;
	background: #fff;
	height: 11px;
	line-height:1px;
}
/* Kinesis Logo in header */

 #header .logo {
	display: inline;
	position:relative;
	top:3px;
	left:14px;
	border-style:none;
}
#header .logo a img {
	border:none;
}
/* Nav bar in ceter of page */
		.midnav {
	margin-left:auto;
	margin-right:auto;
}

.midnav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0.8em;
	text-align:center;
}
.midnav {
	clear:both;
}
.midnav ul li {
	padding-left: 0;
	padding-right: 22px;
	display: inline;
	list-style-type: none;
}
.midnav ul li.last {
	background: none;
}
.midnav ul li a {
	text-transform: uppercase;
}
.screen, .panel {
	clear:both;
}
.screen a {
	float:left;
	margin:1em;
}
.screen h4 {
	padding-top:1em;
}
.panel img {
	float:left;
	margin:1em;
}
.panel .divdesc {
	padding-top:1em;
}
.panel p {
	margin-left:1em;
	margin-right:1em;
}

.feature-list, .con-feature-list{
	clear:both;
	color:navy;
	background: #D9EFFF;
	margin-left: 1.5em;
	margin-right: 1.5em;
	border: 1px solid navy;
	margin-top: 1em;
	margin-bottom : 1em;
}	

.feature-list ul, .con-feature-list  ul{
	text-align: left;
	margin-top: 0.5em;
	margin-left:1em;
	padding-left:1em;
	margin-bottom: 0.5em;
}	
.feature-list  ul li{
	text-align: left;
	margin-top: 1em;
}	
.feature-list p, .con-feature-list p{
	margin-left:0px;
	text-align:left;
	font-weight:bold;
}	
.con-feature-list ul li{
	text-align: left;
	margin-top: 0.3em;
	margin-left:0em;
}

.xml-code{
	font-family: Trebuchet MS, VErdana, Futura,Arial, sans-serif;
	font-size: 0.9em;
	text-align:left;
	color:navy;
	background: #eec;
	border: 1px solid #cca;
	margin: 0.5em 1.5em 0.5em 1.5em;
	padding: 0.5em;
	}
	
.red-code {
color: red;
}
.green-code {
color: green;
}

p.bold-text {
	color: #333333;
	font-weight: bold;
	text-align:center;
}

#mob_header{
	display:none;
}

#mobnav {
	display:none;
}

@media (max-width:48.000em){
	#header .logo{
		display:none;
	}
	div#breadcrumb {
		display:none;
	}
	#mob_header{
		display:block;
		background: url(../images/TopBanner2.png) no-repeat 0 0;
		background-position:-30px;
		height:95px;
	}
	
	#mobnav{
		display:block;
	}
}

@media (max-width:38.000em){
	#column1, #column2{
		clear:both;
		float:left;
		width:100%;
		padding:10px;
		text-align:right;
		margin: 0 0 0 0;
	}
}


.nav{
	width:100%;
}

.nav ul{
	margin: 0;
	z-index: 900;
	padding-right:20px;
}
.nav ul li{
	padding-top:20px;
	display: block;
	font-size:2em;
	width:100%;
	text-align:right;
}

.menu-img{
	float:right;
	height:48px;
	width:48px;
	margin:0px 0px 0px 0px;
}


#mob_menu:hover .dropdown,  mob_menu.over .dropdown {
	display: block;
}
#mobnav li:hover a,  #mobnav li.over a {
	color: #353535;
}
#mobnav li:hover ul li a,  #mobnav li.over ul li a {
	color: #454545;
}
