


/* ---------------------------------------------------------------------------------- *\
|* ---------------------------------------------------------------------------------- *|
|* 1.0 Fonts & Headlines
|* ---------------------------------------------------------------------------------- *|
\* ---------------------------------------------------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.condensed {
	font-family: 'Open Sans Condensed', sans-serif;
}

/* ---------------------------------------------------------------------------------- *\
|* ---------------------------------------------------------------------------------- *|
|* 2.0 Header
|* ---------------------------------------------------------------------------------- *|
\* ---------------------------------------------------------------------------------- */

header.main-header {
	position: relative;
	z-index: 30;
}

.header-phone {
	display: block;
	padding: 8px 30px;
	text-align: left;
	color: #626262;
	text-align: middle;
	font-size: 16px;

}

.header-phone i {
	color: #004e7e;
	margin-right: 8px;
	
}

.header-phone i,
.header-phone span {
	text-align: bottom;
}


@media (max-width: 767px) {
	.header-phone {
		text-align: center;
	}	
}

@media (min-width: 768px){

}

@media (min-width: 992px){

}

@media (min-width: 1200px){

}

/*--------------------------------*/
/* 2.1 Logo
/*--------------------------------*/

.logo {
	display: inline-block;
	background: #fff;
	padding: 15px;
}

/*--------------------------------*/
/* 2.2 Navigation
/*--------------------------------*/

@media (min-width: 768px) {

	nav.sitenav ul {
		padding: 0;
		margin: 0;
	}
	nav.sitenav li {
		font-size: 0;
		display: inline-block;
		position: relative;
	}
	nav.sitenav li a {
		font-size: 14px;
		color: #4e4e4e;
		display: block;
		padding: 8px 15px;
		border-bottom: solid 3px transparent;
	}
	nav.sitenav li a:hover,
	nav.sitenav li a:focus,
	nav.sitenav li a:active {
		text-decoration: none;
		background: #eee;
		border-color: #004e7e;
	}
	nav.sitenav li.active a {
		background: #eee;
		border-color: #2c8dcf;
	}
}

/*--------------------------------*/
/* 2.3 Sub Menu
/*--------------------------------*/

@media (min-width: 768px) {

	nav.sitenav li ul.submenu {
		display: none;
		position: absolute;
		z-index: 60;
		width: 300px;
		top: 38px;
		left: -150px;
		padding: 20px 0 0 0;
		margin-left: 45px;
	}
	nav.sitenav li:hover ul.submenu {
		display: block;
		background: transparent;
	}
	ul.submenu:after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 20px 20px 20px;
		border-color: transparent transparent #004e7e transparent;
		margin-left: -20px;
	}
	ul.submenu li {
		display: block;
		padding: 0;
		border: 0;
		border-bottom: solid 1px #d0d0d0;
	}
	nav.sitenav ul.submenu a {
		display: block;
		background: #fff;
		border: 0;
		padding: 15px 30px;
	}
	nav.sitenav  ul.submenu a:hover,
	nav.sitenav  ul.submenu a:focus,
	nav.sitenav  ul.submenu a:active {
		border: 0;
		background: #eee;
	}
	ul.submenu li:first-child {
		border-top: solid 8px #004e7e; 
	}
	ul.submenu li:last-child {
		border-bottom: solid 8px #004e7e; 
	}
}

/*--------------------------------*/
/* 2.4 Queries
/*--------------------------------*/

