.news {
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
}
.newsitalic {
  font-family: 'NewsGothicBTW01-Italic', sans-serif;
  font-weight: normal;
}
.newslight {
  font-family: 'NewsGothicBTW01-Light', sans-serif;
  font-weight: normal;
}
.newsbold {
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
}
.newsbolditalic {
  font-family: 'NewsGothicW01-BoldObliq';
  font-weight: normal;
}
.charcoal {
  color: #605e55;
}
.reportgreen {
  color: #b2ab34;
}
.reportblue {
  color: #5cb1e6;
}
.smooth {
  transition: all .3s;
  -webkit-transition: all .3s;
}
.chartwrapper {
  background-color: #ffffff;
  display: block;
  width: 100%;
  float: none;
  clear: both;
  margin: 90px auto 50px;
  position: relative;
  z-index: 10;
}
#thechart {
  width: 1000px;
  display: block;
  margin: 0 auto;
  padding: 55px 0 80px;
  float: none;
  clear: both;
}
#thechart h2.main-title {
  float: left;
  margin: 5px 0;
  width: 88%;
  display: block;
  font-size: 20px;
  color: #000000;
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#thechart h4.industries-title {
  float: right;
  margin: 10px 0 0;
  text-transform: uppercase;
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  width: 12%;
  display: block;
  text-align: left;
  font-size: 1.25rem;
}
#thechart .table {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  overflow: hidden;
  position: relative;
}
#thechart .table .topic-row {
  display: block;
  margin: 0 0 1px;
  padding: 10px 0;
}
#thechart .table .topic-row:last-of-type {
  margin-bottom: 0;
}
#thechart .table .first-column {
  width: 11%;
  float: left;
  display: block;
  background-color: #fff;
  margin-bottom: 25px;
}
#thechart .table .first-column .topic-row {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#thechart .table .first-column .topic-row:hover {
  opacity: 1 !important;
}
#thechart .table .first-column .topic-row:hover[data-color='gray'] {
  background-color: rgba(88, 89, 91, 0.8);
}
#thechart .table .first-column .topic-row:hover[data-color='blue'] {
  background-color: rgba(16, 92, 140, 0.8);
}
#thechart .table .first-column .topic-row:hover[data-color='lightblue'] {
  background-color: rgba(83, 183, 228, 0.8);
}
#thechart .table .first-column .topic-row:hover[data-color='plum'] {
  background-color: rgba(118, 80, 94, 0.8);
}
#thechart .table .first-column .topic-row:hover[data-color='orange'] {
  background-color: rgba(198, 84, 32, 0.8);
}
#thechart .table .first-column .topic-row:hover[data-color='peach'] {
  background-color: rgba(243, 131, 91, 0.8);
}
#thechart .table .first-column .topic-row:hover[data-color='brown'] {
  background-color: rgba(110, 92, 45, 0.8);
}
#thechart .table .first-column .topic-row:hover[data-color='lightgreen'] {
  background-color: rgba(119, 155, 64, 0.8);
}
#thechart .table .first-column .topic-row:hover[data-color='green'] {
  background-color: rgba(54, 107, 54, 0.8);
}
#thechart .table .first-column .topic-row[data-color='gray'] {
  background-color: rgba(88, 89, 91, 0.5);
}
#thechart .table .first-column .topic-row[data-color='blue'] {
  background-color: rgba(16, 92, 140, 0.5);
}
#thechart .table .first-column .topic-row[data-color='lightblue'] {
  background-color: rgba(83, 183, 228, 0.5);
}
#thechart .table .first-column .topic-row[data-color='plum'] {
  background-color: rgba(118, 80, 94, 0.5);
}
#thechart .table .first-column .topic-row[data-color='orange'] {
  background-color: rgba(198, 84, 32, 0.5);
}
#thechart .table .first-column .topic-row[data-color='peach'] {
  background-color: rgba(243, 131, 91, 0.5);
}
#thechart .table .first-column .topic-row[data-color='brown'] {
  background-color: rgba(110, 92, 45, 0.5);
}
#thechart .table .first-column .topic-row[data-color='lightgreen'] {
  background-color: rgba(119, 155, 64, 0.5);
}
#thechart .table .first-column .topic-row[data-color='green'] {
  background-color: rgba(54, 107, 54, 0.5);
}
#thechart .table .first-column .topic-row:before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
#thechart .table .first-column .topic-row span.border {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5%;
}
#thechart .table .first-column .topic-row span.border[data-color='gray'] {
  background-color: #58595b;
}
#thechart .table .first-column .topic-row span.border[data-color='blue'] {
  background-color: #105c8c;
}
#thechart .table .first-column .topic-row span.border[data-color='lightblue'] {
  background-color: #53b7e4;
}
#thechart .table .first-column .topic-row span.border[data-color='plum'] {
  background-color: #76505e;
}
#thechart .table .first-column .topic-row span.border[data-color='orange'] {
  background-color: #c65420;
}
#thechart .table .first-column .topic-row span.border[data-color='peach'] {
  background-color: #f3835b;
}
#thechart .table .first-column .topic-row span.border[data-color='brown'] {
  background-color: #6e5c2d;
}
#thechart .table .first-column .topic-row span.border[data-color='lightgreen'] {
  background-color: #779b40;
}
#thechart .table .first-column .topic-row span.border[data-color='green'] {
  background-color: #366b36;
}
#thechart .table .first-column .topic-row h4.topic-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
  margin: 0 0 0 8%;
  max-width: 85%;
}
#thechart .table .stage-column {
  width: 19%;
  float: left;
  display: block;
  background-color: #F6F6F3;
  position: relative;
}
#thechart .table .stage-column .topic-row:last-of-type div.technology .techpopup,
#thechart .table .stage-column .topic-row:nth-last-of-type(2) div.technology .techpopup,
#thechart .table .stage-column .topic-row:nth-last-of-type(3) div.technology .techpopup {
  bottom: 100%;
}
#thechart .table .stage-column:nth-last-of-type(2) .nested-column div.technology .techpopup {
  right: 0;
  left: auto;
}
#thechart .table .stage-column:nth-last-of-type(2) .nested-column.first {
  width: 40%;
}
#thechart .table .stage-column:nth-last-of-type(2) .nested-column.second {
  width: 60%;
}
#thechart .table .stage-column:nth-last-of-type(2) .nested-column.second div.technology {
  width: 80%;
  margin-right: 20%;
}
#thechart .table .stage-column h5.stage-click {
  height: 25px;
  line-height: 25px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #E9E7E0;
  margin: 0;
  text-align: center;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}
