* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px;
  text-transform: none; }

p {
  font-size: 18px; }

a {
  font-size: 16px; }

p a {
  color: inherit;
  font-size: 18px;
  text-decoration: underline; }

a.info-button {
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  width: 300px; }
  a.info-button:hover {
    text-decoration: none; }

.cta-button {
  padding: 0.4em 0; }

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

#section-1, #section-9 {
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center; }
  #section-1 .line, #section-9 .line {
    position: relative; }
    #section-1 .line::before, #section-9 .line::before {
      background: #717070;
      content: '';
      height: 46px;
      position: absolute;
      left: 50%;
      top: -46px;
      width: 4px; }
  #section-1 .container:first-child, #section-9 .container:first-child {
    max-width: 544px; }
  #section-1 .container:last-child, #section-9 .container:last-child {
    background: #fff;
    border: 4px solid #717070;
    max-width: 600px;
    padding: 30px;
    position: relative;
    z-index: 1; }
    #section-1 .container:last-child strong, #section-9 .container:last-child strong {
      color: #14b5ea; }
    #section-1 .container:last-child p:last-child, #section-9 .container:last-child p:last-child {
      margin-bottom: 0; }
  #section-1 h3, #section-9 h3 {
    text-transform: none; }
  #section-1 .graphic, #section-9 .graphic {
    background: url("/assets/images/infographic/section-1/section-1-line.png") bottom 44px center no-repeat;
    background-size: auto 153px;
    height: 220px;
    position: relative; }
    #section-1 .graphic::before, #section-9 .graphic::before {
      background: url("/assets/images/infographic/section-1/section-1-circle.svg") center no-repeat;
      content: '';
      height: 184px;
      position: absolute;
      left: 50%;
      top: calc(50% - 92px);
      transform: translateX(-50%) scale(1);
      transition: all 0.4s ease-in;
      width: 184px;
      z-index: -1; }
    #section-1 .graphic::after, #section-9 .graphic::after {
      background: #fff;
      content: '';
      height: 44px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 0; }
    #section-1 .graphic.grow::before, #section-9 .graphic.grow::before {
      transform: translateX(-50%) scale(1.5); }
    #section-1 .graphic.active::before, #section-9 .graphic.active::before {
      transform: translateX(-50%) scale(0); }
    #section-1 .graphic .truck, #section-9 .graphic .truck {
      height: 130px;
      position: absolute;
      bottom: 48px;
      left: 50%;
      transform: translateX(-50%);
      transition: all 1.2s ease-in;
      width: 485px; }
      #section-1 .graphic .truck.active, #section-9 .graphic .truck.active {
        transform: translateX(300%); }
    #section-1 .graphic .gas-pump, #section-9 .graphic .gas-pump {
      position: absolute;
      left: 50%;
      top: calc(50% - 184px);
      transform: translateX(-50%) scale(0);
      transition: all 0.7s ease-out;
      width: 264px;
      z-index: 1; }
      #section-1 .graphic .gas-pump.active, #section-9 .graphic .gas-pump.active {
        top: calc(50% - 92px);
        transform: translateX(-50%) scale(1); }
    #section-1 .graphic .gas-pump-digits, #section-9 .graphic .gas-pump-digits {
      font-size: 32px;
      position: absolute;
      left: 42%;
      top: 20%;
      transform: translateX(-50%); }
      #section-1 .graphic .gas-pump-digits span, #section-9 .graphic .gas-pump-digits span {
        border: 2px solid #ccc; }

