h3.with-badge {
  position: relative;
}

.new-badge {
  text-transform: uppercase;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  top: -2em;
  left: 0;
  padding: 0 0.8em;
  font-size: 11px;
  line-height: 1.6em;
  color: #fff;
  border-top-left-radius: 0.5em 0.25em;
  border-top-right-radius: 0.5em 0.25em;
  border-bottom-left-radius: 0.5em 0.25em;
  border-bottom-right-radius: 0.5em 0.25em;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  background: #009ffa;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWZmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY0Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #009ffa 0%, #0064ca 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ffa), color-stop(100%, #0064ca));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #009ffa 0%, #0064ca 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #009ffa 0%, #0064ca 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #009ffa 0%, #0064ca 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #009ffa 0%, #0064ca 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ffa', endColorstr='#0064ca',GradientType=0 );
  /* IE6-8 */
}

/* ========================================================
    START SECTION:  Department - On all family pages
======================================================== */
/* ----------------------------------- *
 *  defeat styling on topic-questions  *
 *  and merge with questions-support   *
 * ----------------------------------- */
/* support
================================================= */
.product-support .chat.chat-standby,
.product-support .chat.chat-online {
  display: inline-block;
}

.product-support {
  width: 978px;
  margin: 0 auto;
}

.product-support > .box-content {
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  -moz-box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  min-height: 255px;
  padding: 30px 40px 0;
}

.product-support.geo-alt {
  margin-bottom: 9px;
}

.product-support.geo-alt > .box-content {
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 260px;
  padding: 30px 40px 0;
}

.product-support .support-head {
  font-size: 27px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  width: 310px;
  z-index: 1;
}

.product-support .support-type {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 285px;
  z-index: 1;
}

.product-support .support-type + .support-type {
  float: right;
  width: 300px;
  margin-right: 10px;
}

.product-support .type-head {
  font-size: 16px;
  letter-spacing: -1px;
  margin-bottom: 11px;
}

.product-support .summary {
  font-size: 12px;
  line-height: 1.7em;
}

.product-support .summary p {
  margin-bottom: 4px;
}

.product-support .more {
  font-size: 14px;
}

.product-support .photo {
  bottom: 0;
  font-size: 0;
  left: 35px;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 900px;
}

.product-support .photo img {
  position: relative;
  left: -9px;
}

