/***
* Global Article Styles
***/
/* #page {
    font-size: 0.875em !important;
} */

#wide-content-flush {
    float: left;
    margin-left: 0;
    margin-right: -1000px;
    width: 1000px;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/sparx.woff);
}
.banner {
  padding-left: 320px;
  padding-right: 50px;
  background-position: left 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  }
h1 {
 font-size:58px;
 text-align:center;
 margin:20px;
 color:#666;
 font-weight: 200; 
 letter-spacing: -1px;
 line-height:70px;
 font-family: "Roboto",sans-serif; 
 }
h2 {
 color: #666;
 font-family: "Roboto",sans-serif;
 font-size: 24px;
 font-weight: 200;
 margin: 0;
 margin-top:20px;
 line-height:24px;
}
h3 {
 color: #666;
 font-family: "Roboto",sans-serif;
 font-size: 20px;
 font-weight: 200;
 margin: 0;
 margin-top:20px;
 line-height:22px;
}

h4 {
  font-size: 9px;
  font-weight: 200;
  padding-left: 30px;
}

h5 {
 font-family: "Roboto",sans-serif;
 font-size: 40px;
 font-weight: 200;
}

p {
  font-size: 16px;
  margin-top:3px;
  line-height:22px;
}

p {
  color: #595959;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 400;
}

li {
	padding-left: 10px;
}

img {
    border-style: none;
}

.padding-5 {
	padding: 5px 0px;
}

.image-padding {
	padding: 10px 0px;
}

.image-padding  p {
  font-size: 12px;
  /*margin-top:3px;*/
  line-height:13px;
}

.image-padding-15 {
	padding: 15px 0px;
}

.image-padding-20 {
	padding: 20px 0px;
}

.padding-25 {
	padding: 25px 0px;
}


.padding-30 {
	padding: 30px 0px;
}

.padding-40 {
	padding: 40px 0px;
}

.padding-50 {
	padding: 50px 0px;
}


.padding-ctr-nopad {
	text-align: center;
}

.padding-ctr {
	padding: 10px 10px;
	text-align: center;
}

.padding-ctr-10-20 {
	padding: 10px 20px;
	text-align: center;
}
.padding-ctr-20-20 {
	padding: 20px 20px;
	text-align: center;
}

.padding-leftbox{
	padding: 80px 0px 20px 80px;
}

.padding-leftbutton{
	padding: 0px 0px 0px 50px;
}

.padding-rightthumbs{
	padding: 0px 0px 0px 30px;
}

.padding-ctr-40 {
	padding: 40px 0px 20px 0px;
	text-align: center;
}
.padding-ctr-60 {
	padding: 60px 0px 40px 0px;
	text-align: center;
}

.topic-container {
	overflow:auto;
	padding:30px 0px 0px 0px;
	width:100%;
}

.topic-container .right {
	float:right;
}

.topic-container .right  img{
	padding-left: 123px;
}

.topic-container .right-20pad {
	float:right;
}

.topic-container .right-20pad  img{
	padding: 20px 0px 0px 0px;
}

.topic-container .screenshot-small img{
	padding: 40px 40px;
}

.topic-container .screenshot-med img{
	padding: 40px 40px;
}

.topic-container .screenshot-med-left img{
	padding: 52px 0px 0px 0px;
}

.topic-container .screenshot-large-left img{
	padding: 45px 0px 10px 0px;
}

.topic-container .screenshot-med-right img{
	padding: 8x 0px 0px 10px;
}

.topic-container .left {
	float:left;
	padding:0px;
}

.topic-container .screenshot-very-large {
	width:72%;
}

.topic-container .screenshot-large {
	width:64%;
}

.topic-container .screenshot-large-left {
	width:64%;
}

.topic-container .screenshot-med {
	width:49%;
}

.topic-container .screenshot-small {
	width:35%;
}

.topic-container .text-large {
	width:64%;
}

.topic-container .text-med {
	width:50%;
}

.topic-container .text-small {
	width:35%;
}

.topic-container .text-very-small {
	width:27%;
}

.topic-container li {
    background-image: url("/images/icons/tick.png");
    background-position: 1px 2px;
    background-repeat: no-repeat;
	font-size: 14px;
    list-style-type: none;
    margin: 5px 0px;
    padding-left: 25px;
}

.topic-container h4 {
 color: #666;
 font-family: "Roboto",sans-serif;
 font-size: 34px;
 font-weight: 200;
 margin: 0;
 margin-top: 20px;
 line-height: 36px;
 text-align: left;
 padding-left: 0px;
}

.resources {
	margin: 20px 0px;
}

.resources .leftcell {
	float: left; 
	width: 31%; 
	/*border:1px solid #d4d4d4; */
	margin: 10px 0px; 
	padding: 5px 5px 20px 5px; 
	text-align: center;
}

