/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
.infographic {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-x: hidden; }
  @media (max-width: 1100px) {
    .infographic {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 419px) {
    .infographic {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 619px) {
    .infographic {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 619px) {
    .infographic {
      padding-top: 20px; } }

.infographic__wrapper {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto; }
  .infographic__wrapper::after {
    clear: both;
    content: "";
    display: table; }

.infographic__header {
  display: block;
  text-align: center;
  color: #FF8300;
  font-size: 24px;
  margin-bottom: 40px; }

.infographic__main-container {
  position: relative; }
  .infographic__main-container::after {
    clear: both;
    content: "";
    display: table; }

.infographic__image-container {
  display: block;
  position: absolute;
  left: 31%;
  width: 38%;
  height: 100%; }
  .infographic__image-container::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1100px) {
    .infographic__image-container {
      position: relative;
      width: 100%;
      left: auto;
      margin: 0 auto 40px auto;
      text-align: center; } }

.infographic__image {
  display: inline-block;
  width: 95%;
  height: auto; }
  .infographic__image:nth-child(1) {
    padding-bottom: 20px; }
  @media (max-width: 1100px) {
    .infographic__image {
      width: 50%; }
      .infographic__image:nth-child(2) {
        float: right; } }
  @media (max-width: 619px) {
    .infographic__image:nth-child(1) {
      float: none; }
    .infographic__image:nth-child(2) {
      float: none; } }

.infographic__blurbs, .infographic__blurbs--right {
  float: left;
  width: 28%;
  margin: 0;
  padding: 0; }
  .infographic__blurbs.infographic__blurbs--right, .infographic__blurbs--right.infographic__blurbs--right {
    float: right; }
  @media (max-width: 1100px) {
    .infographic__blurbs, .infographic__blurbs--right {
      width: 49%; } }
  @media (max-width: 619px) {
    .infographic__blurbs, .infographic__blurbs--right {
      width: 100%;
      float: none; } }

.infographic__blurb {
  list-style: none;
  text-align: center;
  margin-bottom: 50px; }

.infographic__blurb-image {
  display: inline-block;
  width: 60px;
  height: 60px;
  height: auto; }

.infographic__blurb-info {
  width: 100%;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  max-width: 230px;
  display: block;
  margin: 10px auto; }
  @media (max-width: 619px) {
    .infographic__blurb-info {
      max-width: 200px; } }

.infographic__summation {
  clear: both;
  text-align: center;
  margin-top: 40px; }

.infographic__blurb {
  -webkit-transition: all 850ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 850ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 850ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0; }
  .infographic__blurb:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
  .infographic__blurb:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms; }
  .infographic__blurb:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms; }
  .infographic__blurb:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms; }
  .infographic__blurb:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms; }
  .infographic__blurb:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms; }
  .infographic__blurb:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms; }
  .infographic__blurb:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms; }
  .infographic__blurb:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms; }
  .infographic__blurbs--right .infographic__blurb {
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -o-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  .js-in-view .infographic__blurb {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.infographic__blurb-image {
  -webkit-transition: all 1000ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }
  .js-in-view .infographic__blurb-image {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

.infographic__image {
  -webkit-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 50px, 0) scale3d(0.9, 0.9, 0.9);
  -moz-transform: translate3d(0, 50px, 0) scale3d(0.9, 0.9, 0.9);
  -ms-transform: translate3d(0, 50px, 0) scale3d(0.9, 0.9, 0.9);
  -o-transform: translate3d(0, 50px, 0) scale3d(0.9, 0.9, 0.9);
  transform: translate3d(0, 50px, 0) scale3d(0.9, 0.9, 0.9);
  opacity: 0; }
  .js-in-view .infographic__image {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 1; }
