/* top elements */
html,body {
	font: 13px arial,sans-serif;
	font-size: 1.00em;
	color: #333333;
	/* height: 100%;	
	min-width: 1000px; */
	height: 100%;
	width:100%;
	padding: 0; 
	margin: 0;
}

.main-wrapper {
    box-sizing: border-box;
    min-height: 100%;
    padding: 0 0 50px;
    position: relative;
}

div.removeMargin
{
	margin-left:15px;
	margin-right:15px;
}

.carousel{
    background: #2f4357;
    margin-top: 20px;
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}

div.table {border: 1px solid black; display: table; }
div.tr {border: 1px solid black; display: table-row; }
div.td {border: 1px solid black; display: table-cell; }

/* links */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;	
}

/***********************
	  LAYOUT
************************/
#wrap {
	/* min-width: 1000px; */
	margin: 0;
}

.headerPadding
{
	width:100%;
	padding-top:80px;
}

/* header */
#header {
	position: relative;
	height: 65px;
	margin: 0; padding: 0;	
	background: none repeat scroll 0 0 #E5E5E5;
	opacity: 1;
}
#header .logo-box {
/*	position: absolute; */
	top: 15px;
/*
	left: 15px;
	width: 114px;
	height: 40px;
*/
	background: none repeat scroll 0 0 #E5E5E5;
	border:0;
}

#header .logo-box img {
	background: none repeat scroll 0 0 #E5E5E5;
	border:0;
}

#header .profile-box {
/*
	position:absolute;
*/
    top: 25px;
/*
	float: right;
	right: 25px;
	text-align: left;
	/* min-width: 200px;	 */	
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.menu-item {
	text-align: center;	
	padding: 0 30px 0 30px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
div.content {
	width: 100%;
	clear: both;
	text-align: center;	
	padding: 5px 0 20px 0;
	/* margin: 0px 0px 20px 0px; */			
}

div.title{
	height: 40px;
	width: 25%;
	overflow:hidden;
	background: none repeat scroll 0 0 #E5E5E5;
	margin: 0 auto;
	line-height: 40px;
}

div.double{
	width: 100%;
	overflow:hidden;
}

div.half-width {
	width: 50%;
}

.app-cell{
	position: relative;
	clear: none;
	display: inline;
}

.fill
{
	width: 100%;
	padding: 3px 0px 3px 0px;
	margin: 1px 0px 1px 0px;
}

.top-buffer { margin-top:20px; }
.bottom-buffer { margin-bottom:20px; }

.halfWidth
{
	width: 50%;
	padding: 3px 0px 3px 0px;
	margin: 1px 0px 1px 0px;		
}

label.smallLabel
{
	font-size: small;
	font-weight: 700;
	position: relative;
}
input.textInput
{
	font-size: large;
}

.blueButton
{
	font-size: large;
	background-color: #4D7EF0;
	color: #ffffff;
}

.simpleButton
{
	font-size: large;
	background-color: #f0f0f2;
	color: black;
}

.rememberMe
{
	float:left; 
}

/* 
@media screen and (max-width: 600px) {
    .app-cell{
		position: relative;
		width:100%;
		clear: none;
		background-color:#e0e0e0;
		display: inline;
    }
} */

.float-left.app-cell{
	float: left
}

.app-icon {
	width: 80%;
	margin: 0 auto 20px auto; 	
	display: block
}

.app-icon img{
	width: 100px;
	height: 100px;
	border: 0;
}

div.double.app-icon {
	width: 80%;
	bottom: 20px;
}

.double.left.app-icon {
	margin: 0 10px 0 auto; 	
	display: inline
}

.double.right.app-icon {
	margin: 0 auto 0 10px; 	
	display: inline
}

.app-store-link img{
	height: 100px;
	margin: 0 auto 0 auto; 	
}

.app-store-link img.medium{
	width: 30%;
	height: 30%;
	margin: 0 auto 0 auto; 	
}

.app_store_box {
	top: 200px;
	right: 10px;
	left: 50px;
}

.app_store_box_row {
	padding-bottom: 40px;
	border: 0;	
}

.app-description {
	width: 100%;
	margin: 0 auto 0 auto;
	font-weight: 700%;
}

.app-description li{
	text-align: left;
	margin: 5px auto 5px 0
}

.app-description p{
	text-align: left;
	word-wrap: normal;
}

.app-snapshot {
	width: 300px;
	height: 375px;
	border: 1px solid #000; 
}

.app-snapshot.landscape {
	width: 375px;
	height: 200px;
	border: 0px; 
}

.app-snapshot.ipad {
	width: 400px;
	height: 600px;
}
.app-snapshot.ipad.landscape{
	width: 480px;
	height: 360px;
}

a.app-title {
	margin: auto;
	font-size: 1.4em;
}

/* sidebar */
#sidebar {
	float: right;
	width: 50%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #0040FF;	
}
.sidebox {
	margin-bottom: 10px;	
}

