/*-------------------------------------------------------------------------

	Page Lightbox Definitions

-------------------------------------------------------------------------*/
.page-content-bar {
	position: relative;
	padding: 10px 0 5px;
	height: 41px;
	background: #fff url(../img/share-bar-shadow.png) repeat-x 0 0;
	overflow: hidden;
	z-index: 10;
}
.page-content-bar .container {
	padding: 0 1em;
	width: 59.25em;
}
.content-bar-link {
	display: block;
	height: 37px;
	margin-right: 1.5em;
	padding-left: 44px;
	line-height: 37px;
	font-size: 0.85em;
	color: #000;
	background: transparent url(../img/sprite-sheet.png) no-repeat -62px -1840px;
}
.content-bar-link.follow {
	background-position: -51px -880px;
	padding-left: 54px;
}
.no-touch .content-bar-link.follow:hover {
	background-position: -51px -960px;
}
.content-bar-link.blog {
	background-position: -51px -1040px;
	padding-left: 54px;
}
.no-touch .content-bar-link.blog:hover {
	background-position: -51px -1120px;
}
.no-touch .content-bar-link:hover {
	background-position: -62px -1920px;
}
.content-bar-link.conversation {
	background-position: -51px -1360px;
	padding-left: 54px;
}
.no-touch .content-bar-link.conversation:hover {
	background-position: -51px -1440px;
}
.content-bar-link.read-more {
	background-position: -62px -1200px;
}
.no-touch .content-bar-link.read-more:hover {
	background-position: -62px -1280px;
}
.content-bar-link.download {
	background-position: -62px -2480px;
}
.no-touch .content-bar-link.download:hover {
	background-position: -62px -2560px;
}
.close-icon {
	display: block;
	width: 45px;
	height: 45px;
	background: transparent url(../img/sprite-sheet.png) no-repeat 100% -2000px;
}
.no-touch .close-icon:hover {
	background-position: 100% -2080px;
}
.share-dropdown {
	position: absolute;
	top: -200px;
	left: 0;
	width: 8.875em;
	padding: 1em 0 1em 1.375em;
	overflow: hidden;
	background: #fff;
	z-index: 1;

	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);

	-webkit-transition: top ease 0.25s;
	-moz-transition: top ease 0.25s;
	-o-transition: top ease 0.25s;
	-ms-transition: top ease 0.25s;
	transition: top ease 0.25s;
}
.share-dropdown.visible {
	top: 0;
}
.share-dropdown ul,
.share-dropdown li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.share-dropdown li {
	margin-bottom: 0.5em;
}
.share-icon {
	display: block;
	padding-left: 2em;
	line-height: 20px;
	font-size: 0.85em;
	color: #000;
	background: transparent url(../img/sprite-sheet.png) no-repeat -80px 0;
}
.share-icon.facebook {
	background-position: -80px -80px;
}
.share-icon.linkedin {
	background-position: -80px -160px;
}
.share-icon.email {
	background-position: -80px -3360px;
}
.page-content-body {
	padding: 1.875em 0 3.75em 0;
	background: #fff url(../img/content-top-repeat-x.png) repeat-x 0 0;
}
.page-content-body h1 {
	font-family: sans-serif;
	font-size: 1em;
	margin: 1.25em 0 0.5em;
	font-weight: bold;
	font-style:italic;
}
.page-content-body p {
	font-family: sans-serif;
	font-size: 0.8em;
	margin: 0 0 1.5em;
	line-height: 1.5;
}
.page-content-body p a {
	color: #000;
}
.page-content-body p a:hover {
	text-decoration: underline;
}
.infographic-preview-body {
	text-align: center;
}
.infographic-preview-body iframe {
	border: 0;
}
.cisco-ar-content {
	width: 742px;
	margin: 0 auto;
}
.cisco-ar-content p {
	line-height: 1.3;
	font-style: italic;
	text-align: left;
}

a.video-play {
	display: block;
	position: relative;
	cursor: pointer;
}
.no-touch a.video-play span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/video-play.png) no-repeat 0 0;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all ease 0.25s;
	-moz-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	-ms-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.no-touch a.video-play:hover span {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	filter: 0;
	opacity: 1;
}
/* Sliding Door Buttons */
.button-container {
	padding-bottom: 1.5em;
}
.button {
	display: block;
	float: left;
	height: 43px;
	padding-right: 10px;
	margin: 0 20px 20px 0;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	cursor: pointer;
	background: transparent url(../img/button-sprite.png) no-repeat 100% -43px;
}
.button.last {
	margin-right: 0;
}
.button .indicator-wrapper {
	display: block;
	height: 43px;
	padding-left: 10px;
	color: #000;
	background: transparent url(../img/button-sprite.png) no-repeat 0 0;
}

.button .line-2 {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.button .indicator {
	display: block;
	height: 37px;
	line-height: 17px;
	padding: 6px 50px 0 0;
	background: transparent url(../img/sprite-sheet.png) no-repeat 100% -2477px;
}
.no-touch .button:hover {
	background-position: 100% -129px;
}
.no-touch .button:hover .indicator-wrapper {
	background-position: 0 -86px;
}
.no-touch .button:hover .indicator {
	color: #585858;
	background-position: 100% -2557px;
}
.button .indicator.preview {
	background-position: 100% -2317px;
}

.button .ioevaluetool {
	background-position: right bottom !important;
	background: transparent url(../img/ioe-button.png) no-repeat 100% !important;
}
.button:hover .ioevaluetool {
	background-position: right bottom !important;
	background: transparent url(../img/ioe-button-hover.png) no-repeat 100% !important;
}

.no-touch .button:hover .indicator.preview {
	background-position: 100% -2397px;
}
.button .indicator.play {
	background-position: 100% -2637px;
}
.no-touch .button:hover .indicator.play {
	background-position: 100% -2717px;
}
.button .indicator.arrow {
	background-position: 100% -2797px;
}
.no-touch .button:hover .indicator.arrow {
	background-position: 100% -2877px;
}
.button.one-line {
	font-size: 1.25em;
}
.button.one-line .indicator {
	line-height: 33px;
}



/** Lightbox **/
#DOMWindow {
	box-shadow: 0px 0px 20px black;
}
#DOMWindowClose {
	position:absolute;
	top:-20px;
	right:-20px;
	width:40px;
	height:40px;
	background:url(../img/lightbox-close.png) no-repeat left top;
	overflow:hidden;
	text-indent:-1000px;
	cursor:pointer;
}
.t1m-lb {
	display:none;
}