@charset utf-8;
/*
Theme Name: Azimuth
Theme URI: http://www.azimuthsystems.com/
Description: 
Author: Chadwick Cipiti Studios, Inc.
Author URI: http://www.chad-wick.com.com
Template:
Version: 2.0

General comments/License Statement if any.

*/
@import url('substyles/html5reset.css');
/*
	Broken out sections
*/
@import url('substyles/menu.css');
/*
	Generic classes
*/
.rounded {
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.right-side {
	text-align: right;
}
.left-side {
	text-align: left;
}
.wp-caption {
	margin: 10px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
.no-border {
	border: 0px !important;
}
.full-width {
	width: 100% !important;
}
/*
	Generic elements
*/
hr {
	width:80%;
	clear: left;
}
p {
	color: black;
	margin-bottom: .75em;
}
ul {
	list-style: disc inside;
}
li {
	margin-left: 1.5em;
}

hgroup {
	/*margin: 40px 0px 20px 20px;*/
	width: 94%;
	margin: 5.5% auto 2.8%;
}
h1, h1 a {
	font-family:"Open Sans",Arial,san-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	color:#274288;
}

h2, h2 a {
	font-family:"Open Sans",Arial,san-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2; /* this should be incresed in practice */
	color: #274288;
	margin-bottom: .25em;
}
h3, h3 a {
	font-family:"Open Sans",Arial,san-serif;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: .125em;
	color: #274288;
}
h4, h4 a {
	font-family:"Open Sans",Arial,san-serif;
	font-size: 13px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: .0125em;
	color: #274288;
}
h1 a, h2 a, h3 a, h4 a {
	color: #A45345;
}
sup {
	font-size: .5em;
	line-height: 1.0;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
thead {
	background: #efefef;
	border-top: 1px solid #ccc;
}
td, th{
font-size:1em;
border:1px solid #687c97;
padding:3px 7px 2px 7px;
}
th {
	font-weight: bold;
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#687C97;
color:#ffffff;
}
tr.alt td 
{
color:#000000;
background-color:#F0F8FF;
}
thead th {
	text-align: left;
}
tr {
	border-bottom: 1px solid #ccc;
}
tbody>tr>td:first-child {
	padding-right: 1em;
}
mark {
	background: yellow;
	/*background-color: #ffaf75;*/
}
/*
	Block layouts
*/
html,body {
	font-family:Arial,sans-serif; 
	font-size:12px;
	bord 
}
li.current_page_item {
	
}
section#pictureBar {
	width:975px;
	margin:auto;
	height: 155px;
}
div#blueBlock {
	background: #036 url('images/bg-blocks.png') top left;
	width: 391px;
	height: 100%;
	float:left;
}
div#blueBlock h1 {
	color: #e0aa0f;
	font: normal 24px/2 "Open Sans",Arial,san-serif;
	position: relative;
	top: 26%;
	left: 5.25%;
	display: inline;
}
div#greenBlock {
	background: #099 url('images/bg-blocks.png') 371px 0px;
	width: 185px;
	height: 100%;
	float:left;
	margin-left: 9px;
}
div#yellowBlock {
	background: url('images/YellowBox-Blank.jpg');
	width: 185px;
	height: 100%;
	float:left;
	margin-left: 10px;
}
div#redBlock {
	background: #933 url('images/bg-blocks.png') 184px 0px;
	width: 185px;
	height: 100%;
	float:left;
	margin-left: 9px;
}
div#shadedBottom {
	background: -moz-linear-gradient(top, rgba(217,217,217,0.5) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,217,217,0.5)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(217,217,217,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(217,217,217,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(217,217,217,0.5) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(217,217,217,0.5) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
	clear: both;
	position: relative;
	top:-2.5em;
}
body.home div#shadedBottom {
	top: .2em;
}
/*
	Main Content Area
*/

