.fixed-header {
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  transform: translateY(-45px);
  position: absolute;
  z-index: 1;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#wrapper.full-width .fixed-header .container {
  padding: 15px 0;
  position: relative;
}
@media (min-width: 960px) {
  #wrapper.full-width .fixed-header .container {
    width: 930px;
  }
}
@media (min-width: 1230px) {
  #wrapper.full-width .fixed-header .container {
    width: 1200px;
  }
}
.fixed-header.fixed {
  background: #15171b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 99;
  height: 44px;
}
.fixed-header.fixed .share-buttons {
  display: block;
}
.fixed-header #scrollNav {
  display: inline-block;
}
.fixed-header #scrollNav li {
  display: inline-block;
  margin: 0 0 0 25px;
}
.fixed-header #scrollNav li:first-child {
  margin: 0;
}
.fixed-header #scrollNav li a {
  color: #fff;
  font: 14px/1.1 "UniversLTW01-47LightCn";
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.fixed-header #scrollNav li.active a {
  text-decoration: underline;
}
@media (min-width: 1230px) {
  .fixed-header #scrollNav li {
    margin: 0 0 0 40px;
  }
}
.fixed-header .share-buttons {
  display: none;
  top: 5px !important;
  right: 0  !important;
  border-width: 0;
}
@media (min-width: 960px) {
  .fixed-header .share-buttons {
    top: 5px !important;
    right: 0 !important;
    margin: 0;
  }
}
@media (min-width: 1230px) {
  .fixed-header .share-buttons {
    top: 0 !important;
    right: 0 !important;
  }
}
.fixed-header .share-buttons.light {
  border-width: 0;
}
.fixed-header .share-buttons.light.expanded {
  background: #15171b !important;
  width: 335px !important;
  border-radius: 22px !important;
  border-width: 1px;
  text-align: left;
}
@media (min-width: 1230px) {
  .fixed-header .share-buttons.light.expanded {
    width: 380px !important;
  }
}
.fixed-header .share-buttons.light.expanded a {
  margin: 0 0 0 24px !important;
}
.fixed-header .share-buttons.light.expanded a:after {
  display: none !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("/a/pgs/Fonts/china-consumer/icomoon.eot?-be85wl");
  src: url("/a/pgs/Fonts/china-consumer/icomoon.eot?#iefix-be85wl") format("embedded-opentype"), url("/a/pgs/Fonts/china-consumer/icomoon.ttf?-be85wl") format("truetype"), url("/a/pgs/Fonts/china-consumer/icomoon.woff?-be85wl") format("woff"), url("/a/pgs/Fonts/china-consumer/icomoon.svg?-be85wl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lineita:before {
  content: "\e61a";
}

.icon-ecommerce:before {
  content: "\e615";
}

.icon-wellbeing:before {
  content: "\e616";
}

.icon-technology:before {
  content: "\e617";
}

.icon-paintAltFlipped:before {
  content: "\e618";
}

.icon-fun:before {
  content: "\e619";
}

.icon-what:before {
  content: "\e614";
}

.icon-who:before {
  content: "\e612";
}

.icon-china:before {
  content: "\e613";
}

.icon-takeaway:before {
  content: "\e609";
}

.icon-arrow-down-paint:before {
  content: "\e606";
}

.icon-paintAlt:before {
  content: "\e600";
}

.icon-arrow-left:before {
  content: "\e601";
}

.icon-arrow-right:before {
  content: "\e602";
}

.icon-arrow:before {
  content: "\e603";
}

.icon-close:before {
  content: "\e604";
}

.icon-paint:before {
  content: "\e605";
}

.icon-plus:before {
  content: "\e607";
}

.icon-share:before {
  content: "\e608";
}

.icon-menu:before {
  content: "\e60a";
}

.icon-facebook:before {
  content: "\e60b";
}

.icon-linkedin:before {
  content: "\e60c";
}

.icon-mail:before {
  content: "\e60d";
}

.icon-plusone:before {
  content: "\e60e";
}

.icon-twitter:before {
  content: "\e60f";
}

.icon-arrow-left-thick:before {
  content: "\e610";
}

.icon-arrow-right-thick:before {
  content: "\e611";
}

.fixed {
  overflow: hidden;
}

.section-1.info-section + section {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.section-1.info-section header .source-text {
  padding-top: 60px;
}
.section-1.info-section article {
  background: #333333 url(/a/pgs/images/china-consumer/background-333333-top.png) top center no-repeat;
  background-size: 100% 80px;
  padding-top: 80px;
  color: white;
  margin-top: -15px;
}
.section-1.info-section article .article-bg-container {
  background: url(/a/pgs/images/china-consumer/background-333333-bottom.png) bottom center no-repeat;
  background-size: 100% 80px;
  position: relative;
  max-height: 697px;
}
.section-1.info-section article .article-bg-container > .container {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}
.section-1.info-section article .text {
  width: 40%;
  float: right;
  margin: 0;
}
.section-1.info-section article .text .section-title {
  color: white;
  font-size: 36px;
}
.section-1.info-section article .text p {
  font: 14px/26px "UniversLTW01-47LightCn", sans-serif;
}
.section-1.info-section article .text p + p {
  margin-top: 40px;
}
.section-1.info-section article .text p + p a[rel=next] {
  color: #d2b27f;
  font-size: 0;
}
.section-1.info-section article .text p + p a[rel=next]:before {
  font-size: 30px;
}
.section-1.info-section article .text p + p a[rel=next]:link {
  text-decoration: none;
}
.section-1.info-section article .text .arrow-down-paint {
  font: 20px/20px 'icomoon';
  color: #d2b27f;
  margin-top: 35px;
  display: inline-block;
}
.section-1.info-section article .source-text-container {
  position: absolute;
  bottom: 80px;
  right: 0;
  padding-right: 5%;
  width: 100%;
}
.section-1.info-section article .source-text-container > .container {
  width: 40% !important;
  min-width: 450px !important;
  margin: 0;
  float: right;
  background-color: #333333;
}
.section-1.info-section article .source-text-container .source-text {
  text-align: left;
  color: #666666;
  padding: 0 20px 0 0;
  background-color: #333333;
}
.section-1.info-section article#who-are-they-parallax {
  overflow: hidden;
  position: relative;
}
.section-1.info-section article#who-are-they-parallax .text {
  min-width: 450px;
}
.section-1.info-section article#who-are-they-parallax.f1 ul#building li.f1, .section-1.info-section article#who-are-they-parallax.f1 ul.descriptions li.f1 {
  opacity: 1;
  z-index: 2;
}
.section-1.info-section article#who-are-they-parallax.f2 ul#building li.f2, .section-1.info-section article#who-are-they-parallax.f2 ul.descriptions li.f2 {
  opacity: 1;
  z-index: 2;
}
.section-1.info-section article#who-are-they-parallax.f3 ul#building li.f3, .section-1.info-section article#who-are-they-parallax.f3 ul.descriptions li.f3 {
  opacity: 1;
  z-index: 2;
}
.section-1.info-section article#who-are-they-parallax.f4 ul#building li.f4, .section-1.info-section article#who-are-they-parallax.f4 ul.descriptions li.f4 {
  opacity: 1;
  z-index: 2;
}
.section-1.info-section article#who-are-they-parallax.f5 ul#building li.f5, .section-1.info-section article#who-are-they-parallax.f5 ul.descriptions li.f5 {
  opacity: 1;
  z-index: 2;
}
.section-1.info-section article#who-are-they-parallax.f1 ul#building li.f1, .section-1.info-section article#who-are-they-parallax.f2 ul#building li.f2, .section-1.info-section article#who-are-they-parallax.f3 ul#building li.f3, .section-1.info-section article#who-are-they-parallax.f4 ul#building li.f4, .section-1.info-section article#who-are-they-parallax.f5 ul#building li.f5 {
  transition-delay: 1s;
}
.section-1.info-section article#who-are-they-parallax ul#building {
  position: absolute;
  left: 10%;
  top: 192px;
  transition: 1s all ease-in-out;
}
.section-1.info-section article#who-are-they-parallax ul#building:before {
  content: url(/a/pgs/images/china-consumer/building_shadow.png);
  position: absolute;
  top: 1000px;
  left: -28px;
  width: 358px;
  height: 121px;
}
@media (min-width: 1230px) {
  .section-1.info-section article#who-are-they-parallax ul#building {
    left: 15%;
  }
}
.section-1.info-section article#who-are-they-parallax ul#building li {
  position: absolute;
  top: 0;
  left: 0;
  width: 303px;
  height: 1097px;
  opacity: 0;
  transition: 1s all ease-in-out;
}
.section-1.info-section article#who-are-they-parallax ul#building li.f1 {
  opacity: 1;
}
.section-1.info-section article#who-are-they-parallax .descriptions-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100px;
  overflow: hidden;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions {
  position: absolute;
  top: 150px;
  margin-right: 5%;
  transition: 1s all ease-in-out;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li {
  opacity: 0;
  transition: 1s all ease-in-out;
  margin: 0 0 300px;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li:first-child .text {
  margin-top: 0;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li:last-child .text {
  margin-bottom: 0;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li h2 {
  font: 48px/1 "UniversLTStdXBlack", sans-serif;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li p {
  font: 18px/1.3 "UniversLTStdLight", sans-serif;
  color: #CCC;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li div.data-points {
  margin-top: 30px;
  *zoom: 1;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li div.data-points:before, .section-1.info-section article#who-are-they-parallax ul.descriptions li div.data-points:after {
  content: " ";
  display: table;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li div.data-points:after {
  clear: both;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li div.data-points div p {
  display: block;
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  font: 14px/1.5 "Univers LT W01 65 Bold";
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li div.data-points div > span {
  color: #d2b27f;
  font: 26px/1 "UniversLTStdXBlack";
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li div.data-points div:first-child {
  float: left;
  width: 48%;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li div.data-points div:last-child {
  float: right;
  width: 48%;
}
.section-1.info-section article#who-are-they-parallax ul.descriptions li .container {
  padding: 0;
  width: 100%;
}

@media (min-width: 960px) {
  #wrapper.full-width .section-1 .article-bg-container > .container {
    width: 960px;
    left: 50%;
    margin-left: -480px;
  }
}
@media (min-width: 1230px) {
  #wrapper.full-width .section-1 .article-bg-container > .container {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}

.section-2 .section-title:before {
  font-size: 125px;
}
.section-2 .desires-list li {
  display: inline-block;
  margin: 0 0 0 16px;
  font: 16px/1.2 "UniversLTW01-47LightCn";
  vertical-align: top;
  max-width: 132px;
  min-width: 102px;
  text-transform: uppercase;
  min-height: 11em;
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.section-2 .desires-list span {
  display: block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 40px;
  font-weight: 100;
  padding: 15px;
  border-radius: 100%;
  width: 117px;
  height: 117px;
  line-height: 2.2;
  margin: 0 auto 14px;
  color: #fff;
}
.section-2 .desires-list.active li {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.section-2 .desires-list .color-1 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.section-2 .desires-list .color-1 span {
  border: 1px solid #44475a;
  background-color: #44475a;
}
.section-2 .desires-list .color-2 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.section-2 .desires-list .color-2 span {
  border: 1px solid #40b195;
  background-color: #40b195;
}
.section-2 .desires-list .color-3 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.section-2 .desires-list .color-3 span {
  border: 1px solid #fabf3f;
  background-color: #fabf3f;
}
.section-2 .desires-list .color-4 {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.section-2 .desires-list .color-4 span {
  border: 1px solid #dd0447;
  background-color: #dd0447;
}
.section-2 .desires-list .color-5 {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.section-2 .desires-list .color-5 span {
  border: 1px solid #d2b27f;
  background-color: #d2b27f;
}
.section-2 .desires-list .color-6 {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.section-2 .desires-list .color-6 span {
  border: 1px solid #1677a4;
  background-color: #1677a4;
}
.section-2 .desires-list .color-7 {
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -ms-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.section-2 .desires-list .color-7 span {
  border: 1px solid #171717;
  background-color: #171717;
}
.section-2 .look-ahead .canvas-container {
  position: relative;
  width: 800px;
  margin: 0 auto;
  min-height: 684px;
  *zoom: 1;
}
.section-2 .look-ahead .canvas-container:before, .section-2 .look-ahead .canvas-container:after {
  content: " ";
  display: table;
}
.section-2 .look-ahead .canvas-container:after {
  clear: both;
}
.section-2 .look-ahead .canvas-container p {
  max-width: 299px;
  margin: 0;
  position: absolute;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  padding: 42px 90px 11px 0px;
  color: #333333;
}
.section-2 .look-ahead .canvas-container .reference-1 {
  top: 10%;
  background: url("/a/pgs/images/china-consumer/line-ref1.jpg") no-repeat right center;
}
.section-2 .look-ahead .canvas-container .reference-2 {
  top: 66%;
  background: url("/a/pgs/images/china-consumer/line-ref2.jpg") no-repeat right center;
}
.section-2 .look-ahead canvas {
  width: 600px;
  height: 700px;
  position: absolute;
  right: -60px;
  top: -40px;
  visibility: visible;
}

@-webkit-keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes changeColor {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes changeColor {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes changeColor {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes changeColor {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
.section-3 {
  background: #efefef url(/a/pgs/images/china-consumer/background-efefef-top.png) top center no-repeat;
  background-size: 100% 80px;
  margin-top: 70px;
}
.section-3 article {
  background: #efefef url(/a/pgs/images/china-consumer/background-efefef-bottom.png) bottom center no-repeat;
  background-size: 100% 80px;
  padding-bottom: 80px;
}
.section-3 .china-box {
  padding-left: 0;
  padding-right: 0;
}
.section-3 .section-title:before {
  font-size: 82px;
}
.section-3 .dining-out {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.section-3 .dining-out .legend-1-background {
  position: absolute;
  content: '';
  display: block;
  top: 12px;
  bottom: 31px;
  left: 42px;
  width: 23%;
  background-color: #DDD;
  background-image: url(/a/pgs/images/china-consumer/arrow-separator.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
.section-3 .dining-out .y-units {
  left: -144px;
  top: 43%;
}
.section-3 .dining-out span {
  font-size: 14px;
  text-align: left;
}
.section-3 .dining-out span.legend-1 {
  position: absolute;
  width: 250px;
  top: 22px;
  left: 32%;
  color: #333333;
}
.section-3 .dining-out span.legend-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  right: -10%;
  color: #333333;
}
.section-3 .dining-out span.legend-2:before {
  position: absolute;
  top: 0;
  left: -40px;
  content: '';
  display: block;
  width: 30px;
  height: 10px;
  background: transparent url(/a/pgs/images/china-consumer/circle-line.png) no-repeat top left;
}
.section-3 .dining-out span.legend-3 {
  position: absolute;
  bottom: -27px;
  right: -170px;
  width: 150px;
  font-size: 12px;
}
.section-3 .dining-out span.legend-3 strong {
  color: #111;
  font-size: 14px;
}
.section-3 .dining-out canvas {
  position: relative;
  z-index: 10;
}
.section-3 .dining-out canvas .csstransitions {
  /* don't scale in IE9 because the tooltips will become misaligned */
  height: 400px;
}
.section-3 .already-growing {
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1230px) {
  .section-3 .already-growing {
    max-width: 1000px;
  }
}
.section-3 .already-growing .y-units {
  left: -3%;
}
.section-3 .already-growing canvas .csstransitions {
  /* don't scale in IE9 because the tooltips will become misaligned */
  width: 80%;
  height: 400px;
}
.section-3 .already-growing #funBarChartLegend {
  position: absolute;
  top: 15%;
  right: 0;
}
.section-3 .already-growing #funBarChartLegend ul li {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-family: 'UniversLTStdLight', sans-serif;
  font-size: 16px;
}
.section-3 .already-growing #funBarChartLegend ul li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.section-4 .section-title:before {
  font-size: 125px;
}
.section-4 .gaming {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section-4 .gaming canvas {
  margin: 0 auto;
  width: 800px;
  height: 350px;
}
.section-4 .copy {
  float: right;
  width: 50%;
  text-align: left;
  padding: 3.5em 0 0 1em;
}
.section-4 .art-container {
  float: left;
  width: 50%;
}
.section-4.info-section header .icons .animated-icons li {
  width: auto;
}
.section-4.info-section header .icons .animated-icons li label {
  color: #000;
  text-transform: none;
  line-height: 20px;
  font-size: 17px;
}
.section-4 .smartphones {
  margin: 0 auto;
  position: relative;
  max-width: 85%;
}
.section-4 .smartphones canvas .csstransitions {
  /* don't scale in IE9 because the tooltips will become misaligned */
  width: 80%;
  height: 400px;
}
@media (min-width: 1230px) {
  .section-4 .smartphones {
    max-width: 800px;
  }
}
.section-4 .china-box {
  padding-left: 0;
  padding-right: 0;
}

.section-5 {
  background: #efefef url(/a/pgs/images/china-consumer/background-efefef-top.png) top center no-repeat;
  background-size: 100% 80px;
}
.section-5 article {
  background: #efefef url(/a/pgs/images/china-consumer/background-efefef-bottom.png) bottom center no-repeat;
  background-size: 100% 80px;
  padding-bottom: 80px;
}
.section-5 .section-title:before {
  font-size: 60px;
}
.section-5 .healthcare {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1230px) {
  .section-5 .healthcare {
    max-width: 800px;
  }
}
.section-5 .healthcare canvas {
  width: 100%;
  height: 430px;
}
.section-5 .healthcare ul {
  margin: 20px 0;
  display: inline-block;
}
.section-5 .healthcare ul li {
  text-align: left;
  display: block;
  margin-top: 10px;
  font-family: 'UniversLTStdLight', sans-serif;
  font-size: 16px;
}
.section-5 .healthcare ul li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.section-5 .children {
  width: 60%;
  margin: 0 auto;
  position: relative;
  margin-top: 115px;
}
.section-5 .children div.progress-doughnut {
  margin: 70px auto;
  width: 264px;
  height: 264px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.section-5 .children div.progress-doughnut span.center {
  display: block;
  width: 100%;
  font: 20px/1.5 "Univers LT W01 65 Bold";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-5 .children div.progress-doughnut ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-5 .children div.progress-doughnut ul li {
  color: #666;
  position: absolute;
  width: 300px;
}
.section-5 .children div.progress-doughnut ul li strong {
  font: 20px/1.5 "Univers LT W01 65 Bold";
}
.section-5 .children div.progress-doughnut ul li:nth-child(1) {
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-5 .children div.progress-doughnut ul li:nth-child(1) strong {
  color: #40b195;
}
.section-5 .children div.progress-doughnut ul li:nth-child(2) {
  text-align: left;
  right: -310px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-5 .children div.progress-doughnut ul li:nth-child(2) strong {
  color: #fabf3f;
}
.section-5 .children div.progress-doughnut ul li:nth-child(3) {
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-5 .children div.progress-doughnut ul li:nth-child(3) strong {
  color: #dd0446;
}
.section-5 .children div.progress-doughnut ul li:nth-child(4) {
  text-align: right;
  left: -310px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-5 .children div.progress-doughnut ul li:nth-child(4) strong {
  color: #1677a4;
}
.section-5 .china-box {
  padding-left: 0;
  padding-right: 0;
}

.section-6 {
  padding-bottom: 20px;
}
.section-6 .section-title:before {
  font-size: 60px;
}
.section-6 .img-container {
  *zoom: 1;
}
.section-6 .img-container:before, .section-6 .img-container:after {
  content: " ";
  display: table;
}
.section-6 .img-container:after {
  clear: both;
}
.section-6 .img-container li {
  display: inline-block;
  width: 35%;
}
.section-6 .img-container li + li {
  width: 40%;
}
.section-6 .img-container .img {
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 200px;
  -webkit-transition: opacity 600ms ease, transform 600ms ease;
  -moz-transition: opacity 600ms ease, transform 600ms ease;
  -o-transition: opacity 600ms ease, transform 600ms ease;
  transition: opacity 600ms ease, transform 600ms ease;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  margin-bottom: 20px;
}
.no-csstransitions .section-6 .img-container .img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-6 .img-container.active .img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-6 .img-container label {
  font: 18px/1 "UniversLTW01-47LightCn", sans-serif;
  text-transform: uppercase;
}
.section-6 .img-container .number {
  font: 32px/50px "UniversLTStdXBlack", sans-serif;
  color: #d2b27f;
  text-transform: uppercase;
  display: block;
}
.section-6 .art-container {
  float: left;
  width: 50%;
}
.section-6.info-section header .icons .animated-icons li {
  width: 100%;
}
.section-6 .copy {
  float: right;
  width: 50%;
  text-align: left;
  padding: 3.5em 0 0 1em;
}

.section-7 {
  min-height: 737px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  position: relative;
}
.section-7 header {
  text-align: center;
}
.section-7 header .share-buttons {
  top: 0;
}
@media (min-width: 960px) {
  .section-7 header .share-buttons {
    right: 15px;
  }
}
.section-7 header .chinese-title {
  position: relative;
  color: white;
  z-index: 2;
}
.section-7 header .chinese-title:before {
  content: '\e618';
  position: absolute;
  left: 50%;
  top: 15px;
  width: 136px;
  color: #dd0447;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-7 header p {
  color: white;
  width: 50%;
  font: normal 20px/32px "UniversLTStdLight", sans-serif;
  margin: 0 auto;
}

.china * {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.china *:before, .china *:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.china * a:hover {
  text-decoration: none;
}

.screenhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Goldman Sach overrides for responsive styling */
.view1280 section header {
  width: auto;
  margin: 0;
}
.view1280 h2 {
  font: 42px/1 "UniversLTStdXBlack", sans-serif;
}

@media (min-width: 960px) {
  #wrapper.full-width {
    width: auto;
  }
}
#wrapper.full-width #content {
  width: auto;
  padding-bottom: 0;
}
#wrapper.full-width .container {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
}
#wrapper.full-width .container:before, #wrapper.full-width .container:after {
  content: " ";
  display: table;
}
#wrapper.full-width .container:after {
  clear: both;
}
@media (min-width: 1230px) {
  #wrapper.full-width .container {
    margin: 0 auto;
    width: 100%;
  }
}

.breadcrumb-container {
  *zoom: 1;
  background: #8a9fb7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8a9fb7 0%, #8a9fb7 50%, #526277 50%, #526277 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8a9fb7), color-stop(50%, #8a9fb7), color-stop(50%, #526277), color-stop(100%, #526277));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #8a9fb7 0%, #8a9fb7 50%, #526277 50%, #526277 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #8a9fb7 0%, #8a9fb7 50%, #526277 50%, #526277 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #8a9fb7 0%, #8a9fb7 50%, #526277 50%, #526277 100%);
  /* IE10+ */
  background: linear-gradient(to right, #8a9fb7 0%, #8a9fb7 50%, #526277 50%, #526277 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a9fb7', endColorstr='#526277',GradientType=1 );
  /* IE6-9 */
}
.breadcrumb-container:before, .breadcrumb-container:after {
  content: " ";
  display: table;
}
.breadcrumb-container:after {
  clear: both;
}
.breadcrumb-container > div {
  margin: 0 auto;
}
@media (min-width: 1230px) {
  .breadcrumb-container > div {
    width: 1200px;
  }
}

.share-buttons {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 44px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 26px;
  right: 0;
  padding: 0;
  -webkit-transition: border-color 300ms ease, width 200ms ease;
  -moz-transition: border-color 300ms ease, width 200ms ease;
  -o-transition: border-color 300ms ease, width 200ms ease;
  transition: border-color 300ms ease, width 200ms ease;
}
@media (min-width: 1230px) {
  .share-buttons {
    width: 44px;
    height: 44px;
    right: 15px;
  }
}
.share-buttons a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 34px;
  display: block;
  padding: 0;
  float: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 1230px) {
  .share-buttons a {
    font-size: 18px;
    line-height: 46px;
  }
}
.share-buttons a:before {
  margin-left: -2px;
}
.share-buttons a.icon-share {
  line-height: 33px;
}
@media (min-width: 1230px) {
  .share-buttons a.icon-share {
    line-height: 43px;
  }
}
.share-buttons a:link {
  text-decoration: none;
}
.share-buttons.expanded {
  width: 339px;
  border-radius: 22px;
  background-color: #15171b;
  border: 0;
}
@media (min-width: 1230px) {
  .share-buttons.expanded {
    width: 379px;
  }
}
.share-buttons.expanded a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #dddedf;
  margin-right: 24px;
}
@media (min-width: 1230px) {
  .share-buttons.expanded a {
    font-size: 25px;
  }
}
.share-buttons.expanded a:first-child {
  display: none;
}
.share-buttons.expanded a.more {
  font: 14px/39px 'UniversLTStdCn', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1230px) {
  .share-buttons.expanded a.more {
    line-height: 49px;
  }
}
.share-buttons.expanded a.icon-close {
  font-size: 12px;
  color: #7296c4;
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 15px;
}
@media (min-width: 1230px) {
  .share-buttons.expanded a.icon-close {
    font-size: 15px;
  }
}
.share-buttons.light {
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.share-buttons.light.expanded {
  border-width: 0;
}
.share-buttons.light a {
  color: #dddedf;
}
.share-buttons.dark {
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(0, 0, 0, 0.45);
}
.share-buttons.dark.expanded {
  border: 0;
}
.share-buttons.dark a {
  color: #dddedf;
}

.info-section header {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 85px 15px 60px;
  color: #666666;
}
@media (min-width: 1230px) {
  .info-section header {
    width: 1200px;
    padding: 85px 0px 60px;
  }
}
.info-section header .text {
  width: 49%;
  float: left;
  padding-right: 10%;
  color: #000;
}
.info-section header .text p {
  font: 18px/1.3 "UniversLTStdLight", sans-serif;
  color: #666666;
  margin-bottom: 30px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.info-section header .text p else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.info-section header .text .number {
  display: inline-block;
  max-width: 215px;
  vertical-align: top;
  width: 40%;
  margin-right: 9%;
}
.info-section header .text .number span {
  color: #d2b27f;
  font: 60px/1 "UniversLTStdXBlack";
  display: block;
}
.info-section header .text .number sup {
  color: #d2b27f;
  font: 40px/1 "UniversLTStdXBlack";
  vertical-align: top;
}
.info-section header .text .numbers label {
  font: 16px/18px "UniversLTW01-47LightCn", sans-serif;
  text-transform: uppercase;
}
.info-section header .icons {
  width: 49%;
  float: right;
}
.info-section header .icons h3 {
  color: #000;
  border-bottom: solid 1px #d2b27f;
  margin-top: 0;
  padding: 30px 0 7px;
  margin-bottom: 30px;
  letter-spacing: 1.4px;
  font: 15px/1.1 "Univers LT W01 65 Bold";
}
.info-section header .icons .animated-icons li {
  float: left;
  width: 49%;
  text-align: center;
}
.info-section header .icons .animated-icons li + li {
  float: right;
}
.info-section header .icons .animated-icons li + li .art-container .icon {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.info-section header .icons .animated-icons label {
  font: 18px/1 "UniversLTW01-47LightCn", sans-serif;
  text-transform: uppercase;
}
.info-section header .icons .animated-icons .art-container + label {
  line-height: 50px;
}
.info-section header .icons .animated-icons .number {
  font: 60px/1 "UniversLTStdXBlack", sans-serif;
  color: #dd0447;
  display: block;
}
.info-section header .icons .animated-icons .number.dollar {
	line-height: 1.4em;
}

.info-section header .icons .animated-icons .number sup {
  vertical-align: top;
  font-size: 40px;
  padding-left: 5px;
}
.info-section header .icons .animated-icons .art-container {
  max-width: 215px;
  max-height: 215px;
  margin: 0 auto;
  position: relative;
}
.info-section header .icons .animated-icons .art-container .icon {
  padding-bottom: 120%;
  width: 120%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translate(-8%, 50%);
  -moz-transform: translate(-8%, 50%);
  -ms-transform: translate(-8%, 50%);
  -o-transform: translate(-8%, 50%);
  transform: translate(-8%, 50%);
  opacity: 0;
}
.no-csstransitions .info-section header .icons .animated-icons .art-container .icon {
  opacity: 1;
  -webkit-transform: translate(-8%, -10%);
  -moz-transform: translate(-8%, -10%);
  -ms-transform: translate(-8%, -10%);
  -o-transform: translate(-8%, -10%);
  transform: translate(-8%, -10%);
}
.info-section header .icons .animated-icons .art-container.active .icon {
  opacity: 1;
  -webkit-transform: translate(-8%, -10%);
  -moz-transform: translate(-8%, -10%);
  -ms-transform: translate(-8%, -10%);
  -o-transform: translate(-8%, -10%);
  transform: translate(-8%, -10%);
}
.info-section header .icons .animated-icons .circle {
  width: 90%;
  padding-bottom: 90%;
  background-color: #d2b27f;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 5%;
  position: absolute;
}
.info-section header .sub-title {
  font: 12px/1.4  "UniversLTStdLight";
  text-transform: uppercase;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.info-section header .sub-title else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.info-section .source-text {
  font: 14px/16px "UniversLTW01-47LightCn", sans-serif;
  color: #999999;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  max-width: 600px;
  clear: both;
  display: block;
  *zoom: 1;
}
.info-section .source-text:before, .info-section .source-text:after {
  content: " ";
  display: table;
}
.info-section .source-text:after {
  clear: both;
}
.info-section article > .container {
  padding: 0 15px;
}

section header {
  color: #fff;
  width: auto;
  height: auto;
  margin: 0;
}

.section-title {
  font-size: 0;
  color: #dd0447;
  margin: 0 0 18px;
}
.section-title:before {
  font-size: 65px;
}

.chinese-title {
  font: 18px/1 Simsun, STXihei;
  position: relative;
  margin: 0 0 50px;
  z-index: 2;
}
.chinese-title:before {
  content: '\e605';
  font: 126px/1 'icomoon';
  position: absolute;
  top: -57px;
  left: 66px;
  color: #d2b27f;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.intro {
  color: #fff;
  height: 615px;
  position: relative;
  background: url("/a/pgs/images/china-consumer/hero.jpg") no-repeat;
}
@media (min-width: 1400px) {
  .intro {
    background-size: 100% auto;
  }
}
@media (min-width: 1230px) {
  #wrapper.full-width .intro .container {
    width: 1200px;
  }
}
.intro .text {
  position: relative;
  z-index: 20;
  text-align: center;
}
.intro .intro-title .sub-title, .intro .intro-title .sup-title {
  display: block;
  color: #fff;
  font: 24px/1.1 "UniversLTW01-47LightCn";
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.intro .intro-title .sub-title else, .intro .intro-title .sup-title else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.intro .intro-title .title {
  font-size: 0;
  color: #dd0447;
  margin: 0px 0 17px;
  display: block;
}
.intro .intro-title .title:before {
  font-size: 145px;
}
.intro .intro-title .sub-title:before {
  content: '\e600';
  font: 177px/1 'icomoon';
  position: absolute;
  top: -75px;
  left: 50%;
  color: #dd0447;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.intro p {
  font: 20px/1.6 "UniversLTStdLight";
  width: 770px;
  margin: 31px auto 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.intro p else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.intro > .container {
  padding: 50px 0;
  position: relative;
}
.intro .share-buttons.expanded {
  background: transparent;
  border-radius: 0;
  width: 300px;
  top: 28px;
  padding: 0;
  font: 14px/39px 'UniversLTStdCn', sans-serif;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1230px) {
  .intro .share-buttons.expanded {
    width: 413px;
  }
}
.intro .share-buttons.expanded a {
  margin-right: 3px;
}
.intro .share-buttons.expanded a:after {
  content: '\e61a';
  padding: 0 0 0 3px;
  cursor: default;
}
@media (min-width: 1230px) {
  .intro .share-buttons.expanded a:after {
    padding: 0 0 0 7px;
  }
}
@media (min-width: 1230px) {
  .intro .share-buttons.expanded a {
    margin-right: 7px;
  }
  .intro .share-buttons.expanded a.more {
    margin-right: 0;
  }
}
.intro .share-buttons.expanded a.more:after {
  display: none;
}
.intro .share-buttons.expanded a.more:after {
  content: ' ';
}
.intro .share-buttons.expanded .icon-close {
  display: none;
}
.intro .breadcrumbs {
  position: absolute;
  top: 24px;
  background: 0 none;
  left: 0;
  display: inline-block;
  padding-left: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.intro .breadcrumbs else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
@media (min-width: 1230px) {
  .intro .breadcrumbs {
    padding-left: 0;
  }
}
.intro .breadcrumbs ol {
  width: auto;
  padding: 0;
}
.intro .breadcrumbs li:first-child a {
  padding-left: 0;
}

.china-box {
  border: 1px solid #d2b27f;
  padding: 60px;
  position: relative;
  text-align: center;
  font: 18px/1 "UniversLTStdLight";
  color: #666666;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-top: 25px;
}
.china-box else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
@media (min-width: 1230px) {
  .china-box {
    width: 1200px;
    margin: 0 auto;
  }
}
.china-box + .china-box {
  margin-top: 85px;
}
.china-box h2 {
  color: #333333;
  font: 20px/1.2 "Univers LT W01 65 Bold";
  margin: 37px 0;
  text-transform: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.china-box h2 else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.china-box p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 26px;
}
.china-box .source {
  font: 14px/1.1 "UniversLTW01-47LightCn";
  color: #999999;
}

.rounded-title {
  background: #dd0447;
  padding: 16px 20px 12px;
  border-radius: 30px;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: -26px;
  left: 50%;
  font: 22px/1 "UniversLTStdLight";
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: inherit;
  box-shadow: 1px 1px 2px #ccc;
}
.rounded-title else {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

.y-units {
  font: 16px/1 'UniversLTStdCn', Arial, sans-serif;
  color: #555555;
  position: absolute;
  left: -10%;
  top: 40%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

canvas {
  visibility: hidden;
}