/* first column */
#first-column {
	float: left;
	width: 50%;	
	margin: 0 0 10px 0; padding: 0;	
}

/* footer */
#footer {
	/* clear: both; */
	border-top: 1px #c0c0ff solid;
	margin-bottom: 0px;
	padding-top: 12px;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	bottom: 0;
    left: 0;
    position: absolute;
	height: 50px;
	width: 100%;
	background-color: #e0e0e0;
	color: #337ab7;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-align: left;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	width: 20em;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #0040FF;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
.center {
    margin-left: auto;
    margin-right: auto;
}

.vertical-center {
 	display: flex;
    align-items: center;
}

div.spacer
{
	width:100%;
	height: 1em;
}

div.wrapper
{
	background-color:#e0e0e0;
	margin-left: auto;
    margin-right: auto;
	min-width:250px;
	max-width:350px;
	padding: 10px 10px 10px 10px;
}

div.grayBackground
{
	background-color:#e0e0e0;
}


div.mainDiv
{
	margin-left: auto;
    margin-right: auto;
    min-width:230px;
	max-width:100%;
	padding-left: 0px;
	padding-right: 0px;
}

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

table { border-collapse:collapse; border-spacing:0; empty-cells:show }
td, th { vertical-align:top; font-size:12pt;}
span.footnodeNumber { padding-right:1em; }
span.annotation_style_by_filter { font-size:95%; font-family:Arial; background-color:#fff000;  margin:0; border:0; padding:0;  }
.P1 { font-size:9pt; text-align:center ! important; font-family:Times New Roman; writing-mode:lr-tb; font-weight:bold; }
.P10 { font-size:9pt; text-align:center ! important; font-family:Times New Roman; writing-mode:lr-tb; font-weight:bold; }
.P11 { font-size:9pt; text-align:left ! important; font-family:Times New Roman; writing-mode:lr-tb; font-weight:bold; }
.P12 { font-size:9pt; text-align:left ! important; font-family:Times New Roman; writing-mode:lr-tb; font-weight:bold; }
.P2 { font-size:9pt; text-align:justify ! important; font-family:Times New Roman; writing-mode:lr-tb; font-weight:bold; }
.P3 { font-size:9pt; text-align:justify ! important; font-family:Times New Roman; writing-mode:lr-tb; font-weight:normal; }
.P4 { font-size:9pt; text-align:justify ! important; font-family:Times New Roman; writing-mode:lr-tb; font-weight:normal; }
.P5 { font-size:9pt; text-align:justify ! important; font-family:Times New Roman; writing-mode:lr-tb; font-style:normal; font-weight:bold; }
.P6 { font-size:12pt; text-align:justify ! important; font-family:Times New Roman; writing-mode:lr-tb; }
.P7 { font-size:9pt; text-align:justify ! important; font-family:Times New Roman; writing-mode:lr-tb; margin-left:0.5in; margin-right:0in; text-indent:-0.25in; font-weight:normal; }
.P8 { font-size:9pt; text-align:justify ! important; font-family:Times New Roman; writing-mode:lr-tb; margin-left:0.5in; margin-right:0in; text-indent:-0.25in; font-weight:normal; }
.P9 { font-size:9pt; text-align:justify ! important; font-family:Times New Roman; writing-mode:lr-tb; margin-left:0.5in; margin-right:0in; text-indent:-0.25in; font-weight:normal; }
.Table_20_Contents { font-size:12pt; text-align:left ! important; font-family:Times New Roman; writing-mode:lr-tb; }
.Table1 { width:6.6972in; writing-mode:lr-tb; }
.Table1_A1 { vertical-align:top; background-color:#e6e6e6; padding:0.0382in; border-width:0.0133cm; border-style:solid; border-color:#000000; writing-mode:lr-tb; }
.Table1_A { width:6.6972in; }
.Internet_20_link { color:#000080; text-decoration:underline; }
.T1 { font-size:9pt; font-weight:normal; }
.T2 { font-size:9pt; font-weight:bold; }
.T3 { font-weight:bold; }
.WW8Num1z0 { font-family:Wingdings; font-size:9pt; }
.WW8Num1z1 { font-family:Wingdings 2; font-size:9pt; }
.WW8Num1z2 { font-family:StarSymbol, Arial Unicode MS; font-size:9pt; }
.WW8Num2z0 { font-family:Wingdings; font-size:9pt; }
.WW8Num2z1 { font-family:Wingdings 2; font-size:9pt; }
.WW8Num2z2 { font-family:StarSymbol, Arial Unicode MS; font-size:9pt; }
.WW8Num3z0 { font-family:Wingdings; font-size:9pt; }
.WW8Num3z1 { font-family:Wingdings 2; font-size:9pt; }
.WW8Num3z2 { font-family:StarSymbol, Arial Unicode MS; font-size:9pt; }
	