#thechart .table .stage-column h5.stage-click:hover {
  opacity: 1 !important;
}
#thechart .table .stage-column h3.stage-title {
  position: absolute;
  left: 0;
  top: -25px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: .5;
  cursor: default;
  background-image: url('../images/gradient.png');
  background-repeat: repeat-y;
  margin: 0;
}
#thechart .table .stage-column h3.stage-title strong {
  color: rgba(255, 255, 255, 0.8);
  font-size: 72px;
  margin: -50px 0 0 -350px;
  text-align: center;
  left: 50%;
  top: 50%;
  position: absolute;
  text-transform: uppercase;
  width: 600px;
  white-space: nowrap;
  z-index: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#thechart .table .stage-column .topic-row {
  overflow: hidden;
  min-height: 60px;
  padding: 0 6%;
  position: relative;
}
#thechart .table .stage-column .topic-row .nested-column {
  width: 50%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}
#thechart .table .stage-column .topic-row .nested-column.second {
  float: right;
}
#thechart .table .stage-column:nth-of-type(2) .topic-row {
  background-color: #E9E7E0;
}
#thechart .table .stage-column:nth-of-type(3) .topic-row {
  background-color: #DBD6CA;
}
#thechart .table .stage-column:nth-of-type(4) .topic-row {
  background-color: #CAC3B2;
}
#thechart .table .stage-column:nth-of-type(5) .topic-row {
  background-color: #BCB49F;
}
#thechart .table .stage-column div.technology {
  display: block;
  width: 95%;
  margin: 5% 5% 5% 0;
  float: right;
  font-size: 9px;
  text-align: right;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  overflow: visible;
}
#thechart .table .stage-column div.technology.hover span {
  text-shadow: 1px 1px 1px #ffffff;
}
#thechart .table .stage-column div.technology:hover {
  opacity: 1 !important;
}
#thechart .table .stage-column div.technology:hover span {
  text-shadow: 0 0 0 #000000 !important;
}
#thechart .table .stage-column div.technology .techpopup {
  display: none;
  position: absolute;
  background-color: rgba(5, 5, 5, 0.9);
  background-image: url(../images/close-btn.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 95% 5%;
  padding: 20px;
  width: 400px;
  text-align: left;
  left: 0;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='gray'] {
  background-color: #abacad;
  border-left: 6px solid #58595b;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='blue'] {
  background-color: #87adc5;
  border-left: 6px solid #105c8c;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='lightblue'] {
  background-color: #a9dbf1;
  border-left: 6px solid #53b7e4;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='plum'] {
  background-color: #baa7ae;
  border-left: 6px solid #76505e;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='orange'] {
  background-color: #e2a98f;
  border-left: 6px solid #c65420;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='peach'] {
  background-color: #f9c1ad;
  border-left: 6px solid #f3835b;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='brown'] {
  background-color: #b6ad96;
  border-left: 6px solid #6e5c2d;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='lightgreen'] {
  background-color: #bbcd9f;
  border-left: 6px solid #779b40;
}
#thechart .table .stage-column div.technology .techpopup[data-bgcolor='green'] {
  background-color: #9ab59a;
  border-left: 6px solid #366b36;
}
#thechart .table .stage-column div.technology .techpopup h5 {
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 26px;
  margin: 20px 5% 10px;
}
#thechart .table .stage-column div.technology .techpopup h6 {
  color: #000000;
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0 5% 10px;
}
#thechart .table .stage-column div.technology .techpopup p {
  font-size: 16px;
  color: #000000;
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
  text-transform: none;
  margin: 0 5% 10px;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#thechart .table .stage-column div.technology .techpopup p a {
  color: #ffffff;
  text-decoration: underline;
}
#thechart .table .stage-column div.technology span {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  text-shadow: 0 0 0 #000000;
}
#thechart .table .stage-column div.technology div.img {
  width: 12%;
  margin-left: 3%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  position: relative;
  z-index: 100;
  height: 15px;
}
#thechart .table .stage-column div.technology div.img.hex {
  height: 10px;
}
#thechart .table .stage-column div.technology div.img .svg-hex {
  width: 9px;
  height: 10px;
  display: inline-block;
  position: relative;
  z-index: 100;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='gray'] {
  stroke: #58595b;
  fill: #abacad;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='blue'] {
  stroke: #105c8c;
  fill: #87adc5;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='lightblue'] {
  stroke: #53b7e4;
  fill: #a9dbf1;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='plum'] {
  stroke: #76505e;
  fill: #baa7ae;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='orange'] {
  stroke: #c65420;
  fill: #e2a98f;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='peach'] {
  stroke: #f3835b;
  fill: #f9c1ad;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='brown'] {
  stroke: #6e5c2d;
  fill: #b6ad96;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='lightgreen'] {
  stroke: #779b40;
  fill: #bbcd9f;
}
#thechart .table .stage-column div.technology div.img .svg-hex[data-color='green'] {
  stroke: #366b36;
  fill: #9ab59a;
}
#thechart .table .stage-column div.technology div.img .svg-line {
  width: 5px;
  height: 15px;
  display: inline-block;
  position: relative;
  z-index: 100;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='gray'] {
  fill: #58595b;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='blue'] {
  fill: #105c8c;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='lightblue'] {
  fill: #53b7e4;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='plum'] {
  fill: #76505e;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='orange'] {
  fill: #c65420;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='peach'] {
  fill: #f3835b;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='brown'] {
  fill: #6e5c2d;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='lightgreen'] {
  fill: #779b40;
}
#thechart .table .stage-column div.technology div.img .svg-line[data-color='green'] {
  fill: #366b36;
}
#thechart .table .stage-column .svg-curve {
  position: absolute;
  z-index: 10;
  min-height: 1px;
  opacity: 0;
}
#thechart .table .stage-column .svg-curve[data-color='gray'] {
  stroke: #58595b;
}
#thechart .table .stage-column .svg-curve[data-color='blue'] {
  stroke: #105c8c;
}
#thechart .table .stage-column .svg-curve[data-color='lightblue'] {
  stroke: #53b7e4;
}
#thechart .table .stage-column .svg-curve[data-color='plum'] {
  stroke: #76505e;
}
#thechart .table .stage-column .svg-curve[data-color='orange'] {
  stroke: #c65420;
}
#thechart .table .stage-column .svg-curve[data-color='peach'] {
  stroke: #f3835b;
}
#thechart .table .stage-column .svg-curve[data-color='brown'] {
  stroke: #6e5c2d;
}
#thechart .table .stage-column .svg-curve[data-color='lightgreen'] {
  stroke: #779b40;
}
#thechart .table .stage-column .svg-curve[data-color='green'] {
  stroke: #366b36;
}
#thechart .table .last-column {
  width: 13%;
  float: left;
  display: block;
  background-color: #A89D82;
  margin-bottom: 25px;
}
#thechart .table .last-column ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 2%;
}
#thechart .table .last-column ul li {
  display: block;
  margin-bottom: 7.5px;
  font-size: 11px;
  line-height: 15px;
  cursor: pointer;
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
}
#thechart .table .last-column ul li:hover {
  opacity: 1 !important;
}
#thechart .table .last-column ul li:hover p.name {
  text-shadow: 0 0 0 #000000;
}
#thechart .table .last-column ul li p.name {
  display: inline-block;
  vertical-align: top;
  line-height: 15px;
  margin: 0;
  padding: 0;
}
#thechart .table .last-column ul li div.colors {
  display: inline-block;
  vertical-align: top;
}
#thechart .table .last-column ul li div.colors span {
  width: 5px;
  float: right;
  display: block;
  height: 12px;
  cursor: pointer;
  margin-top: 2px;
}
#thechart .table .last-column ul li div.colors span:hover {
  height: 16px;
  margin-top: 0;
  margin-bottom: -2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  opacity: 1 !important;
}
#thechart .table .last-column ul li div.colors span[data-color='gray'] {
  background-color: #58595b;
}
#thechart .table .last-column ul li div.colors span[data-color='blue'] {
  background-color: #105c8c;
}
#thechart .table .last-column ul li div.colors span[data-color='lightblue'] {
  background-color: #53b7e4;
}
#thechart .table .last-column ul li div.colors span[data-color='plum'] {
  background-color: #76505e;
}
#thechart .table .last-column ul li div.colors span[data-color='orange'] {
  background-color: #c65420;
}
#thechart .table .last-column ul li div.colors span[data-color='peach'] {
  background-color: #f3835b;
}
#thechart .table .last-column ul li div.colors span[data-color='brown'] {
  background-color: #6e5c2d;
}
#thechart .table .last-column ul li div.colors span[data-color='lightgreen'] {
  background-color: #779b40;
}
#thechart .table .last-column ul li div.colors span[data-color='green'] {
  background-color: #366b36;
}
@media only screen and (min-width: 1210px) and (max-width: 1409px) {
  body #thechart {
    width: 1200px;
  }
  body #thechart .table .last-column ul li {
    margin-bottom: 5.5px;
  }
}
@media only screen and (min-width: 1410px) {
  body #thechart {
    width: 1400px;
  }
  body #thechart .table .last-column ul li {
    margin-bottom: 4.5px;
  }
}
.report-page-template .ui-loader {
  display: none;
}
.report-page-template #navigation {
  position: absolute;
  left: 5%;
  width: 15%;
  bottom: 0;
}
.report-page-template #navigation.fixednav {
  position: fixed;
  top: 60px !important;
  /*&.locked {
				position: absolute !important;
			}*/
}
.report-page-template #navigation.white #navi h2 {
  color: #ffffff;
}
.report-page-template #navigation.white #navi ol.nested-numbers li:before {
  color: #ffffff;
}
.report-page-template #navigation.white #navi ol.nested-numbers li a {
  color: #ffffff;
}
.report-page-template #navigation.white #navi ol.nested-numbers li.active ol.nested-numbers li:before {
  color: #ffffff;
}
.report-page-template #navigation.white #navi ol.nested-numbers li.active ol.nested-numbers li a {
  color: #ffffff;
}
.report-page-template #navigation #navi h2 {
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
  color: #695c2e;
  font-size: 22px;
}
.report-page-template #navigation #navi ol.nested-numbers li {
  padding-bottom: 0;
  line-height: 1em;
  margin-left: 18px;
  text-indent: -18px;
}
.report-page-template #navigation #navi ol.nested-numbers li:nth-of-type(5) {
  max-width: 140px;
}
.report-page-template #navigation #navi ol.nested-numbers li:before {
  font-size: 13px;
  color: #000000;
}
.report-page-template #navigation #navi ol.nested-numbers li a {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000000;
  outline: none;
}
.report-page-template #navigation #navi ol.nested-numbers li a:active,
.report-page-template #navigation #navi ol.nested-numbers li a:focus {
  outline: none;
}
.report-page-template #navigation #navi ol.nested-numbers li:hover:before,
.report-page-template #navigation #navi ol.nested-numbers li:hover a {
  color: #f5733c;
}
.report-page-template #navigation #navi ol.nested-numbers li.active:before,
.report-page-template #navigation #navi ol.nested-numbers li.active a {
  color: #f5733c;
  font-style: italic;
}
.report-page-template #navigation #navi ol.nested-numbers li.active ol.nested-numbers {
  display: block;
}
.report-page-template #navigation #navi ol.nested-numbers li.active ol.nested-numbers li {
  max-width: 400px;
}
.report-page-template #navigation #navi ol.nested-numbers li.active ol.nested-numbers li:hover:before,
.report-page-template #navigation #navi ol.nested-numbers li.active ol.nested-numbers li:hover a {
  color: #f5733c;
}
.report-page-template #navigation #navi ol.nested-numbers li.active ol.nested-numbers li.active:before,
.report-page-template #navigation #navi ol.nested-numbers li.active ol.nested-numbers li.active a {
  color: #f5733c;
}
.report-page-template #navigation #navi ol.nested-numbers li.active ol.nested-numbers li a {
  color: #000000;
}
.report-page-template #navigation #navi ol.nested-numbers li:nth-of-type(10) ol.nested-numbers li,
.report-page-template #navigation #navi ol.nested-numbers li:nth-of-type(11) ol.nested-numbers li,
.report-page-template #navigation #navi ol.nested-numbers li:nth-of-type(12) ol.nested-numbers li,
.report-page-template #navigation #navi ol.nested-numbers li:nth-of-type(13) ol.nested-numbers li {
  margin-left: 0;
  text-indent: -36px;
}
.report-page-template #navigation #navi ol.nested-numbers li ol.nested-numbers {
  display: none;
}
.report-page-template #navigation #navi ol.nested-numbers li ol.nested-numbers li {
  margin-left: 0;
  text-indent: -30px;
}
.report-page-template #navigation #navi ol.nested-numbers li ol.nested-numbers li:before {
  color: #000000;
  font-style: italic;
}
.report-page-template #navigation #navi ol.nested-numbers li ol.nested-numbers li a {
  text-transform: none;
  font-style: italic;
}
.report-page-template #navigation #backtotop {
  position: absolute;
  bottom: 30px;
  opacity: .6;
  outline: none;
}
.report-page-template #navigation #backtotop:active,
.report-page-template #navigation #backtotop:focus {
  outline: none;
}
.report-page-template #navigation #backtotop:hover {
  opacity: 1;
}
.report-page-template .global-header {
  z-index: 1200;
}
.report-page-template .global-header .header-page-mobile {
  display: none;
}
.report-page-template #table-of-contents h2 {
  text-transform: none;
  font-size: 26.5px;
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
}
.report-page-template #table-of-contents li {
  margin-left: 42px;
  text-indent: -42px;
}
.report-page-template #table-of-contents li:first-of-type ol.nested-numbers li:nth-of-type(4),
.report-page-template #table-of-contents li:first-of-type ol.nested-numbers li:nth-of-type(6) {
  max-width: 180px;
}
.report-page-template #table-of-contents li:nth-of-type(10) li,
.report-page-template #table-of-contents li:nth-of-type(11) li,
.report-page-template #table-of-contents li:nth-of-type(12) li,
.report-page-template #table-of-contents li:nth-of-type(13) li {
  margin-left: 0;
  text-indent: -52px;
}
.report-page-template #table-of-contents li a {
  font-size: 20px;
}
.report-page-template #table-of-contents li ol.nested-numbers li {
  margin-left: 0;
}
.report-page-template #table-of-contents li ol.nested-numbers li a {
  font-size: 17px;
}
.report-page-template .report-cover {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.report-page-template .report-cover .cover-text {
  background: none transparent;
  overflow: auto;
  position: relative;
  padding: 0 10%;
  text-align: center;
}
.report-page-template .report-cover .cover-text img {
  width: 297px;
  height: auto;
  margin-bottom: 40px;
  display: inline-block;
  margin-top: 80px;
  max-width: 100%;
}
.report-page-template .report-cover .cover-text hr {
  width: 595px;
  height: 3px;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
  display: block;
  margin: 0 auto;
}
.report-page-template .report-cover .cover-text h1 {
  color: #ffffff;
  font-size: 75px;
  margin-top: 70px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
}
.report-page-template .report-cover .cover-text h2 {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
}
.report-page-template .report-cover .cover-text .abstract-text {
  color: #ffffff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 150px;
  max-width: 600px;
  display: block;
  margin: 600px auto 0;
}
.report-page-template .report-cover .cover-text-arrow {
  margin-left: -28px;
  top: 620px;
  bottom: auto;
}
.report-page-template .report-cover .cover-text-arrow img {
  position: absolute;
  left: 50%;
}
.report-page-template .report-cover .cover-text-arrow img.on {
  opacity: 0;
}
.report-page-template .report-cover .cover-text-arrow:hover img.on {
  opacity: 1;
}
.report-page-template .report-cover .cover-text-arrow:hover img.off {
  opacity: 0;
}
.report-page-template .nested-content h4 {
  display: block;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #b2ab34;
  margin: 70px 0 30px;
  width: 100%;
  float: none;
  clear: both;
}
.report-page-template .nested-content strong {
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  font-size: 18px;
  display: block;
  width: 100%;
  float: none;
  clear: both;
}
.report-page-template .nested-content div.contentwrap {
  display: block;
  width: 65%;
  margin-right: 5%;
  float: left;
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.report-page-template .nested-content div.contentwrap p {
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
  font-size: 18px;
  max-width: 600px;
}
.report-page-template .nested-content div.imagewrap {
  display: block;
  float: right;
  width: 25%;
  margin-right: 5%;
  max-width: 300px;
  position: relative;
  overflow: hidden;
}
.report-page-template .nested-content div.imagewrap:first-of-type {
  position: absolute;
  right: 0;
  width: 19%;
}
.report-page-template .nested-content div.imagewrap.product div.credit {
  bottom: 0;
  top: auto;
}
.report-page-template .nested-content div.imagewrap.product div.title {
  color: #ffffff;
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  font-size: 17px;
  background-color: #5cb1e6;
  padding: 3px 5%;
  display: block;
  width: 100%;
}
.report-page-template .nested-content div.imagewrap.product div.title p {
  margin: 0;
  padding: 0;
}
.report-page-template .nested-content div.imagewrap.product i.fa {
  bottom: 10px;
  top: auto;
}
.report-page-template .nested-content div.imagewrap div.title {
  background-color: #F6F4E8;
  padding: 2%;
  width: 100%;
  display: block;
  font-size: 12px;
  color: #000000;
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
}
.report-page-template .nested-content div.imagewrap div.credit {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  opacity: 0;
  color: #ffffff;
  font-size: 12px;
}
.report-page-template .nested-content div.imagewrap div.credit.active {
  opacity: 1;
}
.report-page-template .nested-content div.imagewrap div.credit p {
  color: #ffffff;
  font-size: 12px;
  padding: 0;
}
.report-page-template .nested-content div.imagewrap img {
  width: 100%;
  height: auto;
  display: block;
}
.report-page-template .nested-content div.imagewrap i.fa {
  position: absolute;
  top: 10px;
  left: 8px;
  cursor: pointer;
  color: #ffffff;
  opacity: .6;
  font-size: 13px;
}
.report-page-template .nested-content div.imagewrap i.fa:hover {
  opacity: 1;
}
.report-page-template .article-container {
  width: 100%;
  position: relative;
}
.report-page-template .article-container .container {
  display: block;
  width: 75%;
  margin-left: 25%;
}
.report-page-template .article-container #topquote {
  background-color: #b2ab34;
  text-align: center;
  padding: 65px 0 60px;
  z-index: 10;
  position: relative;
}
.report-page-template .article-container #topquote h3 {
  font-size: 35px;
  line-height: 51px;
  letter-spacing: -0.02em;
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  color: #ffffff;
  padding-bottom: 50px;
  margin: 0;
}
.report-page-template .article-container #topquote h4 {
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding-bottom: 5px;
}
.report-page-template .article-container #topquote span {
  font-size: 12px;
  font-family: 'NewsGothicBTW01-Italic', sans-serif;
  font-weight: normal;
  color: #ffffff;
}
.report-page-template .article-container a.button {
  background-image: none;
  background-color: #5cb1e6;
}
.report-page-template .article-container #front-matter {
  border-top: 1px solid #b2ab34;
}
.report-page-template .article-container #front-matter #table-of-contents {
  width: 34%;
  margin-left: 0;
  margin-right: 4%;
  float: left;
  display: block;
}
.report-page-template .article-container #front-matter #notes {
  width: 62%;
  margin-left: 0;
  margin-right: 0;
  float: right;
  display: block;
}
.report-page-template .article-container #front-matter #notes h2 {
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}
.report-page-template .article-container #front-matter #notes strong {
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  padding-top: 10px;
  display: block;
}
.report-page-template .article-container #front-matter #notes strong.contributor {
  padding-top: 20px;
  padding-bottom: 15px;
}
.report-page-template .article-container #front-matter #notes strong,
.report-page-template .article-container #front-matter #notes p {
  color: #000000;
  font-size: 18px;
}
.report-page-template .article-container #front-matter #notes p {
  padding-bottom: 10px;
}
.report-page-template .article-container #front-matter #notes p.person {
  font-style: italic;
  text-align: right;
}
.report-page-template .article-container #front-matter #notes p span.name {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  font-style: normal;
  float: left;
  text-align: left;
}
.report-page-template .article-container #front-matter #notes .download-formats {
  padding-top: 20px;
}
.report-page-template .article-container #front-matter #notes .download-formats h3 {
  padding-bottom: 10px;
}
.report-page-template .article-container #front-matter #notes .download-formats img {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
}
.report-page-template .article-container #introduction {
  padding: 30px 0;
  background-color: #f8f8f8;
}
.report-page-template .article-container #introduction .container {
  overflow: auto;
  float: none;
  clear: both;
}
.report-page-template .article-container #introduction .nested-content h2 {
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.report-page-template .article-container #introduction .nested-content h4 {
  margin: 0 0 20px;
}
.report-page-template .article-container #introduction .nested-content img {
  max-width: 100%;
  height: auto;
}
.report-page-template .article-container #introduction div.imagewrap {
  margin-bottom: 40px;
}
.report-page-template .article-container #introduction div.imagewrap p {
  padding-bottom: 0;
}
.report-page-template .article-container #introduction hr {
  background-color: #dfdfdf;
  height: 1px;
  border: none;
  width: 100%;
  display: block;
  margin: 15px 0 40px;
}
.report-page-template .article-container #introduction p.bold-italic {
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
}
.report-page-template .article-container .section {
  padding: 0 0 100px;
}
.report-page-template .article-container .section .hero {
  padding: 310px 0;
  background-size: 150%;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #aaaaaa;
  position: relative;
}
.report-page-template .article-container .section .hero:before {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.report-page-template .article-container .section .hero .container {
  width: 65%;
  max-width: 600px;
  position: relative;
  z-index: 100;
}
.report-page-template .article-container .section .hero h2 {
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 75px;
  text-transform: uppercase;
}
.report-page-template .article-container .section .hero p {
  font-family: 'NewsGothicBTW01-Roman', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
.report-page-template .article-container .section .hero i.fa {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  opacity: .8;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.report-page-template .article-container .section .hero i.fa:hover {
  opacity: 1;
}
.report-page-template .article-container .section .hero .credit {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px;
  background-color: rgba(40, 40, 40, 0.8);
  color: #ffffff;
}
.report-page-template .article-container .section .hero .credit.active {
  display: block;
}
.report-page-template .article-container .section .industries {
  background-color: #b2ab34;
  padding: 50px 0;
}
.report-page-template .article-container .section .industries .container {
  max-width: 70%;
}
.report-page-template .article-container .section .industries h4 {
  color: #3d3c37;
  font-size: 29px;
  margin: 0 0 15px;
}
.report-page-template .article-container .section .industries p {
  color: #ffffff;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  max-width: 70%;
  padding-bottom: 0;
}
.report-page-template .article-container .section .industries a {
  color: #000000;
  font-family: 'News Gothic BT W01 Bold', sans-serif;
  font-weight: normal;
  padding: 5px 10px;
  margin-left: 40px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}
.report-page-template .article-container .section .industries a:hover {
  text-decoration: none;
}
.report-page-template #appendix {
  z-index: 0;
}
.report-page-template #endnotes div.anchor:before {
  margin-top: 0;
  height: 0;
}
.report-page-template .page-footer {
  text-align: center;
  background-color: #605e55;
  padding: 38px 0;
}
.report-page-template .page-footer img {
  display: inline-block;
}
.report-page-template #popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none;
  width: 100%;
}
.report-page-template #popup #popup-content {
  position: fixed;
  top: 2%;
  width: 90%;
  height: 96%;
  left: 5%;
  display: block;
  padding: 10px 2%;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  overflow: scroll;
  text-align: center;
}
.report-page-template #popup #popup-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
#mobilechart {
  display: none;
}
#mobile-menu-popup {
  display: none;
}
@media only screen and (max-width: 1020px) and (min-width: 850px) {
  body.report-page-template .report-cover {
    background-size: 100% auto !important;
    background-position: top right !important;
  }
}
@media only screen and (max-width: 1020px) {
  body.report-page-template .ui-page {
    overflow: hidden;
    max-width: 100%;
  }
  body.report-page-template #mobile-menu-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 40, 40, 0.9);
    z-index: 1000;
  }
  body.report-page-template #mobile-menu-popup ol {
    display: block;
    width: 100%;
    padding: 60px 0 0;
  }
  body.report-page-template #mobile-menu-popup ol li {
    line-height: 16px;
    padding-bottom: 2px;
    background-color: #000000;
    margin-bottom: 2px;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='gray'] {
    background-color: #58595b;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='blue'] {
    background-color: #105c8c;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='lightblue'] {
    background-color: #53b7e4;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='plum'] {
    background-color: #76505e;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='orange'] {
    background-color: #c65420;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='peach'] {
    background-color: #f3835b;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='brown'] {
    background-color: #6e5c2d;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='lightgreen'] {
    background-color: #779b40;
  }
  body.report-page-template #mobile-menu-popup ol li[data-color='green'] {
    background-color: #366b36;
  }
  body.report-page-template #mobile-menu-popup ol li:before {
    display: none;
  }
  body.report-page-template #mobile-menu-popup ol li a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    padding: 8px 6% 6px;
    text-transform: uppercase;
  }
  body.report-page-template #mobile-menu-popup .centered {
    display: block;
    margin: 5px 10% 0;
  }
  body.report-page-template #mobile-menu-popup .centered a {
    display: inline-block;
  }
  body.report-page-template .global-header {
    position: fixed;
    top: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  body.report-page-template .global-header.hidden {
    opacity: 0;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
  }
  body.report-page-template .global-header .header-page-mobile {
    display: block;
    float: right;
    cursor: pointer;
    height: 21px;
    margin-top: 3px;
  }
  body.report-page-template .global-header .header-page-mobile img {
    width: 16px;
    height: auto;
  }
  body.report-page-template .global-header .header-page-download,
  body.report-page-template .global-header .header-page-sections,
  body.report-page-template .global-header .header-page-social-media {
    display: none;
  }
  body.report-page-template .headroom {
    transition: transform 200ms linear;
  }
  body.report-page-template .headroom--pinned {
    transform: translateY(0%);
  }
  body.report-page-template .headroom--unpinned {
    transform: translateY(-100%);
  }
  body.report-page-template #mobilechart {
    display: block;
    width: 100%;
    border-bottom: 2px solid #000000;
    margin-bottom: 40px;
  }
  body.report-page-template #mobilechart *::selection {
    background: none;
    /* WebKit/Blink Browsers */
  }
  body.report-page-template #mobilechart *::-moz-selection {
    background: none;
    /* Gecko Browsers */
  }
  body.report-page-template #mobilechart .chart-title {
    padding: 5px 5%;
    display: block;
    text-align: left;
    background-color: #000000;
  }
  body.report-page-template #mobilechart .chart-title h2 {
    font-size: 22px;
    letter-spacing: .04em;
    text-align: center;
    color: #ffffff;
    font-family: 'NewsGothicBTW01-Roman', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
  }
  body.report-page-template #mobilechart .block-title {
    padding: 5px 5%;
    display: block;
    text-align: left;
    cursor: pointer;
  }
  body.report-page-template #mobilechart .block-title h3 {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    font-family: 'News Gothic BT W01 Bold', sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
  }
  body.report-page-template #mobilechart .block-title span.openclose {
    display: inline-block;
    vertical-align: middle;
    font-family: 'News Gothic BT W01 Bold', sans-serif;
    font-weight: normal;
    width: 30%;
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 13px;
    text-align: right;
  }
  body.report-page-template #mobilechart .block-content {
    display: none;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  body.report-page-template #mobilechart .block-content .swipe {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  body.report-page-template #mobilechart .block-content .swipe.active {
    left: 0;
    right: 0;
  }
  body.report-page-template #mobilechart .block-content .swipe.right {
    left: 100%;
    right: -100%;
  }
  body.report-page-template #mobilechart .block-content .swipe.left {
    left: -100%;
    right: 100%;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title {
    width: 100%;
    position: relative;
    background-color: #c9c9c9;
    cursor: pointer;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='gray'] {
    background-color: #58595b;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='blue'] {
    background-color: #105c8c;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='lightblue'] {
    background-color: #53b7e4;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='plum'] {
    background-color: #76505e;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='orange'] {
    background-color: #c65420;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='peach'] {
    background-color: #f3835b;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='brown'] {
    background-color: #6e5c2d;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='lightgreen'] {
    background-color: #779b40;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title[data-color='green'] {
    background-color: #366b36;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title h4 {
    font-family: 'NewsGothicBTW01-Roman', sans-serif;
    font-weight: normal;
    font-size: 20px;
    /*color: #292929;*/
    color: #ffffff;
    display: block;
    width: 82%;
    padding: 10px 0 10px 5%;
    margin: 0;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-title span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    width: 16%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage {
    border-bottom: 2px solid #ffffff;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage.active .stage-title {
    color: #7e776a;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage.active .stage-title i.fa {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage.active .stage-content {
    display: block;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage:first-of-type .stage-title {
    background-color: #E9E7E0;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage:nth-of-type(2) .stage-title {
    background-color: #DBD6CA;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage:nth-of-type(3) .stage-title {
    background-color: #CAC3B2;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage:nth-of-type(4) .stage-title {
    background-color: #BCB49F;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage .stage-title {
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'News Gothic BT W01 Bold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding: 5px 5%;
    cursor: pointer;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .stage .stage-content {
    display: none;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content ul {
    padding: 8px 5% 5px;
    width: 100%;
    display: block;
    margin: 0;
    background-color: #ffffff;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content ul li.tech {
    color: #000000;
    font-size: 13px;
    font-family: 'NewsGothicW01-BoldObliq';
    font-weight: normal;
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 3%;
    margin-bottom: 3px;
    cursor: pointer;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content ul li.tech:before {
    content: '•';
    /*padding-right: 8px;*/
    position: absolute;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content ul li.tech span {
    display: block;
    padding-left: 14px;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .tech-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(5, 5, 5, 0.9);
    background-image: url(../images/close-btn.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 98% 2%;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .tech-popup h5 {
    font-family: 'News Gothic BT W01 Bold', sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 30px;
    margin: 20px 5% 10px;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .tech-popup h6 {
    color: #b2ab34;
    font-family: 'NewsGothicBTW01-Roman', sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin: 0 5% 10px;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .tech-popup p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'NewsGothicBTW01-Roman', sans-serif;
    font-weight: normal;
    text-transform: none;
    padding: 0 5% 10px;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .tech-popup div.indwrapper {
    margin: 0 5% 20px;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .tech-popup strong.ind {
    font-family: 'NewsGothicW01-BoldObliq';
    font-weight: normal;
    color: #9c9482;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-right: 6px;
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .tech-popup strong.ind:after {
    content: ',';
  }
  body.report-page-template #mobilechart .block-content .swipe .swipe-content .tech-popup strong.ind:last-of-type:after {
    content: '';
  }
  body.report-page-template #mobilechart .block-topics .block-title {
    background-color: #292929;
  }
  body.report-page-template #mobilechart .block-industries .block-title {
    background-color: #3c3c3c;
  }
  body.report-page-template .report-cover {
    background-size: 850px auto;
    background-position: top right !important;
    background-color: #000000;
  }
  body.report-page-template .report-cover .cover-text {
    bottom: 0;
  }
  body.report-page-template .report-cover .cover-text h1 {
    font-size: 50px;
  }
  body.report-page-template .report-cover .cover-text h2 {
    font-size: 22px;
  }
  body.report-page-template .report-cover .cover-text hr {
    width: 100%;
    height: 2px;
  }
  body.report-page-template .report-cover .cover-text .abstract-text {
    margin-top: 150px;
    padding-bottom: 100px;
  }
  body.report-page-template .report-cover span.cover-text-arrow {
    display: none;
  }
  body.report-page-template .chartwrapper {
    display: none;
  }
  body.report-page-template #navigation {
    display: none;
  }
  body.report-page-template .article-container #front-matter h2,
  body.report-page-template .article-container #front-matter p {
    padding-left: 0;
    padding-right: 0;
  }
  body.report-page-template .article-container #front-matter #table-of-contents {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  body.report-page-template .article-container #front-matter #table-of-contents h2 {
    text-align: center;
  }
  body.report-page-template .article-container #front-matter #table-of-contents > ol ol {
    display: none;
  }
  body.report-page-template .article-container #front-matter #notes {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  body.report-page-template .article-container #front-matter #notes .download-formats img {
    float: none;
    display: block;
    margin-bottom: 15px;
    clear: both;
  }
  body.report-page-template .article-container .container {
    width: 90%;
    margin: 0 auto;
  }
  body.report-page-template .article-container .section .hero {
    padding: 100px 0;
    background-attachment: scroll;
    background-size: cover;
  }
  body.report-page-template .article-container .section .hero h2 {
    font-size: 42px;
    /*-ms-word-break: break-all;*/
    /* Be VERY careful with this, breaks normal words wh_erever */
    /*word-break: break-all;*/
    /* Non standard for webkit */
    /*word-break: break-word;*/
    /*-webkit-hyphens: auto;
					   -moz-hyphens: auto;
					        hyphens: auto;*/
  }
  body.report-page-template .article-container .section .hero .container {
    width: 90%;
  }
  body.report-page-template .article-container .section .industries .container {
    max-width: 90%;
    margin: 0 auto;
  }
  body.report-page-template .article-container .section .industries .container h4 {
    font-size: 20px;
  }
  body.report-page-template .article-container .section .industries .container p {
    max-width: 100%;
    font-size: 18px;
  }
  body.report-page-template .article-container .section .industries a.popup {
    display: none;
  }
  body.report-page-template .article-container .nested-content strong {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'News Gothic BT W01 Bold', sans-serif;
    font-weight: normal;
    color: #000000;
  }
  body.report-page-template .article-container .nested-content div.contentwrap {
    width: 100%;
    margin: 0 auto;
    float: none;
    font-size: 18px;
  }
  body.report-page-template .article-container .nested-content div.contentwrap p {
    font-size: 18px;
  }
  body.report-page-template .article-container .nested-content div.contentwrap p strong {
    font-size: 18px;
    margin-bottom: 0;
  }
  body.report-page-template .article-container .nested-content div.imagewrap {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    position: relative;
  }
  body.report-page-template .article-container .nested-content div.imagewrap.nonproduct {
    display: none;
  }
  body.report-page-template .article-container .nested-content div.imagewrap div.title {
    display: none;
  }
  body.report-page-template .page-footer img {
    width: 170px;
  }
}
@media only screen and (max-width: 320px) {
  body.report-page-template .article-container #front-matter #table-of-contents > ol {
    margin-left: 0;
    margin-right: 0;
  }
}
