/*
	Bootstrap v3.0.1
	----------------

	Variables and mixins to bootstrap any new web development project.

	Original:
		- Mark Otto (http://markdotto.com/bootstrap)

	Fork and addons by:
		- Vaclav Vancura / SAY Media (vvancura@saymedia.com)
		- Alex Schleifer / SAY Media (alexoid@saymedia.com)
*/
/* ============= */
/* = Variables = */
/* ============= */
/* ========== */
/* = Mixins = */
/* ========== */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.bleedfix {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.no-user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.force-user-select {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -o-user-select: text !important;
  -ms-user-select: text !important;
  -khtml-user-select: text !important;
  user-select: text !important;
}
.debug {
  border: 1px red dotted;
}
.debug-f {
  background: rgba(255, 0, 0, 0.5) !important;
}
#flexbox .display-box {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: -khtml-box;
  display: box;
}
/* ========= */
/* = Reset = */
/* ========= */
#reset .global-reset html,
#reset .global-reset body,
#reset .global-reset div,
#reset .global-reset span,
#reset .global-reset applet,
#reset .global-reset object,
#reset .global-reset iframe,
#reset .global-reset h1,
#reset .global-reset h2,
#reset .global-reset h3,
#reset .global-reset h4,
#reset .global-reset h5,
#reset .global-reset h6,
#reset .global-reset p,
#reset .global-reset blockquote,
#reset .global-reset pre,
#reset .global-reset a,
#reset .global-reset abbr,
#reset .global-reset acronym,
#reset .global-reset address,
#reset .global-reset big,
#reset .global-reset cite,
#reset .global-reset code,
#reset .global-reset del,
#reset .global-reset dfn,
#reset .global-reset em,
#reset .global-reset img,
#reset .global-reset ins,
#reset .global-reset kbd,
#reset .global-reset q,
#reset .global-reset s,
#reset .global-reset samp,
#reset .global-reset small,
#reset .global-reset strike,
#reset .global-reset strong,
#reset .global-reset sub,
#reset .global-reset sup,
#reset .global-reset tt,
#reset .global-reset var,
#reset .global-reset b,
#reset .global-reset u,
#reset .global-reset i,
#reset .global-reset center,
#reset .global-reset dl,
#reset .global-reset dt,
#reset .global-reset dd,
#reset .global-reset ol,
#reset .global-reset ul,
#reset .global-reset li,
#reset .global-reset fieldset,
#reset .global-reset form,
#reset .global-reset label,
#reset .global-reset legend,
#reset .global-reset table,
#reset .global-reset caption,
#reset .global-reset tbody,
#reset .global-reset tfoot,
#reset .global-reset thead,
#reset .global-reset tr,
#reset .global-reset th,
#reset .global-reset td,
#reset .global-reset article,
#reset .global-reset aside,
#reset .global-reset canvas,
#reset .global-reset details,
#reset .global-reset embed,
#reset .global-reset figure,
#reset .global-reset figcaption,
#reset .global-reset footer,
#reset .global-reset header,
#reset .global-reset hgroup,
#reset .global-reset menu,
#reset .global-reset nav,
#reset .global-reset output,
#reset .global-reset ruby,
#reset .global-reset section,
#reset .global-reset summary,
#reset .global-reset time,
#reset .global-reset mark,
#reset .global-reset audio,
#reset .global-reset video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#reset .global-reset body {
  line-height: 1;
}
#reset .global-reset ol,
#reset .global-reset ul {
  list-style: none;
}
#reset .global-reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
#reset .global-reset caption,
#reset .global-reset th,
#reset .global-reset td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#reset .global-reset q,
#reset .global-reset blockquote {
  quotes: none;
}
#reset .global-reset q:before,
#reset .global-reset blockquote:before,
#reset .global-reset q:after,
#reset .global-reset blockquote:after {
  content: "";
  content: none;
}
#reset .global-reset a img {
  border: none;
}
#reset .global-reset article,
#reset .global-reset aside,
#reset .global-reset details,
#reset .global-reset figcaption,
#reset .global-reset figure,
#reset .global-reset footer,
#reset .global-reset header,
#reset .global-reset hgroup,
#reset .global-reset menu,
#reset .global-reset nav,
#reset .global-reset section {
  display: block;
}
#reset .reset-box-model {
  margin: 0;
  padding: 0;
  border: 0;
}
#reset .reset-font {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#reset .reset-focus {
  outline: 0;
}
#reset .reset-body {
  line-height: 1;
}
#reset .reset-list-style {
  list-style: none;
}
#reset .reset-table {
  border-collapse: collapse;
  border-spacing: 0;
}
#reset .reset-table-cell {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#reset .reset-quotation {
  quotes: none;
}
#reset .reset-quotation:before,
#reset .reset-quotation:after {
  content: "";
  content: none;
}
#reset .reset-image-anchor-border {
  border: none;
}
#reset .reset-html5 article,
#reset .reset-html5 aside,
#reset .reset-html5 details,
#reset .reset-html5 figcaption,
#reset .reset-html5 figure,
#reset .reset-html5 footer,
#reset .reset-html5 header,
#reset .reset-html5 hgroup,
#reset .reset-html5 menu,
#reset .reset-html5 nav,
#reset .reset-html5 section {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
blockquote:before,
q:after,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#content {
  background-color: white;
  margin: 0 auto;
  width: 960px;
  min-height: 1300px;
  padding: 0 0 0 20px;
  height: auto !important;
  height: 1300px;
  zoom: 1;
}
#content:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#content #alpha {
  display: inline;
  float: left;
  width: 620px;
  margin-left: 20px;
  position: relative;
  z-index: 0;
}
#content #alpha:first-child {
  margin-left: 0;
}
#content #beta {
  display: inline;
  float: left;
  width: 300px;
  margin-left: 20px;
}
#content #beta:first-child {
  margin-left: 0;
}
/* ubernav styles */
#ubernav {
  background-color: #1c1c1c;
  border-bottom: 6px solid #c62627;
  height: 28px;
  min-width: 100%;
  padding: 0 0 0 10px;
  position: fixed;
  top: 0;
  z-index: 9999;
  zoom: 1;
}
#ubernav:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#ubernav ul {
  list-style-type: none;
  margin: 0 auto;
  width: 960px;
}
#ubernav ul li {
  border-left: 1px solid #3e3e3e;
  float: left;
  position: relative;
  height: 28px;
}
#ubernav ul li:hover a {
  color: #c62627;
}
#ubernav ul li a {
  color: white;
  display: block;
  padding: 6px 20px;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  font-weight: normal;
  text-transform: none;
}
#ubernav ul li a:hover {
  background-color: white;
  color: #c62627;
  text-decoration: none;
}
#ubernav ul li a.home {
  background: transparent url('../../images/header/icon-home-rev.png') no-repeat 0 2px;
  display: block;
  margin-left: 15px;
  padding-left: 25px;
  /*text-indent: 200%;
					width: 25px;
					white-space: nowrap;
					overflow: hidden;*/

}
#ubernav ul li a.home:hover {
  background: #ffffff url('../../images/header/icon-home-rev.png') no-repeat 0 -23px;
}
#ubernav ul li a.home-mini {
  background: transparent url('../../images/header/rww-logo-mini.png') no-repeat 50% 5px;
  display: block;
  width: 130px;
  height: 20px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  padding: 4px 10px;
}
#ubernav ul li a.home-mini:hover {
  background: #ffffff url('../../images/header/rww-logo-mini.png') no-repeat 50% -15px;
}
#ubernav ul li a.menu-section {
  background: transparent url('../../images/header/icons-navigation.png') no-repeat 0 -1px;
  display: block;
  margin-left: 15px;
  padding-left: 20px;
}
#ubernav ul li a.menu-section:hover {
  background-position: 0 -29px;
}
#ubernav ul li a.menu-reports {
  background: transparent url('../../images/header/icons-navigation.png') no-repeat 0 -56px;
  display: block;
  margin-left: 15px;
  padding-left: 20px;
}
#ubernav ul li a.menu-reports:hover {
  background-position: 0 -84px;
}
#ubernav ul li a.menu-videos {
  background: transparent url('../../images/header/icons-navigation.png') no-repeat 0 -281px;
  display: block;
  margin-left: 15px;
  padding-left: 20px;
}
#ubernav ul li a.menu-videos:hover {
  background-position: 0 -308px;
}
#ubernav ul li:hover {
  background: white;
  color: #c62627;
}
#ubernav ul li:hover a.menu-section {
  background: transparent url('../../images/header/icons-navigation.png') no-repeat 0 -29px;
}
#ubernav ul li:hover a.menu-reports {
  background: transparent url('../../images/header/icons-navigation.png') no-repeat 0 -84px;
}
#ubernav ul li ul {
  left: -9999px;
  list-style-type: none;
  position: absolute;
}
#ubernav ul li ul li {
  padding: 5px 10px;
  float: none;
}
#ubernav ul li ul li.menu-archives {
  background: transparent url('../../images/header/icons-navigation.png') no-repeat 0 -112px;
  display: block;
  margin: 15px 0 10px 8px;
  padding: 0 0 0 25px;
}
#ubernav ul li ul li.menu-archives:hover {
  background-position: 0 -140px;
}
#ubernav ul li ul li a {
  font-size: 1.2em;
}
#ubernav ul li:hover ul {
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.75);
  -khtml-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.75);
  clip: rect(0px, 300px, 600px, -28px);
  left: 0;
  top: 28px;
  background: white;
  padding: 10px;
  width: 180px;
}
#ubernav ul li:hover ul.reports {
  width: 250px;
}
#ubernav ul li:hover ul.reports li a {
  font-size: 1em;
  line-height: 1.5em;
}
#ubernav ul li:hover ul li {
  height: 28px;
  border: none;
}
#ubernav ul li:hover ul li a {
  height: 18px;
  padding: 0px;
  display: block;
  color: #444444;
  text-decoration: none;
  text-transform: none;
  border: none;
  padding: 5px 0;
}
#ubernav ul li:hover ul li a:hover {
  color: #c62627;
  text-decoration: none;
}
#ubernav ul li:hover ul li a.menu-section-last {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
#ubernav ul li.last {
  float: right;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  padding: 0 15px;
}
#ubernav ul li.last .searchbar form #search-submit-text {
  color: #fff;
  float: left;
  position: absolute;
  right: 0;
  top: 0px;
  width: 14em;
  height: 28px;
  padding: 0em 0.8em;
  background-color: #333333;
  border: none;
  cursor: pointer;
}
#ubernav ul li.last .searchbar form #search-submit-text:focus {
  outline: none;
}
#ubernav ul li.last .searchbar form #search-submit-btn {
  background: transparent url('../../images/header/icon-search.png') no-repeat 0 0;
  border: none;
  float: right;
  position: absolute;
  right: 8px;
  top: 8px;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  width: 15px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