#section-2 {
  background: #14b5ea;
  margin: 18px 0;
  padding: 130px 0;
  position: relative; }
  #section-2 h2, #section-2 p {
    color: #fff; }
  #section-2 h2,
  #section-2 h3 {
    margin-bottom: 10px; }
  #section-2::before, #section-2::after {
    background: url("/assets/images/infographic/section-2/light-blue-border-top.png") bottom left 40px repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 18px;
    position: absolute;
    width: 100%; }
  #section-2::before {
    top: -16px; }
  #section-2::after {
    background: url("/assets/images/infographic/section-2/light-blue-border-bottom.png") bottom left repeat;
    background-size: contain;
    bottom: -16px; }
  #section-2 .container {
    display: flex;
    justify-content: center; }
  #section-2 .graphic {
    max-width: 450px;
    position: relative;
    width: 100%; }
    #section-2 .graphic img.burst {
      opacity: 0;
      max-width: none;
      width: 100%;
      height: auto;
      position: absolute;
      z-index: -1;
      left: 15px; }

@keyframes ouch {
  66% {
    transform: scale(2.5); }
  100% {
    transform: scale(1.8); } }

@keyframes ouchBurst {
  66% {
    transform: scale(2); }
  100% {
    transform: scale(1.2); } }
    #section-2 .graphic.active h2 {
      animation: ouch 0.7s ease-in-out 0.4s forwards; }
    #section-2 .graphic.active img.burst {
      opacity: 0.1;
      animation: ouchBurst 0.7s ease-in-out 0.4s forwards; }
    #section-2 .graphic.active .piggy-bank .piggy {
      display: none; }
    #section-2 .graphic.active .piggy-bank span {
      opacity: 0; }
    #section-2 .graphic.active .piggy-bank .piggy-piece-1 {
      left: -300px;
      top: -230px;
      transform: rotate(-176deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-2 {
      left: -279px;
      top: 349px;
      transform: rotate(-22deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-3 {
      left: -100%;
      top: 140px;
      transform: rotate(-251deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-4 {
      left: -100%;
      top: 360px;
      transform: rotate(-314deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-5 {
      left: -20px;
      top: -400px;
      transform: rotate(-147deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-6 {
      left: -250px;
      top: 683px;
      transform: rotate(-351deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-7 {
      left: 136px;
      top: -240px;
      transform: rotate(294deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-8 {
      left: 300px;
      top: -420px;
      transform: rotate(158deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-9 {
      left: 361px;
      top: 525px;
      transform: rotate(-341deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-10 {
      top: 550px;
      transform: rotate(-176deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-11 {
      left: 323px;
      top: 308px;
      transform: rotate(10deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-12 {
      top: 270px;
      left: 730px;
      transform: rotate(-346deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-13 {
      left: 800px;
      top: 0;
      transform: rotate(-343deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-14 {
      left: 480px;
      top: -120px;
      transform: rotate(325deg); }
    #section-2 .graphic.active .piggy-bank .piggy-piece-15 {
      left: 500px;
      top: -351px;
      transform: rotate(-174deg); }
  #section-2 .piggy-bank {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: 365px;
    position: absolute;
    transform: scale(0.77);
    transition: all 0.1s linear;
    width: 100%; }
    #section-2 .piggy-bank .piggy {
      height: 100%;
      position: absolute;
      left: 0;
      top: 13px;
      width: 100%;
      z-index: 1; }
      #section-2 .piggy-bank .piggy img {
        width: 100%; }
    #section-2 .piggy-bank h2 {
      color: #004a64;
      font-size: 64px;
      line-height: 220px;
      height: 220px;
      width: 220px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      background: #ffc800;
      padding: 0;
      margin: 0;
      box-sizing: border-box; }
  #section-2 .piggy-bank span {
    position: absolute;
    transition: all 0.7s ease-in, opacity 0.3s ease-out 0.6s; }
    #section-2 .piggy-bank span.piggy-piece-1 {
      left: 0;
      top: 49px;
      width: 92px; }
    #section-2 .piggy-bank span.piggy-piece-2 {
      left: 51px;
      top: 123px;
      width: 97px; }
    #section-2 .piggy-bank span.piggy-piece-3 {
      left: 33px;
      top: 177px;
      width: 82px; }
    #section-2 .piggy-bank span.piggy-piece-4 {
      left: 86px;
      top: 241px;
      width: 98px; }
    #section-2 .piggy-bank span.piggy-piece-5 {
      left: 70px;
      top: 52px;
      width: 83px; }
    #section-2 .piggy-bank span.piggy-piece-6 {
      left: 120px;
      top: 87px;
      width: 112px; }
    #section-2 .piggy-bank span.piggy-piece-7 {
      top: 40px;
      left: 118px;
      width: 110px; }
    #section-2 .piggy-bank span.piggy-piece-8 {
      left: 166px;
      top: 40px;
      width: 154px; }
    #section-2 .piggy-bank span.piggy-piece-9 {
      left: 241px;
      top: 129px;
      width: 91px; }
    #section-2 .piggy-bank span.piggy-piece-10 {
      left: 164px;
      top: 169px;
      width: 141px; }
    #section-2 .piggy-bank span.piggy-piece-11 {
      left: 243px;
      top: 232px;
      width: 114px; }
    #section-2 .piggy-bank span.piggy-piece-12 {
      left: 269px;
      top: 213px;
      width: 139px; }
    #section-2 .piggy-bank span.piggy-piece-13 {
      left: 371px;
      top: 134px;
      width: 79px; }
    #section-2 .piggy-bank span.piggy-piece-14 {
      left: 302px;
      top: 86px;
      width: 105px; }
    #section-2 .piggy-bank span.piggy-piece-15 {
      left: 262px;
      top: 13px;
      width: 118px; }
  #section-2 .content {
    max-width: 566px;
    width: 100%; }

#section-3 {
  background: #fff;
  padding: 80px 0 60px;
  position: relative;
  z-index: 100; }
  #section-3 .container {
    display: flex;
    max-width: 966px;
    position: relative; }
  #section-3 .content {
    max-width: 482px;
    position: relative;
    text-align: center;
    z-index: 1; }
    #section-3 .content:last-child {
      margin-top: 80px; }
    #section-3 .content strong {
      color: #14b5ea; }
  #section-3 .content:last-child p {
    margin-bottom: 0; }
  #section-3 .content:last-child h3 {
    margin-top: 0; }
  #section-3 .graphic {
    position: absolute;
    right: 0;
    top: -150px;
    z-index: 0;
    width: calc(100% - 30px); }
    #section-3 .graphic img {
      position: absolute;
      top: 0; }
      #section-3 .graphic img:first-child {
        transition: all 0.01s ease 0.01s; }
      #section-3 .graphic img:last-child {
        display: none; }
    #section-3 .graphic.active img:first-child {
      opacity: 0; }
    #section-3 .graphic.active img:last-child {
      display: block; }