.text-wrapper {
	width: 75.8%;
	top: -3.125em;
	/* opacity: .8; */
	background:url(../../uploads/white80.png) top left repeat;
	float: right;
	z-index: 5;
	position: relative;
	/*	We use px here because older versions of WebKit don't support %	*/
	-moz-border-radius-topleft: 2.5px;
	-moz-border-radius-topright: 2.5px;
	-webkit-border-top-left-radius: 2.5px;
	-webkit-border-top-right-radius: 2.5px;
	border-top-left-radius: 2.5px;
	border-top-right-radius: 2.5px;
	-moz-box-shadow: 0px -5px 15px #666;
	-webkit-box-shadow: 0px -5px 15px #666;
	box-shadow: 0px -5px 15px #666;
	right: 2%;
	min-height: 40em;
/*	margin-bottom: -3.125em;*/
}
div.post {
	/*border-bottom: 2px inset #ccc;*/
}
.inner-wrapper {
	width: 94%;
	margin: 1.55em auto .5em auto; /*	The top value should always collapse	*/
	opacity: 1;
	/*position: static;*/
	padding-bottom: .25em;
}
section#main-content {
	width: 71%;
}
body.single #main-content {
	width: 98%;
}
/*
	Sidebar Area
*/
aside#related-sidebar {
	float:right;
	width: 23%;
}
aside#related-sidebar h1,aside#related-sidebar h2,aside#related-sidebar h3 {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
}
aside#related-sidebar p, aside#related-sidebar a {
	margin-bottom: .5em;
	line-height: 1.2;
}

aside#related-sidebar hr {
	color: #ddd;
}
aside#related-sidebar img {
	margin: .5em 0em;
}
/*
	Content layouts
*/
img#home-logo {
	width: 175px;
/*
	margin-left: 10px;
	display:inline;
*/
	height:65px;
}
p.wp-caption-text {
	color: #555;
	text-align: right;
	font-size: 10px;
}
article.type-page #main-content p:first-child {
	color: #555;
	font-size: 1.1em;
	margin-bottom: 20px;
}
#main-content ul {
	margin-bottom: 1em;
}
#main-content p img {
	margin: 1em 1em 0em 1em;/* account for the 1em margin on <p> wrappers */
	border: 1px solid #ccc;
}
#menu-main-nav-bar>li.current-menu-item a, li.current-menu-ancestor a, #sidebar li.current-page-ancestor a,#sidebar li.current-cat-ancestor a {
	font-weight: bold;
}
a.downloadButton {
	color: white;
	background: #c33;
	text-transform: uppercase;
	font-size: 10px;
	padding: .25em;
	background: -moz-linear-gradient(top,#cc3333 0%,#993333);
	background: -webkit-gradient(linear, left top, left bottom, from(#cc3333), to(#993333));
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border: 2px solid #cccccc;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.5);
}
a.downloadButton:link { color:white; }
a.downloadButton:visited { color:white; }

.type-post {
	clear: both;
}
.type-post hr {
	margin-bottom: 1em;
}

/*
	Contact form
*/
input {
	border: 1px solid #ccc;
}
/*
	Navigation
*/
div.topNav {
	position: absolute;
	top: 3%;
	right: 16%;
	z-index: 5;
}
ul#menu-top-nav-bar {
	list-style: none;
}
ul#menu-top-nav-bar li {
	float: left;
	padding:0px 9px 0px 0px;
	border-right:1px solid white;
	margin:0px 9px 0px 0px;
}
ul#menu-top-nav-bar li:last-child {
	border-right:0px;
}

#sidebar {
	margin-top: 30px;
	/*width: 175px;*/
	width: 20%;
	margin-left: 20px;
	float: left;
	clear: both;
}
#sidebar ul {
	list-style: none;
	margin-top: 15px;
}
#sidebar ul li {
	border-bottom: 1px solid #ddd;
	padding-right: .25em;
}
#sidebar li.current-page-ancestor, #sidebar li.current-cat-ancestor {
	border-top: 1px solid #ddd;
	margin-left: .5em;
}
#sidebar ul li a {
	color: black;
	padding: 7px 0px;
	display: block;
}
#sidebar li.current_page_item a, #sidebar li.current-cat a {
	color: #339;
}
/*
#sidebar ul li.current_page_item ul.children {
	margin-top: 0;
}
#sidebar ul.children {
	margin-top: 5px;
}
#sidebar ul.children li {
	border-bottom: none;
	border-top: 1px solid #ddd;
}
#sidebar ul li.current_page_item ul.children li a {
	color: black;
}
#sidebar ul.children li:first-child {
	border-top: none;
}
*/
/*
	Footer
*/
footer#finalFooter {
	height: 35px;
	padding-top: 6px;
}
footer#finalFooter p.right-side {
	margin-right: 10px;
	float:right;
}
footer#finalFooter p.left-side {
	border-left: 1px solid #909090;
	margin: 0px 0px 6px;
	display: inline;
}
footer#finalFooter p.left-side.no-border {
	margin-left: 10px;
	border: none;
}
footer#finalFooter p.left-side a {
	margin-left: 6px;
}
/*
	Home Page
*/
body.home section#pictureBar {
	height: 320px;
}
article#textBar {
	border: 1px solid #ccc;
	padding: 20px 0px;
	height: 30em;/* This is fragile!*/
	margin-top: 1em;
}
article#textBar section {
	float:left;
	width: 22.25%;
	position: relative;
	left: -1px;
	padding: 0px 10px;
	height: 100%;
}
section#homeEvents {
	border-right: 1px solid #ccc;
	padding: 0px 10px 0px 20px;
	left:0px;
}
section#homeNews {
	float:left;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
