.all-hidden {
  display: none;
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOutToNone {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.btn-block-10,
#interactive.system #start-btn,
#interactive.system #energy-buttons .std,
#interactive.system #energy-buttons #imported-electricity {
  display: block;
  background: #eaecec;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px #666;
  border: 1px solid #edf1f4;
  font-family: Georgia;
  font-size: 20px;
  text-shadow: 0px 0px 8px #fff;
}
.btn-block-20,
#interactive.system #energy-buttons a.blue-std {
  display: block;
  background: #eaecec;
  padding: 1px 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px #666;
  border: 1px solid #edf1f4;
  text-shadow: 0px 0px 8px #fff;
  text-align: center;
  font: 12px/18px Georgia;
  left: 350px;
  width: 95px;
}
.btn-color-10,
#interactive.system #start-btn,
#interactive.system #energy-buttons .std,
#interactive.system #energy-buttons #imported-electricity {
  color: #090909;
}
.btn-color-10:hover,
#interactive.system #start-btn:hover {
  color: #445C6F;
}
.btn-color-20,
#interactive.system #energy-buttons a.blue-std {
  color: #090909;
  background: #c6dae6;
}
.clearfix,
#interactive .stats-modal .inner,
#interactive .stats-modal .tabular,
.definition-popup .inner {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
#interactive .stats-modal .inner:before,
#interactive .stats-modal .inner:after,
#interactive .stats-modal .tabular:before,
#interactive .stats-modal .tabular:after,
.definition-popup .inner:before,
.definition-popup .inner:after {
  content: "";
  display: table;
}
.clearfix:after,
#interactive .stats-modal .inner:after,
#interactive .stats-modal .tabular:after,
.definition-popup .inner:after {
  clear: both;
}
/*
LESS 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 name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

.sprites(@spritesheet-sprites);
*/
/*
* Interactive promos
* ---------------------------------------- */
#promo .promo {
  width: 312px;
  height: 207px;
  float: left;
  position: relative;
  left: 30px;
}
.promo h3 {
  display: none;
}
.promo a {
  /*color:#a7b8c2;*/
  color: #FFF;
  display: block;
  line-height: 1.4em;
  padding: 127px 30px 0 35px;
  font-size: 15px;
}
.promo a:hover {
  color: #efeeba;
  text-decoration: none;
}
.promo a:hover span {
  text-decoration: underline;
}
.promo a img {
  position: relative;
  left: 4px;
  top: 2px;
}
#promo-bg {
  background: url("../../images/bgs/homepage-promo.png") 50% 0 no-repeat;
  width: 100%;
  height: 213px;
  position: relative;
  top: -21px;
}
#nav-interactive {
  position: absolute;
  right: 25px;
  top: 0;
}
#nav-interactive,
#nav-interactive * {
  box-sizing: border-box;
}
#nav-interactive *,
#nav-interactive * *,
#nav-interactive *:before,
#nav-interactive * *:before,
#nav-interactive *:after,
#nav-interactive * *:after {
  box-sizing: inherit;
}
#nav-interactive li {
  display: block;
  float: right;
  height: 50px;
  position: relative;
  padding-right: 10px;
  background: url("../../images/bgs/interactive-section-btns.png") 0 0 no-repeat;
}
#nav-interactive li:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  right: 0px;
  top: 0;
  height: 50px;
  background: url("../../images/bgs/interactive-section-btns.png") 100% 0 no-repeat;
}
#nav-interactive li a {
  padding: 10px 10px 0 60px;
  height: 50px;
  font-size: 13px;
  line-height: 1.3;
  color: #445C6F;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
#nav-interactive li a:hover {
  opacity: 1;
}
#nav-interactive li a img {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
#nav-interactive li.efficiency a {
  background: url("../../images/energy/bgs/interactive_btn_promo_efficiency.png") 8px 6px no-repeat;
}
.efficiency #nav-interactive li.efficiency a {
  opacity: 1;
}
#nav-interactive li.lighting a {
  background: url("../../images/energy/bgs/interactive_btn_promo_lighting.png") 8px 6px no-repeat;
}
.lighting #nav-interactive li.lighting a {
  opacity: 1;
}
#nav-interactive li.system a {
  background: url("../../images/energy/bgs/interactive_btn_promo_system.png") 8px 6px no-repeat;
}
.system #nav-interactive li.system a {
  opacity: 1;
}
/*
* Mini Promo Styles
* ---------------------------------------- */
.hands-on {
  padding-bottom: 4px;
}
.hands-on h3 {
  height: 25px;
  background: url("/energy/media/images/sidebar/header_interactive.png") no-repeat;
}
.hands-on div {
  margin: 0 0 18px;
}
.hands-on div h4 {
  display: none;
}
.hands-on div a {
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 1.25em;
  padding: 41px 25px 0 50px;
}
.hands-on .loss {
  background: url("../../images/energy/bgs/promo_efficiency.png") no-repeat;
}
.hands-on .lighting {
  background: url("../../images/energy/bgs/promo_lighting.png") no-repeat;
}
.hands-on .flow {
  background: url("../../images/energy/bgs/promo_system.png") no-repeat;
}
.article-header-mobile {
  color: #666;
  background: url("/energy/media/images/site/article_rule.gif") repeat-x 0 bottom;
  background-size: 100% 6px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1em;
  padding: 0 0 7px;
  margin: 0 0 9px;
}
#article.sources {
  background-size: cover;
  overflow: hidden;
}
#article.sources .body {
  width: 100%;
  padding-left: 0;
}
#article.sources .body .cite {
  border-bottom: none;
  margin-bottom: 0;
}
#article.sources .body .source-title {
  margin: 0;
  padding: 20px 0;
  padding-left: 43px;
  font-size: 1.25em;
}
#article.sources .body .source-title.odd {
  background: #d4d5cf;
}
#article.sources .body .expand-trigger {
  cursor: pointer;
}
#article.sources .body .expand-trigger:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  background-image: url(../../dist/images/sprite-main.png);
  background-position: -16px -367px;
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 667px) {
  #article.sources .body .expand-trigger:before {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -16px -367px;
    width: 19px;
    height: 19px;
  }
}
#article.sources .body .expand-trigger.expanded:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  background-image: url(../../dist/images/sprite-main.png);
  background-position: -35px -367px;
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 667px) {
  #article.sources .body .expand-trigger.expanded:before {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -35px -367px;
    width: 19px;
    height: 19px;
  }
}
#article.sources .body .source-list {
  margin-left: 35px;
}
#article.sources .body .expand-able {
  display: none;
}
#article.sources .body .expanded {
  display: block;
}
#article .learn-more-about {
  margin-top: 100px;
  box-sizing: border-box;
}
#article .learn-more-about *,
#article .learn-more-about *:before,
#article .learn-more-about *:after {
  box-sizing: inherit;
}
#article .learn-more-about,
#article .learn-more-about h4,
#article .learn-more-about img {
  display: block;
}
#article .learn-more-about h4 {
  background: url("../../images/bgs/learn_more_sidebar.png") no-repeat;
  background-size: 100% 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 5px 0px 4px 7px;
  height: auto;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}
