.fixed-header {
  background: #0c0c0c;
  height: 105px;
  opacity: 0;
  position: absolute;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  
  .fixed-header.fixed {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: auto;
    width: 960px;
  }
  
  .fixed-header .logo {
    display: inline-block;
    padding: 15px 22px;
    vertical-align: middle;
    background: #1a1a1a;
    margin: 0; }
  .fixed-header .social-share-bar {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 43px 25px 0;
    border: 0 none;
    padding: 0; }
    @media (min-width: 1230px) {
    	.fixed-header.fixed {
    		width: 1200px;
    	}
    }
    .fixed-header .social-share-bar a {
      padding: 0 8px 0 0;
      border: 0;
     }
      .fixed-header .social-share-bar a > div {
        padding: 0;
        border: 0; }
      .fixed-header .social-share-bar a .social-share {
        background: url("/a/pgs/images/millennials/dark-icons-sprite.png") no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        text-indent: -9999px; }
        .fixed-header .social-share-bar a .social-share.social-share-email {
          background-position: -30px 0;
          width: 25px; }
        .fixed-header .social-share-bar a .social-share.social-share-fb {
          background-position: -68px 0; }
        .fixed-header .social-share-bar a .social-share.social-share-g {
          background-position: -137px 1px; }
        .fixed-header .social-share-bar a .social-share.social-share-tw {
          background-position: 0 2px; }
        .fixed-header .social-share-bar a .social-share.social-share-lin {
          background-position: -102px 0; }
        .fixed-header .social-share-bar a .social-share.social-share-more {
          background-position: -211px 2px;
          width: 41px; }
  .fixed-header #scrollNav {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 auto; }
    @media (min-width: 1230px) {
      .fixed-header #scrollNav {
        margin: 0 150px 0 50px; } }
    .fixed-header #scrollNav li {
      display: inline-block;
      padding: 0 0 0 50px;
      position: relative;
      height: 14px;
      vertical-align: middle; }
      .fixed-header #scrollNav li:after {
        content: "";
        background: #344d6a;
        height: 4px;
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear; }
      .fixed-header #scrollNav li a {
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
        background: #6a95c7;
        height: 14px;
        width: 14px;
        text-indent: -9999px;
        display: block;
        margin-top: 4px; }
        .fixed-header #scrollNav li a .tooltip {
          background: #fff;
          width: auto;
          height: 38px;
          width: 168px;
          text-align: center;
          position: absolute;
          text-indent: 0;
          margin: 0 0 0 -57px;
          left: 50%;
          top: 33px;
          border-radius: 5px;
          background-clip: padding-box; }
          .fixed-header #scrollNav li a .tooltip h3 {
            padding: 12px 0 6px;
            text-indent: 0;
            margin: 0;
            color: #6a95c7;
            font: 13px "UniversLTStdXBlack", sans-serif; }
          .fixed-header #scrollNav li a .tooltip:after {
            content: "";
            width: 0px;
            height: 0px;
            border-style: solid;
            background: transparent;
            border-width: 0 7px 7px 7px;
            border-color: transparent transparent white transparent;
            position: absolute;
            margin: 0 0 0 -8px;
            top: -6px;
            left: 50%; }
      .fixed-header #scrollNav li:first-child:after {
        display: none;
        width: 0; }
      .fixed-header #scrollNav li.active ~ li {
        vertical-align: bottom; }
        .fixed-header #scrollNav li.active ~ li:after {
          background: #1c1c1c; }
        .fixed-header #scrollNav li.active ~ li a {
          background: #fff;
          height: 14px;
          width: 14px;
          margin-top: 5px;
          border: 2px solid #0c0c0c; }
          .fixed-header #scrollNav li.active ~ li a:hover {
            background: #6a95c7;
            border: 2px solid #fff; }
          .fixed-header #scrollNav li.active ~ li a .tooltip:after {
            margin: 0 0 0 -10px; }
      .fixed-header #scrollNav li.active a {
        background: #6a95c7;
        width: 14px;
        height: 14px;
        margin-top: 4px; }
      .fixed-header #scrollNav li.active:after {
        background: #344d6a; }