@media (max-width: 767px) {

	nav.sitenav ul.menu-list {
		height: auto;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .3s ease-in-out;
	    -moz-transition: max-height .3s ease-in-out;
	    -o-transition: max-height .3s ease-in-out;
	    transition: max-height .3s ease-in-out;
	}
	nav.sitenav ul.menu-list.activated {
		max-height: 9999px;
	}
	.toggle-nav {
		display: block;
		text-align: center;
		padding-top: 45px;
		font-size: 24px;
		color: #004e7e;
	}
	.logo {
		display: block;
		text-align: center;
	}
	.logo img {
		display: inline-block;
	}
	nav.sitenav li {
		display: block;
		border-bottom: solid 1px #d0d0d0;
		border-left: solid 1px #d0d0d0;
		border-right: solid 1px #d0d0d0;
	}
	nav.sitenav ul li:first-child {
		border-top: solid 1px #d0d0d0;
	}
	nav.sitenav li a {
		display: block;
		padding: 8px 15px;
		color: #4e4e4e;
	}
	nav.sitenav li a:hover,
	nav.sitenav li a:focus,
	nav.sitenav li a:active {
		text-decoration: none;
		background: #eee;
	}
	nav.sitenav li.active a {
		color: #fff;
		background: #004e7e;
	}
	ul.submenu {
		padding: 0;
	}
	ul.menu-list li a {
		font-weight: 600;
	}
	nav.sitenav ul.submenu a {
		padding-left: 45px;
		font-weight: 400;
	}
	nav.sitenav ul.submenu li {
		border-left: 0;
		border-right: 0;
	}
	nav.sitenav ul.submenu li:last-child {
		border-bottom: 0;
	}
	nav.sitenav ul.submenu a:before {
		content: "- ";
	}
}

@media (min-width: 768px) {
	nav.sitenav {
		padding: 15px 0;
	}
	nav.sitenav li a {
		font-size: 12px;
	}
	nav.sitenav ul {
		margin-bottom: 15px;
	}
	.logo {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	nav.sitenav {
		padding: 15px 0;
	}
	nav.sitenav li a {
		font-size: 14px;
	}
	nav.sitenav ul {
		margin-bottom: 15px;
	}
	.logo {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	nav.sitenav {
		padding: 20px 0 15px 0;
	}
	.logo {
		margin-top: 15px;
		margin-bottom: -45px;
	}	
	nav.sitenav li a.csi-btn {
		margin-left: 30px;
	}
	nav.sitenav ul.menu-list {
		padding-left: 15px;
	}
}


/* ---------------------------------------------------------------------------------- *\
|* ---------------------------------------------------------------------------------- *|
|* 4.0 Sections
|* ---------------------------------------------------------------------------------- *|
\* ---------------------------------------------------------------------------------- */

/*--------------------------------*/
/* 4.1 Overall
/*--------------------------------*/

section {
	padding: 30px 0;
}

section.product-tiles,
section.blog-roll {
	background: #f6f6f6;
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
}

/*--------------------------------*/
/* 4.2 Hero
/*--------------------------------*/

section.hero {
	background: url(../img/swirl-pattern-blue.png);
	color: #fff;
	position: relative;
	z-index: 0;
}
section.hero:after {
	content: "";
	z-index: 10;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004874+0,004874+100&amp;0.01+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,72,116,0.01) 0%, rgba(0,72,116,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,72,116,0.01)), color-stop(100%,rgba(0,72,116,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,72,116,0.01) 0%,rgba(0,72,116,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,72,116,0.01) 0%,rgba(0,72,116,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,72,116,0.01) 0%,rgba(0,72,116,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,72,116,0.01) 0%,rgba(0,72,116,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03004874', endColorstr='#004874',GradientType=0 ); /* IE6-9 */
	opacity: .65;

}

section.hero h1 {
	font-size: 52px;
	text-align: center;
	font-style: italic;
}

section.hero .container {
	position: relative;
	z-index: 20;
}


/*--------------------------------*/
/* 4.3 Product Tile Section
/*--------------------------------*/

.product-item {
	background: #fff;
	margin-bottom: 30px;
}

.product-body {
	border: solid 1px #d0d0d0;
	border-top: 0;
}

.product-item header {
	background: #2c8dcf;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	text-shadow: 1px 1px 0px #246ea0; /*dark blue */
	border: solid 1px #246ea0;
	border-bottom: 0;
}

.product-item header:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #2c8dcf transparent transparent transparent;
}

.product-img,
a.product-img  {
	display: block;
	border-bottom: solid 4px #ff8f17; /*light orange*/;
}
.product-details {
	padding: 30px 15px 0 15px;
	position: relative;
}

.product-details strong,
.product-details span,
.product-details small {
	display: block;
}

.product-details strong {
	font-size: 21px;
	color: #05598f;
}

.product-details span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 21px;
	color: #626262;
	font-weight: 600;
}

.product-details small {
	position: absolute;
	top: 15px;
	left: 15px;
}

.product-item .btn-wrap {
	padding: 15px;
}