#article .learn-more-about h4 span {
  color: #e5e368;
}
#article .learn-more-about img {
  width: 100%;
}
@media screen and (max-width: 667px) {
  #article .learn-more-about {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    float: none;
    display: block !important;
  }
  #article .learn-more-about h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 11px 8px 9px 12px;
    height: auto;
    box-sizing: border-box;
  }
  #article .learn-more-about h4 *,
  #article .learn-more-about h4 *:before,
  #article .learn-more-about h4 *:after {
    box-sizing: inherit;
  }
  #article .learn-more-about h4 span {
    color: #e5e368;
  }
}
#body {
  overflow: hidden!important;
}
#interactive.efficiency {
  min-height: 500px;
}
#interactive.efficiency .flat-social-media-icons {
  top: 640px;
  left: 440px;
}
#interactive.efficiency .loading {
  height: 505px;
  width: 965px;
  background: #f5f4ee url("../../images/interactives/loader-150x150.gif") 50% 50% no-repeat;
  z-index: 1000;
  position: absolute;
  top: 115px;
}
.efficiency-contents {
  display: none;
  width: 965px;
  height: 575px;
  overflow: hidden;
  position: relative;
}
#interactive.efficiency .efficiency-contents {
  display: block;
}
.efficiency-contents-frame {
  position: absolute;
  left: 965px;
}
.efficiency-contents-frame *,
.efficiency-contents-frame *:before,
.efficiency-contents-frame *:after {
  box-sizing: inherit;
}
.efficiency-contents-frame a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.efficiency-contents-frame.driving,
.efficiency-contents-frame.home {
  width: auto;
  overflow: visible;
}
.efficiency-contents-frame .restart {
  position: absolute;
  left: 22px;
  top: 2px;
  color: #090909;
}
.efficiency-contents-frame .restart:before {
  content: '';
  display: inline-block;
  background: url("../../images/interactives/understanding-efficiency/green-arrow-grey-border-left.png") 50% 50% no-repeat;
  width: 9px;
  height: 15px;
  position: relative;
  right: 5px;
  top: 2px;
}
.efficiency-contents-frame#frame_00_landing {
  left: 0px;
}
.efficiency-contents-frame#frame_00_landing a {
  position: absolute;
}
.efficiency-contents-frame#frame_00_landing a.goto-slide {
  width: 175px;
  text-align: center;
  font-size: 23px;
}
.efficiency-contents-frame#frame_00_landing a.goto-slide:after {
  content: '';
  display: inline-block;
  background: url("../../images/interactives/understanding-efficiency/green-arrow-grey-border.png") 50% 50% no-repeat;
  width: 9px;
  height: 15px;
  position: relative;
  left: 5px;
  top: 2px;
}
.efficiency-contents-frame#frame_00_landing a.goto-slide:hover {
  color: #5f93b3;
}
.efficiency-contents-frame#frame_00_landing a.at-home {
  left: 440px;
  top: 170px;
  display: block;
  padding-top: 100px;
}
.efficiency-contents-frame#frame_00_landing a.on-the-road {
  left: 700px;
  top: 170px;
  display: block;
  padding-top: 100px;
}
.efficiency-contents-frame ul.section-nav {
  position: absolute;
  left: 734px;
  top: 190px;
  width: 125px;
}
.efficiency-contents-frame ul.section-nav li {
  display: block;
}
.efficiency-contents-frame ul.section-nav a {
  display: block;
  border-top: 1px solid #d4d5cf;
  padding: 6px 0 4px 0;
  font: 19px/23px georgia;
  /* min-height: 38px; */
  color: #445c6f;
}
.efficiency-contents-frame ul.section-nav a:after {
  content: '';
  display: inline-block;
  background: url("../../images/interactives/understanding-efficiency/green-arrow-grey-border.png") 50% 50% no-repeat;
  width: 9px;
  height: 15px;
  position: relative;
  left: 5px;
  top: 2px;
}
.efficiency-contents-frame ul.section-nav a:hover {
  color: #5f93b3;
}
.efficiency-contents-frame ul.section-nav a.active,
.efficiency-contents-frame ul.section-nav a.active:hover {
  color: #313131;
  text-decoration: underline;
}
.efficiency-contents-frame ul.section-nav li:first-child a {
  border: none;
}
.efficiency-contents-frame#frame_02_road ul.section-nav {
  position: absolute;
  left: 775px;
  top: 165px;
  width: 125px;
}
.efficiency-contents-frame#frame_02_road ul.section-nav a {
  font: 22px/28px georgia;
}
.efficiency-contents-frame .next-section {
  font: 18px/19px georgia;
  color: #445C6F;
}
.efficiency-contents-frame .next-section:after {
  content: '';
  display: inline-block;
  background: url("../../images/interactives/understanding-efficiency/green-arrow-grey-border.png") 50% 50% no-repeat;
  width: 9px;
  height: 15px;
  position: relative;
  left: 5px;
  top: 2px;
}
.efficiency-contents-frame #goto-home,
.efficiency-contents-frame #goto-road {
  line-height: 23px;
  display: inline-block;
  position: absolute;
  right: 99px;
  width: 95px;
  text-align: center;
  top: 182px;
}
.efficiency-contents-frame #goto-home {
  right: 120px;
}
.efficiency-contents-frame .circle-nav {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 25px;
  left: 1141px;
}
.efficiency-contents-frame .circle-nav.home {
  top: 28px;
  left: 1097px;
}
.efficiency-contents-frame .circle-nav li {
  float: left;
}
.efficiency-contents-frame .circle-nav li,
.efficiency-contents-frame .circle-nav a {
  display: block;
  width: 120px;
  height: 120px;
}
.efficiency-contents-frame .circle-nav a {
  text-indent: -5000px;
}
.efficiency-contents-frame .circle-nav a.active {
  cursor: default;
}
.efficiency-contents-frame .circle-nav.driving a {
  background: url("../../images/interactives/understanding-efficiency/circle-text-driving.png") no-repeat;
}
.efficiency-contents-frame .circle-nav.washers a {
  background: url("../../images/interactives/understanding-efficiency/circle-text-washer.png") no-repeat;
}
.efficiency-contents-frame .circle-nav.lightbulbs a {
  background: url("../../images/interactives/understanding-efficiency/circle-text-lightbulbs.png") no-repeat;
}
.efficiency-contents-frame .circle-nav.televisions a {
  background: url("../../images/interactives/understanding-efficiency/circle-text-televisions.png") no-repeat;
}
.efficiency-contents-frame .circle-nav .circle-1,
.efficiency-contents-frame .circle-nav .circle-1.active:hover {
  background-position: 0px 0px !important;
}
.efficiency-contents-frame .circle-nav .circle-2,
.efficiency-contents-frame .circle-nav .circle-2.active:hover {
  background-position: -120px 0px !important;
}
.efficiency-contents-frame .circle-nav .circle-3,
.efficiency-contents-frame .circle-nav .circle-3.active:hover {
  background-position: 0px -120px !important;
}
.efficiency-contents-frame .circle-nav .circle-4,
.efficiency-contents-frame .circle-nav .circle-4.active:hover {
  background-position: -120px -120px !important;
}
.efficiency-contents-frame .circle-nav .circle-1:hover {
  background-position: 0px -240px !important;
}
.efficiency-contents-frame .circle-nav .circle-2:hover {
  background-position: -120px -240px !important;
}
.efficiency-contents-frame .circle-nav .circle-3:hover {
  background-position: 0px -360px !important;
}
.efficiency-contents-frame .circle-nav .circle-4:hover {
  background-position: -120px -360px !important;
}
.efficiency-contents-frame .product-shot1 {
  position: absolute;
  left: 890px;
  top: 70px;
}
.efficiency-contents-frame .product-shot2 {
  position: absolute;
  left: 1335px;
  top: 70px;
}
.efficiency-contents-frame .product-title1 {
  display: block;
  position: absolute;
  width: 200px;
  font: 17px/23px georgia;
  color: #313131;
  left: 921px;
  top: 272px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.efficiency-contents-frame .product-title1.driving {
  left: 1017px;
  top: 258px;
  text-align: left;
  width: 75px;
  text-decoration: none;
  z-index: 2;
}
.efficiency-contents-frame .product-title2 {
  display: block;
  position: absolute;
  width: 200px;
  font: 19px/23px georgia;
  color: #313131;
  left: 1342px;
  top: 272px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.efficiency-contents-frame .product-title2.driving {
  left: 1452px;
  top: 258px;
  text-align: left;
  width: 75px;
  text-decoration: none;
  z-index: 2;
}
.efficiency-contents-frame .radial {
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  left: 1160px;
  top: 60px;
}
.efficiency-contents-frame .radial#radial-home {
  left: 1117px;
  background: url("../../images/interactives/understanding-efficiency/dial-home.png") 54px 50px no-repeat;
}
.efficiency-contents-frame .radial#radial-driving {
  left: 1159px;
  background: url("../../images/interactives/understanding-efficiency/dial-driving.png") 60px 75px no-repeat;
}
.e-charts {
  background: #f5f4ee;
  position: absolute;
  top: 332px;
  height: 335px;
  width: 965px;
}
#frame_01_home .e-charts {
  left: 710px;
}
#frame_02_road .e-charts {
  left: 773px;
}
.e-charts-wrapper {
  position: relative;
}
.e-charts-wrapper .e-charts-left {
  float: left;
  zoom: 1;
}
.e-charts-wrapper .e-charts-left:before,
.e-charts-wrapper .e-charts-left:after {
  content: "";
  display: table;
}
.e-charts-wrapper .e-charts-left:after {
  clear: both;
}
.e-charts-wrapper .e-charts-left .e-charts-left-label {
  float: left;
  width: 165px;
  font-size: 9px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
}
.e-charts-wrapper .e-charts-left .e-charts-left-label .label {
  line-height: 27px;
  margin-bottom: 1px;
  font-family: arial;
}
.e-charts-wrapper .e-charts-left .e-charts-left-bars-wrapper {
  zoom: 1;
  background: url("../../images/interactives/understanding-efficiency/e-chart-left.png") repeat-y;
  width: 227px;
  float: left;
  padding-right: 21px;
}
.e-charts-wrapper .e-charts-left .e-charts-left-bars-wrapper:before,
.e-charts-wrapper .e-charts-left .e-charts-left-bars-wrapper:after {
  content: "";
  display: table;
}
.e-charts-wrapper .e-charts-left .e-charts-left-bars-wrapper:after {
  clear: both;
}
.e-charts-wrapper .e-charts-left .e-charts-left-bars-wrapper .e-amount {
  height: 27px;
  margin-bottom: 1px;
  float: right;
}
.e-charts-wrapper .e-charts-left .e-charts-left-bars-wrapper .e-label {
  font-family: arial;
  line-height: 27px;
  float: right;
  padding-right: 3px;
}
.e-charts-wrapper .e-charts-right {
  float: right;
  zoom: 1;
}
.e-charts-wrapper .e-charts-right:before,
.e-charts-wrapper .e-charts-right:after {
  content: "";
  display: table;
}
.e-charts-wrapper .e-charts-right:after {
  clear: both;
}
.e-charts-wrapper .e-charts-right .e-charts-right-label {
  float: right;
  width: 165px;
  padding-left: 10px;
  text-align: left;
  font-size: 9px;
  text-transform: uppercase;
}
.e-charts-wrapper .e-charts-right .e-charts-right-label .label {
  font-family: arial;
  line-height: 27px;
  margin-bottom: 1px;
}
.e-charts-wrapper .e-charts-right .e-charts-right-bars-wrapper {
  zoom: 1;
  background: url("../../images/interactives/understanding-efficiency/e-chart-right.png") repeat-y;
  float: right;
  width: 227px;
  padding-left: 21px;
  top: 0px;
}
.e-charts-wrapper .e-charts-right .e-charts-right-bars-wrapper:before,
.e-charts-wrapper .e-charts-right .e-charts-right-bars-wrapper:after {
  content: "";
  display: table;
}
.e-charts-wrapper .e-charts-right .e-charts-right-bars-wrapper:after {
  clear: both;
}
.e-charts-wrapper .e-charts-right .e-charts-right-bars-wrapper .e-amount {
  height: 27px;
  margin-bottom: 1px;
  float: left;
}
.e-charts-wrapper .e-charts-right .e-charts-right-bars-wrapper .e-label {
  font-family: arial;
  line-height: 27px;
  float: left;
  padding-left: 3px;
}
.e-charts-wrapper .chart-0 .e-amount {
  background: #9dc4da;
}
.e-charts-wrapper .chart-0 .e-label {
  color: #9dc4da;
}
.e-charts-wrapper .chart-1 .e-amount {
  background: #95b220;
}
.e-charts-wrapper .chart-1 .e-label {
  color: #95b220;
}
.e-charts-wrapper .chart-2 .e-amount {
  background: #ff9e48;
}
.e-charts-wrapper .chart-2 .e-label {
  color: #ff9e48;
}
.e-charts-wrapper .chart-3 .e-amount {
  background: #c94a6a;
}
.e-charts-wrapper .chart-3 .e-label {
  color: #c94a6a;
}
.e-charts-wrapper .e-charts-middle {
  text-align: center;
  position: absolute;
  left: 430px;
  top: 0;
  width: 110px;
}
.e-charts-wrapper .e-charts-middle .e-middle-label {
  line-height: 28px;
  display: block;
  margin-bottom: 1px;
  text-decoration: underline;
  color: #313131;
}
.e-charts-wrapper .e-charts-middle .e-middle-label.active,
.e-charts-wrapper .e-charts-middle .e-middle-label:hover {
  color: #5f93b3;
}
.e-charts-wrapper .e-chart-description {
  text-align: center;
  width: 725px;
  margin: 13px auto;
  color: grey;
  clear: both;
  padding-top: 10px;
}
cite a {
  display: inline!important;
}
#interactive.system {
  min-height: 500px;
}
#interactive.system .flat-social-media-icons {
  right: 51px;
  top: 155px;
}
#interactive.system .loading {
  height: 465px;
  width: 965px;
  background: #f5f4ee url("../../images/interactives/loader-150x150.gif") 50% 50% no-repeat;
  z-index: 1000;
  position: absolute;
  top: 140px;
}
#interactive .our-energy-interactive {
  display: none;
}
#interactive.system .our-energy-interactive {
  display: block;
}
#interactive.system .our-energy-interactive * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
#our-energy-interactive-content {
  height: 760px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#our-energy-interactive-content *,
