/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #ece8e5;
}
nav {
	height: 40px;
	width: 100%;
	background: #455868;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
}


.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2.5em 0;
}
.box
{
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.015);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}
.box
	{
		padding: 0em;
	}
		
	.box-feature
	{
		padding: 0;
	}
		
		.box-feature .inner
		{
			padding: 1em 2px 3em 2px;
		}
		
		.box-feature h2
		{
			font-size: 1.35em;
		}

		.box-feature p
		{
			margin: 0;
		}

		.box-feature .image
		{
			position: relative;
			margin: 0;
		}

			.box-feature .image img
			{
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
			}


.iseqchart {
	border:1px solid #000000;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}.iseqchart table{
    border-collapse: collapse;
    border-spacing: 0;
	
}.iseqchart tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.iseqchart table tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.iseqchart table tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}.iseqchart tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.iseqchart td{
	vertical-align:middle;
	background-color:#efffe0;

	padding:7px;
	font-size:12px;
	font-family:Helvetica;
	font-weight:normal;
	
}.iseqchart tr:last-child td{
	border-width:0px 1px 0px 0px;
}.iseqchart tr td:last-child{
	border-width:0px 0px 1px 0px;
}.iseqchart tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.iseqchart tr:first-child td{
	background-color:#455868;
	text-align:center;
	font-size:14px;
	font-family:Helvetica;
	font-weight:bold;
	color:#ffffff;
}
.iseqchart tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.iseqchart tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.neg	{
	color:red;
}

.pos	{
	color:green;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}

@media only screen and (max-width: 950px) {
	.gia_tbl tr td:nth-child(2)	{ display:none; visibility:hidden; }

}
@media only screen and (max-width: 850px) {
	.gia_tbl tr td:nth-child(9)	{ display:none; visibility:hidden; }
	.solid  tr td:nth-child(8)	{ display:none; visibility:hidden; }

}
@media only screen and (max-width: 800px) {
	.gia_tbl tr td:nth-child(8)	{ display:none; visibility:hidden; }

}
@media only screen and (max-width: 750px) {
	.solid  tr td:nth-child(7)	{ display:none; visibility:hidden; }

}
@media only screen and (max-width: 688px) {
	.gia_tbl tr td:nth-child(5)	{ display:none; visibility:hidden; }
	.gia_tbl tr td:nth-child(7)	{ display:none; visibility:hidden; }
}
@media only screen and (max-width: 650px) {
	.solid  tr td:nth-child(4)	{ display:none; visibility:hidden; }
	.solid  tr td:nth-child(6)	{ display:none; visibility:hidden; }
}
@media only screen and (max-width: 450px) {
}

@media only screen and (max-width: 420px) {
	
	.solid  tr td:nth-child(4)	{ display:none; visibility:hidden; }
	.solid  tr td:nth-child(6)	{ display:none; visibility:hidden; }
}

@media only screen and (max-width: 338px) {
	.gia_tbl tr td:nth-child(5)	{ display:none; visibility:hidden; }
	.gia_tbl tr td:nth-child(7)	{ display:none; visibility:hidden; }
	.gia_tbl tr td:nth-child(10)	{ display:none; visibility:hidden; }
	.solid tr td:nth-child(9)	{ display:none; visibility:hidden; }
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}