.resources .middlecell {
	float: left; 
	width: 31%; 
	/*border:1px solid #d4d4d4; */
	margin: 10px 9px; 
	padding: 5px 5px 20px 5px;
	text-align: center;
}

.resources .rightcell {
	float: right; 
	width: 31%; 
	/*border:1px solid #d4d4d4;  */
	margin: 10px 0px;
	padding: 5px 0px 20px 5px;
	text-align: center;
}



.featurebox {
	width:350px;
    float:right;
}

.featurebox h2 {
	background-color:#1a3859; 
    color:white;
    text-align:center;
	
}

.featurebox li{
	background-color:#d8e1e6; 
	background-image: url("/images/icons/tick.png");
	text-align:center;
    background-position: 1px 2px;
    background-repeat: no-repeat;
	font-size: 14px;
    list-style-type: none !important;
    margin: 5px 0px;
    padding: 25px;
}

#product {
  background-image: url("/resources/webinar/images/barfade.png");
  background-repeat: no-repeat;
  margin: 20px 0px;
  clear: both;
  overflow: hidden;
  text-shadow: 0 1px 0 white;
 }

#product-sans-barfade {
  background-repeat: no-repeat;
  margin: 20px 0px;
  clear: both;
  overflow: hidden;
}

.orange-text {
 color: #f2912c;
 font-size: 26px;
 font-style: italic;
 font-weight: 550;
 padding: 60px 20px 20px 20px;
 line-height:35px;
}

#trademarks {
 font-family: "Roboto",sans-serif;
 font-size: 14px;
 font-weight: 300;
 text-align: right;
 color: #595959;
}

.orange-text-sml {
 font-family: "Roboto",sans-serif;
 font-size: 24px;
 font-weight: 550;
 float: left;
 line-height:24px;
 color: #f2912c;
 padding: 10px 0px;
}
 
.hr {
background-image: url("/resources/webinar/images/barfade.png");
}
 
.cols {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 20px 3px 0px 3px;
  border: 1px dotted #999;
  padding: 4px; 
  overflow:hidden;
}
.section-light {
  width: 98%;
  background-color:#F6F6F6;
  }
  
.section-light-3cols {
  height: 395px;
  width: 309px;
  background-color:#F6F6F6;
  }
  
.section-light-3cols a {
	text-align: center;
}

.section-light-3cols  p {
  padding-left: 5px;
}

.section-dark {
  width: 228px;
  height: 515px;
  background-color:#E8F0F4;
  }
  
.section-dark-short30 {
  width: 309px;
  height: 260px;
  background-color:#E8F0F4;
  text-align: center;
  }
  
.section-dark-5cols{
  width: 179px;
  height: 335px;
  background-color:#E8F0F4;
  text-align: center;
  }
  
 .section-clr-3cols {
  width: 319px;
  /* height: 280px; 
  border: 1px solid #666; */
  background-color:#FFF;
  text-align: center;
  }
  
  .section-clr-3cols  p{
  color: #666;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  } 
  
  .section-allclr-3cols {
  width: 311px;
  height: 400px; 
  border: 0px dotted #666;
  background-color:#FFF;
  text-align: center;
  }
  
  .section-allclr-3cols  p{
  color: #666;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin: 7px;
  text-align: left;
  } 
 
.border {
 border: 1px dotted #999;	
}

.cols img {
  /* float:none;
  width: 200 px;
  margin: 40px 0px; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
.cols h2 {
 text-align: center;
 color: #666;
 font-family: "Roboto",sans-serif;
 font-size: 24px;
 font-weight: 200;
 margin: 0;
 margin:20px 0px 10px 0px;
 line-height:30px;
 }
 
.cols li {
  	font-size: 14px;
	padding-left: 5px;
}

 /* font-size:26px;
  font-family: calibri,Verdana,Arial,Helvetica,sans-serif;
  color:#0066cb;
  margin-left:20px;
  margin-bottom:15px;
  line-height:26px; */
  } 
/*.leftsection {
  width: 48%;
  background-color:#F6F6F6;
  padding: 20px 0px;
  } */

  /*.rightsection {
  width: 48%;
  background-color:#F6F6F6;
  padding: 20px 0px;
  } */
  
.leftsection-lite {
  width: 48%;
  background-color:#FFFFFF;
  padding: 20px 0px;
  }
  
 .rightsection-lite {
  width: 48%;
  background-color:#FFFFFF;
  padding: 20px 0px;
  } 
  
.biglist  li{
  color: #666;
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 22px;
  margin: 20px 0px;
  padding-left: 0px;
  }

 .leftsection-lite p {
	margin: 3px 10px 0px 0px;  
}

.textblock {
 background-color:#F6F6F6;
 border: 1px dotted #999;
 height: 740px;
 margin: 40px 0px 0px 0px;
 padding: 5px; 
 text-align: center;
} 

.textblock .col {
  background-color:#FFFFFF;
  float: left;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 305px;
  margin: 0px 7px 0px 7px;
  padding: 0px 0px 10px 0px;
  }
 
.textblock p {
  color: #666;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height:22px;
}

.subnav{
float: left;
width: 100%;
}

.subnav ul{
padding-left:3px !important;
}

.subnav  li{
	display: inline;	
	background: #eee none repeat scroll 0 0;
    list-style-type: none;
    padding: 24px 24px;
    white-space: nowrap;
	/* margin-right: 1px;
	 height: 50px;
	width: 274px; */
}

.subnav a {
 color: #666;
 font-family: "Roboto",sans-serif;
 font-size: 24px;
 font-weight: 200;
 /* line-height: 24px; */
 text-decoration: none;
 padding-top: 10px;
}

.eanav{
float:right;
}

.eanav ul{
}

.eanav  li{
	background: #eee none repeat scroll 0 0;
    height: 25px;
    list-style-type: none;
    padding: 5px 0px 0px 5px;
    white-space: nowrap;
	margin: 2px;	
	width: 250px;
}

.eanav a {
 color: #666;
 font-family: "Roboto",sans-serif;
 font-size: 18px;
 font-weight: 200;
 line-height:20px;
 text-decoration: none;
}
  
.subnav2 {
  display: flex;
}
.subnav2.space-around {
  justify-content: space-around;
}

.subnav2 a {
 background: #eee none repeat scroll 0 0;
 color: #666;
 font-family: "Roboto",sans-serif;
 font-size: 20px;
 font-weight: 300;
 line-height:22px;
 padding: 24px;
 text-decoration: none;
}

#actionBox { 
float: left; 
width: 100%;
margin-top: 10px; 
}