#our-energy-interactive-content *:before,
#our-energy-interactive-content *:after {
  box-sizing: inherit;
}
p.our-energy-interactive.national-cite {
  margin-top: -110px;
}
p.our-energy-interactive.national-cite cite {
  padding-left: 18px !important;
}
#interactive.system #start-btn {
  padding: 30px 20px;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: 220px;
  left: 709px;
  width: 130px;
  z-index: 2;
}
#interactive.system #start-btn img {
  position: relative;
  top: 3px;
}
#interactive.system #intro-text {
  width: 450px;
  font-size: 16px;
  line-height: 22px;
}
#interactive.system #our-energy-total {
  width: 92px;
  height: 414px;
  padding-top: 138px;
  color: #37434d;
  background: url("../../images/interactives/our-energy/energy-total-bg.png");
}
#interactive.system #our-energy-total p {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#interactive.system #our-energy-total p.large {
  font-size: 20px;
  padding: 4px 0 15px 0;
  font-size: 33px;
}
#interactive.system .unused {
  width: 305px;
  height: 249px;
  background: url("../../images/interactives/our-energy/unused-bg.png");
  padding-top: 113px;
  padding-left: 5px;
  color: #37434d;
}
#interactive.system .unused span.title {
  font-size: 17px;
  padding-bottom: 10px;
}
#interactive.system .unused span {
  display: block;
  text-align: center;
}
#interactive.system .unused strong {
  font-size: 25px;
  font-weight: normal;
}
#interactive.system .unused em {
  font-style: normal;
}
#interactive.system .unused .desc {
  color: #090909;
}
#interactive.system .unused#used {
  background: none;
  width: 139px;
  height: 74px;
  padding: 0px;
  color: #f5f4ee;
}
#interactive.system .unused#used .desc {
  color: #f5f4ee;
}
#interactive.system #Table_01 {
  z-index: 20;
  position: absolute;
  left: 0px;
  top: 0px;
}
#interactive.system #mainButtons-container {
  z-index: 4;
  position: absolute;
  left: 0px;
  top: 0px;
}
#interactive.system #mainButtons {
  left: 91px;
  top: 60px;
  position: relative;
  z-index: 9;
  visibility: hidden;
}
#interactive.system #our-energy-title {
  position: absolute;
  display: block;
  width: 338px;
  height: 24px;
  background: url("../../images/interactives/our-energy/our-energy-system-title.png") no-repeat;
  top: 20px;
  left: 40px;
  text-indent: -5000px;
  margin: 0px;
  z-index: 11;
}
#interactive.system #energy-buttons {
  position: relative;
}
#interactive.system #energy-buttons a.blue-std {
  display: block;
}
#interactive.system #energy-buttons .std {
  display: block;
}
#interactive.system #energy-buttons a {
  position: absolute !important;
}
#interactive.system #energy-buttons #imported-electricity {
  display: block;
  left: 23px;
  top: 5px;
  height: auto;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  color: #444;
  background-color: #f2f0e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f0e8), to(#e1ded0));
  background: -webkit-linear-gradient(top, #f2f0e8, #e1ded0);
  background: -moz-linear-gradient(top, #f2f0e8, #e1ded0);
  background: -ms-linear-gradient(top, #f2f0e8, #e1ded0);
  background: -o-linear-gradient(top, #f2f0e8, #e1ded0);
  font-size: 10px;
  line-height: 14px;
  padding: 2px 0px;
  width: 71px;
}
#interactive.system #energy-buttons #imported-electricity:hover,
#interactive.system #energy-buttons #imported-electricity.active {
  background-color: #b8d5ed;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8d5ed), to(#b8d5ed));
  background: -webkit-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -moz-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -ms-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -o-linear-gradient(top, #b8d5ed, #b8d5ed);
}
#interactive.system #energy-buttons #imported-electricity.not-link {
  border: none!important;
  background: none!important;
  box-shadow: none!important;
  cursor: default!important;
  text-shadow: none!important;
  text-decoration: none!important;
  text-shadow: 0px 0px 2px #f5f4ee, 1px 0px 2px #f5f4ee, 0px 1px 2px #f5f4ee !important;
}
#interactive.system #energy-buttons #electricity {
  width: 100px;
  height: 34px;
  left: 148px;
  top: 109px;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  color: #444;
  background-color: #ebecef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebecef), to(#ecebe8));
  background: -webkit-linear-gradient(top, #ebecef, #ecebe8);
  background: -moz-linear-gradient(top, #ebecef, #ecebe8);
  background: -ms-linear-gradient(top, #ebecef, #ecebe8);
  background: -o-linear-gradient(top, #ebecef, #ecebe8);
}
#interactive.system #energy-buttons #electricity:hover,
#interactive.system #energy-buttons #electricity.active {
  background-color: #b8d5ed;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8d5ed), to(#b8d5ed));
  background: -webkit-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -moz-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -ms-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -o-linear-gradient(top, #b8d5ed, #b8d5ed);
}
#interactive.system #energy-buttons #electricity.not-link,
#interactive.system #energy-buttons #electricity.not-link:hover {
  border: none!important;
  background: none!important;
  box-shadow: none!important;
  cursor: default!important;
  text-shadow: none!important;
  text-decoration: none!important;
  text-shadow: 0px 0px 2px #f5f4ee, 1px 0px 2px #f5f4ee, 0px 1px 2px #f5f4ee !important;
}
#interactive.system #energy-buttons a#exported-energy {
  width: 130px;
  left: 175px;
  top: 471px;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  color: #444;
  background-color: #ebecef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebecef), to(#ecebe8));
  background: -webkit-linear-gradient(top, #ebecef, #ecebe8);
  background: -moz-linear-gradient(top, #ebecef, #ecebe8);
  background: -ms-linear-gradient(top, #ebecef, #ecebe8);
  background: -o-linear-gradient(top, #ebecef, #ecebe8);
}
#interactive.system #energy-buttons a#exported-energy:hover,
#interactive.system #energy-buttons a#exported-energy.active {
  background-color: #b8d5ed;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8d5ed), to(#b8d5ed));
  background: -webkit-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -moz-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -ms-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -o-linear-gradient(top, #b8d5ed, #b8d5ed);
}
#interactive.system #energy-buttons a#exported-energy.not-link,
#interactive.system #energy-buttons a#exported-energy.not-link:hover {
  border: none!important;
  background: none!important;
  box-shadow: none!important;
  cursor: default!important;
  text-shadow: none!important;
  text-decoration: none!important;
  text-shadow: 0px 0px 2px #f5f4ee, 1px 0px 2px #f5f4ee, 0px 1px 2px #f5f4ee !important;
}
#interactive.system #energy-buttons #unused-energy {
  width: 130px;
  left: 614px;
  top: 138px;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  color: #444;
  background-color: #ebecef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebecef), to(#ecebe8));
  background: -webkit-linear-gradient(top, #ebecef, #ecebe8);
  background: -moz-linear-gradient(top, #ebecef, #ecebe8);
  background: -ms-linear-gradient(top, #ebecef, #ecebe8);
  background: -o-linear-gradient(top, #ebecef, #ecebe8);
}
#interactive.system #energy-buttons #unused-energy:hover,
#interactive.system #energy-buttons #unused-energy.active {
  background-color: #b8d5ed;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8d5ed), to(#b8d5ed));
  background: -webkit-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -moz-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -ms-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -o-linear-gradient(top, #b8d5ed, #b8d5ed);
}
#interactive.system #energy-buttons #unused-energy.not-link,
#interactive.system #energy-buttons #unused-energy.not-link:hover {
  border: none!important;
  background: none!important;
  box-shadow: none!important;
  cursor: default!important;
  text-shadow: none!important;
  text-decoration: none!important;
  text-shadow: 0px 0px 2px #f5f4ee, 1px 0px 2px #f5f4ee, 0px 1px 2px #f5f4ee !important;
}
#interactive.system #energy-buttons #useful-energy {
  width: 130px;
  left: 614px;
  top: 325px;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  color: #444;
  background-color: #ebecef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebecef), to(#ecebe8));
  background: -webkit-linear-gradient(top, #ebecef, #ecebe8);
  background: -moz-linear-gradient(top, #ebecef, #ecebe8);
  background: -ms-linear-gradient(top, #ebecef, #ecebe8);
  background: -o-linear-gradient(top, #ebecef, #ecebe8);
}
#interactive.system #energy-buttons #useful-energy:hover,
#interactive.system #energy-buttons #useful-energy.active {
  background-color: #b8d5ed;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8d5ed), to(#b8d5ed));
  background: -webkit-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -moz-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -ms-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -o-linear-gradient(top, #b8d5ed, #b8d5ed);
}
#interactive.system #energy-buttons #useful-energy.not-link,
#interactive.system #energy-buttons #useful-energy.not-link:hover {
  border: none!important;
  background: none!important;
  box-shadow: none!important;
  cursor: default!important;
  text-shadow: none!important;
  text-decoration: none!important;
  text-shadow: 0px 0px 2px #f5f4ee, 1px 0px 2px #f5f4ee, 0px 1px 2px #f5f4ee !important;
}
#interactive.system #energy-buttons #estimated-energy {
  top: 138px;
  left: 770px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  color: #444;
  background-color: #ebecef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebecef), to(#ecebe8));
  background: -webkit-linear-gradient(top, #ebecef, #ecebe8);
  background: -moz-linear-gradient(top, #ebecef, #ecebe8);
  background: -ms-linear-gradient(top, #ebecef, #ecebe8);
  background: -o-linear-gradient(top, #ebecef, #ecebe8);
  font-size: 13px;
  line-height: 14px;
  padding: 8px 0;
  width: 100px;
}
#interactive.system #energy-buttons #estimated-energy:hover,
#interactive.system #energy-buttons #estimated-energy.active {
  background-color: #b8d5ed;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8d5ed), to(#b8d5ed));
  background: -webkit-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -moz-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -ms-linear-gradient(top, #b8d5ed, #b8d5ed);
  background: -o-linear-gradient(top, #b8d5ed, #b8d5ed);
}
#interactive.system #energy-buttons #estimated-energy.not-link,
#interactive.system #energy-buttons #estimated-energy.not-link:hover {
  border: none!important;
  background: none!important;
  box-shadow: none!important;
  cursor: default!important;
  text-shadow: none!important;
  text-decoration: none!important;
  text-shadow: 0px 0px 2px #f5f4ee, 1px 0px 2px #f5f4ee, 0px 1px 2px #f5f4ee !important;
}
#interactive.system #energy-buttons #residential-energy {
  top: 123px;
}
#interactive.system #energy-buttons #commercial-energy {
  top: 176px;
}
#interactive.system #energy-buttons #industrial-energy {
  top: 281px;
}
#interactive.system #energy-buttons #transportation-energy {
  top: 401px;
}
#interactive.system #frame2b-03_ {
  position: absolute;
  left: 658px;
  top: 62px;
  width: 209px;
  height: 206px;
  z-index: 2;
}
#interactive.system #frame2b-04_ {
  position: absolute;
  left: 867px;
  top: 62px;
  width: 92px;
  height: 414px;
}
#interactive.system #frame2b-07_ {
  position: absolute;
  left: 106px;
  top: 107px;
  width: 468px;
  height: 221px;
}
#interactive.system #frame2b-10_ {
  position: absolute;
  left: 658px;
  top: 285px;
  width: 209px;
  height: 194px;
}
#interactive.system #frame2c-03_ {
  position: absolute;
  left: 689px;
  top: 208px;
  width: 170px;
  height: 134px;
  z-index: 3;
}
#interactive.system #frame2d-03_ {
  position: absolute;
  left: 607px;
  top: 44px;
  width: 305px;
  height: 247px;
}
#interactive.system #frame2d-07_ {
  position: absolute;
  left: 706px;
  top: 346px;
  width: 139px;
  height: 74px;
}
#interactive.system #Table_03 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 969px;
  height: 752px;
}
#interactive.system #frame3-03_ {
  position: absolute;
  left: 76px;
  top: 63px;
  width: 773px;
  height: 427px;
}
#interactive.system #slider-outer {
  position: absolute;
  z-index: 19;
  width: 850px;
  overflow: hidden;
  top: 70px;
}
#interactive.system #slider {
  position: relative;
  left: -380px;
  z-index: 2;
}
#interactive.system a {
  display: block;
}
#interactive.system #naturalGas {
  position: absolute;
  top: 250px;
  left: 0px;
  width: 100px;
  height: 50px;
  opacity: 1;
}
#interactive.system #naturalGas {
  position: absolute;
  top: 250px;
  left: 0px;
  width: 100px;
  height: 50px;
  opacity: 0;
}
#interactive.system #frame5-02_ {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 969px;
  height: 447px;
}
#interactive.system #frame6-02_ {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 969px;
  height: 447px;
}
#interactive.system #energy-side-nav-overlay {
  position: absolute;
  width: 30px;
  height: 422px;
  background: url("../../images/interactives/our-energy/left-menu-gradient.png");
  pointer-events: none;
  left: 0px;
  top: 82px;
  z-index: 18;
}
#interactive.system #energy-side-nav {
  display: block;
  position: absolute;
  width: 100px;
  height: 390px;
  left: 2px;
  top: 91px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 17;
  background: #f5f4ef;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-bottom: 1px solid #999;
  /*
		<a href="#" id="solar">Solar</a> #656563
			<a href="#" id="nuclear">Nuclear</a>#a777c4
			<a href="#" id="hydro">Hydro</a>#7780c5
			<a href="#" id="wind">Wind</a>#98bfd8
			<a href="#" id="geothermal">Geothermal</a>#8bc1cb
			<a href="#" id="gas">Natural Gas</a>#99b201
			<a href="#" id="coal">Coal</a>#f9bd00
			<a href="#" id="biomass">Biomass</a>#eb9a36
			<a href="#" id="oil">Oil</a>#c24d6c
			*/
}
#interactive.system #energy-side-nav a {
  display: block;
  text-align: right;
  padding: 0px 8px 0px 0;
  background-color: #ebe9e1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe9e1), to(#dad6c8));
  background: -webkit-linear-gradient(top, #ebe9e1, #dad6c8);
  background: -moz-linear-gradient(top, #ebe9e1, #dad6c8);
  background: -ms-linear-gradient(top, #ebe9e1, #dad6c8);
  background: -o-linear-gradient(top, #ebe9e1, #dad6c8);
  color: #555;
  text-shadow: 0px 0px 3px #ffffff, 1px 1px 3px #ffffff, -1px -1px 3px #ffffff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #bbb;
}
#interactive.system #energy-side-nav a:hover {
  text-decoration: none;
}
#interactive.system #energy-side-nav a:first-child {
  border-top: 1px solid #eee;
}
#interactive.system #energy-side-nav a:last-child {
  border-bottom: none;
}
#interactive.system #energy-side-nav #solar {
  line-height: 35px;
  height: 35px;
}
#interactive.system #energy-side-nav #solar:hover,
#interactive.system #energy-side-nav #solar.active {
  background-color: #e7e6e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e6e2), to(#b9b7af));
  background: -webkit-linear-gradient(top, #e7e6e2, #b9b7af);
  background: -moz-linear-gradient(top, #e7e6e2, #b9b7af);
  background: -ms-linear-gradient(top, #e7e6e2, #b9b7af);
  background: -o-linear-gradient(top, #e7e6e2, #b9b7af);
}
#interactive.system #energy-side-nav #nuclear {
  line-height: 32px;
  height: 32px;
}
#interactive.system #energy-side-nav #nuclear:hover,
#interactive.system #energy-side-nav #nuclear.active {
  background-color: #c4aec8;
  background: -webkit-gradient(linear, left top, left bottom, from(#c4aec8), to(#b6a0b2));
  background: -webkit-linear-gradient(top, #c4aec8, #b6a0b2);
  background: -moz-linear-gradient(top, #c4aec8, #b6a0b2);
  background: -ms-linear-gradient(top, #c4aec8, #b6a0b2);
  background: -o-linear-gradient(top, #c4aec8, #b6a0b2);
}
#interactive.system #energy-side-nav #hydro {
  line-height: 32px;
  height: 32px;
}
#interactive.system #energy-side-nav #hydro:hover,
#interactive.system #energy-side-nav #hydro.active {
  background-color: #b0b2c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#b0b2c9), to(#a3a3b2));
  background: -webkit-linear-gradient(top, #b0b2c9, #a3a3b2);
  background: -moz-linear-gradient(top, #b0b2c9, #a3a3b2);
  background: -ms-linear-gradient(top, #b0b2c9, #a3a3b2);
  background: -o-linear-gradient(top, #b0b2c9, #a3a3b2);
}
#interactive.system #energy-side-nav #wind {
  line-height: 32px;
  height: 32px;
}
#interactive.system #energy-side-nav #wind:hover,
#interactive.system #energy-side-nav #wind.active {
  background-color: #d0d9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d9d7), to(#c1c7bf));
  background: -webkit-linear-gradient(top, #d0d9d7, #c1c7bf);
  background: -moz-linear-gradient(top, #d0d9d7, #c1c7bf);
  background: -ms-linear-gradient(top, #d0d9d7, #c1c7bf);
  background: -o-linear-gradient(top, #d0d9d7, #c1c7bf);
}
#interactive.system #energy-side-nav #geothermal {
  line-height: 32px;
  height: 32px;
}
#interactive.system #energy-side-nav #geothermal:hover,
#interactive.system #energy-side-nav #geothermal.active {
  background-color: #c1d3cf;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1d3cf), to(#b3c2b8));
  background: -webkit-linear-gradient(top, #c1d3cf, #b3c2b8);
  background: -moz-linear-gradient(top, #c1d3cf, #b3c2b8);
  background: -ms-linear-gradient(top, #c1d3cf, #b3c2b8);
  background: -o-linear-gradient(top, #c1d3cf, #b3c2b8);
}
#interactive.system #energy-side-nav #gas {
  line-height: 59px;
  height: 59px;
}
#interactive.system #energy-side-nav #gas:hover,
#interactive.system #energy-side-nav #gas.active {
  background-color: #e4e9b5;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e9b5), to(#d4d6a1));
  background: -webkit-linear-gradient(top, #e4e9b5, #d4d6a1);
  background: -moz-linear-gradient(top, #e4e9b5, #d4d6a1);
  background: -ms-linear-gradient(top, #e4e9b5, #d4d6a1);
  background: -o-linear-gradient(top, #e4e9b5, #d4d6a1);
}
#interactive.system #energy-side-nav #coal {
  line-height: 54px;
  height: 54px;
}
#interactive.system #energy-side-nav #coal:hover,
#interactive.system #energy-side-nav #coal.active {
  background-color: #ebc655;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebc655), to(#dab64b));
  background: -webkit-linear-gradient(top, #ebc655, #dab64b);
  background: -moz-linear-gradient(top, #ebc655, #dab64b);
  background: -ms-linear-gradient(top, #ebc655, #dab64b);
  background: -o-linear-gradient(top, #ebc655, #dab64b);
}
#interactive.system #energy-side-nav #biomass {
  line-height: 32px;
  height: 32px;
}
#interactive.system #energy-side-nav #biomass:hover,
#interactive.system #energy-side-nav #biomass.active {
  background-color: #e1b782;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1b782), to(#d1a873));
  background: -webkit-linear-gradient(top, #e1b782, #d1a873);
  background: -moz-linear-gradient(top, #e1b782, #d1a873);
  background: -ms-linear-gradient(top, #e1b782, #d1a873);
  background: -o-linear-gradient(top, #e1b782, #d1a873);
}
#interactive.system #energy-side-nav #oil {
  line-height: 82px;
  height: 82px;
}
#interactive.system #energy-side-nav #oil:hover,
#interactive.system #energy-side-nav #oil.active {
  background-color: #cb8c97;
  background: -webkit-gradient(linear, left top, left bottom, from(#cb8c97), to(#bc8086));
  background: -webkit-linear-gradient(top, #cb8c97, #bc8086);
  background: -moz-linear-gradient(top, #cb8c97, #bc8086);
  background: -ms-linear-gradient(top, #cb8c97, #bc8086);
  background: -o-linear-gradient(top, #cb8c97, #bc8086);
}
#interactive.system #chart {
  z-index: 7;
  position: relative;
  left: 3px;
  top: -17px;
}
#interactive.system #chart > div {
  position: absolute;
  z-index: 7;
}
#interactive.system #chart > div.energy-paper {
  transition: all 0.5s ease-out;
}
#interactive.system #chart > div.energy-paper.active {
  z-index: 11;
  -webkit-filter: drop-shadow(1px 1px 1px #000000);
  filter: drop-shadow(1px 1px 1px #000000);
  /* Same syntax as box-shadow */
}
#interactive.system #chart > div.energy-paper.inactive {
  opacity: 0.25;
}
#interactive.system #chart-overlay {
  top: 55px;
  z-index: 10;
  background: #f5f4ed;
  opacity: 0;
  width: 960px;
  height: 473px;
  visiblity: hidden;
  position: absolute;
  cursor: defaut;
}
#interactive.system .stats-button {
  display: block;
  position: absolute;
  left: 450px;
  top: 50px;
}
#interactive.system .stats-button span {
  background: url("../../images/interactives/our-energy/stats-arrow.svg") 0px 0px no-repeat;
  height: 31px;
  z-index: 14;
  color: #fff;
  display: block;
  font: 11px/31px arial;
  padding: 0 5px 0 15px;
  position: absolute;
  opacity: 0;
}
#interactive.system .stats-button span:after {
  content: '';
  position: absolute;
  display: block;
  float: right;
  top: 0px;
  right: -15px;
  width: 15px;
  height: 31px;
  background: url("../../images/interactives/our-energy/stats-arrow.svg") -180px 0px no-repeat;
}
#interactive.system p.stats-button {
  margin: 0;
  cursor: default;
}
#interactive.system p.stats-button span,
#interactive.system p.stats-button span:after {
  background-image: url("../../images/interactives/our-energy/stats-arrow-flat.svg");
}
#interactive.system .stats-button.active {
  z-index: 15;
}
#interactive.system #modal-content {
  display: none !important;
}
#interactive.system .our-energy-interactive.power-of-32.no-electricity #imported-electricity {
  display: none;
}
#interactive.system .our-energy-interactive.power-of-32 #energy-buttons #electricity {
  left: 188px;
}
#interactive.system .our-energy-interactive.power-of-32 #energy-buttons #residential-energy,
#interactive.system .our-energy-interactive.power-of-32 #energy-buttons #commercial-energy,
#interactive.system .our-energy-interactive.power-of-32 #energy-buttons #industrial-energy,
#interactive.system .our-energy-interactive.power-of-32 #energy-buttons #transportation-energy {
  left: 415px;
}
#interactive.system .our-energy-interactive.power-of-32 #our-energy-title {
  background-image: url("../../images/interactives/our-energy/customs/power-of-32/title.png");
}
#interactive.system .our-energy-interactive.power-of-32 #Table_01 {
  z-index: 8;
}
#interactive.system .our-energy-interactive.power-of-32 #slider {
  width: 5000px;
  left: -3620px;
}
#interactive.system .our-energy-interactive.power-of-32 #slider img {
  width: 5000px;
}
#interactive.system .our-energy-interactive.power-of-32 #import-side-nav {
  position: absolute;
  width: 112px;
  height: 390px;
  left: 0;
  top: 91px;
  z-index: 17;
  background: url("../../images/interactives/our-energy/customs/power-of-32/imports-bg.png") 0px 44px no-repeat;
  overflow: hidden;
  font-size: 12px;
  display: table;
  color: #313131;
  text-align: center;
  text-shadow: 0px 0px 2px #f5f4ee, 1px 0px 2px #f5f4ee, 0px 1px 2px #f5f4ee !important;
}
#interactive.system .our-energy-interactive.power-of-32 #import-side-nav .imported-node {
  display: table-row;
  line-height: 13px;
  visibility: hidden;
}
#interactive.system .our-energy-interactive.power-of-32 #import-side-nav .imported-node span {
  display: table-cell;
  vertical-align: middle;
}
#interactive.system .our-energy-interactive.power-of-32 #energy-side-nav {
  left: 102px;
  width: 77px;
}
#interactive.system .our-energy-interactive.power-of-32 #energy-side-nav a {
  padding: 0;
  text-align: center;
  font-size: 13px;
}
#interactive.system .our-energy-interactive.power-of-32 .unused em {
  opacity: 0;
  display: block;
}
#interactive.system .our-energy-interactive.power-of-32 #slider-outer {
  width: 993px;
}
#interactive.system .our-energy-interactive.power-of-32 .lines-right-side-bg {
  width: 773px;
  height: 427px;
  background: url("../../images/interactives/our-energy/customs/power-of-32/lines-right-side-condensed.png");
}
#interactive.system .our-energy-interactive.power-of-32 .exported-energy {
  background: url("../../images/interactives/our-energy/customs/power-of-32/exports-bg.png");
  width: 255px;
  height: 105px;
  position: absolute;
  top: 485px;
  left: 200px;
  text-align: center;
}
#interactive.system .our-energy-interactive.power-of-32 .exported-energy .exported-energy-title {
  font-size: 17px;
  color: #f5f4ee;
  position: absolute;
  top: 20px;
  left: 69px;
}
#interactive.system .our-energy-interactive.power-of-32 .exported-energy .exported-energy-title strong {
  font-size: 25px;
  font-weight: normal;
}
.stats-modal.static-modal .modal-stats {
  display: block;
  font-weight: bold;
}
.stats-modal.static-modal .next-link {
  margin-top: 0;
}
#interactive.system .our-energy-interactive.static-bottom-modals .stats-modal.static-modal {
  top: 510px;
  left: 10px;
  width: 700px;
}
#interactive.system .our-energy-interactive.static-bottom-modals cite {
  padding: 585px 35px 0;
}
#interactive.system .our-energy-interactive.static-bottom-modals.with-exports .stats-modal.static-modal {
  top: 530px;
  left: 10px;
  width: 700px;
}
#interactive.system .our-energy-interactive.static-bottom-modals.with-exports cite {
  padding: 585px 35px 20px;
}
#interactive.system .our-energy-interactive.california.no-electricity #imported-electricity {
  display: none;
}
#interactive.system .our-energy-interactive.california #energy-buttons #electricity {
  left: 188px;
}
#interactive.system .our-energy-interactive.california #energy-buttons #residential-energy,
#interactive.system .our-energy-interactive.california #energy-buttons #commercial-energy,
#interactive.system .our-energy-interactive.california #energy-buttons #industrial-energy,
#interactive.system .our-energy-interactive.california #energy-buttons #transportation-energy {
  left: 415px;
}
#interactive.system .our-energy-interactive.california #our-energy-title {
  background-image: url("../../images/interactives/our-energy/customs/california/title.png");
  background-repeat: no-repeat;
}
#interactive.system .our-energy-interactive.california #Table_01 {
  z-index: 8;
}
#interactive.system .our-energy-interactive.california #slider {
  width: 5000px;
  left: -3620px;
}
#interactive.system .our-energy-interactive.california #slider img {
  width: 5000px;
}
#interactive.system .our-energy-interactive.california #import-side-nav {
  position: absolute;
  width: 112px;
  height: 390px;
  left: 0;
  top: 91px;
  z-index: 17;
  background: none;
  overflow: hidden;
  font-size: 11px;
  display: table;
  color: #313131;
  text-align: center;
  text-shadow: 0px 0px 2px #f5f4ee, 1px 0px 2px #f5f4ee, 0px 1px 2px #f5f4ee !important;
}
#interactive.system .our-energy-interactive.california #import-side-nav .imported-node {
  display: table-row;
  line-height: 13px;
  visibility: hidden;
}
#interactive.system .our-energy-interactive.california #import-side-nav .imported-node span {
  display: table-cell;
  vertical-align: middle;
}
#interactive.system .our-energy-interactive.california #energy-side-nav {
  left: 13px;
  width: 133px;
  height: 385px;
  top: 111px;
}
#interactive.system .our-energy-interactive.california #energy-side-nav a {
  padding: 0;
  text-align: center;
  font-size: 13px;
}
#interactive.system .our-energy-interactive.california .unused em {
  opacity: 0;
  display: block;
}
#interactive.system .our-energy-interactive.california #slider-outer {
  width: 993px;
}
#interactive.system .our-energy-interactive.california .lines-right-side-bg {
  width: 773px;
  height: 427px;
  background: url("../../images/interactives/our-energy/customs/california/lines-right-side-condensed-thick-electricity.png");
}
#interactive.system .our-energy-interactive.california .exported-energy {
  background: none;
  width: 255px;
  height: 105px;
  position: absolute;
  top: 485px;
  left: 200px;
  text-align: center;
}
#interactive.system .our-energy-interactive.california .exported-energy .exported-energy-title {
  font-size: 17px;
  color: #f5f4ee;
  position: absolute;
  top: 20px;
  left: 69px;
}
#interactive.system .our-energy-interactive.california .exported-energy .exported-energy-title strong {
  font-size: 25px;
  font-weight: normal;
}
#interactive .stats-modal {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  position: absolute;
  width: 287px;
  min-height: 100px;
  z-index: 22;
  /* Fallback for web browsers that don't support RGBa */
  background-color: #4c4c4c;
  /* RGBa with 0.6 opacity */
  background-color: rgba(70, 70, 70, 0.95);
  -webkit-box-shadow: inset 0 0px 8px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0px 8px 7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0px 8px 7px rgba(0, 0, 0, 0.4);
}
#interactive .stats-modal .inner {
  position: relative;
  padding: 30px 23px 12px;
}
#interactive .stats-modal p {
  padding: 0px;
  margin: 0px 0px 15px;
  color: #fff;
  font: 13px/19px Georgia;
  font-weight: normal;
}
#interactive .stats-modal .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../../images/interactives/our-energy/close-btn.png") 1px 1px no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
}
#interactive .stats-modal .learn-more-link {
  display: block;
  color: #dbda68;
  padding: 0px 0px 2px 12px;
  background: url("../../images/interactives/our-energy/green-arrow-east.png") 0px 5px no-repeat;
  float: left;
  clear: left;
}
#interactive .stats-modal .next-link {
  background: url("../../images/interactives/our-energy/stats-arrow.svg") 0px 0px no-repeat;
  height: 31px;
  z-index: 14;
  color: #fff;
  display: block;
  font: 13px/31px arial;
  padding: 0 10px 0 20px;
  position: relative;
  float: right;
  font-weight: bold;
  clear: both;
  margin-top: 15px;
}
#interactive .stats-modal .next-link:after {
  content: '';
  position: absolute;
  display: block;
  float: right;
  top: 0px;
  right: -15px;
  width: 15px;
  height: 31px;
  background: url("../../images/interactives/our-energy/stats-arrow.svg") -180px 0px no-repeat;
}
#interactive .stats-modal .tabular {
  margin: 0px -5px 15px -10px;
  text-align: center;
  color: #ddd;
}
#interactive .stats-modal .tabular > div {
  float: left;
  width: 50%;
  padding: 10px 10px;
  border-left: 1px solid #ccc;
  font: 12px/13px Georgia;
}
#interactive .stats-modal .tabular > div:first-child {
  border: none;
}
#interactive .stats-modal .tabular > div span {
  color: #fff;
  font: 18px/24px Georgia;
  font-weight: bold;
  display: block;
}
#interactive .stats-modal .tabular > div span.million-metric-tons {
  font: 10px/13px Georgia;
  font-weight: normal;
}
#footer .copyright {
  clear: both;
  padding-top: 30px;
}
.home #intro p {
  text-align: left;
}
#sub-nav-interactive {
  box-sizing: border-box;
  position: absolute;
  top: 78px;
  right: 15px;
  z-index: 103;
}
#sub-nav-interactive *,
#sub-nav-interactive *:before,
#sub-nav-interactive *:after {
  box-sizing: inherit;
}
#sub-nav-interactive li,
#sub-nav-interactive a {
  display: block;
  width: 213px;
  height: 45px;
}
#sub-nav-interactive li {
  float: left;
  margin-right: 12px;
}
#sub-nav-interactive a {
  background: #f6f5f1;
  text-align: center;
  text-decoration: none;
  padding-top: 8px;
  line-height: 1.25em;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  border: 1px solid #ddddd8;
  border-bottom: none;
}
#sub-nav-interactive a:hover {
  opacity: 1;
}
#sub-nav-interactive a:hover,
#sub-nav-interactive li.active a {
  opacity: 1;
}
#sub-nav-interactive li.active a {
  height: 46px;
  background: #f6f5f1;
  border-bottom: 1px solid #f6f5f1 !important;
  cursor: default !important;
}
#sub-nav-interactive span,
#sub-nav-interactive strong {
  color: #445C6F;
  display: block;
  text-transform: uppercase;
}
#sub-nav-interactive strong {
  font-weight: normal;
}
#sub-nav-interactive span {
  font-weight: bold !important;
}
#interactive.efficiency #sub-nav-interactive,
#interactive.lighting #sub-nav-interactive {
  display: none;
}
#interactive.efficiency,
#interactive.system {
  position: relative;
}
#interactive.system {
  padding-top: 125px;
}
#interactive .flat-social-media-icons {
  display: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 1001;
}
#interactive .flat-social-media-icons *,
#interactive .flat-social-media-icons *:before,
#interactive .flat-social-media-icons *:after {
  box-sizing: inherit;
}
#interactive .flat-social-media-icons h3,
#interactive .flat-social-media-icons ul,
#interactive .flat-social-media-icons li,
#interactive .flat-social-media-icons a {
  display: inline-block;
}
#interactive .flat-social-media-icons h3 {
  text-transform: uppercase;
  font-weight: normal;
  line-height: 40px;
  padding: 0 7px 0 0;
  margin: 0;
  float: left;
}
#interactive .flat-social-media-icons ul {
  padding: 0;
  margin: 0;
}
#interactive .flat-social-media-icons li {
  padding: 0 0px 0 0;
  margin: 0;
}
#interactive .flat-social-media-icons .fb-icon,
#interactive .flat-social-media-icons .twitter-icon {
  position: relative;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}