#section-4 {
  background: #ededed;
  padding: 60px 0 80px;
  position: relative; }
  #section-4 .section-4-top {
    padding-bottom: 30px;
    position: relative; }
    #section-4 .section-4-top::before {
      background-image: url("/assets/images/infographic/section-4/section-4-line.svg");
      background-position: center;
      background-repeat: repeat-x;
      background-size: cover;
      content: '';
      height: 5px;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 0; }
  #section-4 .map-small img {
    position: absolute;
    top: 0;
    transition: all 0.01s ease;
    transition-delay: 0.1s; }
    #section-4 .map-small img:last-child {
      display: none; }
  #section-4 .map-small.active img:last-child {
    display: block; }
  #section-4 .map-small.active img:first-child {
    opacity: 0; }
  #section-4 .container {
    display: flex;
    max-width: 1060px; }
  #section-4 .graphic {
    height: 312px;
    margin-bottom: -50%;
    position: relative;
    width: 484px;
    z-index: 1; }
    #section-4 .graphic .coin {
      background: url("/assets/images/infographic/section-4/section-4-coin.svg") center no-repeat;
      display: block;
      height: 108px;
      position: absolute;
      transition: all 0.4s ease-out;
      width: 108px; }
      #section-4 .graphic .coin:first-child {
        height: 92px;
        left: 11%;
        transform: translate(-100px, -200px);
        width: 92px; }
      #section-4 .graphic .coin:nth-child(2), #section-4 .graphic .coin:nth-child(4) {
        height: 74px;
        width: 74px; }
      #section-4 .graphic .coin:nth-child(2) {
        left: 21%;
        top: 20%;
        transform: translate(-330px, 150px); }
      #section-4 .graphic .coin:nth-child(3) {
        left: 54%;
        top: 9%;
        transform: translate(100px, -380px); }
      #section-4 .graphic .coin:nth-child(4) {
        left: 48%;
        top: 36%;
        transform: translate(160px, 200px); }
      #section-4 .graphic .coin:nth-child(5) {
        left: 10%;
        top: 55%;
        transform: translate(100px, 300px); }
      #section-4 .graphic .coin:last-child {
        left: 75%;
        top: 47%;
        transform: translate(320px, -50px); }
      #section-4 .graphic .coin.active {
        transform: translate(0, 0) !important; }
  #section-4 .content {
    margin-left: auto;
    width: 461px; }
    #section-4 .content p {
      color: #004a64; }
    #section-4 .content h3 {
      color: #565454;
      margin-bottom: 0; }