section#homeCaseStudy {
	float:left;
	margin-left: -1px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
section#homeCallout {
	float: right;
	background: url:;
	text-align: left;
}
section#homeCallout div#_RW_Meta_Box-AzimuthSidebar {
	/*width: 74%;*/
}
body.home section#main-content {
	width: 100%;
}
div#promoBar {
	width: 100%;
/*	height: 100px;*/
	height: 6.25em;
	border: 1px solid #ccc;
	margin-top: 1em;
	overflow:hidden;
}
div#promoBar .promoBar-button {
	display: block;
	height: 100;
	width: 20%;
	float: left;
	height: 100%;
	position: relative;
	text-align: center;
	background: transparent url('images/promoBar-divider.gif') no-repeat right center;
}
div#promoBar .promoBar-button a {
	height: 100%;
	display: block;
}
div#promoBar a.promoBar-button:hover {
	background: center center url('http://www.azimuthsystems.com/wp-content/themes/AzimuthNew/style.css') rgba(128,128,128);
}
div#promoBar .promoBar-button span {
	/*display: block;*/
	/*bottom: 0;*/
	top: 66%;
	color: #444;
	font-size: 12px;
	left: 0;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}
div#promoBar .promoBar-button img {
	margin-top: 5%;
}
div#promoBar a.promoBar-button:hover span {
	color: #00539f;
}
div#promoBar #promoBar-text {
	background: #666;
	/*z-index: 5;*/
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
div#promoBar #promoBar-text * {
	margin-left: 5px;
	font-size: 11px;
	line-height: 1.1;
	color: white;
}
div#promoBar #promoBar-text h1 {
	font-size: 18px;
	line-height: 1.2;
	margin: .5em;
}
div#promoBar #promoBar-1 {
}
div#promoBar #promoBar-2 {
}
div#promoBar #promoBar-3 {
}
div#promoBar #promoBar-4 {
	background:transparent;
}
/*
	radSLIDE
*/
#radslide-1 {}
#radslide-1 .radslide {
	height: 100%;
}
#radslide-1 .radslide  div#imageFrame {
	height: 320px;
	width: 975px;
	position: relative;
	background-position: center left;
	background-repeat: no-repeat;
}
#radslide-1 div#bannerTextWrapper {
	width: 40%;
	position: relative;
	height: 100%;
}
#radslide-1 section#bannerText {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
}
#radslide-1 section#bannerText div.bannerCaption {
	margin-top: 1em;
}
#radslide-1 section#bannerText h1 a {
	color: #e0aa0f;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 40px;
	line-height: 1.1;
}
#radslide-1 p.bannerCaption {
	color: white;
	margin-top: 1em;
}
.topNav li { white-space:nowrap; }