#interactive .flat-social-media-icons .fb-icon:hover,
#interactive .flat-social-media-icons .twitter-icon:hover {
  opacity: 1;
}
#interactive .flat-social-media-icons .fb-icon:after,
#interactive .flat-social-media-icons .twitter-icon:after {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
}
#interactive .flat-social-media-icons .fb-icon:after {
  background-image: url(../../dist/images/sprite-main.png);
  background-position: -272px -184px;
  width: 33px;
  height: 33px;
}
#interactive .flat-social-media-icons .twitter-icon:after {
  background-image: url(../../dist/images/sprite-main.png);
  background-position: -224px -236px;
  width: 33px;
  height: 33px;
}
#interactive.lighting {
  padding-bottom: 0;
}
#interactive.lighting .loading {
  display: none;
}
#interactive.lighting .flat-social-media-icons {
  display: none;
}
#interactive.lighting #better-lighting-iframe-wrap iframe {
  width: 965px;
  height: 1021px;
  border: none;
}
body.learn-about-section #body {
  background: none;
}
.article.learn-about {
  margin-top: 35px;
}
.article.learn-about #intro {
  padding: 0;
  background: url("../../images/bgs/learn_about_header.png") 0 0 no-repeat;
  box-sizing: border-box;
}
.article.learn-about #intro h2 {
  box-sizing: border-box;
  margin-top: 45px;
  margin-left: 40px;
  color: white;
  height: 82px;
  line-height: 82px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.article.learn-about #intro h2 *,