#section-5 {
  background: #fff;
  padding: 60px 0;
  position: relative;
  text-align: center;
  z-index: 100; }
  #section-5 > .container > div > h2 {
    color: #13b5ea;
    margin-bottom: 10px; }
  #section-5 .hidden {
    display: none;
    visibility: hidden; }
  #section-5 .container,
  #section-5 .graphic {
    margin: auto;
    max-width: 966px; }
  #section-5 .container:nth-child(2) {
    border-bottom: 4px solid #004a64;
    border-top: 4px solid #004a64;
    margin-top: 64px;
    padding: 76px 0 44px;
    position: relative; }
    #section-5 .container:nth-child(2)::before, #section-5 .container:nth-child(2)::after {
      background: #004a64;
      content: '';
      display: block;
      height: 44px;
      position: absolute;
      left: calc(50% - 2px);
      top: -44px;
      width: 4px; }
    #section-5 .container:nth-child(2)::after {
      border-radius: 50%;
      height: 12px;
      left: calc(50% - 6px);
      width: 12px; }
    #section-5 .container:nth-child(2) .border {
      border-left: 4px solid #004a64;
      border-right: 4px solid #004a64;
      display: block;
      height: 54px;
      position: absolute;
      top: 0px;
      width: 100%; }
    #section-5 .container:nth-child(2) .border:last-child {
      bottom: 0;
      top: auto; }
    #section-5 .container:nth-child(2) .content h3 {
      margin-top: 60px; }
    #section-5 .container:nth-child(2) .content a {
      background: #ffc800;
      color: #fff; }
      #section-5 .container:nth-child(2) .content a:hover {
        background: #ddad00; }
  #section-5 .container .graphic {
    display: flex; }
    #section-5 .container .graphic div {
      width: 25%; }
      #section-5 .container .graphic div div {
        margin: auto;
        max-width: 164px;
        padding: 0 20px;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        width: 100%; }
        #section-5 .container .graphic div div p {
          color: #004a64; }
        #section-5 .container .graphic div div a {
          background: #004a64;
          color: #fff;
          display: inline-block;
          margin-top: 20px;
          padding: 6px 20px; }
          #section-5 .container .graphic div div a:hover {
            text-decoration: none; }
        #section-5 .container .graphic div div img {
          opacity: 0;
          position: relative;
          bottom: -40px;
          transform: rotateY(0deg) scale(0);
          transition: all 0.7s ease-out;
          z-index: 1; }
          #section-5 .container .graphic div div img.active {
            opacity: 1;
            bottom: 0;
            transform: rotateY(720deg) scale(1); }
  #section-5 .graphic:last-child {
    position: relative;
    /* Special styling for WebKit/Blink */
    /* All the same stuff for Firefox */
    /* All the same stuff for IE */ }
    #section-5 .graphic:last-child .map-slider {
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 810px;
      z-index: 1; }
    #section-5 .graphic:last-child .map-slider > div {
      background: url("/assets/images/infographic/section-5/section-5-range.png") center bottom no-repeat;
      background-size: 100%;
      cursor: pointer;
      height: 687px;
      position: absolute;
      top: 0;
      left: calc(50% - 17px);
      width: 34px; }
    #section-5 .graphic:last-child input[type=range] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background: transparent;
      /* Otherwise white in Chrome */
      height: 100%;
      position: relative;
      z-index: 100;
      width: 810px; }
    #section-5 .graphic:last-child input[type=range]:focus {
      outline: none; }
    #section-5 .graphic:last-child input[type=range]::-ms-track {
      width: 100%;
      cursor: pointer;
      display: none;
      background: transparent;
      border-color: transparent;
      color: transparent; }
    #section-5 .graphic:last-child input[type=range]::-moz-range-track {
      background: transparent;
      border-color: transparent;
      color: transparent;
      display: none;
      width: 100%;
      cursor: pointer; }
    #section-5 .graphic:last-child input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 0px;
      width: 0px;
      background-size: 100%;
      cursor: pointer; }
    #section-5 .graphic:last-child input[type=range]::-moz-range-thumb {
      border: none;
      height: 0px;
      width: 0px;
      cursor: pointer;
      background-size: 100%; }
    #section-5 .graphic:last-child input[type=range]::-ms-thumb {
      border: none;
      height: 0px;
      width: 0px;
      background-size: 100%; }
    #section-5 .graphic:last-child .map {
      display: flex;
      height: 537px;
      margin: 0 auto;
      padding-top: 60px;
      position: relative;
      width: 780px; }
      #section-5 .graphic:last-child .map .maps {
        height: 100%;
        overflow: hidden;
        position: absolute;
        width: 100%; }
      #section-5 .graphic:last-child .map .map-slider {
        position: absolute;
        top: 0; }
      #section-5 .graphic:last-child .map .map-2 {
        right: 0;
        width: 390px; }
      #section-5 .graphic:last-child .map .maps > div {
        background-size: contain !important;
        position: absolute;
        top: 0;
        height: 100%;
        width: 780px; }
      #section-5 .graphic:last-child .map .map-1 > div {
        background: url("/assets/images/infographic/section-5/5-May-2018_DOE.png") left top no-repeat; }
      #section-5 .graphic:last-child .map .map-2 > div {
        background: url("/assets/images/infographic/section-5/5-May-2018_Wholesale.png") right top no-repeat;
        margin-left: -390px; }
    #section-5 .graphic:last-child .map-copy {
      display: flex;
      margin: auto;
      max-width: 880px; }
      #section-5 .graphic:last-child .map-copy > div {
        position: relative;
        width: 50%; }
        #section-5 .graphic:last-child .map-copy > div div {
          margin: auto;
          max-width: 360px; }
        #section-5 .graphic:last-child .map-copy > div .map-cover {
          background: #fff;
          height: 100%;
          position: absolute;
          bottom: 0;
          max-width: 390px;
          width: 0; }
        #section-5 .graphic:last-child .map-copy > div.map-1 .map-cover {
          right: 0; }
        #section-5 .graphic:last-child .map-copy > div.map-2 .map-cover {
          left: 0; }
      #section-5 .graphic:last-child .map-copy h2 {
        margin-bottom: 0; }

