/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #fff; }
a:hover { color: #fff; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*::-moz-selection{ background: #FF5E99; color:#f0f0f0; text-shadow: none; }
::selection { background:#FF5E99; color:#f0f0f0; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; }*/ 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }

.clearfix:after, #wrapper:after, #header:after, .tiles:after, .teaser:after, .indent:after, .webinar:after, #main-content:after, #footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, #wrapper, #header, .tiles, .teaser, .indent, .webinar, #main-content, #footer {
	zoom: 1;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	background: #a5a8a2;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div.clearer {
	clear: both;
}

p, ul, ol, dl, dd, blockquote, pre, code, table { 
	margin: 0 0 18px 0;
	line-height: 18px;
}

/* lists should be a half-size less than the main margin */

ul {
	list-style-type: none;
}

li { 
	margin: .5em 0 .5em 0; 
	padding-left: 12px;
	background: url(/images/bg/bullet.png) 0 3px no-repeat;
	list-style-type: none;
}

li ul {
	margin-bottom: .5em;
}

ul.nav {
	margin: 0;
	padding: 0;
}

ul.nav li {
	padding: 0;
	background: none;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

 /* Primary Styles
    Author: 
 */


#wrapper {
	background: url(/xres/webinars/images/bg/wrapper.png) repeat-y;
	width: 958px;
	padding: 0 33px;
	margin: 0 auto;
}

#logo {
	margin-left: 27px;
	float: left;
}

h1#real-solutions {
	width: 958px;
	height: 124px;
	background: url(/xres/webinars/images/headers/industry-inspired.jpg) top left no-repeat;
	text-indent: -10000px;
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.1em;
	clear: left;
}

.tiles {
	clear: left;
	margin: 10px 0;
	height: 183px;
}

.halign {
	float: left;
}

.tiles img {
	display: block;
	float: left;
	margin: 0 7px;
}

#header {
	padding: 10px 0;
}

ul.mininav {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

ul.mininav li {
	float: left;
	margin-right: 5px;
}

ul.mininav li a {
	color: #f0f0f0;
	text-decoration: none;
	border: 3px solid #f0f0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 2px 12px 6px 12px;
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-family: depot-new-condensed-web,sans-serif;
font-style: normal;
font-weight: 400;
}

.blue, .blue a {
	background: #0068ad;
}

.gray, .gray a {
	background: #a5a8a2;
}

.orange, .orange a {
	background: #f68428;
	color: #fff !important;
}

ul.mininav li a {
	
}

#main-content {
	color: #f0f0f0;
}

div.intro {
	padding: 0 40px 0 75px;
	margin: 10px 0;
}

div.intro p {
	margin: 0;
	font-size: 20px;
	color: #f0f0f0;
	line-height: 26px;
}

h2 {
	font-size: 30px;
	color: #f68428;
	margin: 0;
	line-height: 32px;
font-family: depot-new-condensed-web,sans-serif;
font-style: normal;
font-weight: 400;
}

div.teaser h2 {
	float: left;
}