.article.learn-about #intro h2 *:before,
.article.learn-about #intro h2 *:after {
  box-sizing: inherit;
}
.article.learn-about .shadow-top {
  height: 0;
}
@media screen and (max-width: 667px) {
  .article.learn-about {
    margin-top: 0;
    width: 100%;
    padding: 0;
  }
  .article.learn-about #intro {
    background: url("../../images/bgs/learn_about_header.png") -50px 0 no-repeat;
  }
  .article.learn-about #intro h2 {
    margin-top: 0;
    margin-left: 16px;
  }
}
.slideshow {
  position: relative;
  padding-top: 142px;
  overflow: hidden;
  padding-bottom: 25px;
  zoom: 1;
}
.slideshow:before,
.slideshow:after {
  content: "";
  display: table;
}
.slideshow:after {
  clear: both;
}
.slideshow .slide.active {
  margin-left: 0;
}
.slideshow .slides-wrapper {
  zoom: 1;
  overflow: hidden;
}
.slideshow .slides-wrapper:before,
.slideshow .slides-wrapper:after {
  content: "";
  display: table;
}
.slideshow .slides-wrapper:after {
  clear: both;
}
.slideshow .slide {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
}
.slideshow .slide.hide-slide {
  display: none;
}
.slideshow .slide:first-child {
  display: block;
}
.slideshow .slide img {
  display: block;
  width: 100%;
}
.slideshow .slide a {
  display: block;
  font-size: 26px;
  text-decoration: underline;
}
.slideshow .slide p {
  text-align: center;
  font-size: 16px;
  width: 66%;
  margin: 0 auto;
  line-height: 23px;
}
.slideshow .slideshow-dots {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
}
.slideshow .slideshow-dots img {
  pointer-events: none;
  width: 100%;
}
.slideshow .slideshow-dots div.dots {
  position: absolute;
  width: 100%;
  left: 0;
}
.slideshow .slideshow-dots .dot {
  position: relative;
  z-index: 5;
  top: 7px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #8EA704;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12.5px;
  display: inline-block;
  margin: 0 5px;
}
.slideshow .slideshow-dots .dot.active {
  background-color: #8EA704;
}
.slideshow .slideshow-controls {
  position: absolute;
  clear: both;
  width: 95%;
  padding-bottom: 20px;
  left: 0;
  right: 0;
  top: 80%;
  margin: auto;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
}
.slideshow .slideshow-controls.activate {
  opacity: 1;
}
.slideshow .slideshow-controls .slideshow-prev {
  pointer-events: all;
  background: url("../../images/icons/slideshow-prev.png") 0 0 no-repeat;
  width: 78px;
  height: 78px;
  cursor: pointer;
  display: inline-block;
}
.slideshow .slideshow-controls .slideshow-next {
  pointer-events: all;
  background: url("../../images/icons/slideshow-next.png") 0 0 no-repeat;
  width: 78px;
  height: 78px;
  cursor: pointer;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 667px) {
  .slideshow {
    margin-bottom: 0;
    width: 100%;
    padding-top: 0;
    max-height: 440px;
  }
  .slideshow .slideshow-controls {
    display: none;
  }
  .slideshow h2 {
    margin-top: 45px;
    margin-bottom: 8px;
    padding: 0 16px;
  }
  .slideshow .slide a {
    font-size: 23px;
    line-height: 30px;
    font-weight: normal;
  }
  .slideshow .slide p {
    width: 86%;
    text-align: left;
  }
}
.slideshow.active {
  background: url("../../images/bgs/slideshow-border.png") center bottom no-repeat;
}
.sec #quiz h4 {
  max-width: 100% !important;
}
#quiz h2.quiz-header {
  width: 370px;
  text-align: center;
  margin: 0 0 25px 18px;
  background: #37434d;
  text-indent: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  padding: 5px;
  text-transform: uppercase;
  box-sizing: border-box;
  height: auto;
  color: #fff;
  letter-spacing: 1px;
}
#quiz h2.quiz-header *,
#quiz h2.quiz-header *:before,
#quiz h2.quiz-header *:after {
  box-sizing: inherit;
}
#quiz h2.quiz-header span {
  color: #e5e368;
}
@media screen and (max-width: 667px) {
  #quiz {
    width: auto;
    overflow: visible;
    padding-top: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
  #quiz.sidebar-quiz {
    margin-left: 0;
    margin-right: 0;
  }
  #quiz h2.quiz-header {
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 20px;
    padding: 12px;
    margin-bottom: 20px;
    margin-left: -16px;
    margin-right: -16px;
  }
  #quiz h4 {
    margin-left: 0;
  }
  #quiz .capsule {
    background: none;
    padding: 0;
  }
  #quiz .capsule a {
    background: white;
    display: inline-block;
    border: 1px solid #d4d5cf;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    padding-right: 25px;
    line-height: 14px;
    height: auto;
  }
  #quiz .capsule a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -305px -184px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -14px;
  }
  #quiz .option {
    margin-left: 0;
  }
  #quiz .page-number {
    text-align: center;
    float: none;
    margin: 10px 0;
  }
  #quiz .answer {
    background: none;
  }
  #quiz .answer li {
    background: none;
    border-top: 1px solid #d4d5cf;
    padding: 30px 0 0 0;
  }
  #quiz .next {
    margin-left: 0;
    margin-bottom: 30px;
  }
  #quiz #results p.feedback {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }
  #quiz #results p.feedback #quiz-score {
    display: block;
    margin-top: 20px;
  }
  #quiz #results p#response {
    text-align: left;
    font-size: 24px;
  }
  #quiz #followup {
    background: none;
  }
  #quiz .followup {
    text-align: center;
    width: auto;
    padding-left: 0;
    background: none;
  }
  #quiz .followup p {
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  #quiz .followup.active {
    height: auto;
  }
  #quiz .followup p.capsule {
    background-image: none;
    height: auto;
    left: 0;
  }
  #quiz .followup p.capsule a {
    float: none;
    background-image: none;
    width: auto;
  }
  #quiz .followup .badge {
    position: relative;
    left: 0;
    background: none;
    height: auto;
    padding: 0;
    margin-top: 0;
    margin: 0 auto;
  }
  #quiz .followup .retake {
    width: auto;
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (min-width: 667px) {
  #quiz h4 {
    width: 410px;
  }
  #quiz #results p.feedback {
    width: 545px;
  }
  #quiz .followup .claim {
    width: 210px;
  }
  #quiz .followup#med-score .retake img {
    float: right;
    margin-right: 28px;
  }
  #quiz .followup#low-score .retake img {
    float: right;
    margin-top: -90px;
  }
  #quiz .followup .retake {
    width: 289px;
  }
  #quiz .followup .retake p {
    padding-right: 0px;
    width: 145px;
    float: left;
  }
  #quiz.sidebar-quiz h4 {
    width: auto;
  }
}
body.omnibus .aside.mobi img {
  float: left;
  display: block;
  margin-right: 10px;
}
body.omnibus .aside.mobi .description {
  width: auto;
  float: none;
  position: relative;
}
body.omnibus .aside.mobi li {
  clear: both;
}
body.omnibus .aside.mobi h3 {
  padding-bottom: 5px;
}
a.glossary {
  position: relative;
}
a.glossary:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../../dist/images/sprite-main.png);
  background-position: -272px -149px;
  left: -30px;
  top: -8px;
  width: 35px;
  height: 35px;
  opacity: 0;
  transition: all 0.2s ease-out;
}
a.glossary:hover:after {
  opacity: 1;
  top: -8px;
  left: -32px;
}
.definition-popup {
  pointer-events: none;
  opacity: 0;
  display: none;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  position: absolute;
  width: 287px;
  min-height: 100px;
  z-index: 1000;
  /* Fallback for web browsers that don't support RGBa */
  background-color: #37434d;
  /* RGBa with 0.6 opacity */
  background-color: rgba(55, 67, 77, 0.92);
  -webkit-box-shadow: inset 0 0px 8px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0px 8px 7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0px 8px 7px rgba(0, 0, 0, 0.4);
}
.definition-popup.show {
  pointer-events: auto;
  animation-name: fadeInFromNone;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  opacity: 1;
  display: block;
}
.definition-popup.hide {
  animation-name: fadeOutToNone;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  opacity: 0;
}
.definition-popup * {
  text-align: left;
}
.definition-popup .inner {
  position: relative;
  padding: 26px 23px 12px;
}
.definition-popup h2 {
  font-weight: normal;
  color: white;
  margin: 0 0 10px;
}
.definition-popup p {
  padding: 0px;
  margin: 0px 0px 15px;
  color: #fff;
  font: 14px/20px Georgia;
  font-weight: normal;
}
.definition-popup .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../../images/interactives/our-energy/close-btn.png") 1px 1px no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 667px) {
  .definition-popup {
    position: fixed;
    left: 15px;
    right: 15px;
    top: 50px;
    bottom: 70px;
    width: auto;
  }
  .definition-popup h2 {
    font-size: 18px;
  }
  .definition-popup p {
    font: 16px/22px Georgia;
  }
}
.mobi {
  display: none;
}
@media screen and (max-width: 667px) {
  .desk {
    display: none !important;
  }
  .mobi {
    display: inherit !important;
  }
}
@media screen and (max-width: 667px) {
  #djDebug {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  #main {
    left: 0px;
    margin: auto;
    width: 100%;
    background: #f5f4ee;
    position: relative;
    zoom: 1;
  }
  #main:before,
  #main:after {
    content: "";
    display: table;
  }
  #main:after {
    clear: both;
  }
  .page {
    width: auto;
    margin: 0px;
  }
  #body {
    width: auto;
    margin: 0px;
    padding: 0px 0px;
    overflow: visible;
    clear: left;
    background: none!important;
  }
  #logo {
    position: static;
    margin-top: 20px;
  }
  #landing {
    width: auto;
  }
  .col {
    display: block;
    width: auto;
    float: none;
  }
  .main {
    padding: 0px;
  }
  .sec {
    padding: 0px;
    padding: 0px 16px;
  }
  #main-nav {
    display: none;
    overflow: hidden;
  }
  #section-nav {
    display: none;
  }
  #section-nav ul {
    display: none;
  }
  #footer {
    left: 0px;
    width: auto;
    overflow: visible;
    position: relative;
    zoom: 1;
  }
  #footer:before,
  #footer:after {
    content: "";
    display: table;
  }
  #footer:after {
    clear: both;
  }
  #article .body {
    height: 100%;
  }
}
.sec #quiz .option li {
  padding-left: 0px;
  text-indent: 0px;
}
h1#logo a {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 667px) {
  .omnibus h1#logo {
    margin-top: 20px;
    height: 113px;
  }
  #logo {
    display: inline-block;
    float: left;
    clear: left;
    margin: 0px;
    height: 95px;
  }
  #logo a.energy {
    background-image: url(../../dist/images/sprite-main.png);
    background-position: 0px -100px;
    width: 272px;
    height: 93px;
  }
  #logo a.id {
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -100px 0px;
    width: 272px;
    height: 93px;
  }
  .nk2-brand-bar {
    background: #435b6e;
    -webkit-box-shadow: inset 0px -10px 35px 0px #253849;
    -moz-box-shadow: inset 0px -10px 35px 0px #253849;
    box-shadow: inset 0px -10px 35px 0px #253849;
    height: 40px;
    display: block;
  }
  #brand {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    top: 0px;
    left: 0px;
  }
  #brand a {
    display: block;
    text-indent: -5000px;
    overflow: visible;
  }
  #brand a:before {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -268px -217px;
    width: 221px;
    height: 32px;
    top: 5px;
    left: 24px;
    position: relative;
  }
  #brand a span {
    display: none;
  }
  #main-nav {
    zoom: 1;
    float: right;
    width: 350px;
    height: 100%;
  }
  #main-nav:before,
  #main-nav:after {
    content: "";
    display: table;
  }
  #main-nav:after {
    clear: both;
  }
  #main-nav li {
    background-color: #444;
    border-bottom: 1px solid #888;
  }
  #main-nav li a {
    padding: 10px;
    display: block;
    color: white;
    text-decoration: none;
  }
  .site #intro {
    padding-top: 0;
  }
  #intro {
    top: 50px;
    padding: 0px 0px 10px 0px;
    width: 100%;
  }
  #intro p {
    width: auto;
  }
  .teaser h4 {
    max-width: 80%;
  }
  .teaser p {
    max-width: 60%;
  }
}
#nk2-mobile-nav-expander,
#nk2-mobile-nav,
#nk2-nav-expand {
  display: none;
}
#nk2-mobile-nav a {
  display: none;
}
#nk2-mobile-nav-inner {
  display: none;
}
#nk2-mobile-nav-overlay {
  visibility: hidden;
  z-index: 20;
}
@media screen and (max-width: 667px) {
  #mobile-nav-logo {
    background-image: url(../../dist/images/sprite-main.png);
    background-position: 0px -280px;
    width: 224px;
    height: 87px;
    left: 10px;
  }
  body.nk2-open-nav {
    position: fixed !important;
    max-width: 100vw;
  }
  html.rgba #nk2-mobile-nav-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #nk2-mobile-nav a {
    display: block;
  }
  #nk2-nav-expand-wrapper {
    z-index: 21;
    position: absolute;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -272px -93px;
    width: 90px;
    height: 56px;
    right: -3px;
    top: 18px;
  }
  #nk2-nav-expand {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: -5000px;
    border: 1px solid #d4d5cf;
    border-radius: 6px;
    position: relative;
    left: 26px;
    top: -2px;
    background: #f5f4ee;
  }
  #nk2-nav-expand:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -224px -193px;
    width: 44px;
    height: 43px;
  }
  a.nk2-nav-expandable {
    z-index: 23;
  }
  a.nav-item {
    font-size: 13px;
    line-height: 1.2em;
    color: #37434d;
    text-transform: uppercase;
    padding-right: 40px !important;
  }
  #nk2-mobile-nav {
    position: absolute;
    right: 0px;
    background: #f5f4ee;
    width: 234px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner {
    display: block;
    position: absolute;
    right: -234px;
    width: 234px;
    background: #f5f4ee;
    overflow: scroll;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner .nk2-primary a.nav-item {
    padding: 17px 0px 17px 19px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner .nk2-primary ul {
    margin: 0 0 1em;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner .nk2-primary li {
    box-shadow: 0px 2px 0px #d4d5cf;
    position: relative;
    font-size: 17px;
    text-align: left;
    width: auto;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner .nk2-primary li .nk2-nav-primary-expand {
    content: '';
    text-indent: -99999px;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -307px -149px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 24.5px;
    margin-top: -16px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-secondary {
    display: none;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-secondary.active {
    display: block;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #d4d5cf;
    background: #d4d5cf;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-secondary.active li {
    box-shadow: none;
    left: 0px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-secondary.active .nav-item {
    padding: 11px 1px 6px 20px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner a.nk2-nav-primary-expand.nk2-nav-expandable.active {
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -224px -269px;
    width: 32px;
    height: 32px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner a.nk2-secondary-expand {
    content: '';
    text-indent: -99999px;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -307px -149px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 16px;
    margin-top: -16px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-tertiary {
    margin: 0px;
    padding: 8px 0;
    display: none;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-tertiary li {
    left: 10px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-tertiary.active {
    display: block;
    position: relative;
    border-top: 1px solid #d4d5cf;
    background: #d4d5cf;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-tertiary.active li {
    box-shadow: none;
    left: 0px;
    font-size: 11px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner ul.nk2-tertiary.active .nav-item {
    padding: 1px 1px 8px 40px;
  }
  #nk2-mobile-nav #nk2-mobile-nav-inner a.nk2-secondary-expand.nk2-nav-expandable.active {
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -224px -269px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 667px) {
  #intro h1 {
    top: -2px;
  }
}
.source-material-mobile {
  background: url("/energy/media/images/site/article_rule.gif") repeat-x;
  margin-top: 30px;
}
.source-material-mobile h5 {
  font-weight: bold;
  padding: 12px 0 0;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
}
.source-material-mobile #cite-list-mobile a {
  color: #445C6F;
}
.source-material-mobile .capsule {
  background: none;
  padding: 0;
}
.source-material-mobile .capsule a {
  background: white;
  display: inline-block;
  border: 1px solid #d4d5cf;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  padding-right: 25px;
  line-height: 14px;
  height: auto;
}
.source-material-mobile .capsule a:after {
  content: '';
  display: block;
  background-image: url(../../dist/images/sprite-main.png);
  background-position: -305px -184px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -14px;
}
.source-material-mobile ul {
  margin-top: 0;
}
@media screen and (max-width: 667px) {
  body {
    width: auto;
  }
  #intro {
    width: auto;
    padding: 0px 16px;
  }
  #intro h2 {
    padding-bottom: 10px;
    line-height: 1em;
  }
  #intro p {
    width: 100%;
  }
  span.shadow-top {
    width: 100%;
    background-size: 100% 12px;
    background-position: 50% 100%;
  }
  #article {
    padding: 0px 16px;
    padding-top: 20px;
    background: #f5f4ee;
    box-sizing: border-box;
    width: auto;
    background-size: 50%;
  }
  #article ul.mobi {
    margin-top: 0px;
  }
  #article .current {
    width: auto;
  }
  #article .current a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    display: block;
    border: 1px solid #d4d5cf;
    background: #FFF;
    border-radius: 5px;
    color: #313131;
    text-decoration: none;
    padding: 7px 30px 7px 10px;
    position: relative;
    line-height: 1em;
    pointer-events: none;
    font-weight: normal;
    font-size: 28px;
  }
  #article .current a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -257px -249px;
    width: 16px;
    height: 26px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -13px;
  }
  #article .not-current {
    display: none;
  }
  #article ul.mobi.active .current {
    box-shadow: 0 8px 6px -6px #313131;
    z-index: 2;
  }
  #article ul.mobi.active .not-current {
    display: block;
  }
  #article ul.mobi.active .not-current a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    font-weight: normal;
    color: #37434d;
    font-size: 27px;
    display: block;
    padding: 15px 30px 15px 12px;
    position: relative;
    background: #d4d5cf;
    line-height: 1.05;
  }
  #article ul.mobi.active .not-current a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: 0px -367px;
    width: 16px;
    height: 24px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -12px;
  }
  #article *,
  #article *:before,
  #article *:after {
    box-sizing: inherit;
  }
  #article .body {
    float: none;
    width: auto;
  }
  #article .body h3 {
    font-size: 30px;
    display: none;
  }
  #article .body.source h3 {
    display: block;
    clear: both;
  }
  #article span.fade-bottom {
    display: none;
  }
  #article #learn-more a {
    background: none;
    position: relative;
    font-size: 15px;
    padding: 6px 0px;
  }
  #article #learn-more a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -305px -184px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -33px;
    top: 50%;
    margin-top: -14px;
  }
  #article .local.source-view-all {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 3px;
  }
  #article .local.source-view-all ul {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #article .local.source-view-all li {
    background: none;
    padding-left: 0;
  }
  #article .local.source-view-all li a {
    background: white;
    display: inline-block;
    border: 1px solid #d4d5cf;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    padding-right: 25px;
    line-height: 14px;
    height: auto;
    padding-right: 10px;
    padding-left: 25px;
  }
  #article .local.source-view-all li a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -305px -184px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -14px;
  }
  #article .local.source-view-all li a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    auto: -3px;
    left: -3px;
  }
  #article .local {
    position: relative;
    float: right;
    margin: 0px 0px 15px 15px;
    padding: 0px;
    width: auto;
    cursor: pointer;
  }
  #article .local ul {
    width: 100%;
    left: 10px;
  }
  #article .local li {
    background: #fff;
    border-top: none;
  }
  #article .local div.cite {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 5px 0px 0px 10px;
  }
  #article .local div.cite p {
    color: #fff;
    display: none;
  }
  #article .local div.cite:before {
    content: 'Info';
    width: 50px;
    height: 20px;
    background: rgba(95, 147, 179, 0.8);
    color: #fff;
    text-align: center;
    font-size: 11px;
    bottom: 0px;
    right: 0px;
    position: absolute;
  }
  #article .local .photo {
    width: auto;
    background: none;
    padding: 0px;
    margin: 0px;
  }
  #article .local.active div.cite {
    background: rgba(55, 67, 77, 0.8);
  }
  #article .local.active div.cite:before {
    display: none;
  }
  #article .local.active div.cite p {
    display: block;
  }
  #article .body {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
  }
  #article .body p {
    margin: 5px 0 10px;
  }
  #article .body a {
    display: inline;
  }
  #article .body blockquote {
    text-align: center;
    margin: 20px 0;
  }
  #article .body .image-container {
    display: block;
    width: 100% !important;
  }
  #article .body .image-container a {
    display: block;
  }
  #article .body .image-container img {
    display: block;
    width: 100% !important;
    height: auto !important;
    background: none !important;
  }
  .ir:before {
    display: none;
  }
  .col .button {
    background: none;
    max-width: 10000px;
  }
  .col .button a {
    background: white;
    display: inline-block;
    border: 1px solid #d4d5cf;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    padding-right: 25px;
    line-height: 14px;
    height: auto;
  }
  .col .button a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -305px -184px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -14px;
  }
  #landing {
    background: #f5f4ee url("../../images/bgs/landing_bg.png") -12px 0 repeat-y;
  }
  #landing span.shadow-bottom {
    display: none;
  }
  #landing .teaser {
    position: relative;
  }
  #landing .teaser * {
    max-width: 1000px !important;
  }
  #landing .teaser h3 {
    width: auto;
  }
  #landing .teaser div.col {
    padding: 0px 0px 10px 95px;
    width: auto;
  }
  #landing .teaser h3.nk2-teaser-left {
    position: absolute;
    width: 84px;
    background-size: 100%;
    min-height: 120px;
  }
  #landing .teaser .nk2-teaser-middle {
    margin-right: 16px;
  }
  #landing .teaser .nk2-teaser-middle h3 {
    display: block;
  }
  #landing .teaser .nk2-teaser-middle h3 a {
    display: inline-block;
    padding: 0px 0px 10px 0px;
    font-size: 21px;
    text-align: left;
  }
  #landing .teaser ul.nk2-teaser-right {
    background: none;
    float: left;
    padding: 0px 0px 10px 95px;
    width: auto;
  }
  #landing .teaser ul.nk2-teaser-right a {
    background: none;
    border-bottom: none;
  }
  #landing .teaser ul.nk2-teaser-right li {
    display: inline-block;
    border-bottom: none;
    padding-right: 8px;
    border-right: 1px solid #d4d5cf;
  }
  #landing .teaser ul.nk2-teaser-right li:last-child {
    border-right: none;
  }
  #landing .shadow-bottom {
    display: none;
  }
  .sec .press .press-header {
    padding-left: 5px;
  }
  .sec .press li {
    position: relative;
    left: -13px;
  }
  .sec .press a {
    padding-left: 22px;
  }
}
@media screen and (max-width: 667px) {
  #right {
    background: white;
    height: auto;
    width: 250px;
  }
  .sec .quick-nav {
    margin-bottom: 20px;
  }
  .sec .quick-nav h3 span {
    top: 0px;
    right: 0px;
    display: block;
  }
  .sec .quick-nav ul {
    position: relative;
    border-top: none;
    width: auto;
  }
  .sec .quick-nav li {
    padding: 0px;
    background: none;
  }
  .sec .quick-nav .qn-energy a {
    border-bottom: none;
    border-top: none;
  }
  .sec h3 {
    width: auto;
    background: none;
    text-indent: 0px;
    font-size: 19px;
    font-weight: normal;
    padding: 12px;
  }
  .sec .ir {
    text-align: center;
    padding-left: 0px;
  }
  .sec h3.toggle.ir {
    color: #445C6F;
    padding: 12px 0 15px 0;
    border-top: 1px solid #d4d5cf;
    border-bottom: 1px solid #d4d5cf;
    position: relative;
    font-size: 19px;
    line-height: 45px;
  }
  .sec h3.toggle.ir:after {
    content: '';
    display: inline-block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -307px -149px;
    width: 32px;
    height: 32px;
    position: relative;
    top: 10px;
    left: 16px;
  }
  .sec h3.toggle.ir span {
    display: none;
  }
  .sec .quick-nav.active h3.toggle.ir:after {
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -224px -269px;
    width: 32px;
    height: 32px;
  }
  .sec .button {
    width: 70%;
  }
  .sec p.capsule {
    padding: 0px;
  }
  .sec p.capsule a {
    background: white;
    display: inline-block;
    border: 1px solid #d4d5cf;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    padding-right: 25px;
    line-height: 14px;
    height: auto;
  }
  .sec p.capsule a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -305px -184px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -14px;
  }
  .sec .hands-on {
    display: none;
  }
  .sec #quiz h3,
  .sec .hands-on h3,
  .sec .watchlist h3,
  .sec .source-material h3,
  .sec .press h3,
  .sec .definition h3,
  .sec .videos h3 {
    width: auto;
    background: #37434d;
    text-indent: 0px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    padding: 12px 0px 9px 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
    box-sizing: border-box;
    height: auto;
    color: #fff;
    letter-spacing: 1px;
  }
  .sec #quiz h3 *,
  .sec .hands-on h3 *,
  .sec .watchlist h3 *,
  .sec .source-material h3 *,
  .sec .press h3 *,
  .sec .definition h3 *,
  .sec .videos h3 *,
  .sec #quiz h3 *:before,
  .sec .hands-on h3 *:before,
  .sec .watchlist h3 *:before,
  .sec .source-material h3 *:before,
  .sec .press h3 *:before,
  .sec .definition h3 *:before,
  .sec .videos h3 *:before,
  .sec #quiz h3 *:after,
  .sec .hands-on h3 *:after,
  .sec .watchlist h3 *:after,
  .sec .source-material h3 *:after,
  .sec .press h3 *:after,
  .sec .definition h3 *:after,
  .sec .videos h3 *:after {
    box-sizing: inherit;
  }
  .sec #quiz h3 span,
  .sec .hands-on h3 span,
  .sec .watchlist h3 span,
  .sec .source-material h3 span,
  .sec .press h3 span,
  .sec .definition h3 span,
  .sec .videos h3 span {
    color: #e5e368;
  }
  .sec .videos h3,
  .sec #quiz h3,
  .sec .definition h3,
  .sec .watchlist h3 {
    background: #435b6e;
    -webkit-box-shadow: inset 0px 0px 15px 10px #253849;
    -moz-box-shadow: inset 0px 0px 15px 10px #253849;
    box-shadow: inset 0px 0px 15px 10px #253849;
  }
  .sec #quiz p,
  .sec #quiz li {
    font-size: 15px;
  }
  .sec .videos h4 {
    font-size: 26px;
    padding-left: 0px;
  }
  .sec .videos img {
    width: 100%;
  }
  .sec .videos .thumbnail {
    padding-left: 0px;
    width: auto;
    box-sizing: border-box;
  }
  .sec .videos .thumbnail *,
  .sec .videos .thumbnail *:before,
  .sec .videos .thumbnail *:after {
    box-sizing: inherit;
  }
  .sec .videos .sec .videos img {
    width: 100%;
  }
  .sec .definition h3 {
    margin-bottom: 25px;
  }
  .sec .definition dt {
    font-size: 26px;
    line-height: 1;
  }
  .sec .definition dd {
    font-size: 15px;
  }
  .sec .press {
    background: none;
  }
  .sec .press li {
    position: relative;
    left: -13px;
    padding: 5px 0px;
  }
  .sec .press li:before {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -273px -249px;
    width: 9px;
    height: 16px;
    position: absolute;
    left: 9px;
    top: 7px;
  }
  .sec .press li a {
    padding-left: 30px;
  }
  .sec .press h3 {
    background: #682c2c;
    font-size: 18px;
    position: relative;
    padding-right: 50px;
    overflow: visible;
    margin-right: 45px;
  }
  .sec .press h3:before {
    content: "";
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: 0px 0px;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -50px;
  }
  .sec .press a,
  .sec .press p {
    font-size: 15px;
  }
  .sec .press p {
    margin-top: 30px;
  }
  .sec .press ul li {
    background: none;
  }
  .sec #page-utils {
    display: none;
  }
  .sec .source-material {
    display: none;
  }
  .sec .watchlist {
    padding-bottom: 30px;
  }
  .sec .watchlist h3 {
    margin-bottom: 20px;
  }
  .sec #quiz {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.m-footer-container {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 667px) {
  #footer {
    box-sizing: border-box;
  }
  #footer *,
  #footer *:before,
  #footer *:after {
    box-sizing: inherit;
  }
  #footer .m-footer-container {
    display: block;
    float: left;
    width: 50%;
  }
  #footer .sections {
    float: none;
    zoom: 1;
    background: none;
    padding-bottom: 35px;
    width: 100%;
  }
  #footer .sections:before,
  #footer .sections:after {
    content: "";
    display: table;
  }
  #footer .sections:after {
    clear: both;
  }
  #footer .sections .col {
    width: auto;
    float: none;
    padding-bottom: 10px;
  }
  #footer .video {
    margin-top: 40px;
  }
  #footer .utility {
    margin-bottom: 30px;
  }
  #footer .video,
  #footer .col_utility {
    margin: 10px 0px;
    float: left;
    clear: left;
    padding-left: 30px;
  }
  #footer.omnibus .footer-content {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer.omnibus .footer-content .topics {
    width: 100%;
    padding-left: 0;
  }
  #footer.omnibus .utility {
    border: none;
    padding-left: 0;
  }
}
.home #intro {
  padding-top: 20px;
}
.home .main {
  max-width: 100%;
}
@media screen and (max-width: 667px) {
  .home #intro {
    text-align: center;
    background: none;
    box-sizing: border-box;
    padding: 20px 16px 24px;
  }
  .home #intro *,
  .home #intro *:before,
  .home #intro *:after {
    box-sizing: inherit;
  }
  .home #logo {
    float: none;
    display: inline-block;
  }
  .home #body {
    background: none !important;
  }
  .home #body > .col.main {
    width: 100%;
    padding: 0 0 10px 0;
    margin-top: -15px;
  }
  .home #home-sections {
    padding: 0;
    width: 100%;
    background: none !important;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 0;
  }
  .home #home-sections *,
  .home #home-sections *:before,
  .home #home-sections *:after {
    box-sizing: inherit;
  }
  .home #home-sections .col {
    float: none;
    width: 100%;
    display: block;
  }
  .home #home-sections li {
    background-image: none;
  }
  .home #home-sections li a {
    background-image: none;
    background: white;
    display: inline-block;
    border: 1px solid #d4d5cf;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    padding-right: 25px;
    line-height: 14px;
    height: auto;
    font-weight: bold;
    display: block;
  }
  .home #home-sections li a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -305px -184px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -14px;
  }
}
@media screen and (max-width: 667px) {
  #promo {
    display: none;
  }
}
#section-nav-learn-more {
  width: 721px;
  height: 82px;
  background: url("../../images/bgs/learn_about_header_fpo.png") 0 0 no-repeat;
  margin-top: 43px;
}
#section-nav-learn-more h3 {
  display: none;
}
@media screen and (max-width: 667px) {
  #section-nav-learn-more {
    width: 100%;
    margin-top: -39px;
    background: url("../../images/bgs/learn_about_header_fpo.png") -14px 0 no-repeat;
  }
  h3.mobile-title {
    display: block;
    margin: 25px 16px 0;
    padding: 0 0 8px 0;
    font-size: 30px;
    font-weight: normal;
    border-bottom: 2px solid #ccc;
  }
}
#promo-watchlist {
  background: none !important;
}
#promo-watchlist a {
  line-height: 1;
  padding: 0;
}
.section-group .secondary h3.featured {
  font-size: 1px;
  text-indent: -999em;
  overflow: hidden;
  padding-top: 0;
}
@media screen and (max-width: 667px) {
  #main .page {
    background: none;
  }
  #main .title.ir {
    display: none;
  }
  #main .section-group .section {
    padding: 13px 16px 0;
  }
  #main .section-group .section .primary {
    width: auto;
    padding: 0 0 35px;
  }
  #main .section-group .section .primary h2 {
    width: auto;
    background-size: contain;
  }
  #main .section-group .section .secondary {
    margin-left: 0;
    width: 100%;
  }
  #main .section-group .section .secondary h3.featured {
    width: auto;
    background: #37434d;
    text-indent: 0px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    padding: 12px 0px 9px 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
    box-sizing: border-box;
    height: auto;
    color: #fff;
    letter-spacing: 1px;
  }
  #main .section-group .section .secondary h3.featured *,
  #main .section-group .section .secondary h3.featured *:before,
  #main .section-group .section .secondary h3.featured *:after {
    box-sizing: inherit;
  }
  #main .section-group .section p.capsule {
    padding-left: 0;
  }
  #main .section-group .section p.capsule a {
    background: white;
    display: inline-block;
    border: 1px solid #d4d5cf;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    padding-right: 25px;
    line-height: 14px;
    height: auto;
  }
  #main .section-group .section p.capsule a:after {
    content: '';
    display: block;
    background-image: url(../../dist/images/sprite-main.png);
    background-position: -305px -184px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -14px;
  }
}