.info-section.section-1 header {
  background-color: #006ff3; }
  .info-section.section-1 header h4 {
    color: #002b6c; }
    
  .info-section.section-1 header .source-text {
    color: #003789; }
  .info-section.section-1 header .animated-gif img {
    bottom: 0;
    left: 0;
    top: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .info-section.section-1 header .animated-gif .fixed-bg {
    top: inherit;
    position: relative;
    z-index: 9;
    margin: 0px 0 0 -123px;
    max-width: none;
    width: 67%; }
    @media (min-width: 1230px) {
      .info-section.section-1 header .animated-gif .fixed-bg {
        margin: 0px 0 0 -208px;
        width: 77%; } }
.info-section.section-1 .sidebar-nav a {
  color: #006ff3; }
  .info-section.section-1 .sidebar-nav a:after {
    background-color: #006ff3; }
.info-section.section-1 .sidebar-nav li.selected a:before {
  border-left: 14px solid #006ff3; }
.info-section.section-1 .scale-unit {
  font-size: 14px;
  margin-left: 36px;
  margin-bottom: 10px;
  color: #777; }
.info-section.section-1 .section-charts-content .upper-section h3 {
  color: #006ff3; }
.info-section.section-1 .section-charts-content .upper-section.color-bars .slide-content-controls {
  width: 600px; }
.info-section.section-1 .color-labels li span.millennials {
  background-color: #1373F0; }
.info-section.section-1 .color-labels li span.genx {
  background-color: #FECE43; }
.info-section.section-1 .color-labels li span.boomers {
  background-color: #AB0B5A; }
.info-section.section-1 #chart2 .bottom-section .right-section {
  width: 47%; }
  @media (min-width: 1230px) {
    .info-section.section-1 #chart2 .bottom-section .right-section {
      width: 35%; } }
.info-section.section-1 #chart5 .bottom-section .left-section {
  width: 42%; }
  @media (min-width: 1230px) {
    .info-section.section-1 #chart5 .bottom-section .left-section {
      width: 60%; } }
@media (min-width: 1230px) {
  .info-section.section-1 #chart6 .bottom-section .left-section, .info-section.section-1 #chart4 .bottom-section .left-section {
    width: 60%; } }

.info-section.section-2 header {
  background-color: #00adef; }
  .info-section.section-2 header h4, .info-section.section-2 header .source-text {
    color: #00558f; }
  .info-section.section-2 header .text .animated-numbers .number sub {
    color: #00558f; }
.info-section.section-2 .sidebar-nav a {
  color: #00adef; }
  .info-section.section-2 .sidebar-nav a:after {
    background-color: #00adef; }
.info-section.section-2 .sidebar-nav li.selected a:before {
  border-left: 14px solid #00adef; }
.info-section.section-2 .section-charts-content .upper-section h3 {
  color: #00adef; }
.info-section.section-2 #snug-in-the-nest .graph-reference {
  margin: 20px 0 0;
  float: left;
  color: #fff;
  font: 14px "Univers LT W01 55 Roman", arial; }
  .info-section.section-2 #snug-in-the-nest .graph-reference li:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    float: left;
    margin: 7px 5px 0 0; }
.info-section.section-2 .canvas-container.four-donuts {
  padding-top: 70px; }

.info-section.section-3 header {
  background-color: #ad005b; }
  .info-section.section-3 header h4, .info-section.section-3 header .source-text {
    color: #4b061a; }
  .info-section.section-3 header h4 {
    display: inline-block;
    text-align: right;
    margin: 25px 10px 0 0; }
  .info-section.section-3 header .text p {
    margin-bottom: 50px; }
  .info-section.section-3 header .text .animated-numbers .number {
    vertical-align: top;
    text-align: center; }
    .info-section.section-3 header .text .animated-numbers .number:first-of-type {
      margin-right: 80px; }
    .info-section.section-3 header .text .animated-numbers .number sub {
      color: #4b061a; }
    .info-section.section-3 header .text .animated-numbers .number.dark {
      color: #4b061a; }
.info-section.section-3 .sidebar-nav a {
  color: #ad005b; }
  .info-section.section-3 .sidebar-nav a:after {
    background-color: #ad005b; }
.info-section.section-3 .sidebar-nav li.selected a:before {
  border-left: 14px solid #ad005b; }
.info-section.section-3 .section-charts-content .canvas-container .graph-reference li:first-child {
  margin-left: 0;
  color: #068b96; }
.info-section.section-3 .section-charts-content .canvas-container .graph-reference li:nth-child(2) {
  color: #b4a95d; }
.info-section.section-3 .section-charts-content .canvas-container .graph-reference li:nth-child(3) {
  color: #2175bf; }
.info-section.section-3 .section-charts-content .canvas-container .graph-reference li:nth-child(4) {
  color: #006963; }
.info-section.section-3 .section-charts-content .canvas-container .graph-reference li:last-child {
  color: #fff; }
.info-section.section-3 .section-charts-content .upper-section h3 {
  color: #ad005b; }
.info-section.section-3 .canvas-container.four-donuts {
  padding-top: 70px; }

.info-section.section-4 header {
  background-color: #c4b763; }
  .info-section.section-4 header .source-text {
    color: #524c1f;
    margin: 19px 0 0; }
  .info-section.section-4 header .text p {
    font: 24px/1 "UniversLTStdLight", sans-serif; }
    @media (min-width: 1230px) {
      .info-section.section-4 header .text p {
        line-height: 1.3; } }
  .info-section.section-4 header .text blockquote, .info-section.section-4 header .text span {
    font: 20px/1 "UniversLTW01-47LightCn", sans-serif;
    color: #524c1f;
    border: 0;
    padding: 0; }
    .info-section.section-4 header .text blockquote strong, .info-section.section-4 header .text span strong {
      font-family: "Univers LT W01 65 Bold", sans-serif; }
  .info-section.section-4 header .text blockquote {
    text-transform: uppercase;
    margin: 0 15px 15px; 
  }
  .info-section.section-4 header .text span {
    display: block;
    margin: 15px 0 0 0; }
  @media screen and (min-width: 1060px) and (max-width: 1360px) {
    .info-section.section-4 header .animated-gif img {
      left: -36px; } }
.info-section.section-4 .sidebar-nav a {
  color: #c4b763; }
  .info-section.section-4 .sidebar-nav a:after {
    background-color: #c4b763; }
.info-section.section-4 .sidebar-nav li.selected a:before {
  border-left: 14px solid #c4b763; }
.info-section.section-4 .section-charts-content .upper-section h3 {
  color: #c4b763; }
.info-section.section-4 .section-charts-content #hierarchy-of-needs .subsection-content {
  margin-left: 67px; }
  .info-section.section-4 .section-charts-content #hierarchy-of-needs .subsection-content .bottom-section .left-section {
    margin-left: -66px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .section-charts-content #hierarchy-of-needs .subsection-content .bottom-section .left-section {
        width: auto; } }
.info-section.section-4 .section-charts-content #renter-generation .subsection-content .canvas-container {
  margin-left: -70px; }
.info-section.section-4 small {
  vertical-align: top;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .info-section.section-4 small else {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased; }
.info-section.section-4 .points .point {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 100%;
  background-clip: padding-box;
  position: absolute; }
.info-section.section-4 .lines {
  width: 692px;
  height: 100%;
  position: relative; }
  .info-section.section-4 .lines li {
    position: absolute; }
    .info-section.section-4 .lines li[data-orientation="left"]:before {
      content: "";
      border: 1px solid #fff;
      height: 1px;
      display: block;
      margin: 2px 0 0 -79px;
      width: 0;
      -webkit-animation: growingLines 1s linear forwards;
      -moz-animation: growingLines 1s linear forwards;
      -o-animation: growingLines 1s linear forwards;
      animation: growingLines 1s linear forwards; }
    .info-section.section-4 .lines li[data-orientation="right"]:after {
      -webkit-animation: growingLines 1s linear forwards;
      -moz-animation: growingLines 1s linear forwards;
      -o-animation: growingLines 1s linear forwards;
      animation: growingLines 1s linear forwards;
      content: "";
      border: 1px solid #fff;
      height: 1px;
      display: block;
      margin: 2px 0 0 7px;
      width: 0; }
    .info-section.section-4 .lines li.l1 {
      width: 111px;
      top: 15px;
      right: 233px; }
      @media (min-width: 1230px) {
        .info-section.section-4 .lines li.l1 {
          width: 145px;
          top: 14px;
          right: 142px; } }
    .info-section.section-4 .lines li.l2 {
      width: 80px;
      right: 254px;
      top: 273px; }
      @media (min-width: 1230px) {
        .info-section.section-4 .lines li.l2 {
          width: 144px;
          right: 134px;
          top: 337px; } }
    .info-section.section-4 .lines li.l3 {
      width: 97px;
      left: 180px;
      top: 273px; }
      @media (min-width: 1230px) {
        .info-section.section-4 .lines li.l3 {
          width: 141px;
          left: 183px;
          top: 335px; } }
    .info-section.section-4 .lines li.l4 {
      width: 59px;
      top: 136px;
      left: 148px; }
      @media (min-width: 1230px) {
        .info-section.section-4 .lines li.l4 {
          width: 82px;
          top: 173px;
          left: 152px; } }
    .info-section.section-4 .lines li.l5 {
      top: 15px;
      width: 131px;
      left: 155px; }
      @media (min-width: 1230px) {
        .info-section.section-4 .lines li.l5 {
          width: 175px;
          left: 159px; } }
.info-section.section-4 .info-column {
  display: inline-block;
  color: #fff;
  height: 332px;
  position: relative;
  width: 132px; }
  @media (min-width: 1230px) {
    .info-section.section-4 .info-column {
      width: 150px;
      height: 395px; } }
  .info-section.section-4 .info-column span {
    display: block;
    font: 27px/1 "UniversLTW01-67BoldCn";
    color: #b0acbc;
    margin: 0 0 6px 0; }
  .info-section.section-4 .info-column li {
    font: 16px/1 "UniversLTW01-57Condense 723821";
    position: absolute; }
    .info-section.section-4 .info-column li:first-child {
      top: 0;
      left: 5px; }
    .info-section.section-4 .info-column li + li {
      top: 50%;
      left: 0px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .info-section.section-4 .info-column li:last-child {
      bottom: 0;
      left: 5px;
      top: inherit; }
    .info-section.section-4 .info-column li.highlighted span {
      color: #c4b763; }
  .info-section.section-4 .info-column:last-child {
    text-align: right; }
    @media (min-width: 1230px) {
      .info-section.section-4 .info-column:last-child {
        margin: 0 0 0 58px;
        text-align: left; } }
  .info-section.section-4 .info-column .points .point.p1 {
    background: #c4b763;
    top: 13px;
    right: 80px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .info-column .points .point.p1 {
        top: 12px;
        right: 120px; } }
  .info-section.section-4 .info-column .points .point.p2 {
    background: #b0acbc;
    right: 110px;
    bottom: 11px; }
    .info-section.section-4 [data-title="luxury"] .info-column .points .point.p2 {
    background: #b0acbc;
    right: 102px;
    bottom: 11px; }  
    
    @media (min-width: 1230px) {
      .info-section.section-4 .info-column .points .point.p2 {
        right: 131px;
        bottom: 17px; } 
    
 	   .info-section.section-4 [data-title="luxury"] .info-column .points .point.p2 {
 	   	right: 118px;
        bottom: 10px; 
 	   }
    }
  .info-section.section-4 .info-column .points .point.p3 {
    background: #7b797e;
    bottom: 19px;
    left: 90px; }
  .info-section.section-4 .info-column .points .point.p4 {
    background: #c6ced1;
    top: 24px;
    left: 64px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .info-column .points .point.p4 {
        top: 22px; } }
  .info-section.section-4 .info-column .points .point.p5 {
    background: #0f0d13;
    left: 65px;
    top: 13px; }
.info-section.section-4 .center {
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  border: 2px solid #fff;
  padding: 10px;
  height: 300px;
  width: 300px;
  border-radius: 100%;
  background-clip: padding-box; }
  @media (min-width: 1230px) {
    .info-section.section-4 .center {
      height: 363px;
      width: 363px; } }
  .info-section.section-4 .center .points .point.p1 {
    background: #c4b763;
    right: 74px;
    top: 11px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .center .points .point.p1 {
        right: 97px; } }
  .info-section.section-4 .center .points .point.p2 {
    background: #b0acbc;
    right: 62px;
    bottom: 17px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .center .points .point.p2 {
        right: 89px;
        bottom: 15px; } }
  .info-section.section-4 .center .points .point.p3 {
    background: #7b797e;
    bottom: 17px;
    left: 63px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .center .points .point.p3 {
        left: 84px;
        bottom: 18px; } }
  .info-section.section-4 .center .points .point.p4 {
    background: #c6ced1;
    top: 132px;
    left: -6px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .center .points .point.p4 {
        top: 170px; } }
  .info-section.section-4 .center .points .point.p5 {
    background: #0f0d13;
    left: 73px;
    top: 11px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .center .points .point.p5 {
        left: 96px; } }
.info-section.section-4 .donut {
  height: 280px;
  width: 280px; }
  @media (min-width: 1230px) {
    .info-section.section-4 .donut {
      height: 340px;
      width: 340px; } }
.info-section.section-4 .title {
  position: absolute;
  top: 58px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font: 24px/1 "UniversLTW01-67BoldCn";
  text-align: center; }
  @media (min-width: 1230px) {
    .info-section.section-4 .title {
      top: 70px; } }
  .info-section.section-4 .title .featured-data:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #c4b763;
    border: 3px solid #fff;
    display: inline-block;
    border-radius: 100%;
    background-clip: padding-box; }
  .info-section.section-4 .title span {
    background: url(/a/pgs/images/millennials/icons-custom-donutchart.png) no-repeat;
    display: block;
    height: 133px;
    width: 178px; }
    @media (min-width: 1230px) {
      .info-section.section-4 .title span {
        height: 156px; } }
.info-section.section-4 .custom-donutchart-slider {
  width: 565px; }
  @media (min-width: 1230px) {
    .info-section.section-4 .custom-donutchart-slider {
      width: 728px;
      margin: 0 auto; } }
@media (min-width: 1230px) {
  .info-section.section-4 .custom-donut-item {
    width: 728px; } }
.info-section.section-4 [data-title="car"] .donut {
  background: url(/a/pgs/images/millennials/car-chart.png) no-repeat 0 0/cover; }
.info-section.section-4 [data-title="car"] .title span {
  background-position: 0 39px; }
  @media (min-width: 1230px) {
    .info-section.section-4 [data-title="car"] .title span {
      background-position: 0 47px; } }
.info-section.section-4 [data-title="luxury"] .donut {
  background: url(/a/pgs/images/millennials/luxurybag-chart.png) no-repeat 0 0/cover; }
.info-section.section-4 [data-title="luxury"] .title span {
  background-position: 0 -340px; }
  @media (min-width: 1230px) {
    .info-section.section-4 [data-title="luxury"] .title span {
      background-position: 0 -325px; } }
.info-section.section-4 [data-title="luxury"] .info-column .points .point.p1 {
  right: 89px; }
.info-section.section-4 [data-title="luxury"] .info-column .points .point.p4 {
  top: 24px; }
@media (min-width: 1230px) {
  .info-section.section-4 [data-title="luxury"] .info-column .points .point.p1 {
    right: 143px; }
  .info-section.section-4 [data-title="luxury"] .info-column .points .point.p4 {
    top: 21px; } }
.info-section.section-4 [data-title="tv"] .donut {
  background: url(/a/pgs/images/millennials/tv-chart.png) no-repeat 0 0/cover; }
.info-section.section-4 [data-title="tv"] .title span {
  background-position: 0 -508px; }
  @media (min-width: 1230px) {
    .info-section.section-4 [data-title="tv"] .title span {
      background-position: 0 -498px; } }
.info-section.section-4 [data-title="tv"] .info-column .points .point.p4 {
  top: 24px; }
.info-section.section-4 [data-title="tv"] .info-column .points .point.p1 {
  right: 90px; }
.info-section.section-4 [data-title="tv"] .info-column .points .point.p2 {
  right: 100px;
  bottom: 10px; }
@media (min-width: 1230px) {
  .info-section.section-4 [data-title="tv"] .info-column .points .point.p1 {
    right: 140px; }
  .info-section.section-4 [data-title="tv"] .info-column .points .point.p2 {
    right: 116px;
    bottom: 8px; }
  .info-section.section-4 [data-title="tv"] .info-column .points .point.p4 {
    top: 21px; } }
.info-section.section-4 [data-title="house"] .donut {
  background: url(/a/pgs/images/millennials/house-chart.png) no-repeat 0 0/cover; }
.info-section.section-4 [data-title="house"] .title span {
  background-position: 0 -676px; }
  @media (min-width: 1230px) {
    .info-section.section-4 [data-title="house"] .title span {
      background-position: 0 -666px; } }
.info-section.section-4 [data-title="house"] .info-column li + li {
  top: 42%; }
.info-section.section-4 [data-title="house"] .info-column li:last-child {
  bottom: 0;
  left: 5px;
  top: inherit; }
.info-section.section-4 [data-title="house"] .info-column .points .point.p1 {
  right: 49px; }
.info-section.section-4 [data-title="house"] .info-column .points .point.p2 {
  right: 110px;
  bottom: 10px; }
.info-section.section-4 [data-title="house"] .info-column .points .point.p3 {
  bottom: 61px;
  left: 70px; }
.info-section.section-4 [data-title="house"] .info-column .points .point.p4 {
  left: 60px;
  top: 2px;
}
.info-section.section-4 [data-title="house"] .center .points .point.p4 {
  top: 106px;
  left: -3px; }
.info-section.section-4 [data-title="house"] .center .points .point.p3 {
  bottom: 68px;
  left: 13px; }
.info-section.section-4 [data-title="house"] .lines li.l4 {
  width: 64px;
  top: 110px;
  left: 148px; }
.info-section.section-4 [data-title="house"] .lines li.l3 {
  width: 71px;
  left: 160px;
  top: 222px; }
.info-section.section-4 [data-title="house"] .lines li.l1 {
  width: 91px;
  top: 15px;
  right: 253px; }
@media (min-width: 1230px) {
  .info-section.section-4 [data-title="house"] .info-column .points .point.p1 {
    right: 116px;
    top: 12px; }
  .info-section.section-4 [data-title="house"] .info-column .points .point.p2 {
    right: 156px;
    top: 37px; }
  .info-section.section-4 [data-title="house"] .info-column .points .point.p3 {
    bottom: 64px; }
  .info-section.section-4 [data-title="house"] .info-column .points .point.p4 {
    top: -2px; }
  .info-section.section-4 [data-title="house"] .info-column .points .point.p5 {
    top: 22px; }
  .info-section.section-4 [data-title="house"] .center .points .point.p1 {
    right: 96px;
    top: 11px; }
  .info-section.section-4 [data-title="house"] .center .points .point.p2 {
    right: 86px;
    bottom: 16px; }
  .info-section.section-4 [data-title="house"] .center .points .point.p3 {
    bottom: 71px;
    left: 25px; }
  .info-section.section-4 [data-title="house"] .center .points .point.p4 {
    top: 36%;
    left: -1px; }
  .info-section.section-4 [data-title="house"] .center .points .point.p5 {
    left: 80px;
    top: 20px; }
  .info-section.section-4 [data-title="house"] .lines li.l1 {
    width: 112px;
    top: 14px;
    right: 174px; }
  .info-section.section-4 [data-title="house"] .lines li.l2 {
    width: 120px;
    right: 160px; }
  .info-section.section-4 [data-title="house"] .lines li.l3 {
    width: 100px;
    left: 163px;
    top: 282px; }
  .info-section.section-4 [data-title="house"] .lines li.l4 {
    top: 133px;
    width: 84px; }
  .info-section.section-4 [data-title="house"] .lines li.l5 {
    left: 159px;
    top: 23px;
    width: 161px; } }
.info-section.section-4 .owl-buttons .owl-prev {
  left: -85px; }
  @media (min-width: 1230px) {
    .info-section.section-4 .owl-buttons .owl-prev {
      left: -80px; } }
.info-section.section-4 .owl-buttons .owl-next {
  right: -36px; }
  @media (min-width: 1230px) {
    .info-section.section-4 .owl-buttons .owl-next {
      right: 0; } }
.info-section.section-4 .owl-buttons .prev-arrow i, .info-section.section-4 .owl-buttons .next-arrow i {
  background: url(/a/pgs/images/millennials/custom-slider-arrows.png) no-repeat;
  display: block;
  height: 28px;
  width: 22px;
  margin: 0 auto 10px; }
.info-section.section-4 .owl-buttons .next-arrow i {
  background-position: right 0; }
.info-section.section-4 .owl-buttons span {
  color: #c4b763;
  display: block;
  font: 13px/1 "UniversLTW01-67BoldCn";
  text-transform: uppercase; }
  @media (min-width: 1230px) {
    .info-section.section-4 .owl-buttons span {
      font-size: 15px; } }
.info-section.section-4 .owl-buttons > a {
  color: #c4b763;
  position: absolute;
  top: 50%;
  padding: 11px 13px;
  border: 1px solid #3a3939;
  width: 65px;
  margin: -57px 0 0;
  text-align: center;
  border-radius: 10px;
  background-clip: padding-box; }
  .info-section.section-4 .owl-buttons > a:hover {
    background: #c4b763; }
    .info-section.section-4 .owl-buttons > a:hover span {
      color: #fff; }
  @media (min-width: 1230px) {
    .info-section.section-4 .owl-buttons > a {
      width: 76px; } }
.info-section.section-4 .custom-donut-item.animate .lines li[data-orientation="left"]:before {
  -webkit-animation: growingLines 1s linear forwards;
  -moz-animation: growingLines 1s linear forwards;
  -o-animation: growingLines 1s linear forwards;
  animation: growingLines 1s linear forwards; }
.info-section.section-4 .custom-donut-item.animate .lines li[data-orientation="right"]:after {
  -webkit-animation: growingLines 1s linear forwards;
  -moz-animation: growingLines 1s linear forwards;
  -o-animation: growingLines 1s linear forwards;
  animation: growingLines 1s linear forwards; }
.info-section.section-4 .custom-donut-item.animate .donut {
  -webkit-animation: rotatingShow 2s linear;
  -moz-animation: rotatingShow 2s linear;
  -o-animation: rotatingShow 2s linear;
  animation: rotatingShow 2s linear; }
.info-section.section-4 .custom-donut-item.animate .title {
  -webkit-animation: fadeIn 1s 2s ease forwards;
  -moz-animation: fadeIn 1s 2s ease forwards;
  -o-animation: fadeIn 1s 2s ease forwards;
  animation: fadeIn 1s 2s ease forwards; }
.info-section.section-4 .map {
  position: relative;
  text-align: center; }
  .info-section.section-4 .map h2 {
    margin: 0;
    color: #fff; }
  .info-section.section-4 .map p {
    color: rgba(255, 255, 255, 0.5); }
  .info-section.section-4 .map .map-line {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 290px;
    -webkit-animation: fadeIn 2.6s 1s ease forwards;
    -moz-animation: fadeIn 2.6s 1s ease forwards;
    -o-animation: fadeIn 2.6s 1s ease forwards;
    animation: fadeIn 2.6s 1s ease forwards; }
  .info-section.section-4 .map .number-info {
    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%); }
  .info-section.section-4 .map .small-pie {
    position: absolute;
    top: 60px;
    left: 150px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: grow 600ms cubic-bezier(1, 0.02, 0.43, 0.84) forwards;
    -moz-animation: grow 600ms cubic-bezier(1, 0.02, 0.43, 0.84) forwards;
    -o-animation: grow 600ms cubic-bezier(1, 0.02, 0.43, 0.84) forwards;
    animation: grow 600ms cubic-bezier(1, 0.02, 0.43, 0.84) forwards; }
    .info-section.section-4 .map .small-pie h2, .info-section.section-4 .map .small-pie p {
      font: 80px/1 "UniversLTW01-47LightCn", sans-serif; }
    .info-section.section-4 .map .small-pie p {
      font-size: 24px; }
  .info-section.section-4 .map .big-pie {
    position: absolute;
    top: 20px;
    left: 425px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: grow 1s 600ms cubic-bezier(1, 0.02, 0.43, 0.84) forwards;
    -moz-animation: grow 1s 600ms cubic-bezier(1, 0.02, 0.43, 0.84) forwards;
    -o-animation: grow 1s 600ms cubic-bezier(1, 0.02, 0.43, 0.84) forwards;
    animation: grow 1s 600ms cubic-bezier(1, 0.02, 0.43, 0.84) forwards; }
    .info-section.section-4 .map .big-pie h2, .info-section.section-4 .map .big-pie p {
      font: 120px/1 "UniversLTW01-47LightCn", sans-serif; }
    .info-section.section-4 .map .big-pie p {
      font-size: 32px; }
.info-section.section-4 #renter-generation .bottom-section .left-section {
  width: 47%; }
  @media (min-width: 1230px) {
    .info-section.section-4 #renter-generation .bottom-section .left-section {
      width: 50%; } }
@media (min-width: 1230px) {
  .info-section.section-4 #renter-generation .bottom-section .right-section {
    width: 29%; } }

@-webkit-keyframes rotatingShow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    opacity: .5; }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotatingShow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    opacity: .5; }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotatingShow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    opacity: .5; }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotatingShow {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  50% {
    opacity: .5; }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes growingLines {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

@-moz-keyframes growingLines {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

@-o-keyframes growingLines {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

@keyframes growingLines {
  0% {
    width: 0; }

  100% {
    width: 100%; } }

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg); }

  80% {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg); }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg); } }

@-moz-keyframes grow {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg); }

  80% {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg); }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg); } }

@-o-keyframes grow {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg); }

  80% {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg); }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg); } }

@keyframes grow {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
    transform: scale(0) rotate(0deg); }

  80% {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg); }

  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg); } }

.info-section.section-5 header {
  background-color: #009aa6; }
  .info-section.section-5 header .source-text {
    color: #103b3f; }
  .info-section.section-5 header h4 {
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    color: #103b3f; }
  .info-section.section-5 header .text .animated-numbers .number {
    line-height: .6;
    vertical-align: top; }
  .info-section.section-5 header .text p {
    line-height: 1.2; }
    @media (min-width: 1230px) {
      .info-section.section-5 header .text p {
        line-height: 1.3; } }
.info-section.section-5 .sidebar-nav a {
  color: #009aa6; }
  .info-section.section-5 .sidebar-nav a:after {
    background-color: #009aa6; }
.info-section.section-5 .sidebar-nav li.selected a:before {
  border-left: 14px solid #009aa6; }
.info-section.section-5 .section-charts-content .upper-section h3 {
  color: #009aa6; }
.info-section.section-5 .section-charts-content .canvas-container.centered .donut-container {
  vertical-align: middle; }
.info-section.section-5 .section-charts-content .stacked-bars .canvas-container {
  max-width: 600px; }
@media (min-width: 960px) {
  .info-section.section-5 .section-charts-content .stacked-bars .color-labels {
    left: 646px; } }
@media (min-width: 1230px) {
  .info-section.section-5 .section-charts-content .stacked-bars .color-labels {
    left: 700px; } }
.info-section.section-5 .section-charts-content .stacked-bars .color-labels li span.sa {
  background-color: #006ff3; }
.info-section.section-5 .section-charts-content .stacked-bars .color-labels li span.ta {
  background-color: #c4b763; }
.info-section.section-5 .section-charts-content .stacked-bars .color-labels li span.td {
  background-color: #10869f; }
.info-section.section-5 .section-charts-content .stacked-bars .color-labels li span.sd {
  background-color: #006963; }
.info-section.section-5 .section-charts-content .stacked-bars .color-labels li span.dk {
  background-color: #00adef; }
.info-section.section-5 .graph-reference {
  float: left;
  color: #fff;
  font: 14px "Univers LT W01 55 Roman", arial; }
  .info-section.section-5 .graph-reference li:after {
    content: "";
    width: 20px;
    height: 10px;
    float: left;
    margin: 2px 5px 0 0; }
.info-section.section-5 #clicking-to-buy .bottom-section .left-section {
  width: 30%; }
.info-section.section-5 #clicking-to-buy .graph-reference {
  margin-left: 20px; }
  .info-section.section-5 #clicking-to-buy .graph-reference li {
    display: inline-block;
    margin-left: 12px; }
  .info-section.section-5 #clicking-to-buy .graph-reference li:after {
    background: #208a94; }
  .info-section.section-5 #clicking-to-buy .graph-reference li:nth-child(2):after {
    background: #b91b2c; }
  .info-section.section-5 #clicking-to-buy .graph-reference li:nth-child(3):after {
    background: #633077; }
.info-section.section-5 #searching-for-value .graph-reference li:after {
  background: #009aa6; }
.info-section.section-5 #searching-for-value .graph-reference li:nth-child(2):after {
  background: #c4c3c4; }
.info-section.section-5 #clicking-to-buy .bottom-section .right-section {
  width: 32%; }
  @media (min-width: 1230px) {
    .info-section.section-5 #clicking-to-buy .bottom-section .right-section {
      width: 29%; } }
.info-section.section-5 #searching-for-value .bottom-section .left-section {
  width: 37%; }
  @media (min-width: 1230px) {
    .info-section.section-5 #searching-for-value .bottom-section .left-section {
      width: 50%; } }
.info-section.section-5 #searching-for-value .bottom-section .right-section {
  width: 37%; }
  @media (min-width: 1230px) {
    .info-section.section-5 #searching-for-value .bottom-section .right-section {
      width: 35%; } }
.info-section.section-5 #power-of-social .bottom-section .left-section {
  width: 44%; }
  @media (min-width: 1230px) {
    .info-section.section-5 #power-of-social .bottom-section .left-section {
      width: 50%; } }

.info-section.section-6 header {
  background-color: #4da87c; }
  .info-section.section-6 header .source-text {
    color: #003f1d; }
  .info-section.section-6 header h4 {
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    color: #003f1d; }
  .info-section.section-6 header .text {
    top: 91px; }
    .info-section.section-6 header .text .animated-numbers .number {
      vertical-align: top;
      text-align: center; }
      .info-section.section-6 header .text .animated-numbers .number:first-of-type {
        margin-right: 70px; }
      .info-section.section-6 header .text .animated-numbers .number.dark {
        color: #003f1d; }
      .info-section.section-6 header .text .animated-numbers .number sup {
        position: absolute;
        top: 25px;
        right: -40px; }
    .info-section.section-6 header .text h4 {
      font-size: 15px; }
      @media (min-width: 1230px) {
        .info-section.section-6 header .text h4 {
          font-size: 24px; } }
  .info-section.section-6 header .animated-gif img {
    bottom: 0;
    left: 0;
    top: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .info-section.section-6 header .animated-gif .fixed-bg {
    top: inherit;
    position: relative;
    z-index: 9;
    margin: 40px 0 0 -80px;
    max-width: none;
    width: 67%; }
.info-section.section-6 .sidebar-nav a {
  color: #4da87c; }
  .info-section.section-6 .sidebar-nav a:after {
    background-color: #4da87c; }
.info-section.section-6 .sidebar-nav li.selected a:before {
  border-left: 14px solid #4da87c; }
.info-section.section-6 .section-charts-content .upper-section h3 {
  color: #4da87c; }
.info-section.section-6 .section-charts-content .upper-section .slide-content-controls {
  width: 600px; }
.info-section.section-6 .section-charts-content .upper-section .donuts-question {
  margin-top: 50px;
  font: 20px/1.2 "UniversLTStdLight"; }
.info-section.section-6 .section-charts-content .donut-group-container {
  display: inline-block;
  width: 50%; }
  .info-section.section-6 .section-charts-content .donut-group-container .group-title {
    font: 18px/1.4 "Univers LT W01 65 Bold", sans-serif;
    color: #fff;
    margin-bottom: 50px;
    width: 60%; }
.info-section.section-6 .section-charts-content .canvas-container .graph-reference li:first-child {
  margin-left: 0;
  color: #FFF; }
.info-section.section-6 .section-charts-content .canvas-container .graph-reference li:nth-child(2) {
  color: #4da87c; }
.info-section.section-6 .color-labels li span.millennials {
  background-color: #4da87c; }
.info-section.section-6 .color-labels li span.genx {
  background-color: #006ff3; }
.info-section.section-6 .color-labels li span.boomers {
  background-color: #66307c; }
.info-section.section-6 #fitness-focused .bottom-section .left-section {
  font-size: 17px; }
  @media (min-width: 1230px) {
    .info-section.section-6 #fitness-focused .bottom-section .left-section {
      font-size: 18px; } }

.info-section.section-7 header {
  height: 830px;
  background: url(/a/pgs/images/millennials/cityscape.jpg) no-repeat right bottom;
  background-size: cover; }
  .info-section.section-7 header .text-full {
    padding: 65px 100px;
    position: relative;
    overflow: hidden; }
    .info-section.section-7 header .text-full img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
.info-section.section-7 .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 47px; }
  .info-section.section-7 .section-title:before {
    margin: auto; }
.info-section.section-7 .col-1, .info-section.section-7 .col-2, .info-section.section-7 .col-3 {
  width: 33.33%;
  position: relative;
  float: left;
  padding-right: 20px; }

  .info-section.section-7 .col-1 p, .info-section.section-7 .col-2 p, .info-section.section-7 .col-3 p {
    font: 16px/1.1 "UniversLTStdLight", sans-serif;
    margin-bottom: 25px; }
    @media (min-width: 1230px) {
      .info-section.section-7 .col-1 p, .info-section.section-7 .col-2 p, .info-section.section-7 .col-3 p {
        font: 18px/1.2 "UniversLTStdLight", sans-serif; } }
  

.millennials * {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .millennials *:before, .millennials *:after {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .millennials * a:hover {
    text-decoration: none;
    outline: 0; }

/* 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 {
      width: 1200px; } }
  #wrapper.full-width .container a {
    outline: 0; }

.info-section header {
  height: 587px; }
  .info-section header .header-container {
    width: 960px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 1230px) {
      .info-section header .header-container {
        width: 1200px; } }
  .info-section header .animated-gif {
    position: relative;
    height: 587px; }
    @media screen and (min-width: 1360px) {
      .info-section header .animated-gif {
        margin: 0 0 0 -108px; } }
    .info-section header .animated-gif img {
      max-width: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .info-section header .text {
    width: 50%;
    position: absolute;
    top: 125px;
    right: 10px;
    padding: 0 10px 0 0; }
    @media (min-width: 1230px) {
      .info-section header .text {
        width: 600px;
        right: 0;
        padding: 0; } }
    .info-section header .text p {
      font: 24px/1.3 "UniversLTStdLight", sans-serif;
      color: #fff;
      margin-bottom: 30px;
      margin-right: 20px;
      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 h4 {
      font: 24px/1 "UniversLTStdLight", sans-serif;
      text-transform: uppercase; }
    .info-section header .text .animated-numbers .number {
      font: 100px/1 "UniversLTW01-59UltraCn", sans-serif;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .info-section header .text .animated-numbers .number.dark small, .info-section header .text .animated-numbers .number.dark sup {
        color: inherit; }
      .info-section header .text .animated-numbers .number small, .info-section header .text .animated-numbers .number sup, .info-section header .text .animated-numbers .number sub {
        font-family: "UniversLTStdLight", sans-serif; }
      .info-section header .text .animated-numbers .number small {
        font-size: 20px;
        line-height: .4;
        color: #fff;
        display: block; }
      .info-section header .text .animated-numbers .number sup {
        font-size: 40px;
        color: #fff;
        position: relative;
        top: -10px;
        right: 18px; }
      .info-section header .text .animated-numbers .number sub {
        font-size: 40px;
        position: absolute;
        bottom: 0px;
        left: 100%;
        margin-left: 5px; }
    .info-section header .text .animated-numbers img {
      vertical-align: middle;
      margin: 0 10px; }
  	.info-section header .source-text {
    font: 14px/1 "Univers LT W01 55 Roman", sans-serif;
    display: block;
    margin-top: 10px; }
    @media (min-width: 1230px) {
    	.info-section header .source-text {
    		margin-top: 30px;
    	}
    }
.info-section .reference {
  font: 12px/1 "Univers LT W01 65 Bold", sans-serif;
  text-transform: uppercase;
  color: #515151;
  position: absolute;
  top: -6px;
  left: 5px;
  z-index: 10; }
.info-section .timeline-vertical {
  position: absolute;
  bottom: 0;
  left: -70px;
  text-align: right; }
  .info-section .timeline-vertical li {
    font: 18px/1 "Univers LT W01 65 Bold", sans-serif;
    color: #fff;
    margin-top: 52px; }
    .info-section .timeline-vertical li:first-child {
      margin: 0; }
    .info-section .timeline-vertical li:last-child {
      font-size: 12px; }
    .info-section .timeline-vertical li sub {
      font-size: 12px;
      vertical-align: baseline;
      text-transform: uppercase;
      margin-left: 4px; }
.info-section .timeline-horizontal {
  position: absolute;
  bottom: -83px;
  left: 0;
  width: 100%; }
  @media (min-width: 1230px) {
    .info-section .timeline-horizontal {
      width: auto;
      padding-left: 69px;
      left: -70px; } }
  .info-section .timeline-horizontal li {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5.6%;
    font: 14px/1 "Univers LT W01 55 Roman";
    color: #666; }
    @media (min-width: 1230px) {
      .info-section .timeline-horizontal li {
        margin-left: 60px; } }
    .info-section .timeline-horizontal li strong {
      font-size: 18px;
      color: #fff; }
    .info-section .timeline-horizontal li:first-child {
      margin-left: 0; }
    .info-section .timeline-horizontal li:nth-child(6), .info-section .timeline-horizontal li:nth-child(10) {
      margin-left: 5px; }
    .info-section .timeline-horizontal li:last-child {
      margin: 30px 0 0 0;
      width: 100%;
      text-align: center;
      font-size: 12px;
      color: #fff; }
.info-section .custom-graph {
  position: relative;
  display: inline-block;
  height: 345px;
  margin-left: 12px; }
  .info-section .custom-graph.graph-1 {
    width: 36%;
    margin-left: 0; }
    .info-section .custom-graph.graph-1 .graph-overlay:before {
      background-color: #006ff3; }
      @media (min-width: 1230px) {
        .info-section .custom-graph.graph-1 .graph-overlay:before {
          background-color: #5a5a5a; } }
    .info-section .custom-graph.graph-1 .graph-overlay .graph-info h2, .info-section .custom-graph.graph-1 .graph-overlay .graph-info p {
      color: #fff; }
    @media (min-width: 1230px) {
      .info-section .custom-graph.graph-1 .graph-overlay .graph-info h2, .info-section .custom-graph.graph-1 .graph-overlay .graph-info p {
        color: #1c1c1c; } }
  .info-section .custom-graph.graph-2 {
    width: 26%; }
    .info-section .custom-graph.graph-2 .graph-overlay:before {
      background-color: #434343; }
  .info-section .custom-graph.graph-3 {
    width: 34%; }
    .info-section .custom-graph.graph-3 .graph-overlay:before {
      background-color: #2c2c2c; }
  @media (min-width: 1230px) {
    .info-section .custom-graph:hover .graph-overlay {
      opacity: 0;
      height: 0; } }
  .info-section .custom-graph .graph-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    overflow: hidden;
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 400ms ease, 0 100ms height;
    -moz-transition: opacity 400ms ease, 0 100ms height;
    -o-transition: opacity 400ms ease, 0 100ms height;
    transition: opacity 400ms ease, 0 100ms height; }
    .info-section .custom-graph .graph-overlay:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      -webkit-transition: opacity 400ms ease;
      -moz-transition: opacity 400ms ease;
      -o-transition: opacity 400ms ease;
      transition: opacity 400ms ease; }
    .info-section .custom-graph .graph-overlay .graph-info {
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      .info-section .custom-graph .graph-overlay .graph-info h2, .info-section .custom-graph .graph-overlay .graph-info p {
        color: #1c1c1c; }
      .info-section .custom-graph .graph-overlay .graph-info h2 {
        font: 107px/.7 "UniversLTStdThinUltraCn", sans-serif;
        margin: 0; }
      .info-section .custom-graph .graph-overlay .graph-info p {
        font: 18px/1 "UniversLTW01-57Condense 723821", sans-serif;
        text-transform: uppercase; }
  .info-section .custom-graph ul {
    font-size: 0;
    width: 100%;
    height: 100%;
    display: none; }
    @media (min-width: 1230px) {
      .info-section .custom-graph ul {
        display: block; } }
  .info-section .custom-graph ul.bars-hover-area {
    position: absolute;
    top: 0;
    z-index: 200; }
    .info-section .custom-graph ul.bars-hover-area li:hover span {
      background-color: transparent; }
    .info-section .custom-graph ul.bars-hover-area li span {
      background-color: transparent; }
  .info-section .custom-graph li {
    position: relative;
    width: 9px;
    height: 100%;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer; }
    .info-section .custom-graph li:first-child {
      margin-left: 0; }
    .info-section .custom-graph li.hover span {
      background-color: #fff; }
    .info-section .custom-graph li span {
      position: absolute;
      bottom: 0;
      background-color: #006ff3;
      width: 100%;
      height: 100%; }
    .info-section .custom-graph li .tooltip {
      position: absolute;
      top: -107px;
      left: -58px;
      z-index: 50;
      width: 127px;
      height: 87px;
      border: 2px solid #fff;
      background-color: #1c1c1c;
      padding: 10px 18px; }
      .info-section .custom-graph li .tooltip:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
        margin-left: -8px; }
      .info-section .custom-graph li .tooltip p {
        font: 18px/1 "UniversLTW01-57Condense 723821", sans-serif;
        color: #fff; }
      .info-section .custom-graph li .tooltip h2 {
        font: 21px/1 "UniversLTW01-67BoldCn", sans-serif;
        color: #fff;
        margin-top: 7px; }
  .info-section .custom-graph img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%; }
.info-section .canvas-container {
  position: relative;
  font-size: 0;
  margin-bottom: 80px;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .info-section .canvas-container.color-bars {
    max-width: 600px; }
  .info-section .canvas-container .graph-reference {
    position: absolute;
    bottom: -50px;
    left: 10px;
    width: 100%; }
    .info-section .canvas-container .graph-reference li {
      font: 14px/1 "Univers LT W01 55 Roman", sans-serif;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-left: 25px; }
      .info-section .canvas-container .graph-reference li:before {
        content: '';
        width: 20px;
        height: 2px;
        display: inline-block;
        vertical-align: middle;
        background-color: currentColor;
        margin-right: 5px; }
.info-section .color-labels {
  position: absolute;
  top: 10px;
  left: 690px;
  color: #FFF;
  font-size: 14px;
  width: 100%; }
  .info-section .color-labels li {
    margin-bottom: 20px; }
    .info-section .color-labels li span {
      height: 10px;
      width: 15px;
      display: inline-block;
      margin-right: 7px; }
.info-section article {
  background-color: #1c1c1c;
  padding-bottom: 50px;
  min-height: 700px; }
.info-section .sidebar-nav {
  width: 17%;
  float: left;
  height: 700px; }
  .info-section .sidebar-nav ul {
    position: relative;
    top: 50%;
    left: 12%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); 
  }
    .info-section .sidebar-nav ul li {
      margin-top: 20px; }
      .info-section .sidebar-nav ul li:first-child {
        margin-top: 0; }
      .info-section .sidebar-nav ul li span {
        position: relative;
        z-index: 10;
        padding: 0 8px; }
  .info-section .sidebar-nav a {
    font: 13px/2.2 "UniversLTW01-57Condense 723821";
    letter-spacing: -0.2px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    -webkit-transition: color 400ms ease;
    -moz-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease; }
    @media (min-width: 1230px) {
      .info-section .sidebar-nav a {
        font-size: 16px;
        line-height: 1.9; } }
    .info-section .sidebar-nav a:hover {
      color: #fff; }
    .info-section .sidebar-nav a:before {
      content: '';
      content: '';
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      position: absolute;
      left: 99%;
      top: 0;
      border-left: 0;
      -webkit-transition: border-left 300ms 300ms ease;
      -moz-transition: border-left 300ms 300ms ease;
      -o-transition: border-left 300ms 300ms ease;
      transition: border-left 300ms 300ms ease; }
    .info-section .sidebar-nav a:after {
      content: '';
      border-radius: 3px;
      background-clip: padding-box;
      width: 0;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: width 400ms ease;
      -moz-transition: width 400ms ease;
      -o-transition: width 400ms ease;
      transition: width 400ms ease; }
  .info-section .sidebar-nav li.selected a {
    color: #fff;
    text-decoration: none; }
    .info-section .sidebar-nav li.selected a:after {
      width: 100%; }

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

.section-title {
  font: 42px/1 "UniversLTStdXBlack", sans-serif;
  color: #fff;
  margin: 0 0 18px; }
  .section-title:before {
    content: '';
    border-top: 4px solid #fff;
    width: 96px;
    display: block;
    padding-top: 19px; }

.section-charts-content {
  float: left;
  width: 83%;
  margin-top: 20px; }
  .section-charts-content .chart {
    padding-right: 50px; }
    .section-charts-content .chart#chart1 {
      padding-right: 0; }
  .section-charts-content .upper-section {
    padding-left: 70px; }
    .section-charts-content .upper-section h3 {
      font: 20px/1 "UniversLTStdXBlack";
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .section-charts-content .upper-section h3 else {
        -webkit-font-smoothing: subpixel-antialiased;
        font-smoothing: subpixel-antialiased; }
    .section-charts-content .upper-section p {
      font: 18px/1.2 "UniversLTStdLight";
      color: #FFF;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .section-charts-content .upper-section p else {
        -webkit-font-smoothing: subpixel-antialiased;
        font-smoothing: subpixel-antialiased; }
    .section-charts-content .upper-section .slide-content-controls {
      margin-top: 20px; }
      .section-charts-content .upper-section .slide-content-controls .controls-container {
        font-size: 18px;
        width: 300px;
        position: relative;
        margin: 0 auto;
        text-align: center; }
        .section-charts-content .upper-section .slide-content-controls .controls-container .prev, .section-charts-content .upper-section .slide-content-controls .controls-container .next {
          position: absolute;
          font-size: 30px;
          line-height: 35px; }
        .section-charts-content .upper-section .slide-content-controls .controls-container .prev {
          left: -30px; }
        .section-charts-content .upper-section .slide-content-controls .controls-container .next {
          right: -30px; }
        .section-charts-content .upper-section .slide-content-controls .controls-container a, .section-charts-content .upper-section .slide-content-controls .controls-container h4 {
          display: inline; }
        .section-charts-content .upper-section .slide-content-controls .controls-container h4 {
          color: #FFF; }
  .section-charts-content .subsection-content {
    margin-top: 50px;
    padding-left: 70px;
    position: relative; }
    .section-charts-content .subsection-content .bottom-section .left-section {
      position: relative;
      float: left;
      width: 50%;
      font: 18px/1.4 "Univers LT W01 65 Bold", sans-serif;
      color: #fff; }
    .section-charts-content .subsection-content .bottom-section .right-section {
      float: right;
      width: 50%;
      margin-right: 3%;
      font: 14px/1.2 "Univers LT W01 55 Roman", sans-serif;
      text-align: right;
      color: #ccc; }
      @media (min-width: 1230px) {
        .section-charts-content .subsection-content .bottom-section .right-section {
          width: 35%; 
          margin-right: 3%;
        } 
      }
  .section-charts-content .chart {
    display: none; }
  .section-charts-content #chart3 .subsection-content {
    padding-left: 40px; }
    .section-charts-content #chart3 .subsection-content .canvas-container {
      padding-left: 0; }

.intro {
  background-color: #a1c0d2;
  color: #fff;
  height: 676px;
  position: relative; }
  @media (min-width: 1230px) {
    .intro {
      height: 836px; } }
  @media (min-width: 1400px) {
    .intro {
      background-size: 100% auto; } }
  .intro .clouds {
    background: url("/a/pgs/images/millennials/clouds.png") no-repeat;
    position: absolute;
    top: 30px;
    left: 0;
    width: 1479px;
    height: 160px;
    -webkit-animation: clouds 120s infinite;
    -moz-animation: clouds 120s infinite;
    -o-animation: clouds 120s infinite;
    animation: clouds 120s infinite; }
    @media (min-width: 1230px) {
      .intro .clouds {
        top: 100px; } }
  .intro .car {
    background: url("/a/pgs/images/millennials/car.png") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 40px;
    left: 100%;
    z-index: 10;
    width: 117px;
    height: 119px;
    opacity: 0;
    -webkit-animation: car 20s infinite forwards;
    -moz-animation: car 20s infinite forwards;
    -o-animation: car 20s infinite forwards;
    animation: car 20s infinite forwards; }
    @media (min-width: 1230px) {
      .intro .car {
        width: 147px;
        bottom: 70px; } }
    @media (min-width: 1400px) {
      .intro .car {
        bottom: 90px; } }
  .intro .city-front, .intro .city-background, .intro .city-background-back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0; }
  .intro .city-front {
    background: url("/a/pgs/images/millennials/intro-bg.png") no-repeat right bottom;
    background-size: cover;
    bottom: 0;
    padding-bottom: 28.5%;
    z-index: 10; }
  .intro .city-background-back {
    background: url("/a/pgs/images/millennials/city-bg-back.png") no-repeat right bottom;
    background-size: cover;
    padding-bottom: 36.5%;
    z-index: 0;
    bottom: 170px; }
  .intro .city-background {
    background: url("/a/pgs/images/millennials/city-bg.png") no-repeat right bottom;
    background-size: cover;
    bottom: 140px;
    z-index: 5;
    padding-bottom: 28.5%; }
  .intro .text {
    position: relative;
    z-index: 20; }
  .intro .intro-title {
    margin: 0 0 0 25px; }
    @media (min-width: 1230px) {
      .intro .intro-title {
        padding-top: 73px; 
      } 
    }
    .intro .intro-title span {
      display: block;
      color: #3e5665;
      font: 36px/1 "UniversLTStdXBlack"; }
  .intro p {
    font: 18px/22px "UniversLTStdLight";
    width: 504px;
    display: inline-block;
    margin: -31px 0 0 382px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .intro p else {
      -webkit-font-smoothing: subpixel-antialiased;
      font-smoothing: subpixel-antialiased; }

.start-button {
  background: #fff;
  padding: 8px 0 0;
  width: 111px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  margin: 0 0 0 -55px;
  text-transform: uppercase;
  font: 33px/1.3 "UniversLTStdThinUltraCn";
  color: #729ac7;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  .start-button else {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased; }
  .start-button.dark {
    background-color: #729ac8;
    color: #fff; }
    .start-button.dark .triangle-up {
      width: 0px;
      height: 0px;
      border-style: solid;
      background: transparent;
      border-width: 0 56px 24px 56px;
      border-color: transparent transparent #729ac8 transparent; }
  .start-button .triangle-down {
    width: 0px;
    height: 0px;
    border-style: solid;
    background: transparent;
    border-width: 24px 56px 0 56px;
    border-color: white transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -56px;
    bottom: -23px; }
  .start-button .triangle-up {
    width: 0px;
    height: 0px;
    border-style: solid;
    background: transparent;
    border-width: 0 56px 24px 56px;
    border-color: transparent transparent white transparent;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -56px;
    top: -23px; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

.four-donuts .donut-container {
  display: inline-block;
  width: 25%;
  border-left: 30px solid #1c1c1c;
  position: relative; }
  .four-donuts .donut-container.diamond:before {
    content: '';
    background: url(/a/pgs/images/millennials/diamond.png) no-repeat 0 center;
    width: 77px;
    height: 74px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto; }
  .four-donuts .donut-container.diamond canvas {
    position: relative; }
  .four-donuts .donut-container.two {
    width: 40%;
    border-right: 100px solid #1c1c1c;
    border-left: 0; }
  .four-donuts .donut-container.big {
    width: 50%;
    border-right: 100px solid #1c1c1c;
    border-left: 0; }
    .four-donuts .donut-container.big .main-number {
      font: 130px/1 "UniversLTStdLightUltraCn", sans-serif; }
    .four-donuts .donut-container.big .subtitle {
      font: 30px/1 "UniversLTStdLightUltraCn", sans-serif; }
    @media (min-width: 1230px) {
	    .four-donuts .donut-container.big .subtitle {
	      font: 50px/1 "UniversLTStdLightUltraCn", sans-serif; }  
    }
      
  .four-donuts .donut-container.first-small {
    width: 43%;
    border-right: 20px solid #1c1c1c;
    border-left: 0; }
    .four-donuts .donut-container.first-small .main-number {
      font: 62px/1 "UniversLTStdLightUltraCn", sans-serif;
      top: 46%; }
    .four-donuts .donut-container.first-small .subtitle {
      font: 20px/1 "UniversLTStdLightUltraCn", sans-serif; }
    @media (min-width: 1230px) {
	    .four-donuts .donut-container.first-small .subtitle {
	      font: 25px/1 "UniversLTStdLightUltraCn", sans-serif; }
    } 
  .four-donuts .donut-container.second-big {
    width: 46%;
    border-left: 0; }
    .four-donuts .donut-container.second-big .main-number {
      font: 80px/1 "UniversLTStdLightUltraCn", sans-serif; }
    .four-donuts .donut-container.second-big .subtitle {
      font: 20px/1 "UniversLTStdLightUltraCn", sans-serif; }
    @media (min-width: 1230px) {
    	.four-donuts .donut-container.second-big .subtitle {
      		font: 25px/1 "UniversLTStdLightUltraCn", sans-serif; }
    }
  .four-donuts .donut-container .main-number, .four-donuts .donut-container .title {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0; }
  .four-donuts .donut-container .main-number {
    font: 80px/0 "UniversLTStdLightUltraCn", sans-serif;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (min-width: 1230px) {
  	.four-donuts .donut-container .main-number {
  		top: 50%;
  	}
  }    
    .four-donuts .donut-container .main-number sup {
      font-size: 40px; }
  .four-donuts .donut-container .title {
    font: 16px/1 "Univers LT W01 65 Bold", sans-serif;
    bottom: -40px; }
  .four-donuts .donut-container .subtitle {
    font: 30px/1 "UniversLTStdLightUltraCn", sans-serif;
    bottom: 16%;
    color: #8e8e8e;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0; }
	@media (min-width: 1230px) {
		.four-donuts .donut-container .subtitle {
			bottom: 20%;	
		}
	}
#chart1 {
  display: block; }

@-webkit-keyframes car {
  0% {
    opacity: 0; }

  10% {
    opacity: 1;
    left: 100%; }

  25% {
    left: 80%; }

  90% {
    left: -180px;
    opacity: 1; }

  95% {
    left: -200px; }

  100% {
    opacity: 0; } }

@-moz-keyframes car {
  0% {
    opacity: 0; }

  10% {
    opacity: 1;
    left: 100%; }

  25% {
    left: 80%; }

  90% {
    left: -180px;
    opacity: 1; }

  95% {
    left: -200px; }

  100% {
    opacity: 0; } }

@-o-keyframes car {
  0% {
    opacity: 0; }

  10% {
    opacity: 1;
    left: 100%; }

  25% {
    left: 80%; }

  90% {
    left: -180px;
    opacity: 1; }

  95% {
    left: -200px; }

  100% {
    opacity: 0; } }

@keyframes car {
  0% {
    opacity: 0; }

  10% {
    opacity: 1;
    left: 100%; }

  25% {
    left: 80%; }

  90% {
    left: -180px;
    opacity: 1; }

  95% {
    left: -200px; }

  100% {
    opacity: 0; } }

@-webkit-keyframes clouds {
  0% {
    margin-left: 100%; }

  100% {
    margin-left: -1800px; } }

@-moz-keyframes clouds {
  0% {
    margin-left: 100%; }

  100% {
    margin-left: -1800px; } }

@-o-keyframes clouds {
  0% {
    margin-left: 100%; }

  100% {
    margin-left: -1800px; } }

@keyframes clouds {
  0% {
    margin-left: 100%; }

  100% {
    margin-left: -1800px; } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}