#ubernav ul li.last .searchbar form input:focus,
#ubernav ul li.last .searchbar form input:active {
  outline: none !important;
}
#ubernav ul li.last .searchbar form.focus #search-submit-text {
  background-color: #ffffff;
  color: #000;
  width: 24em;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -khtml-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#ubernav ul li.last .searchbar form.focus #search-submit-btn {
  background-position: 0 -15px;
}
body.is-mobile h1,
body.is-mobile h2,
body.is-mobile h3,
body.is-mobile h4,
body.is-mobile p {
  background-color: white;
}
body.is-mobile #ubernav {
  position: relative;
  border-bottom: none;
}
body.is-mobile header .branding {
  margin: 0 auto;
}
body.is-mobile #ubernav ul li a {
  padding-bottom: 10px;
}
body.is-mobile #ubernav ul li:hover ul {
  clip: rect(0px, 350px, 600px, -28px);
}
body.is-mobile #ubernav ul li:hover ul.reports {
  width: 300px;
}
body.is-mobile #RWW_BTF_CENTER_AD {
  display: none;
}
body.is-mobile #RWW_BTF_RIGHTRAIL_AD {
  display: none;
}
/* header styles */
header {
  border-bottom: 1px solid #cccccc;
  /*display: block;
	margin: 0px auto;
	width: 100%;*/

  zoom: 1;
}
header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
header .branding {
  background-color: #c62627;
  display: block;
  margin: 30px auto 0;
  height: 110px;
  padding: 0 0 0 20px;
  position: relative;
}
header .branding h1 {
  width: 960px;
  margin: 0 auto;
}
header .branding h1 a {
  background: transparent url('../../images/header/rww-logo.png') no-repeat top left;
  display: block;
  float: left;
  width: 308px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 25px 0 25px -5px;
}
header .branding ul {
  float: right;
  list-style-type: none;
}
header .branding ul li {
  display: inline;
  line-height: 1em;
  padding: 7px 0;
}
header .branding ul li a {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 77%;
}
header .branding ul li a:hover {
  color: white;
  text-decoration: underline;
}
header .subheader-bar {
  width: 960px;
  height: 16px;
  margin: 0 auto;
  padding: 10px 0 10px 20px;
}
header .subheader-bar p {
  color: #555555;
  /*#font > .subheader(400, 0.9375em, 1.5em);*/

  margin: 0 0 0.725em 0;
}
header .subheader-bar p.featured {
  width: 480px;
  float: left;
}
header .subheader-bar p.social {
  width: 480px;
  float: right;
  text-align: right;
  vertical-align: top;
}
header .subheader-bar p.social a {
  display: inline-block;
  text-decoration: none;
  margin: 3px 2px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: top;
}
header .subheader-bar p.social a.mail {
  background: transparent url('../../images/header/icon-social.png') no-repeat 0 0;
}
header .subheader-bar p.social a.rss {
  background: transparent url('../../images/header/icon-social.png') no-repeat -16px 0;
}
header .subheader-bar p.social a.twtr {
  background: transparent url('../../images/header/icon-social.png') no-repeat -32px 0;
}
header .subheader-bar p.social a.fb {
  background: transparent url('../../images/header/icon-social.png') no-repeat -48px 0;
}
header .subheader-bar p.social a.gplus {
  background: transparent url('../../images/header/icon-social.png') no-repeat -64px 0;
}
header .subheader-bar p.social a.linkedin {
  background: transparent url('../../images/header/icon-social.png') no-repeat -80px 0;
}
header .subheader-bar p.social a:hover {
  -webkit-box-shadow: 0px 0px 4px 2px rgba(197, 38, 39, 0.25);
  -moz-box-shadow: 0px 0px 4px 2px rgba(197, 38, 39, 0.25);
  -o-box-shadow: 0px 0px 4px 2px rgba(197, 38, 39, 0.25);
  -ms-box-shadow: 0px 0px 4px 2px rgba(197, 38, 39, 0.25);
  -khtml-box-shadow: 0px 0px 4px 2px rgba(197, 38, 39, 0.25);
  box-shadow: 0px 0px 4px 2px rgba(197, 38, 39, 0.25);
}
.splitter {
  border-top: 0.2em solid #eee;
}
body.section-cloud header .branding h1 a {
  background: transparent url('../../images/header/rww-logo-sprite.png') no-repeat 0 -60px;
  width: 436px;
}
body.section-start header .branding h1 a {
  background: transparent url('../../images/header/rww-logo-sprite.png') no-repeat 0 -120px;
  width: 428px;
}
body.section-biz header .branding h1 a {
  background: transparent url('../../images/header/rww-logo-sprite.png') no-repeat 0 -180px;
  width: 398px;
}
body.section-enterprise header .branding h1 a {
  background: transparent url('../../images/header/rww-logo-sprite.png') no-repeat 0 -240px;
  width: 515px;
}
body.section-hack header .branding h1 a {
  background: transparent url('../../images/header/rww-logo-sprite.png') no-repeat 0 -300px;
  width: 428px;
}
body.section-mobile header .branding h1 a {
  background: transparent url('../../images/header/rww-logo-sprite.png') no-repeat 0 -360px;
  width: 452px;
}
/* footer styles */
footer {
  background-color: #1c1c1c;
  display: block;
  margin: 40px auto 0px auto;
  padding: 0 0 0 10px;
  position: relative;
  width: 100%;
  zoom: 1;
}
footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
footer .footer-content {
  margin: 0 auto;
  padding: 40px 0;
  width: 960px;
  zoom: 1;
}
footer .footer-content section {
  display: inline;
  float: left;
  width: 300px;
  margin-left: 20px;
}
footer .footer-content section:first-child {
  margin-left: 0;
}
footer .footer-content section h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer .footer-content section h3.startup {
  background: transparent url('../../images/footer/icons-footer.png') no-repeat 0 0;
  width: 175px;
  height: 22px;
}
footer .footer-content section h3.startup:hover {
  background-position: 0 -22px;
}
footer .footer-content section h3.cloud {
  background: transparent url('../../images/footer/icons-footer.png') no-repeat 0 -44px;
  width: 160px;
  height: 22px;
}
footer .footer-content section h3.cloud:hover {
  background-position: 0 -66px;
}
footer .footer-content section h3.biz {
  background: transparent url('../../images/footer/icons-footer.png') no-repeat 0 -88px;
  width: 132px;
  height: 22px;
}
footer .footer-content section h3.biz:hover {
  background-position: 0 -110px;
}
footer .footer-content section h3.hack {
  background: transparent url('../../images/footer/icons-footer.png') no-repeat 0 -132px;
  width: 148px;
  height: 22px;
}
footer .footer-content section h3.hack:hover {
  background-position: 0 -154px;
}
footer .footer-content section h3.enterprise {
  background: transparent url('../../images/footer/icons-footer.png') no-repeat 0 -176px;
  width: 190px;
  height: 22px;
}
footer .footer-content section h3.enterprise:hover {
  background-position: 0 -198px;
}
footer .footer-content section h3.mobile {
  background: transparent url('../../images/footer/icons-footer.png') no-repeat 0 -220px;
  width: 162px;
  height: 22px;
}
footer .footer-content section h3.mobile:hover {
  background-position: 0 -242px;
}
footer .footer-content section h3.second {
  margin: 20px 0 0 0;
}
footer .footer-content ul {
  list-style-type: none;
  height: 175px;
  min-height: 175px;
}
footer .footer-content ul li {
  line-height: 1em;
  padding: 7px 0;
}
footer .footer-content ul li a {
  color: #999;
  font-size: 77%;
  font-family: Arial, sans-serif;
}
footer .footer-content ul li a:hover {
  color: #c62627;
  text-decoration: none;
}
footer .footer-content .splitter {
  float: left;
  width: 960px;
  border-top: 1px solid #494949;
  margin: 40px 0;
  zoom: 1;
}
footer .footer-content .splitter:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
footer .footer-content .copyright {
  display: inline;
  float: left;
  width: 460px;
  margin-left: 20px;
  color: #999;
  margin-left: 0;
}
footer .footer-content .copyright:first-child {
  margin-left: 0;
}
footer .footer-content .copyright ul {
  margin: 0;
  padding: 0;
  min-height: 0;
  height: 25px;
}
footer .footer-content .copyright ul li {
  display: inline;
  padding: 0 10px 0 0;
}
footer .footer-content .badge {
  float: right;
  background: transparent url('../../images/footer/say-badge.png') no-repeat 0 0;
  display: block;
  width: 112px;
  height: 50px;
}
/* sidebar styles */
.sidebar {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 1px solid #cccccc;
}
.sidebar .fb-widget {
  border: 1px solid #cccccc;
  padding: 7px 0;
  margin: 20px 0 0 0;
  width: 300px;
}
.sidebar .content-ad {
  margin: 20px 0 40px 0;
  width: 300px;
}
.sidebar .sponsor-area {
  zoom: 1;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0 0 20px 0;
}
.sidebar .sponsor-area:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.sidebar .sponsor-area p.sponsor-text {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.5em;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.sidebar .sponsor-area ul.sponsor-nav-links {
  font-size: 85%;
  list-style-type: none;
  /*margin: 0 0 0 20px;*/

  margin: 0;
  width: 300px;
  text-align: center;
}
.sidebar .sponsor-area ul.sponsor-nav-links li {
  /*float:left;
				position: relative;
				padding-right: 10px;*/

}
.sidebar .sponsor-logo {
  clear: both;
  margin: 0;
  padding: 0;
}
.sidebar .whitepaper-form {
  zoom: 1;
}
.sidebar .whitepaper-form:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.sidebar .whitepaper-form p em {
  font-style: italic;
}
.sidebar .whitepaper-form table {
  margin: 0 !important;
  padding: 0 !important;
}
.sidebar .whitepaper-form input {
  border: none;
  padding: 4px;
}
#upprev_box {
  position: fixed;
  width: 400px;
  height: 105px;
  bottom: 0px;
  right: -500px;
  z-index: 9999;
}
#upprev_box .upprev-container {
  background-color: #fff;
  border-top: 2px solid #c62627;
  border-left: 2px solid #c62627;
  -webkit-border-radius: 12px 0 0 0;
  -moz-border-radius: 12px 0 0 0;
  -o-border-radius: 12px 0 0 0;
  -ms-border-radius: 12px 0 0 0;
  -khtml-border-radius: 12px 0 0 0;
  border-radius: 12px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.25);
  -khtml-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.25);
  float: right;
  padding: 10px 0;
  position: relative;
}
#upprev_box .upprev-container .entryItemHeader {
  border-bottom: 1px solid #cccccc;
}
#upprev_box .upprev-container .entryItemHeader button#upprev_close {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #555555;
  padding: 0;
  position: absolute;
  top: 7px;
  right: 5px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -khtml-border-radius: 9px;
  border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#upprev_box .upprev-container .entryItemHeader h6 {
  color: #333333;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1em;
  padding: 0px 5px 10px 10px;
}
#upprev_box .upprev-container #entryItem {
  padding: 10px;
}
#upprev_box .upprev-container #entryItem img {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
#upprev_box .upprev-container #entryItem a.entryItemTitle {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
  width: 250px;
}
body.section-start #beta .sidebar,
body.section-mobile #beta .sidebar {
  /*min-height: 1400px;*/

}
body.section-start #beta .sidebar .fb-widget,
body.section-mobile #beta .sidebar .fb-widget {
  width: 300px;
  margin: 20px 0;
  float: left;
}
/* homepage styles */
/*featured entry*/
.entry-featured {
  margin: 0 0 20px 0;
  padding: 20px 0 20px 0;
}
.entry-featured .featured-img {
  display: block;
  margin: 0 0 20px 0;
}
.entry-featured h1 {
  font-size: 2.1em;
  line-height: 1.2em;
  color: #c62627;
  margin: 10px 0;
  font-weight: 500;
}
.entry-featured h1 a {
  color: #c62627;
}
.entry-featured h1 a:hover {
  color: #1c1c1c;
  text-decoration: none;
}
.entry-featured h3 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  font-weight: 700;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  color: #1c1c1c;
}
.entry-featured h3 span {
  color: #777777;
}
.entry-featured h3 span a {
  color: #777777;
}
.entry-featured h3 span a:hover {
  color: #c62627;
  text-decoration: none;
}
.entry-featured .featured-entry-teaser p span.timestamp {
  font-weight: bold;
}
.entry-featured .featured-entry-teaser p span.arrow {
  color: #c62627;
}
.entry-featured .featured-entry-teaser p span a:hover {
  text-decoration: none;
}
.entry-social-share {
  border-bottom: 1px solid #cccccc;
  padding: 0.65em 0;
}
.entries-related {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 1em;
}
/* listing styles */
.entry-listing {
  display: inline;
  float: left;
  width: 620px;
  margin-left: 20px;
  margin-left: 0;
}
.entry-listing:first-child {
  margin-left: 0;
}
.entry-listing ul {
  display: block;
  max-width: none;
  margin: 0;
}
.entry-listing ul li {
  display: block;
  border-top: 1px #cccccc solid;
  float: left;
  margin-left: 0;
  padding: 20px 0 28px 0;
  width: 620px;
}
.entry-listing ul li.first {
  border: none;
}
.entry-listing ul li h4 {
  display: block;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 10px 0;
}
.entry-listing ul li h4 a {
  color: #c62627;
  text-decoration: none;
}
.entry-listing ul li h4 a:hover {
  color: #333333;
}
.entry-listing ul li div.entry-descr p span.time-author {
  font-weight: bold;
}
.entry-listing ul li div.entry-descr p span.time-author a {
  color: black;
}
.entry-listing ul li div.entry-descr p span.time-author a:hover {
  color: #c62627;
  text-decoration: none;
}
.entry-listing ul li div.entry-descr p span.img-caption-c,
.entry-listing ul li div.entry-descr p span.img-caption-l,
.entry-listing ul li div.entry-descr p span.img-caption-r {
  float: right;
  display: block;
  margin: 0 0 20px 20px;
}
.entry-listing ul li div.entry-descr p span.embedded-Media-image a {
  display: block;
  margin: 0 0 20px 0;
}
.entry-listing ul li div.entry-descr p span.arrow {
  color: #c62627;
}
.entry-listing ul li div.entry-descr p span.arrow a:hover {
  text-decoration: none;
}
.entry-listing ul li div.entry-descr p iframe {
  clear: both;
  float: left;
  margin: 10px 0;
}
.entry-listing ul li .entry-social-share {
  border-bottom: none;
  clear: both;
  float: left;
}
.entry-listing ul li .entry-section-name {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 1px;
}
.entry-listing ul li .entry-section-name.start {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 0;
  width: 175px;
  height: 22px;
}
.entry-listing ul li .entry-section-name.start:hover {
  background-position: 0 -22px;
}
.entry-listing ul li .entry-section-name.cloud {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -44px;
  width: 160px;
  height: 22px;
}
.entry-listing ul li .entry-section-name.cloud:hover {
  background-position: 0 -66px;
}
.entry-listing ul li .entry-section-name.biz {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -87px;
  width: 132px;
  height: 22px;
}
.entry-listing ul li .entry-section-name.biz:hover {
  background-position: 0 -110px;
}
.entry-listing ul li .entry-section-name.hack {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -132px;
  width: 148px;
  height: 22px;
}
.entry-listing ul li .entry-section-name.hack:hover {
  background-position: 0 -154px;
}
.entry-listing ul li .entry-section-name.enterprise {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -176px;
  width: 190px;
  height: 22px;
}
.entry-listing ul li .entry-section-name.enterprise:hover {
  background-position: 0 -198px;
}
.entry-listing ul li .entry-section-name.mobile {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -220px;
  width: 162px;
  height: 22px;
}
.entry-listing ul li .entry-section-name.mobile:hover {
  background-position: 0 -242px;
}
.entry-listing ul li .entry-section-name.web {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -264px;
  width: 138px;
  height: 22px;
}
.entry-listing ul li .entry-section-name.web:hover {
  background-position: 0 -286px;
}
.entry-listing.trends {
  padding: 20px 0 0 0;
}
.entry-listing.trends ul li {
  border-top: none;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.2em;
}
ul#report-list h4 {
  display: block;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0.6em 0;
}
ul#report-list h4 a {
  color: #c62627;
  text-decoration: none;
}
ul#report-list h4 a:hover {
  color: #333333;
}
ul#report-list li {
  border-bottom: 1px solid #cccccc;
}
.breadcrumb {
  color: #555555;
  margin: 1em 0;
}
.pagination-pages,
.search-footer {
  height: 2em;
  margin: 1em 0;
  float: left;
}
.pagination-pages ul,
.search-footer ul {
  margin: 0;
  padding: 0;
}
.pagination-pages ul li,
.search-footer ul li {
  display: inline;
  list-style-type: none;
}
.pagination-pages ul li.active,
.search-footer ul li.active {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  color: #cccccc;
  padding: 0 1px;
}
.pagination-pages ul li a,
.search-footer ul li a {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  padding: 0 1px;
  color: #333333;
  text-decoration: none;
}
.pagination-pages ul li a:hover,
.search-footer ul li a:hover {
  color: #c62627;
}
.pagination-pages ul li a .disabled,
.search-footer ul li a .disabled,
.pagination-pages ul li a .disabled:hover,
.search-footer ul li a .disabled:hover {
  background-color: white;
  color: #777777;
}
.pagination-pages ul li a .active,
.search-footer ul li a .active {
  font-weight: bold;
}
#RWW_BTF_RIGHTRAIL_AD .say-inad-container {
  background: url('../../images/content/border-line.gif') no-repeat scroll 50% 0 transparent;
  padding-top: 30px;
  width: 300px;
  zoom: 1;
}
#RWW_BTF_RIGHTRAIL_AD .say-inad-container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#RWW_BTF_CENTER_AD .say-inad-container {
  background: url('../../images/content/border-line.gif') no-repeat scroll 50% 0 transparent;
  float: left;
  margin: 20px 0 0 0;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 620px;
  border-bottom: 1px solid #cccccc;
  zoom: 1;
}
#RWW_BTF_CENTER_AD .say-inad-container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#RWW_BTF_CENTER_AD .say-140x150 {
  padding: 30px 30px 20px 30px !important;
}
#RWW_BTF_CENTER_AD .say-140x150.say-pos-2 {
  padding: 0 30px !important;
}
/* entry styles */
.entry-container {
  zoom: 1;
  margin: 0.5em 0 1em 0;
  width: 620px;
}
.entry-container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.entry-container .entry-header {
  padding: 0 0 1em 0;
}
.entry-container .entry-header h2 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.25em;
  margin: 12px 0 0.5em 0;
}
.entry-container .entry-header h2 a {
  color: black;
}
.entry-container .entry-header h2 a:hover {
  color: #c62627;
  text-decoration: none;
}
.entry-container .entry-header .social-init .facebook-like {
  height: 30px;
  max-height: 30px;
  padding: 20px 0 0 0;
}
.entry-container .entry-header .entry-meta {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 1em 0;
  color: #cccccc;
}
.entry-container .entry-header .entry-meta span {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.5em;
  font-weight: 500;
  padding-right: 4px;
  text-transform: uppercase;
}
.entry-container .entry-header .entry-meta span .author {
  color: #c62627;
}
.entry-container .entry-header .entry-meta span .author a:hover {
  color: black;
  text-decoration: none;
}
.entry-container .entry-body {
  color: #333333;
  display: inline;
  float: left;
  width: 620px;
  margin-left: 20px;
  /*float: none;*/

  margin-left: 0;
}
.entry-container .entry-body:first-child {
  margin-left: 0;
}
.entry-container .entry-body .entry-hero {
  padding: 0 0 1em 0;
}
.entry-container .entry-body .entry-words {
  padding: 0 0 1em 0;
}
.entry-container .entry-body .entry-words h2 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
}
.entry-container .entry-body .entry-words p {
  margin-bottom: 1em;
  max-width: none;
}
.entry-container .entry-body .entry-words p a {
  text-decoration: none;
}
.entry-container .entry-body .entry-words p a:hover {
  text-decoration: underline;
}
.entry-container .entry-body .entry-words img {
  float: left;
  padding: 0 10px 10px 0;
}
.entry-container .entry-body .entry-words span.img-caption-r {
  float: right;
}
.entry-container .entry-body .entry-words span.img-caption-r img {
  float: right;
  padding: 0 0 10px 10px;
}
.entry-container .entry-body .entry-words span.img-caption-l {
  float: left;
}
.entry-container .entry-body .entry-words span.img-caption-l img {
  float: left;
  padding: 0 10px 10px 0;
}
.entry-container .entry-body .entry-words span.img-caption-c {
  float: left;
}
.entry-container .entry-body .entry-words span.img-caption-c img {
  float: left;
  padding: 10px 0;
  max-width: 620px;
}
.entry-container .entry-body .entry-words span.embedded-Media-image-caption {
  display: block;
  font-size: 0.85em;
  font-style: italic;
  margin: 5px 0 10px 0;
  text-align: center;
}
.entry-container .entry-body .entry-words p:first-child span.embedded-Media-image img {
  float: left;
  padding: 0 10px 10px 0;
}
.entry-container .entry-body h3 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 2em;
  margin-bottom: 0.5em;
}
.entry-container .entry-body ul,
.entry-container .entry-body ol {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 1em 1em;
  padding: 0;
}
.entry-container .entry-body ul {
  list-style: disc;
}
.entry-container .entry-body ol {
  list-style: decimal;
}
.entry-container .entry-body .posted-in {
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.25em;
  font-style: italic;
}
.entry-container .entry-body .posted-in ul.entry-tags-list,
.entry-container .entry-body .posted-in ul.entry-categories-list {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
/*pullquote from old site*/
.super-pullquote {
  float: right;
  padding: 10px;
  margin: 10px;
  width: 275px;
  font-size: 1em;
  background-color: #FFE7E7;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.45em;
}
/* author styles */
.author {
  margin: 1em 0 0 0;
}
.author h2 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0 0 0.5em 0;
}
.author h2 a {
  color: black;
}
.author h2 a:hover {
  color: #c62627;
  text-decoration: none;
}
.author h3 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 2em;
  margin: 1em 0 0.5em 0;
}
.author p span.authorpic {
  display: block;
  float: left;
  padding: 5px 20px 5px 0;
}
.author .follow-links {
  border-bottom: 1px solid #cccccc;
  margin: 1em 0;
  padding: 10px 10px 10px 0;
  display: block;
  float: left;
  width: 620px;
}
.author .follow-links .follow,
.author .follow-links .twitter-follow {
  float: left;
}
.author .follow-links .follow-subtitle {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  padding: 0 10px 0 0;
}
.author .follow-links a {
  display: inline-block;
  text-decoration: none;
  margin: 2px 10px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: top;
  text-indent: -999px;
}
.author .follow-links a.email {
  background: transparent url('../../images/header/icon-social.png') no-repeat 0 0;
}
.author .follow-links a.rss {
  background: transparent url('../../images/header/icon-social.png') no-repeat -16px 0;
}
.author .follow-links a.gplus {
  background: transparent url('../../images/header/icon-social.png') no-repeat -64px 0;
}
.author .follow-links a.linkedin {
  background: transparent url('../../images/header/icon-social.png') no-repeat -80px 0;
}
.author .follow-links a.twtr {
  background: transparent url('../../images/header/icon-social.png') no-repeat -32px 0;
}
.author .follow-links a.fb {
  background: transparent url('../../images/header/icon-social.png') no-repeat -48px 0;
}
.author .author-recent-archive {
  clear: both;
  margin: 1em 0 0 0;
}
.author .author-recent-archive ul li {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px 0;
}
.author .author-recent-archive ul li h4 {
  display: block;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0.6em 0;
}
.author .author-recent-archive ul li h4 a {
  color: #c62627;
  text-decoration: none;
}
.author .author-recent-archive ul li h4 a:hover {
  color: #333333;
}
.author .author-recent-archive .entry-descr {
  clear: both;
  margin: 0 0 1em 0;
}
.author .author-recent-archive .entry-descr img {
  display: inline;
  float: right;
  padding: 0 0 0 10px;
}
/* more-posts (related links) styles */
.entries-related {
  float: left;
  margin: 0;
  padding: 20px 0;
  position: relative;
  width: 620px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.entries-related h3 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  font-weight: 700;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.entries-related ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entries-related ul li {
  display: block;
  float: left;
  padding: 0 9px 0 0;
  width: 197px;
  height: 144px;
  margin: 0;
}
.entries-related ul li a {
  text-decoration: none;
  width: 177px;
  height: 144px;
}
.entries-related ul li a div.related-entry-title {
  color: white;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 0.85em;
  font-weight: 100;
  line-height: 1.2em;
  font-weight: 500;
  width: 177px;
  padding: 10px;
  position: absolute;
  bottom: 20px;
  background-color: rgba(197, 38, 39, 0.9);
  text-shadow: 0px 1px 2px #000000;
}
.entries-related ul li a div.related-entry-title:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.entries-related.trends {
  border-top: none;
  padding: 30px 0;
}
.entries-related.trends ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entries-related.trends ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.5em;
  display: block;
  padding: 0 0 6px 0;
  width: auto;
  height: auto;
  margin: 0;
}
.entries-related.trends ul li a {
  color: black;
}
.entries-related.trends ul li a:hover {
  color: #c62627;
}
body.is-mobile .entries-related ul li a div.related-entry-title {
  background-color: #c62627;
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
  text-shadow: none;
}
/* social sharing styles */
/*social sharing chiclets*/
#social-share {
  position: relative;
}
#social-share .ss-static {
  background-image: url('../../images/social/icons-social-vertical.png');
  background-repeat: no-repeat;
  height: 146px;
  left: auto;
  margin: 15px 0 0 -90px;
  opacity: 0.5;
  padding: 10px;
  position: fixed;
  top: 200px;
  bottom: 500px;
  width: 60px;
  z-index: 1;
}
#social-share .social-icon {
  float: left;
}
#social-share-vert {
  left: auto;
  margin: 15px 0 0 -90px;
  overflow: visible;
  padding: 5px 0 0;
  position: fixed;
  top: 185px;
  bottom: 500px;
  width: 70px;
  z-index: 1;
}
#social-share-vert .social-icon {
  float: left;
  margin: 8px 0;
  padding: 0px 10px;
  width: 50px;
}
#social-share-vert .social-icon.ctr {
  margin: 5px;
}
#social-share-vert .social-icon .fb-like {
  overflow: visible;
}
#social-share-vert .social-icon.comments {
  background: transparent url('../../images/social/icon-comment-bubble.png') no-repeat 0 0;
  float: none;
  margin: 0 0 0 5px;
  padding: 4px 0 0 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.675em;
  font-weight: normal;
  line-height: 1em;
  width: 60px;
  height: 36px;
}
#social-share-vert .social-icon.comments a {
  color: #555555;
  width: 55px;
  display: block;
  margin: 0 auto;
}
#social-share-vert .social-icon.comments a:hover {
  color: #c62627;
  text-decoration: none;
}
#social-share-vert .social-icon .facebook-like {
  margin: 0;
  padding: 0;
}
#social-share-horz {
  display: inline-block;
  /* IE */

  zoom: 1;
  *display: inline;
}
#social-share-horz ul.ss-static-horizontal {
  float: left;
  list-style-type: none;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
}
#social-share-horz ul.ss-static-horizontal li {
  display: inline;
  float: left;
  height: 20px;
  list-style: none;
  padding-right: 10px;
}
#social-share-horz ul.ss-static-horizontal li.social-icon-comments {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 0.9em;
  padding-top: 4px;
  background-image: url('../../images/social/bg-comment-bubble.png');
  background-repeat: no-repeat;
  font-size: 77%;
  float: left;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 80px;
  width: 35px;
}
#social-share-horz ul.ss-static-horizontal li.social-icon-comments span {
  color: white;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#social-share-horz ul.ss-static-horizontal li.social-icon-comments a {
  color: #555555;
}
#social-share-horz ul.ss-static-horizontal li.social-icon-comments a:hover {
  color: #c62627;
  text-decoration: none;
}
/* keyframe animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: 1s;
  animation-duration: .5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 2.0s;
  animation-delay: 1.5s;
}
html.ie9 .fade-in {
  opacity: 1;
}
html.ie8 .fade-in {
  opacity: 1;
}
#facebook .connect_widget_number_cloud {
  width: 50px !important;
}
.fb-like {
  /*margin:0 20px 0 0;*/

}
.fb-like .comment_content {
  z-index: 10;
}
/* end social sharing*/
.entry-listing-social {
  position: relative;
  height: 20px;
  float: left;
  width: 600px;
}
.entry-listing-social .static-social-horz {
  background-image: url('../../images/social/icons-social-horizontal-REV.png');
  background-repeat: no-repeat;
  height: 20px;
}
.dynamic-social-horz {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  display: inline-block;
  /* IE */

  zoom: 1;
  *display: inline;
  float: left;
  width: 600px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.dynamic-social-horz .social-icon {
  display: inline;
  float: left;
  position: relative;
}
.dynamic-social-horz .social-icon .googleplus-one {
  width: 80px;
}
.dynamic-social-horz .social-icon.twttr-short {
  width: 102px;
  overflow: hidden;
}
.dynamic-social-horz .social-icon.fb-like-btn {
  margin-top: -1px;
}
.dynamic-social-horz .social-icon .comments {
  background-image: url('../../images/social/bg-comment-bubble.png');
  background-repeat: no-repeat;
  color: #555555;
  font-size: 77%;
  float: left;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 80px;
  width: 35px;
}
.dynamic-social-horz .social-icon .comments:hover {
  color: #c62627;
  text-decoration: none;
}
/*for all social share buttons */
span.vhidden {
  display: none;
}
/* channel styles */
body.section-mobile header .branding h1 span.section-name {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1em;
  font-weight: 100;
  vertical-align: middle;
  padding: 8px 0 0 8px;
}
body.section-mobile header .branding .section-subnav {
  width: 480px;
  position: absolute;
  vertical-align: top;
  top: 92px;
  left: 620px;
}
body.section-mobile header .branding .section-subnav ul li {
  vertical-align: top;
  color: white;
}
body.section-mobile header .branding .section-subnav ul li a {
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 0.85em;
  font-weight: 100;
  line-height: 1em;
  font-weight: 100;
  display: inline-block;
  text-decoration: none;
  margin: 0 4px 0 0;
  vertical-align: top;
  text-transform: uppercase;
}
body.section-mobile header .branding .section-subnav ul li a:hover {
  text-decoration: underline;
}
.channel-intro {
  margin: 1em 0;
}
/* COMMENTS */
#comment-notice {
  zoom: 1;
  float: left;
  margin: 0 0 1em 0;
  padding: 20px 0;
}
#comment-notice:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#comment-notice h3 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  font-weight: 700;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
#comment-notice p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  font-style: italic;
}
.disqus {
  margin: 0 0 1em 0;
}
/*SEARCH RESULTS*/
.search-results-container {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
}
.search-results-container .entry-asset.asset a {
  display: block;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0.6em 0;
  color: #c62627;
  text-decoration: none;
}
.search-results-container .entry-asset.asset a:hover {
  color: #333333;
}
.search-results-container .bottom_border_style {
  border-bottom: 1px solid #cccccc;
}
/*REPORTS*/
h3.report-title {
  display: block;
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0.6em 0;
  color: #c62627;
  text-decoration: none;
}
.report_body {
  border-bottom: 1px solid #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.5em;
}
.report_body p .detail_thumbnail {
  float: right;
  display: block;
  margin: 0 0 20px 20px;
}
.report_body p.edit_note {
  font-style: italic;
}
.report_body .thumbnail img,
.report_body .thumbnail .detail_thumbnail {
  float: right;
  display: block;
  margin: 0 0 20px 20px;
}
.report_body ul,
.report_body ol {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 1em 1em;
  padding: 0;
}
.report_body ul {
  list-style: disc;
}
.report_body ol {
  list-style: decimal;
}
.asset-body .thumbnail img {
  float: right;
  display: block;
  margin: 0 0 20px 20px;
}
/*AUTHOR PAGES*/
div.authorbio {
  border-bottom: 1px solid #cccccc;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 20px 0 90px;
  margin: 15px 0 0 0;
}
div.authorbio h4 {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
div.authorbio p.title {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  font-style: italic;
}
/*CATEGORY/TAG PAGES*/
ul,
ul.category-list {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4em;
}
ul.category-list {
  zoom: 1;
  margin: 0 0 20px 0;
  width: 620px;
}
ul.category-list:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
ul.category-list li {
  float: left;
  width: 300px;
  padding: 0 10px 0 0;
}
h4.category-header {
  margin-top: 20px;
}
ul#report-list ul,
ul#report-list ol {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 1em 1em;
  padding: 0;
}
ul#report-list ul {
  list-style: disc;
}
ul#report-list ol {
  list-style: decimal;
}
ul#report-list li {
  border-bottom: none;
}
/* FOLLOW PAGE */
.follow-page h3 {
  margin: 20px 0 10px 0;
}
.follow-page .site-social {
  margin: 10px 0;
}
.follow-page .section-social a {
  display: inline-block;
  text-decoration: none;
  margin: 2px 10px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.follow-page .section-social a.email {
  background: transparent url('../../images/header/icon-social.png') no-repeat 0 0;
}
.follow-page .section-social a.rss {
  background: transparent url('../../images/header/icon-social.png') no-repeat -16px 0;
}
.follow-page .section-social a.twtr {
  background: transparent url('../../images/header/icon-social.png') no-repeat -32px 0;
}
.follow-page .section-social a.fb {
  background: transparent url('../../images/header/icon-social.png') no-repeat -48px 0;
}
.follow-page .section-social a.gplus {
  background: transparent url('../../images/header/icon-social.png') no-repeat -64px 0;
}
.follow-page .section-social a.linkedin {
  background: transparent url('../../images/header/icon-social.png') no-repeat -80px 0;
}
.follow-page .site-channel {
  border-top: 1px solid #cccccc;
  padding: 10px 0 0 0;
  margin: 20px 0;
}
.follow-page .site-channel p {
  padding: 10px 0 0 0;
}
.follow-page .site-channel a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.follow-page .site-channel a.start-header {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 0;
  display: block;
  width: 175px;
  height: 22px;
}
.follow-page .site-channel a.start-header:hover {
  background-position: 0 -22px;
}
.follow-page .site-channel a.cloud-header {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -44px;
  display: block;
  width: 160px;
  height: 22px;
}
.follow-page .site-channel a.cloud-header:hover {
  background-position: 0 -66px;
}
.follow-page .site-channel a.biz-header {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -88px;
  display: block;
  width: 132px;
  height: 22px;
}
.follow-page .site-channel a.biz-header:hover {
  background-position: 0 -110px;
}
.follow-page .site-channel a.hack-header {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -132px;
  display: block;
  width: 148px;
  height: 22px;
}
.follow-page .site-channel a.hack-header:hover {
  background-position: 0 -154px;
}
.follow-page .site-channel a.enterprise-header {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -176px;
  display: block;
  width: 190px;
  height: 22px;
}
.follow-page .site-channel a.enterprise-header:hover {
  background-position: 0 -198px;
}
.follow-page .site-channel a.mobile-header {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -220px;
  display: block;
  width: 162px;
  height: 22px;
}
.follow-page .site-channel a.mobile-header:hover {
  background-position: 0 -242px;
}
.follow-page .site-channel a.web-header {
  background: transparent url('../../images/content/icon-listing-sections.png') no-repeat 0 -264px;
  display: block;
  width: 138px;
  height: 22px;
}
.follow-page .site-channel a.web-header:hover {
  background-position: 0 -286px;
}
/* ======== */
/* = Base = */
/* ======== */
html {
  height: 100%;
  overflow: auto;
}
body {
  line-height: 1.5em;
}
h1 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 500;
  line-height: 3.236em;
}
/*h2 {
	#font > .headline(800, 1.1em, @globalLineHeight);
}*/
h2 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 500;
  line-height: 2em;
  color: black;
  margin: 0;
  font-weight: bold;
}
h2 a {
  color: #c62627;
}
h2 a:hover {
  color: #1c1c1c;
  text-decoration: none;
}
h3 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}
h4,
h5 {
  font-family: "museo-sans-rounded", "Helvetica Neue", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.618em;
  color: #333333;
}
p {
  margin: 0 0 1em 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.9375em;
  font-weight: normal;
  line-height: 1.5em;
}
a,
a:hover,
a:focus,
a:active,
a:before,
a:after {
  /*.transition;*/

}
a {
  color: #c62627;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  background-color: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.618em;
  font-style: italic;
  padding: 20px;
  max-width: none;
  margin: 0 0 1em 0;
}
blockquote p {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.618em;
  font-style: italic;
  max-width: none;
}
i,
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* =============== */
/* = Scaffolding = */
/* =============== */
#container {
  zoom: 1;
  width: 94em;
  margin: 0 auto;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  /*this fixed the weird white spacing below the footer*/

}
#container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* ================= */
/* = Main settings = */
/* ================= */
/* ========== */
/* = Mixins = */
/* ========== */
#image .thumbnail {
  margin: 0 2px 0 0;
}
.bordered-bottom {
  border-bottom: 1px solid #cccccc;
}
.bordered-top {
  border-top: 1px solid #cccccc;
}
/*#span {
	.comments {
		color: #666;
		display: inline;		
		padding: 0 0.4em;
		font-family: adelle, sans-serif;
		font-weight: 500;
		font-size: 0.85em;
		font-style: normal;				
	}
}*/
/* ============= */
/* = Selection = */
/* ============= */
::-moz-selection,
::selection {
  background-color: #cccccc !important;
}
#debug {
  background-color: white;
  border: 1px solid black;
}