.product-support .photo:after {
/*
  background: -moz-linear-gradient(top, #fcfcfc, white);
  background: -ms-linear-gradient(top, #fcfcfc, white);
  background: -o-linear-gradient(top, #fcfcfc, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(white));
  background: -webkit-linear-gradient(top, #fcfcfc, white);
  background: linear-gradient(to bottom, #fcfcfc, #ffffff); */
  bottom: -35px;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.product-support .video {
	position: relative;
	font-size: 12px;
	line-height: 1.2em;
	color: #666;
	width: 114px;
	margin-top: 14px;
}
.product-support .video img {
	display: block;
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 #999;
	margin-bottom: 14px;
}
.product-support .video img.hover {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
  visibility: hidden;
}
.product-support .video a:hover img.hover,
.product-support .video a:focus img.hover,
.product-support .video a:active img.hover {
  visibility: visible;
}

.product-support.geo-alt .photo:after {
  background: none;
}

.product-support.geo-alt .photo {
  border-bottom: none;
}

/* tall product support section */
.product-support.tall > .box-content {
	min-height: 315px;
}
.product-support.tall .support-head {
	margin-bottom: 30px;
}
.product-support.tall .support-type {
	width: 300px;
	margin-bottom: 20px;
}
.product-support.tall .support-type + .support-type {
	width: 315px;
	margin-right: 0;
}
.product-support.tall .summary {
	font-size: 13px;
	line-height: 1.6em;
}
.product-support.tall .summary p {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.product-support.tall .photo img {
	left: -15px;
}

/* single column */
.product-support.single > .box-content {
	min-height: 218px;
	padding: 45px 55px 0;
}
.product-support.single .support-type {
	width: 400px;
}
.product-support.single .support-head {
	margin-bottom: 5px;
}
.product-support.single .summary {
	font-size: 16px;
	line-height: 1.6em;
}
.product-support.single .more {
	font-size: inherit;
}
.product-support.single .photo img {
	left: 210px;
}

/* community
================================================= */
/* fix the button */
.topic-questions .button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.topic-questions {
  position: relative;
  background-color: #fff;
  margin-top: 0;
  padding-top: 21px;
  box-shadow: none;
  -webkit-box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  -moz-box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  -ie7-8-border: 1px solid #dedede;
  border: 1px solid #dedede \9;
}

.product-support + .topic-questions {
  margin-bottom: 9px;
  margin-left: 1px;
  width: 938px;
  position: relative;
  margin-top: -2px;
  background-color: #fff;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 0 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  -moz-box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 0 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  box-shadow: -1px 0 0 0 #d2d2d2, -1px 0 0 0 #e6e6e6, 1px 0 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, 0 0 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
  -ie7-8-border: 1px solid #dedede;
  border: 1px solid #dedede \9;
}

.product-support + .topic-questions .header {
  border-top: 1px solid #dadada;
  margin-top: -21px;
  padding-top: 21px;
}

.topic-questions .content,
.topic-questions .topics ul,
.topic-questions .topics h3,
.topic-questions .topics span,
.topic-questions .questions-wrapper > h3 {
  background: none;
}

.topic-questions .content {
  padding-top: 4px;
}

.topic-questions .questions {
  clear: both;
}
.topic-questions .questions,
.topic-questions .topics ul {
  margin-top: 4px;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}

.topic-questions .questions-wrapper {
  position: relative;
}

.topic-questions .questions-wrapper h3 {
  font-size: 13px;
  float: left;
  line-height: 24px;
  vertical-align: top;
}

.topic-questions .questions-wrapper > .more {
  font-size: 12px;
  float: right;
  line-height: 24px;
}

.topic-questions .question-image {
  display: none;
}

.topic-questions .question-text a {
  color: #08c;
}

.topic-questions .question-text a:hover,
.topic-questions .question-text a:focus {
  text-decoration: underline;
}

.community.topic-questions .statistics {
  color: #666;
}

.community.topic-questions .pipe-list.statistics {
	overflow: visible;
}

.topic-questions .topics {
  margin-top: 1px;
}

.topic-questions .topics > * {
  padding-left: 30px;
}

.topic-questions .topics h3 {
  font-size: 13px;
  height: auto;
}

.topic-questions .topics ul {
  margin-left: 30px;
  padding: 15px 0 0;
}

.topic-questions .topics li a {
  color: #666;
}

.topic-questions .topics li a:hover {
  text-decoration: none;
}

.topic-questions .topics .more {
  padding-left: 0;
}

.topic-questions .community-search {
  background: #fdfdfd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  right: 14px;
  width: 487px;
}

.topic-questions .community-search .input-wrapper .effects {
  background: none;
  /* compensating for IE7's lack of psuedo-element support */
  *position: relative;
  *left: -30px;
  padding-left: 3.4em;
}
.topic-questions .community-search .input-wrapper .effects.coe-content {
  *position: static;
  *left: 0px;
}

.topic-questions .community-search .input-wrapper .effects:before,
.topic-questions .community-search .input-wrapper .effects.coe-content .search-icon {
  background: #ff8e30;
  background: -moz-linear-gradient(top, #ffb242, #ff4b00);
  background: -ms-linear-gradient(top, #ffb242, #ff4b00);
  background: -o-linear-gradient(top, #ffb242, #ff4b00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb242), to(#ff4b00));
  background: -webkit-linear-gradient(top, #ffb242, #ff4b00);
  background: linear-gradient(to bottom, #ffb242, #ff4b00);
  border: 1px solid #ff9100;
  border-radius: 50%;
  color: #fff;
  font: 500 22px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  height: 1.175em;
  left: 2px;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px rgba(169, 66, 7, 0.35);
  top: 3px;
  width: 1.175em;
  padding-left: ;
}
.topic-questions .community-search .input-wrapper .effects:before {
  content: '?';
}
.topic-questions .community-search .input-wrapper .effects.coe-content span.search-icon:before {
  content: attr(data-icon);
}
.topic-questions .community-search .input-wrapper .effects.coe-content:before {
  display: none;
}

.topic-questions .community-search .field-with-placeholder {
  white-space: nowrap;
  width: 110%;
}

.topic-questions .community-search .input-wrapper input {
  background: transparent;
}

.topic-questions .community-search .button.community-alt > span {
  height: 1.8em;
  line-height: 1.8em;
  right: 1px;
  text-shadow: 0 -1px rgba(169, 66, 7, 0.35);
  top: 2px;
  background-size: cover;
}

.topic-questions .header .headline {
  left: 7px;
  margin-right: 38px;
  position: relative;
}

/* RS override */
div.footnotes p:first-child,
div.footnotes ol:first-child,
div.footnotes ul:first-child {
  padding-top: 0;
}