a:link { color:#274288; text-decoration:none; font-weight:normal; }
a:visited { color:#274288; text-decoration:none; font-weight:normal; }
a:active { color:#e7ab1a; text-decoration:none; font-weight:normal; }
a:hover { color:#e7ab1a; text-decoration:none; font-weight:normal; }

.CCtopNav { float:left; font-family:'Open Sans',Arial,sans-serif; font-weight:bold; font-size:13px; color:#fff; height:23px; border-right:1px solid #0d2156; display:block; }
.CCtopNav:hover { background-color:#0d2156; cursor:pointer; color:#e7ab1a; }
.CCtopNav div { padding:2px 29px 0px 30px; }

.CCdropNav { position:absolute; top:23px; left:-1px; width:160px; padding:0px; display:none; color:#fff; font-size:11px;}
.CCdropNavInner { padding:6px; border-bottom:1px solid #0d2156; display:block; }
.CCdropNavInner:hover { background-color:#274288; background-color:rgba(39,66,136,0.75); color:#e7ab1a; }
.CCdropNav a:link { color:#fff; text-decoration:none; font-weight:normal; font-size:11px; }
.CCdropNav a:visited { color:#fff; text-decoration:none; font-weight:normal; font-size:11px; }
.CCdropNav a:active { color:#e7ab1a; text-decoration:none; font-weight:normal; font-size:11px; }
.CCdropNav a:hover { color:#e7ab1a; text-decoration:none; font-weight:normal; font-size:11px; }

.CCtoolNav { color:#fff; font-size:11px; position:absolute; top:8px; left:564px; }
.CCtoolNav a:link { color:#fff; text-decoration:none; font-weight:normal; font-size:11px; }
.CCtoolNav a:visited { color:#fff; text-decoration:none; font-weight:normal; font-size:11px; }
.CCtoolNav a:active { color:#e7ab1a; text-decoration:none; font-weight:normal; font-size:11px; }
.CCtoolNav a:hover { color:#e7ab1a; text-decoration:none; font-weight:normal; font-size:11px; }

.CCnewsBar { position:relative; background-color:#0d2156; padding:4px 14px 4px 14px; height:17px; }
.CCnewsBar a:link { color:#e7ab1a; text-decoration:none; font-weight:normal; }
.CCnewsBar a:visited { color:#e7ab1a; text-decoration:none; font-weight:normal; }
.CCnewsBar a:active { color:#fff; text-decoration:none; font-weight:normal; }
.CCnewsBar a:hover { color:#fff; text-decoration:none; font-weight:normal; }
.CCnewsItem { position:absolute; top:4px; left:60px; }

.opensans { font-family:'Open Sans',Arial,sans-serif; }
.yellow { color:#e7ab1a; }
.white { color:#ffffff; }
.blueTrans { background-color:#0d2156; background-color:rgba(13,33,86,0.75); }

.shadow { text-shadow:2px 2px 2px rgba(0,0,0,0.5); }
.noshadow { text-shadow:none; }
.boxshadow {
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.CCslide { position:absolute; top:0px; left:0px; width:975px; height:320px; z-index:1; display:none; }
.CCslideBack { position:absolute; top:0px; left:0px; width:975px; height:320px; display:none; }
.CCslideRight { position:absolute; top:30px; right:30px; width:420px; height:260px; display:none;  }
.CCslideRightBox { position:absolute; top:0px; right:0px; width:420px; height:260px; } 
.CCslideRightText { position:absolute; top:20px; right:10px; width:380px; height:200px; }
.CCslideLeft { position:absolute; bottom:20px; left:20px; display:none; }
.CCslideLeftImg { position:absolute; bottom:0px; left:0px; }
.CCslideLeftBox { position:absolute; bottom:10px; left:10px; height:30px; }
.CCslideHead { font-family:'Open Sans',Arial,sans-serif; font-weight:bold; font-size:32px; line-height:38px; color:#fff; }
.CCslideSub,.CCslideSub li { font-family:'Open Sans',Arial,sans-serif; font-weight:bold; font-size:18px; line-height:28px; color:#d6dfeb; }
.CCslideProd { position:absolute; bottom:11px; left:18px; font-family:'Open Sans',Arial,sans-serif; font-weight:bold; font-size:14px; line-height:28px; color:#fff; white-space:nowrap; }

.CCfourTop { position:relative; float:left; display:block; width:228px; height:20px; background-color:#274288; }
.CCfourTop div { text-align:center; padding-top:4px; font-family:'Open Sans',Arial,sans-serif; font-weight:bold; font-size:12px; line-height:14px; color:#fff; text-transform:uppercase; }
.CCfourBoxes { position:relative; float:left; display:block; width:228px; height:130px; background-color:#d6dfeb; }
.CCfourText { position:relative; float:left; display:block; width:228px; font-size:11px; line-height:12px; margin-top:8px;  }
.CCfourText p,.CCfourText a { font-size:11px; line-height:12px; margin-top:0px; margin-bottom:5px; }

li.page-item-3657 { display:none; }

.tablepress tfoot th, .tablepress thead th { background-color:#274288 !important; }