.featherlight {
  padding: 0 15px !important; }

.featherlight-content {
  background: transparent !important;
  box-sizing: border-box;
  margin: 0 auto !important;
  max-height: none !important;
  padding: 0 0 56.25% 0 !important;
  position: relative !important;
  width: 100%; }
  @media only screen and (min-width: 1230px) {
    .featherlight-content {
      padding-bottom: 675px !important;
      width: 1200px; } }
  .featherlight-content iframe {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

#section-6 {
  background: #004a64;
  padding-bottom: 18px;
  position: relative; }
  #section-6::after {
    background: url("/assets/images/infographic/section-7/yellow-border-top.png") left 39px bottom repeat;
    background-size: contain;
    content: '';
    height: 18px;
    position: absolute;
    bottom: -2px;
    width: 100%; }
  #section-6 .container {
    display: flex;
    margin-bottom: -104px;
    max-width: 940px;
    padding-top: 104px;
    text-align: center; }
  #section-6 .graphic {
    margin-top: -64px;
    transform: translateY(100%);
    transition: all 0.7s ease-out;
    width: 360px; }
    #section-6 .graphic.active {
      transform: translateY(0); }
  #section-6 p {
    color: #fff; }
  #section-6 a {
    background: #ffc800;
    color: #fff; }
    #section-6 a .arrow-link::after {
      top: 22px; }
    #section-6 a:hover {
      background: #ddad00; }

