@charset "utf-8";
/* Wedge Networks Internal Page CSS Document */

p {
	color: #5a8299;
}

.navbar {
	background: rgba(255,255,255,0.4);
	height: 100px;
	border-top: none !important;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
}

.internalHeaderImage {
	position: relative;
	top: -113px;
	z-index: 1;
	margin-bottom: -113px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}

.internalHeaderImage img {
	width: 100%;
	height: auto;
}

body > section {
	padding: 0;
}

body > section#breadcrumb {
	padding: 10px 0 50px;
	color: #0c69a0;
}

body > section#bottom {
	padding: 70px 0;
}

section#breadcrumb a {
	font-size: 12px;
	color: #0c69a0;
	text-decoration: none;
}

section#breadcrumb a:hover {
	text-decoration: underline;
}

section#breadcrumb span {
	display: inline;
	padding: 0 5px;
	font-weight: 300;
}

.right {
	text-align: right;
}

section h1 {
	color: #456575;
	font-weight: normal;
	font-size: 40px;
}

section h3 {
	color: #58595b;
	font-weight: bold;
}

div.blueBox div {
	border: solid 2px #0082c8;
	color: #0082c8;
	margin: 10px;
}

div.blueBox.inverted div {
	border: solid 2px #0082c8;
	color: #FFF;
	background-color: #0082c8;
	margin: 10px;
	padding: 0 10px;
}

div.blueBox div p,
div.blueBox div ul li,
div.blueBox div ol li {
	color: #0082c8;
}

.sidebar {
	border-left: solid 2px #eaeaea;
}

.sidebar h3 {
	text-transform: uppercase;
	color: #0c69a0;
	margin-bottom: 15px;
}

.sidebar #related {
	list-style-type: none;
	padding-left: 15px;
}

.sidebar #related li {
	margin-bottom: 15px;
}

.sidebar #related li:last-child {
	margin-bottom: 0;
}

.sidebar #related a {
	color: #0c69a0;
	text-decoration: none;
}

.sidebar #related a:hover {
	text-decoration: underline;
}

hr.lightGreyBar {
	width: 60%;
	height: 10px;
	background-color:#e3e3e3;
	color:#e3e3e3;
	border: 0 none;
	margin: 3em 0 3em 15px;
}

hr.lightGreyBar.centered {
	width: 60%;
	height: 10px;
	background-color:#e3e3e3;
	color:#e3e3e3;
	border: 0 none;
	margin: 3em auto;
	clear: both;
}

.sidebar #secondarySidebar {
	list-style-type: none;
	padding-left: 15px;
}

.sidebar #secondarySidebar li {
	margin-bottom: 15px;
}

.sidebar #secondarySidebar li:last-child {
	margin-bottom: 0;
}

.sidebar #secondarySidebar a {
	color: #808c96;
	text-decoration: none;
}

.sidebar #secondarySidebar .red {
	color: #ed2b2f;
	font-size: 12px;
}

.sidebar #secondarySidebar a:hover {
	text-decoration: underline;
}

.sidebar #howToBuyBorder {
	border: solid 2px #eaecec;
	border-radius: 5px;
	padding: 4px;
	margin: 3em 0 0 0;
}

.sidebar #howToBuy {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar #howToBuy li {
	margin-bottom: 4px;
	background: #8997a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #8997a0 0%, #808c96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8997a0), color-stop(100%,#808c96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8997a0 0%,#808c96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8997a0 0%,#808c96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8997a0 0%,#808c96 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8997a0 0%,#808c96 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8997a0', endColorstr='#808c96',GradientType=0 ); /* IE6-9 */
	height: 50px;
	line-height: 50px;
}

.sidebar #howToBuy li:last-child {
	margin-bottom: 0;
}

.sidebar #howToBuy li a {
	display: block;
	padding: 0 0 0 15px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	background: #8997a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #8997a0 0%, #808c96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8997a0), color-stop(100%,#808c96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8997a0 0%,#808c96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8997a0 0%,#808c96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8997a0 0%,#808c96 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8997a0 0%,#808c96 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8997a0', endColorstr='#808c96',GradientType=0 ); /* IE6-9 */
}

.sidebar #howToBuy li a:hover {
	background: #808c96; /* Old browsers */
	background: -moz-linear-gradient(top,  #808c96 0%, #808c96 0%, #8997a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808c96), color-stop(0%,#808c96), color-stop(100%,#8997a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #808c96 0%,#808c96 0%,#8997a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #808c96 0%,#808c96 0%,#8997a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #808c96 0%,#808c96 0%,#8997a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #808c96 0%,#808c96 0%,#8997a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808c96', endColorstr='#8997a0',GradientType=0 ); /* IE6-9 */
}

.sidebar #howToBuy li.title {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 15px;
}

.sidebar #howToBuy li.trial a {
	color: #ffd903;
	font-weight: bold;
}

hr.spacer {
	height: 2em;
	visibility: hidden;
	clear: both;
}

.floatRight {
	float: right;
	margin: 0 0 1em 1em;
}

.floatLeft {
	float: left;
	margin: 0 1em 1em 0;
}

h2.yellow {
	color: #f69333;
	font-weight: normal;
}

.addthis_toolbox.addthis_default_style {
	display: inline-block;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at4-icon, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
	float: none;
}

.addthis_16x16_style .at4-icon, .addthis_16x16_white_style .at4-icon, .addthis_default_style .at4-icon, .at-16x16 {
	position: relative;
	top: 2px;
	left: -2px;
}

.at4-icon.aticon-compact {
	background-color: #0080C7 !important;
}