#actionBox img {
float: left; 
display: inline;
border: none; 
}

#actionBox a { 
display: block; 
line-height:32px; 
font-size:20px; 
color:white; 
width:188px; 
height:45px; 
text-align:center; 
font-family: calibri,Verdana,Arial,Helvetica,sans-serif;
text-decoration:none; 
padding-top: 5px; 
margin-bottom: 12px;
}

#actionBox2 { 
margin: 0px 0px 0px 55px;
width: 100%;
margin-top: 5px; 
}

#actionBox2 img {
margin: 0px 0px 0px 55px;
display: inline;
border: none; 
}

#actionBox2 a { 
display: block; 
line-height:32px; 
font-size:20px; 
color:white; 
width:188px; 
height:45px; 
text-align:center; 
font-family: calibri,Verdana,Arial,Helvetica,sans-serif;
text-decoration:none; 
padding-top: 5px; 
margin-bottom: 1px;
}


#try { 
background:url('/images/layout/headers/freetrial.png') no-repeat; 
}

#register { 
background:url('/images/layout/headers/purchasenow.png') no-repeat; 
}

#buy { 
background:url('/images/layout/headers/register.png') no-repeat; 
}

#buy-long { 
background:url('/images/layout/headers/register-long.png') no-repeat; 
}

 
#requirement{  
  margin: 0px 20px;
  clear: both;
  overflow:hidden;
  }
#visio {  
  margin: 0px 20px;
  clear: both;
  overflow:hidden;
  background-image: url('/products/mdg/int/office/visio-bar.png');
  background-repeat: x-repeat;
  text-shadow: 0 1px 0 white;  
  }
#visio h2{color: #0066cb;}
#install{
  background-image: url("/resources/webinar/images/barfade.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding:20px 0px 0px 0px;
  margin: 0px 20px;
  clear: both;
  overflow:hidden; }
#install h3 { font-size:13px;}
.widthFullPadded {width:100%;}

#clear{
	clear: both;
}

.thumbnail {
    margin: 0px;
}
.thumbnail img {
    /*border-style: solid;
	border-width: 1px; */
    height: 70px;
    width: 100px;
}
.thumbnail tr td {
    padding-left: 33px;
}

.top  a{
 float: right;
 text-decoration: none;
}

#bluewidebox{
background: #0178D6;
height:280px;
text-align:center;
}

#bluewidebox-top{
background: #0178D6;
height:250px;
text-align:center;
}

#greenwidebox{
background: #007233;
height:170px;
text-align:center;
}

#orangewidebox{
background: #dd5900;
height:170px;
text-align:center;
}

.colorh1{
	color: white;
	margin: auto;
	padding: 45px 0px 0px 0px;
    max-width: 60%;
    text-align: center;
}
.colorh3{
	color: white;
	margin: 20px auto 0;
    max-width: 50%;
    text-align: center;
}

.colorsubheading {
    font-size: 45px;
    line-height: 45px;
    margin-top: 40px;
    text-align: center;
	color:white;
	padding: 45px 0px 30px 0px;
}