#section-7 {
  background: #ffc801;
  padding-bottom: 60px;
  padding-top: 90px;
  position: relative;
  z-index: 2; }
  #section-7::after {
    background: url("/assets/images/infographic/section-7/yello-border-bottom.png") bottom left repeat;
    background-size: contain;
    content: '';
    height: 18px;
    position: absolute;
    bottom: -16px;
    width: 100%; }
  #section-7 .container {
    max-width: 1040px;
    position: relative; }
  #section-7 h2 {
    color: #004a64;
    margin-bottom: 0; }
  #section-7 .section-7-top {
    background: url("/assets/images/infographic/section-7/section-7-dashed-line.png") bottom right 35% no-repeat;
    background-size: auto 100px;
    padding-bottom: 52px; }
    #section-7 .section-7-top .container {
      -webkit-perspective: 1000px;
      perspective: 1000px; }
    #section-7 .section-7-top .graphic {
      background: url("/assets/images/infographic/section-7/section-7-chart.svg");
      background-size: cover;
      display: block;
      height: 216px;
      position: absolute;
      bottom: -99px;
      left: 170px;
      transform: rotateY(0deg) scaleX(1);
      transition: transform 600ms ease-in-out;
      width: 216px;
      z-index: 1; }
      #section-7 .section-7-top .graphic.leafs {
        background: url("/assets/images/infographic/section-7/section-7-leafs.svg") center no-repeat; }
      #section-7 .section-7-top .graphic.train {
        background: url("/assets/images/infographic/section-7/section-7-train.svg") center no-repeat; }
      #section-7 .section-7-top .graphic.chart {
        background: url("/assets/images/infographic/section-7/section-7-chart.svg") center no-repeat; }
    #section-7 .section-7-top .graphic-shadow {
      background: url("/assets/images/infographic/section-7/section-7-shadow.svg") center no-repeat;
      position: absolute;
      bottom: -108px;
      left: 170px;
      height: 16px;
      transition: transform 600ms ease-in-out;
      width: 216px;
      z-index: 0; }
    #section-7 .section-7-top .content {
      margin-left: auto;
      max-width: 744px;
      text-align: center; }
  #section-7 .section-7-bottom .content {
    margin-left: auto;
    margin-top: 32px;
    max-width: 490px; }

#section-8 {
  background: #73736f;
  color: #fff;
  padding-bottom: 80px;
  padding-top: 100px; }
  #section-8 h2, #section-8 p {
    color: inherit; }
  #section-8 h2 {
    margin-bottom: 20px; }
  #section-8 p {
    margin-bottom: 40px; }
  #section-8 .container {
    display: flex;
    max-width: 1020px; }
  #section-8 .content {
    max-width: 464px; }
    #section-8 .content .info-button {
      background: #ffc800;
      color: #fff; }
      #section-8 .content .info-button:hover {
        background: #ddad00; }
  #section-8 .graphic {
    width: calc(100% - 464px); }
    #section-8 .graphic img {
      margin: auto; }