@media (max-width: 768px) {
	.col-xs-narrow {
		padding: 0 4px;
	}
	.product-item {
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	section.hero {
		padding: 90px 0 190px 0;
	}
	section.product-tiles {
		padding-top: 0;
	}
	.product-item {
		margin-top: -120px;
		margin-bottom: 0;
	}
	.prod-row-2 .product-item {
		margin-top: 30px;
	}
	
}

/*--------------------------------*/
/* 4.4 Comparison Table Section
/*--------------------------------*/

.compare-table h2 {
	color: #004e7e;
	margin-bottom: 30px;
}

table.compare {
	width: 100%;
}

table.compare th,
table.compare td {
	border: solid 1px #d0d0d0;
	padding: 15px;
	text-align: center;
}

table.compare td.vert-lead {
	background: #f4fbfe;
	border-color: #b2ceda;
}

table.compare tr:nth-child(odd) td {
 	background: #f3f3f4;
}

table.compare tr:nth-child(odd) td.vert-lead {
	background: #e8f6fe;
}

table.compare th {
	background: #004e7e; /* light blue */
	color: #fff;
	border-color: #0a3a58;
}

@media (max-width: 768px) {
	table.compare th {
		display: none;
	}
	table.compare td {
		display: block;
		width: 100%;
	}

	/* xs-table */
	tr {
		display: block;
		margin-bottom: 15px;
		background: #fff;
	}
	tr.tablehead {
		display: none;
	}

	table.compare tr td,
	table.compare tr:nth-child(odd) td {
		background: #fff;
	}

	table.compare tr td:nth-child(odd) {
		background: #f3f3f4;
	}

	table.compare td.vert-lead,
	table.compare tr:nth-child(odd) td.vert-lead,
	table.compare tr td.vert-lead:nth-child(odd) {
		background: #004e7e;
	    color: #fff;
	    border-color: #0a3a58;
	    
	}

	table.compare td.cs620,
	table.compare td.md380,
	table.compare td.cs750,
	table.compare td.cs800 {
		padding-left: 40%;	
		position: relative;
		text-align: right; 
	}

	td.cs620:before {
		content: "CS620: ";
		position: absolute;
		left: 15px;
		top: 15px;
		font-weight: 600;
	}

	td.md380:before {
		content: "MD380: ";
		position: absolute;
		left: 15px;
		top: 15px;
		font-weight: 600;
	}

	td.cs750:before {
		content: "CS750: ";
		position: absolute;
		left: 15px;
		top: 15px;
		font-weight: 600;
	}

	td.cs800:before {
		content: "CS800: ";
		position: absolute;
		left: 15px;
		top: 15px;
		font-weight: 600;
	}
}


/*--------------------------------*/
/* 4.5 Blog Roll
/*--------------------------------*/

section.blog-roll {
	background: url(../img/swirl-pattern-lgray.png);
}

.blog-item {
	background: #fff;
	padding: 15px 30px;
	border: solid 1px #d0d0d0;
	margin-bottom: 15px;
}

.blog-item h2,
.blog-item a h2  {
	color: #004e7e;
}

.blog-item h2 {
	margin: 15px 0;
}

.blog-cat {
	color: #ff8e17;
	font-style: italic;
}

.meta-date {
	display: block;
	margin-bottom: 15px;
}
.post-excerpt {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #373b3d;
}

a.read-more {
	color: #ff8e17;
	font-weight: 600;
}
a.read-more:hover,
a.read-more:focus,
a.read-more:active {
	color: #ff8e17;
}
a.older-posts {
	color: #004e7e;
	font-weight: 600;
	display: inline-block;
	padding: 0 15px;
}

a.read-more i,
a.older-posts i {
	margin-left: 8px;
}


@media (min-width: 768px) {
	.latest-posts .blog-item {
		padding-right: 60px;
		padding-bottom: 30px;
	}
	.latest-posts h2 {
		font-size: 28px;
	}
	.older-posts h2 {
		font-size: 21px;
		margin: 8px 0;
	}
}


/* ---------------------------------------------------------------------------------- *\
|* ---------------------------------------------------------------------------------- *|
|* 5.0 Footer
|* ---------------------------------------------------------------------------------- *|
\* ---------------------------------------------------------------------------------- */


.footnav,
.subfoot {
	color: #fff;
	padding: 30px 0;
}

.footnav {
	background: #004e7e; /* light blue */
}

.subfoot {
	background: #0a3a58; /* dark blue */
	text-align: center;
}

.footnav nav ul {
	padding: 0;
	margin: 0;
}

.footnav nav li {
	display: inline-block;
}
.footnav nav a {
	display: inline-block;	
	color: #fff;
	padding: 8px 30px 8px 0;
}

/* ---------------------------------------------------------------------------------- *\
|* ---------------------------------------------------------------------------------- *|
|* 6.0 images
|* ---------------------------------------------------------------------------------- *|
\* ---------------------------------------------------------------------------------- */

.img-wrap,
.img-wrap img {
	max-width: 100%;
}

/* ---------------------------------------------------------------------------------- *\
|* ---------------------------------------------------------------------------------- *|
|* 7.0 links and Buttons
|* ---------------------------------------------------------------------------------- *|
\* ---------------------------------------------------------------------------------- */


a.csi-btn,
nav.sitenav li a.csi-btn {
	display: block;
	text-align: center;
	padding: 8px 30px;
	background: #ff8f17; /*light orange*/
	border: solid 1px #ff7a17; /*dark orange*/
	color: #fff;
	text-shadow: 2px 2px 1px #ff7a17; /*dark orange*/
	font-weight: 600;
}

a.csi-btn:hover,
a.csi-btn:focus,
a.csi-btn:active,
nav.sitenav li a.csi-btn:hover,
nav.sitenav li a.csi-btn:focus,
nav.sitenav li a.csi-btn:active {
	text-decoration: none;
	color: #fff;
	background: #ff7a17; /*dark orange*/
}

.btn-wrap-left {
	text-align: left;
}

.btn-wrap-left a.csi-btn {
	display: inline-block;
}

@media (max-width: 768px) {
	a.csi-btn {
		padding: 8px;
	}
	.btn-wrap-left {
		text-align: center;
		padding: 15px;
	}

	.btn-wrap-left a.csi-btn {
		display: block;
	}
}

@media (min-width: 767px) {
	.col-sm-0 {
		display: none;
	}
}



/* add 1.5 offset */

@media (min-width: 992px){
	.col-sm-offset-15 {
	    margin-left: 12.66666%;
}

}


/* ---------------------------------------------------------------------------------- *\
|* ---------------------------------------------------------------------------------- *|
|* 7.0 Landing Page 
|* ---------------------------------------------------------------------------------- *|
\* ---------------------------------------------------------------------------------- */

.lp-html {
	height: 100%;
	background: #0a3a58;
}

.lp-body {
	border-top: solid 6px #2c8dcf;
	padding-bottom: 90px;
}

.lp-col {
	padding: 15px 60px;
}

.lp-container {
	position: relative;
	width: 900px;
	margin: auto;
	z-index: 99999;
}

.logo-container {
	text-align: center;
	margin-bottom: 30px;
}

.lp-logo {
	display: block;
	background: #fff;
	padding: 30px;
	border: solid 8px #0a3a58;
	-webkit-transition: border-color .3s ease-in-out;
	-moz-transition: border-color .3s ease-in-out;
	-o-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}

.lp-logo:hover,
.lp-logo:focus,
.lp-logo:active {
	border-color: #2c8dcf;
}

.wrapper {
	text-align: center;
}	

.wrapper h2 {
	margin-bottom: 30px;
	font-style: italic;
}

.wrapper h2 a {
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.wrapper h2 a:hover,
.wrapper h2 a:focus,
.wrapper h2 a:active {
	color: #ffde75;
	text-decoration: none;
	
}

.lp-body .csi-btn {
	font-size: 18px;
}

.lp-lead {
	padding-top: 30px;
	font-weight: 600;
}

.lp-lead small {
	font-weight: 300;
}

.lp-lead a {
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.lp-lead a:hover {
	color: #ffde75;
	text-decoration: none;
}

@media(min-width: 768px) {
	.wrapper {
		width: 100%;
		margin: auto;
	}
	.lp-col {
		padding: 15px;
	}
}
@media(min-width: 992px) {
	.wrapper {
		width: 800px;
		margin: auto;
	}
	.lp-col {
		padding: 30px;
	}
}
@media(min-width: 1200px) {
	.lp-col {
		padding: 15px 60px;
	}
}