div.teaser p.button {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

.button a {
	color: #f0f0f0;
	text-decoration: none;
	border: 3px solid #f0f0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 4px 12px 8px 12px;
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-family: depot-new-condensed-web,sans-serif;
font-style: normal;
font-weight: 400;
}

.indent {
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box {
	border: 1px solid #a3a6a4;
	padding: 0px 0px 0px 6px;
	clear: both;
	border-right: none;
	float: left;
	margin: 10px 0 10px 0;
	width: 910px;
}

.box-inside {
	float: left;
	border-left: 1px solid #a3a6a4;
	padding: 10px 15px 10px 15px;
}

div.the-info, div.request-on-demand {
	float: left;
	margin-right: 0px;
	width: 200px;
}

div.the-info p {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	font-size: 22px;
	line-height: 26px;
	background: url(/xres/webinars/images/bullets/bullet.png) 0 4px no-repeat;
}

div.request-on-demand p {
	text-align: right;
	margin-top: 10px;
}

div.request-on-demand a {
	color: #F68428;
}

div.the-info a {
	color: #fff;
}


div.description {
	padding-right: 40px;
	padding-left: 20px;
	overflow: hidden;
}

div.description p {
	margin: 5px 0 5px 0;
	font-size: 18px;
	line-height: 24px;
}

div.description p.desc {
	margin-bottom: 10px;
}

div.description a {
	color: #f68428;
}

div.description a:hover {
	text-decoration: underline;
}

div.solution-wrap a {
	color: #000;
}

div.description p.speakers {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

.on-demand .the-info, div.solution div.the-info {
	float: none;
	overflow: auto;
	border-left: none;
	margin: 0;
	padding: 0;
}

.on-demand .webinar {
	float: left;
	width: 250px;
	border-right: 1px solid #a3a6a4;
	padding: 2px 20px 0 15px;
}

.first {
	padding-left: 5px !important;
	width: 260px;
}

.on-demand .teaser {
	background: #a5a8a2;
	margin: -10px -15px 10px -15px;
	padding: 10px 15px;
	width: 880px;
}

.on-demand div.the-info p, div.solution div.the-info p {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 2px;
	background: none;
	padding: 0;
}

.last {
	border-right: 0 !important;
}

.on-demand div.description, div.solution div.description {
	padding: 0;
}

.on-demand div.description p, div.solution div.description p {
	font-size: 14px;
	line-height: 18px;
}

.on-demand .teaser h2 {
	color: #0068ad;
	
}

.comment-list {
	padding: 10px 12px 10px 12px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f0f0f0;
}

.comment-list-inside {
	overflow: auto;
	height: 300px;
	padding-right: 20px;
}
	

.comment-list p {
	color: #000;
	font-size: 16px;
	line-height: 20px;
}

span.attribution {
	display: block;
	font-weight: bold;
}

div.videos {
	width: 440px;
	float: left;
}

div.submit-comment {
	width: 450px;
	float: left;
}

div.comments {
	margin-top: 20px;
}

form.comments {
	margin: 0;
	padding: 0;
}

form.comments p.button {
	float: right;
	clear: both;
}

form.comments textarea {
	padding: 8px 10px 8px 10px;
	width: 428px;
	font-size: 12px;
	margin: 5px 0 5px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ccc;
	background: #f0f0f0;
	height: 28px;
	outline: none;
	clear: left;
	display: block;
	
}

form.comments textarea.name {
	margin: 0 0 5px 0;
	height: 16px;
}


.twtr-ft {
	display: none;
}

.twtr-widget {
	margin-bottom: 10px;
}

p.socialize {
	text-align: center;
	margin: 0;
	vertical-align: middle;
}

.tweeter {
	 display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    vertical-align: top;
}

.tweet-button {
	margin-top: 10px;
}


#footer {
	margin: 0 auto;
	background: #acb6ac;
	border-top: 7px solid #0067ac;
	padding: 20px 20px 0 20px;
	font-family: depot-new-condensed-web,sans-serif;
font-style: normal;
font-weight: 400;
}

div.bottom {
	clear: left;
	font-size: 0;
	background: url(/xres/webinars/images/bg/footer.png) bottom left no-repeat;
	height: 69px;
	width: 1024px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 20px;
	line-height: 24px;
}

#footer p.location {
	float: left;
	margin: 0 0 5px 0;
}

p.shift {
	padding-left: 75px !important;
}

p.shift a {
	color: #000;
}

div.col {
	float: left;
	margin-right: 53px;
}

div.last {
	margin-right: 0;
}

div.big-margin {
	margin-bottom: 60px;
}

div.col div.solution {
	padding: 15px 15px 60px 15px;
	color: #171717;
	zoom: 1;
}

div.solution div.the-info a {
	color: #171717;
}

div.col div.solution h3 {
	margin: 0 0 10px 0px;
	text-align: center;
	font-family: depot-new-condensed-web,sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
white-space: nowrap;
}

div.solution div.the-info {
	margin: 5px 0;
	min-height: 90px;
	width: auto;
}

div.solution div.the-info p {
	margin-bottom: 2px;
	line-height: 19px;
	text-align: center;
}

div.solution-wrap {
	position: relative;
	zoom: 1;
}

div.divider {
	margin: 20px 0 0 0;
	border-top: 1px solid #a3a6a4;
	padding-bottom: 20px;
	clear: both;
} 

div.solution-wrap img.mark {
	position: absolute;
	bottom: -35px;
	left: 85px;
}

.webinars {
	padding-left: 75px;
}

.b2b {
	width: 242px;
}

.synchronization {
	width: 239px;
}

.professional {
	width: 244px;
}

.b2b div.solution-wrap {
	background: url(/xres/webinars/images/bg/idx-bottom.png) bottom left no-repeat;
}

.b2b div.solution {
	background: url(/xres/webinars/images/bg/idx-top.png) top left no-repeat;
}


.synchronization div.solution-wrap {
	background: url(/xres/webinars/images/bg/idw-bottom.png) bottom left no-repeat;
}

.synchronization div.solution {
	background: url(/xres/webinars/images/bg/idw-top.png) top left no-repeat;
}


.professional div.solution-wrap {
	background: url(/xres/webinars/images/bg/professional-bottom.png) bottom left no-repeat;
}

.professional div.solution {
	background: url(/xres/webinars/images/bg/professional-top.png) top left no-repeat;
}


p.social {
	float: right;
}

span.divider {
	color: #fff;
	margin: 0 5px;
}

/* carousel */

#main-content div.thumbs ul li {
	margin: 0 19px 12px 0;
	padding: 0;
	float: left;
	background: none;
	line-height: 14px;
	width: 120px;
	color: #f0f0f0;
	line-height: 16px;
}