#section-9 {
  border-bottom: 90px solid #004a64;
  padding-bottom: 60px;
  padding-top: 80px; }
  #section-9 h2 {
    color: #13b5ea;
    margin-bottom: 10px; }
  #section-9 .graphic .gas-pump {
    top: calc(50% - 92px); }
    #section-9 .graphic .gas-pump.active {
      top: calc(50% - 50px); }
  #section-9 .graphic::after {
    z-index: 0; }
  #section-9 .container:first-child {
    max-width: 1020px; }
  #section-9 .container:last-child {
    border: none;
    max-width: none; }
    #section-9 .container:last-child::before {
      content: none; }
  #section-9 .info-button {
    background: #ffc800;
    color: #fff; }
    #section-9 .info-button:hover {
      background: #ddad00; }

#wrapper-footer {
  display: none; }

@media only screen and (max-width: 990px) {
  #section-2 {
    padding: 80px 0 40px; }
    #section-2 .container {
      flex-direction: column; }
    #section-2 .graphic {
      margin: auto;
      order: 2; }
    #section-2 .piggy-bank {
      position: relative;
      height: 363px;
      margin: auto;
      min-height: 0; }
    #section-2 .content {
      margin: auto;
      text-align: center; }
  #section-3 .content {
    margin: auto; }
    #section-3 .content:first-child + .graphic {
      background: url("/assets/images/infographic/section-3/tape-pencil.jpg") center no-repeat;
      background-size: contain;
      padding-bottom: 70%;
      position: static;
      width: 100%; }
      #section-3 .content:first-child + .graphic img {
        display: none !important; }
  #section-3 .container {
    flex-direction: column; }
    #section-3 .container > div:last-child {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0; }
  #section-3 .content:last-child {
    margin-top: 20px; }
  #section-4 .container {
    flex-direction: column; }
  #section-4 .graphic {
    margin: 0 auto 40px; }
  #section-4 .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  #section-5 .container {
    max-width: calc(100% - 30px); }
  #section-7 .section-7-top .graphic,
  #section-7 .section-7-top .graphic-shadow {
    left: 15px; }
  #section-7 .section-7-bottom .content {
    margin-right: 100px; } }

@media only screen and (max-width: 850px) {
  #section-7 .section-7-top .graphic,
  #section-7 .section-7-top .graphic-shadow {
    position: relative;
    top: 0;
    left: 0; }
  #section-7 .section-7-top .graphic-shadow {
    margin-top: -4px; }
  #section-7 .section-7-top .content {
    margin-top: -156px;
    padding-left: 30px;
    text-align: left;
    width: calc(100% - 216px); }
  #section-7 .section-7-bottom .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

@media only screen and (max-width: 810px) {
  #section-5 .graphic:last-child input {
    display: none; }
  #section-5 .graphic:last-child .map-slider {
    width: 100%; }
    #section-5 .graphic:last-child .map-slider > div {
      height: calc(100% + 20px); }
  #section-5 .graphic:last-child .map {
    height: 0;
    padding-bottom: 65%;
    width: 100%; }
    #section-5 .graphic:last-child .map .map-1 > div {
      background: url("/assets/images/infographic/section-5/full-map-w-heat.jpg") left -4px top no-repeat;
      width: 100%; }
    #section-5 .graphic:last-child .map .map-2 {
      display: none; }
  #section-5 .graphic:last-child .map-cover {
    display: none; }
  #section-5 .graphic:last-child .map-copy > div {
    padding-left: 15px;
    padding-right: 15px; }
  #section-6 .container {
    padding-top: 60px; }
  #section-6 .graphic {
    margin-top: -20px; } }

@media only screen and (max-width: 650px) {
  #section-1 .container:last-child, #section-9 .container:last-child {
    width: calc(100% - 30px); }
  #section-6 .container {
    margin-bottom: -60px; }
  #section-8 .container {
    flex-direction: column; }
    #section-8 .container .content {
      margin: auto;
      text-align: center; }
    #section-8 .container .graphic {
      display: none; } }

@media only screen and (max-width: 600px) {
  #section-3 .tape-over {
    top: 288px; }
  #section-5 .container .graphic {
    flex-wrap: wrap; }
  #section-5 .container .graphic > div {
    margin-bottom: 40px;
    width: 50%; }
  #section-6 .container {
    flex-direction: column; }
    #section-6 .container .graphic {
      margin: 20px auto 0;
      order: 2; }
  #section-7 .section-7-top {
    padding-bottom: 34px; }
    #section-7 .section-7-top .content {
      margin-top: 0;
      padding-left: 0;
      text-align: center;
      width: 100%; }
    #section-7 .section-7-top .graphic,
    #section-7 .section-7-top .graphic-shadow {
      margin: auto; }
    #section-7 .section-7-top .graphic {
      height: 146px;
      top: -41px;
      width: 146px; }
    #section-7 .section-7-top .graphic-shadow {
      top: -46px;
      width: 146px; } }

@media only screen and (max-width: 520px) {
  a.info-button {
    width: 270px; }
  #section-1 .graphic .truck, #section-9 .graphic .truck {
    width: calc(100% - 30px); }
    #section-1 .graphic .truck img, #section-9 .graphic .truck img {
      position: absolute;
      bottom: 0; }
  #section-2 {
    padding: 80px 0; }
    #section-2 .graphic {
      height: 223px;
      width: 290px; }
    #section-2 .piggy-bank {
      transform: scale(1);
      height: 223px; }
      #section-2 .piggy-bank .piggy {
        top: 0; }
      #section-2 .piggy-bank span.piggy-piece-1 {
        left: 0;
        top: 26px;
        width: 59px; }
      #section-2 .piggy-bank span.piggy-piece-2 {
        left: 31px;
        top: 75px;
        width: 64px; }
      #section-2 .piggy-bank span.piggy-piece-3 {
        left: 21px;
        top: 107px;
        width: 52px; }
      #section-2 .piggy-bank span.piggy-piece-4 {
        left: 56px;
        top: 149px;
        width: 62px; }
      #section-2 .piggy-bank span.piggy-piece-5 {
        left: 46px;
        top: 30px;
        width: 44px; }
      #section-2 .piggy-bank span.piggy-piece-6 {
        left: 77px;
        top: 48px;
        width: 74px; }
      #section-2 .piggy-bank span.piggy-piece-7 {
        top: 20px;
        left: 76px;
        width: 70px; }
      #section-2 .piggy-bank span.piggy-piece-8 {
        left: 105px;
        top: 20px;
        width: 97px; }
      #section-2 .piggy-bank span.piggy-piece-9 {
        left: 155px;
        top: 74px;
        width: 67px; }
      #section-2 .piggy-bank span.piggy-piece-10 {
        left: 105px;
        top: 102px;
        width: 91px; }
      #section-2 .piggy-bank span.piggy-piece-11 {
        left: 158px;
        top: 146px;
        width: 70px; }
      #section-2 .piggy-bank span.piggy-piece-12 {
        left: 174px;
        top: 123px;
        width: 97px; }
      #section-2 .piggy-bank span.piggy-piece-13 {
        left: 240px;
        top: 82px;
        width: 49px; }
      #section-2 .piggy-bank span.piggy-piece-14 {
        left: 197px;
        top: 51px;
        width: 65px; }
      #section-2 .piggy-bank span.piggy-piece-15 {
        left: 167px;
        top: 3px;
        width: 78px; }
  #section-4 .graphic,
  #section-4 .content {
    width: 100%; }
  #section-4 .graphic {
    height: 0;
    padding-bottom: 60%; }
  #section-5 .container:nth-child(2) .border {
    display: none; } }