div.thumbs {
	margin-top: 8px;
}

div.thumbs img {
	display: block;
	border: 1px solid #ccc;
}

div.thumbs li span.caption {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 4px;
	display: block;
	text-align: center;
}

div.thumbs li a {
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	color: #f0f0f0;
}


.thumbs {
	position: relative;
	width: 440px;
	height: 130px;
	overflow: hidden;
	
}


.carousel {
	position: relative;
	z-index: 500;
	padding-left: 0px;
	width: 440px;
}

.logos-carousel {
	margin-top: 10px;
}

.logos {
	position: relative;
	width: 440px;
	height: 130px;
	overflow: hidden;
	
}

.carousel * {
	-moz-user-select: none; // mozilla browsers
    -khtml-user-select: none; // webkit browsers
}

.carousel .next, .carousel .prev {
	position: absolute;
	top: 40px;
	left: auto;
	right: 18px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	z-index: 999999;
	margin: 0;
	padding: 5px;
	width: 10px;
	height: 10px;
}

.carousel .next p, .carousel .prev p {
	font-size: 16px;
}

.carousel .prev {
	left: -20px !important;
	right: auto  !important;
}

.orange-link, .orange-link a {
	color: #F68428;
	text-decoration: none;
}

.orange-link a:hover {
	text-decoration: underline;
}

.rounded {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.demand-list {
	border-top: 1px solid #a3a6a4;
	margin-top: 0;
	margin-bottom: 0 !important;
	padding-bottom: 20px;
	padding-top: 10px;
	/*background: #67736b;*/
}

.demand-listing .webinar {
	margin-bottom: 20px;
}

.demand-list .the-info p {
	text-align: right;
}

#on-demand {
	margin-top: 30px;
}

.demand-listing .box-inside {
	padding-bottom: 0 !important;
}
	

div.description p.webinar-action {
	margin-top: -5px !important;
	margin-bottom: 10px;
}


@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

