html {
  -webkit-font-smoothing: antialiased;
}
body {
  padding-top: 100px;
}
p {
  font-size: 24px;
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}
hr {
  margin-top: 0px;
  margin-bottom: 30px;
  border-top: 0px solid #eeeeee;
  background-image: url(img/elements/hr_1140.png);
  height: 1px;
  background-size: contain;
}
a:focus {
  outline-style: none;
}
::-moz-focus-inner {
  border: 0;
}
form label {
  display: none !important;
}
form .error {
  border: 2px solid #ff0000;
}
form .error:focus {
  border: 2px solid #ff0000;
}
form .error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ff0000;
}
form .error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff0000;
}
form .error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff0000;
}
form .error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ff0000;
}
#contact {
  position: fixed;
  top: 190px;
  right: -375px;
  z-index: 2000;
  width: 440px;
  height: 360px;
  background-image: url(img/elements/bg_contact.png);
  background-repeat: no-repeat;
}
#contact .clickarea {
  cursor: pointer;
  /*background-color: @green;*/
  width: 60px;
  height: 150px;
  position: absolute;
  top: 10px;
  left: 10px;
  /*-webkit-box-shadow: 0px 0px 7px #4E4E4E;
    box-shadow: 0px 0px 7px #4E4E4E;*/
  color: #ffffff;
}
#contact .clickarea .clicklabel {
  font-size: 18px;
  position: absolute;
  text-align: center;
  top: 65px;
  left: -1px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}
#contact .clickarea .clickclose {
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
}
#contact .formarea {
  /*background-color: @green;/*
    width: 360px;
    /*height: 300px;*/
  position: absolute;
  top: 10px;
  left: 70px;
  /*-webkit-box-shadow: 0px 0px 7px #4E4E4E;
    box-shadow: 0px 0px 7px #4E4E4E;*/
}
#contact .formarea p {
  color: #ffffff;
  font-size: 24px;
}
#contact .formarea .textframe {
  margin: 20px;
}
#contact .formarea .textframe .form-control {
  margin-bottom: 10px;
}
#contact-mobile {
  background-color: #78a22f;
}
#contact-mobile p {
  color: #ffffff;
  font-size: 24px;
}
#contact-mobile .textframe {
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact-mobile .textframe .form-control {
  margin-bottom: 10px;
}
#body-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-special {
  position: absolute;
}
.collapsing {
  -webkit-transition: height 1.0s ease;
  transition: height 1.0s ease;
}
.section-expandable {
  height: 0px;
  overflow: hidden;
}
.navbar-default {
  font-weight: 600;
  border: none;
}
.navbar-default .navbar-brand {
  position: relative;
  width: 500px;
  height: 100px;
}
.navbar-default .navbar-brand a {
  color: #78a22f;
}
.navbar-default .navbar-brand a:hover {
  text-decoration: none;
  color: #005695;
}
.navbar-default .navbar-brand .logo-image {
  width: 260px;
  position: absolute;
  top: 11px;
  left: 15px;
}
.navbar-default .navbar-brand .logo-label {
  font-size: 18px;
  position: absolute;
  top: 48px;
  left: 275px;
  width: 225px;
  text-align: left;
}
.navbar-default .navbar-nav #ise-logo {
  width: 117px;
  margin-top: -15px;
  margin-right: 0px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  padding-top: 46px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #ffffff;
}
.shadow-holder {
  position: relative;
}
.shadow-center {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
}
.shadow-center hr {
  position: relative;
  left: -50%;
  margin-bottom: 0px;
}
.shadow-center .shadow {
  position: relative;
  left: -318px;
  width: 636px;
  height: 70px;
  background-image: url(img/elements/roundshado.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.video-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.typehead {
  margin-top: 30px;
  margin-bottom: 15px;
}
.expand-click-center {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
}
.expand-click-center a:hover {
  text-decoration: none;
}
.expand-click-center .expand-click {
  position: relative;
  left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  background-image: url(img/elements/sprites.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  z-index: 1010;
}
.goto-click-center {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
}
.goto-click-center a:hover {
  text-decoration: none;
}
.goto-click-center .goto-click {
  position: relative;
  left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  background-image: url(img/elements/sprites.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  z-index: 1010;
}
.slider {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.bx-wrapper {
  margin-bottom: 0px;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: none #fff 0px;
  left: 0px;
  background: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  outline: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #6d6d6d;
  /*:hover, .active {
      background: @grey-dk;
    }*/
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333333;
}
.section-main {
  position: relative;
}
.panel-image {
  position: relative;
}
.bg-blue {
  background-color: #005695;
}
.bg-green {
  background-color: #78a22f;
}
.section-divider {
  background-color: #dddddd;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 70px;
}
.section-divider h2 {
  color: #005695;
  font-weight: bold;
}
.section-divider p {
  font-size: 24px;
  color: #6d6d6d;
  font-weight: 400;
}
.section-divider h3 {
  font-size: 32px;
  color: #78a22f;
  font-weight: bold;
  padding-bottom: 15px;
}
.modal-dialog {
  width: 80%;
}
.modal-content {
  background-color: #000000;
  border: none;
}
.modal-content .modal-body {
  padding: 25px;
}
.modal-content .close {
  position: absolute;
  top: 0px;
  right: 6px;
  color: #ffffff;
  opacity: 40;
  filter: alpha(opacity=40);
}
#formModal .modal-content {
  background-color: #ffffff;
}
#formModal .modal-content .close {
  color: #000000;
}
#formModal .modal-dialog {
  width: 40%;
}
#shadow-nav {
  position: fixed;
  top: 101px;
  left: 0px;
  width: 100%;
  height: 70px;
  z-index: 1000;
}
#shadow-nav .shadow-center {
  bottom: -70px;
}
#shadow-nav .shadow-center .shadow {
  background-position: 0px -70px;
}
#intro-video {
  background-color: #D3E7F3;
}
#intro-video .shadow-center {
  bottom: -70px;
}
#intro-video .shadow-center .shadow {
  background-position: 0px -70px;
}
#intro-video .section-row-1 {
  background-image: url(img/intro-video/vidposter.jpg);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 448px;
}
#intro-video .section-row-1 .button-center {
  position: absolute;
  top: 189px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
}
#intro-video .section-row-1 .button-center .video-button {
  position: relative;
  left: -35px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-image: url(img/elements/button_video.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  z-index: 1010;
}
#intro-video .section-row-1 .button-center .video-button:hover {
  background-image: url(img/elements/button_video.png);
  background-position: -70px 0px;
}
#big-picture .section-main {
  height: 560px;
  color: #005695;
}
#big-picture .section-main .typehead {
  opacity: 0.2;
}
#big-picture .section-main .img-special {
  top: -150px;
  left: 0px;
  width: 780px;
  z-index: 50;
}
#big-picture .section-expandable .bx-pager {
  bottom: 20px;
}
#big-picture .section-expandable .slider li {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#big-picture .section-expandable .slider h3 {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin-top: 50px;
}
#big-picture .section-expandable .slider .slide1 {
  background-image: url(img/big-picture/slider/SliderMaster_2_a.jpg);
  color: #ffffff;
}
#big-picture .section-expandable .slider .slide1 .typehead {
  opacity: 0.6;
}
#big-picture .section-expandable .slider .slide2 {
  background-image: url(img/big-picture/slider/SliderMaster_2_b.jpg);
  color: #ffffff;
}
#big-picture .section-expandable .slider .slide2 .typehead {
  opacity: 0.6;
}
#big-picture .section-expandable .slider .slide3 {
  background-image: url(img/big-picture/slider/SliderMaster_2_c.jpg);
  color: #ffffff;
}
#big-picture .section-expandable .slider .slide3 .typehead {
  opacity: 0.6;
}
#big-picture .section-expandable .slider-label {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #005695;
}
#big-picture .section-expandable .slider-label h2 {
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 28px;
}
#big-picture .section-expandable #big-picture-info {
  background-image: url(img/big-picture/flowers_trashbags_web.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
}
#big-picture .section-expandable #big-picture-info h2 {
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 20px;
}
#big-picture .section-expandable #big-picture-info p {
  font-size: 18px;
}
#big-picture .section-expandable #big-picture-info .section-row-1 {
  background-image: url(img/big-picture/bg_big-picture-row-1.png);
  background-position: center top;
}
#big-picture .section-expandable #big-picture-info .section-row-1 .panel-1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#big-picture .section-expandable #big-picture-info .section-row-1 .panel-1 .textframe {
  margin-right: 100px;
}
#big-picture .section-expandable #big-picture-info .section-row-1 .panel-2 {
  position: relative;
}
#big-picture .section-expandable #big-picture-info .section-row-1 .panel-2 .img-special {
  width: 410px;
  top: 17px;
  left: 47px;
}
#big-picture .section-expandable #big-picture-info .section-row-2 {
  background-image: url(img/big-picture/bg_big-picture-row-2.png);
  background-position: center top;
}
#big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 h3 {
  font-style: oblique;
  font-size: 14px;
}
#big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 .textframe {
  margin-left: 50px;
}
#big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 .img-special {
  width: 330px;
  top: -50px;
  left: -100px;
}
#big-picture .section-expandable #big-picture-info .section-row-3 {
  background-image: url(img/big-picture/bg_big-picture-row-3.png);
  background-position: center top;
}
#big-picture .section-expandable #big-picture-info .section-row-3 .panel-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#big-picture .section-expandable #big-picture-info .section-row-3 .panel-4 h3 {
  font-style: oblique;
  font-size: 14px;
}
#big-picture .section-expandable #big-picture-info .section-row-3 .panel-4 .textframe {
  margin-right: 100px;
}
#big-picture .section-expandable #big-picture-info .section-row-3 .panel-5 {
  position: relative;
}
#big-picture .section-expandable #big-picture-info .section-row-3 .panel-5 .img-special {
  width: 400px;
  top: 30px;
  left: 50px;
}
#smarter-choice .section-main {
  background-image: url(img/smarter-choice/g2e_flange_web.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #005695;
}
#smarter-choice .section-main .typehead {
  opacity: 0.2;
}
#smarter-choice .section-main .shadow-center {
  top: -70px;
}
#smarter-choice .section-expandable .section-divider p {
  margin-left: -30px;
  margin-right: -30px;
}
#smarter-choice .section-expandable .section-row-1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
#smarter-choice .section-expandable .section-row-1 h2 {
  color: #6d6d6d;
  font-size: 24px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 12px;
}
#smarter-choice .section-expandable .section-row-1 h3 {
  color: #005695;
  font-size: 30px;
  font-weight: bold;
}
#smarter-choice .section-expandable .section-row-2 {
  margin-bottom: 50px;
}
#smarter-choice .section-expandable .section-row-2 #EdgeID {
  height: 515px;
  /*width: 1140px;*/
  overflow: hidden;
}
#smarter-choice .section-expandable .section-row-3 {
  background-image: url(img/smarter-choice/bg_nocans.png);
  background-position: center top;
}
#smarter-choice .section-expandable .section-row-3 .shadow-center {
  top: -70px;
}
#smarter-choice .section-expandable .section-row-3 .img-full-width {
  width: 100%;
  height: auto;
}
#smarter-choice .section-expandable .section-row-3 ul {
  list-style-type: none;
  padding-left: 0px;
}
#smarter-choice .section-expandable .section-row-3 .panel-1 {
  color: #6d6d6d;
}
#smarter-choice .section-expandable .section-row-3 .panel-1 h2 {
  margin-top: 0px;
  padding-right: 25px;
  font-size: 32px;
  font-weight: normal;
  color: #005695;
  margin-bottom: 20px;
}
#smarter-choice .section-expandable .section-row-3 .panel-1 p {
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 20px;
}
#smarter-choice .section-expandable .section-row-3 .panel-1 li {
  font-size: 18px;
  margin-bottom: 8px;
}
#smarter-choice .section-expandable .section-row-3 .panel-1 .textframe {
  margin-top: 30px;
  margin-right: 80px;
}
#smarter-choice .section-expandable .section-row-3 .panel-2 {
  color: #ffffff;
}
#smarter-choice .section-expandable .section-row-3 .panel-2 .textframe {
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 20px;
}
#smarter-choice .section-expandable .section-row-3 .panel-2 p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-weight: bold;
}
#smarter-choice .section-expandable .section-row-3 .panel-3 {
  color: #ffffff;
  text-align: center;
  margin-top: 75px;
}
#smarter-choice .section-expandable .section-row-3 .panel-3 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}
#smarter-choice .section-expandable .section-row-3 .panel-3 p {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
}
#smarter-choice .section-expandable .section-row-3 .panel-3 h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
#how-it-works .section-main {
  height: 440px;
  color: #ffffff;
  background-color: #78a22f;
}
#how-it-works .section-main .panel-image {
  position: relative;
}
#how-it-works .section-main .img-special {
  top: -30px;
  left: -90px;
  width: 490px;
  z-index: 50;
}
#how-it-works .section-main .typehead {
  opacity: 0.4;
}
#how-it-works .section-expandable .bg-image {
  background-image: url(img/how-it-works/waste-to-energy/AD_Background.jpg);
  background-size: cover;
}
#how-it-works .section-expandable .section-row-1 .panel-1 {
  position: relative;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .popover {
  color: #ffffff;
  background-color: #005695;
  width: 350px;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .popover .arrow-spot {
  background-image: url(img/how-it-works/waste-to-energy/arrow.png);
  opacity: 0.6;
  width: 34px;
  height: 34px;
  background-position: 0px 0px;
  display: inline-block;
  margin-bottom: 12px;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .popover .popover-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .popover p {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .popover a {
  color: #ffffff;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .popover h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  line-height: 34px;
  float: left;
  opacity: 0.6;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .target {
  position: absolute;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .target .btn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  outline-style: none;
  background-image: url(img/elements/RolloverButtons.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .target .btn:hover {
  background-image: url(img/elements/RolloverButtons.png);
  background-position: -40px 0px;
  background-repeat: no-repeat;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .target .btn:active {
  box-shadow: none;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .target-1 {
  top: 230px;
  left: 300px;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .target-2 {
  top: 565px;
  left: 780px;
}
#how-it-works .section-expandable .section-row-1 .panel-1 .target-3 {
  top: 125px;
  left: 890px;
}
#how-it-works .section-expandable .section-row-2 {
  color: #ffffff;
}
#how-it-works .section-expandable .section-row-2 h2 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 0px;
}
#how-it-works .section-expandable .section-row-2 p {
  font-size: 24px;
  margin-top: 10px;
}
#how-it-works .section-expandable .section-row-3 {
  margin-top: 30px;
  padding-bottom: 50px;
  color: #6d6d6d;
}
#how-it-works .section-expandable .section-row-3 .panel-1 .textframe {
  /*margin-bottom: 200px;*/
}
#how-it-works .section-expandable .img-special {
  top: -20px;
  left: 50px;
  width: 510px;
}
#how-it-works .section-expandable .tab-row-1 .nav-tabs.nav-justified {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  border: none;
  margin-top: 0px;
}
#how-it-works .section-expandable .tab-row-1 .nav > li > a:hover,
#how-it-works .section-expandable .tab-row-1 .nav > li > a:focus,
#how-it-works .section-expandable .tab-row-1 .nav-tabs > li.active > a,
#how-it-works .section-expandable .tab-row-1 .nav-tabs > li.active > a:hover,
#how-it-works .section-expandable .tab-row-1 .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#how-it-works .section-expandable .tab-row-1 .nav-tabs.nav-justified > li {
  background-color: #005695;
}
#how-it-works .section-expandable .tab-row-1 .nav-tabs.nav-justified > li > a {
  color: #ffffff;
  border-radius: 0px 0px 0 0;
  border: 0px solid #ffffff;
}
#how-it-works .section-expandable .tab-row-1 .nav-tabs.nav-justified > li :hover {
  background-color: #78a22f;
}
#how-it-works .section-expandable .tab-row-1 .nav-tabs.nav-justified > li.active {
  background-color: #ffffff;
  border-top: 6px solid #78a22f;
}
#how-it-works .section-expandable .tab-row-1 .nav-tabs.nav-justified > li.active > a {
  color: #005695;
}
#how-it-works .section-expandable .tab-content {
  color: #6d6d6d;
}
#how-it-works .section-expandable .tab-content #tab1 .textframe {
  margin-top: 30px;
  margin-right: 30px;
  background-color: #ffffff;
}
#how-it-works .section-expandable .tab-content #tab1 .textframe h2 {
  color: #005695;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 20px;
}
#how-it-works .section-expandable .tab-content #tab1 .textframe p {
  color: #6d6d6d;
  margin-bottom: 20px;
  font-size: 20px;
}
#how-it-works .section-expandable .tab-content #tab1 .textframe h3 {
  color: #78a22f;
  font-weight: bold;
  font-size: 18px;
}
#how-it-works .section-expandable .tab-content #tab1 .bx-pager {
  bottom: 20px;
  z-index: 1000;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe {
  margin-top: 30px;
  margin-bottom: 30px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe .tab-head {
  font-size: 22px;
  padding-bottom: 20px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe h2 {
  color: #005695;
  font-size: 22px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe p {
  font-size: 16px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe h3 {
  font-size: 16px;
  margin-bottom: 3px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe .imgframe {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 18px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe ul li {
  margin-bottom: 2px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe .panel-1 .textframe {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe .panel-2 .textframe,
#how-it-works .section-expandable .tab-content #tab2 .textframe .panel-3 .textframe {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
}
#how-it-works .section-expandable .tab-content #tab2 .textframe .panel-4 .textframe {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
}
#how-it-works .section-expandable .tab-content #tab3 .textframe {
  margin-top: 30px;
  margin-bottom: 30px;
}
#how-it-works .section-expandable .tab-content #tab3 .textframe .tab-head {
  font-size: 22px;
  padding-bottom: 20px;
}
#how-it-works .section-expandable .tab-content #tab3 .textframe h2 {
  color: #005695;
  margin-bottom: 3px;
  font-size: 24px;
}
#how-it-works .section-expandable .tab-content #tab3 .textframe h3 {
  margin-bottom: 6px;
  font-size: 16px;
}
#how-it-works .section-expandable .tab-content #tab3 .textframe ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 18px;
}
#how-it-works .section-expandable .tab-content #tab3 .textframe ul li {
  margin-bottom: 4px;
  font-size: 16px;
}
#how-it-works .waste-to-energy .bx-wrapper {
  background-image: url(img/how-it-works/slider/anearobic_comp2_wide.jpg);
  background-size: cover;
}
#in-the-news .section-main {
  background-color: #005695;
}
#in-the-news .section-main .shadow-center {
  top: -70px;
}
#in-the-news .section-main .typehead {
  opacity: 0.15;
}
#in-the-news .section-main .textframe {
  margin-top: -50px;
  margin-left: -90px;
  color: #ffffff;
}
#in-the-news .slider p {
  font-size: 20px;
}
#in-the-news .slider li {
  height: 554px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
  font-size: 18px;
}
#in-the-news .slider .textframe {
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
#in-the-news .slider .textframe a {
  color: #ffffff;
}
#in-the-news .slider .slide1 {
  background-image: url(img/in-the-news/Blackwell_39R9881.jpg);
}
#in-the-news .slider .slide2 {
  background-image: url(img/in-the-news/innews_rockgreen.jpg);
}
#footer {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#footer .section-row-1 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
}
#footer .section-row-1 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#footer .section-row-2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999;
}
#footer .section-row-2 a {
  text-decoration: none;
}
#footer .section-row-2 .panel-3 {
  text-align: right;
}
#footer .section-row-2 .panel-3 p {
  font-size: 9px;
  font-weight: bold;
  margin: 0;
  line-height: 15px;
}
/*md size*/
@media (max-width: 1199px) {
  .navbar-default .navbar-brand {
    width: 415px;
  }
  .navbar-default .navbar-brand .logo-image {
    width: 190px;
    top: 15px;
    left: 15px;
  }
  .navbar-default .navbar-brand .logo-label {
    font-size: 16px;
    width: 200px;
    top: 44px;
    left: 215px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 44px;
  }
  .navbar-default .navbar-nav #ise-logo {
    width: 100px;
    margin-top: -11px;
  }
  #intro-video .section-row-1 {
    height: 369px;
  }
  #intro-video .section-row-1 .button-center {
    top: 150px;
  }
  #big-picture .section-main {
    height: 518px;
  }
  #big-picture .section-main p {
    margin-right: 38px;
  }
  #big-picture .section-main .img-special {
    top: -150px;
    width: 749px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 .img-special {
    width: 320px;
    top: -67px;
    left: -124px;
  }
  #big-picture #big-picture-expanded .slide3 p {
    margin-right: -44px;
  }
  #big-picture #big-picture-expanded .slide2 p {
    margin-left: -20px;
    margin-right: 20px;
  }
  #big-picture #big-picture-expanded .slide3 {
    margin-right: -4px;
  }
  #smarter-choice .section-expandable #EdgeID {
    height: 415px;
  }
  #smarter-choice .section-expandable .section-row-2 #EdgeID {
    height: 430px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-2 .textframe {
    margin-top: 14px;
  }
  #how-it-works .section-main .img-special {
    top: -13px;
    left: -125px;
    width: 465px;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-1 {
    top: 175px;
    left: 239px;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-2 {
    top: 462px;
    left: 635px;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-3 {
    top: 94px;
    left: 720px;
  }
  #how-it-works .section-expandable .section-row-2 p {
    margin-right: -68px;
  }
  #in-the-news .section-main .textframe {
    margin-right: 200px;
  }
  #contact {
    top: 155px;
  }
  .section-divider h3 {
    padding-bottom: 15px;
  }
}
/*sm size*/
@media (max-width: 991px) {
  img-responsive {
    max-width: 100%;
  }
  .section-divider h3 {
    padding-bottom: 20px;
  }
  .navbar-default .navbar-brand {
    width: 200px;
  }
  .navbar-default .navbar-brand .logo-image {
    width: 190px;
    top: 13px;
    left: 24px;
  }
  .navbar-default .navbar-brand .logo-label {
    text-align: center;
    font-size: 16px;
    width: 200px;
    top: 72px;
    left: 15px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 44px;
  }
  .navbar-default .navbar-nav #ise-logo {
    width: 100px;
    margin-top: -11px;
  }
  #intro-video .section-row-1 {
    height: 283px;
  }
  #intro-video .section-row-1 .button-center {
    top: 106px;
  }
  #big-picture .section-expandable .slider-label h2 {
    font-size: 26px;
  }
  #big-picture .section-expandable #big-picture-info h2 {
    font-size: 27px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-1 .panel-1 .textframe {
    margin-right: 40px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-1 .panel-2 .img-special {
    width: 353px;
    left: 27px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 .img-special {
    width: 372px;
    top: -280px;
    left: -388px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-3 .panel-4 .textframe {
    margin-right: 38px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-3 .panel-5 .img-special {
    width: 315px;
    left: 50px;
    top: 75px;
  }
  #big-picture .section-expandable #big-picture-expanded .slider .slide1 p {
    margin-right: -13px;
  }
  #big-picture .section-main {
    height: 450px;
  }
  #big-picture .section-main p {
    margin-right: 0px;
  }
  #big-picture .section-main .img-special {
    left: -83px;
    width: 670px;
  }
  #smarter-choice .section-main {
    height: 445px;
  }
  #smarter-choice .section-expandable .section-row-2 #EdgeID {
    height: 335px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-1 .textframe {
    margin-right: 42px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-2 .textframe {
    margin-top: 17px;
  }
  #smarter-choice #smarter-choice-expanded .panel-3 {
    margin-left: 45px;
    margin-right: 45px;
  }
  #how-it-works .section-main .row {
    margin-left: -36px;
    margin-right: -163px;
  }
  #how-it-works .section-main .typehead .img-responsive {
    max-width: 400px;
  }
  #how-it-works .section-main .img-special {
    top: -3px;
    left: -132px;
    width: 450px;
  }
  #how-it-works .section-expandable .bg-image {
    height: 251px;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-1 {
    top: 133px;
    left: 182px;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-2 {
    top: 342px;
    left: 485px;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-3 {
    top: 68px;
    left: 570px;
  }
  #how-it-works .section-expandable .section-row-2 p {
    margin-right: 126px;
  }
  #how-it-works .section-expandable .tab-content .tab-head {
    margin-bottom: 29px;
  }
  #how-it-works .section-expandable .img-special {
    left: -69px;
  }
  #how-it-works #how-it-works-expanded .panel-1 .textframe {
    margin-right: -60px;
  }
  #how-it-works #how-it-works-expanded .panel-1 .textframe p {
    font-size: 22px;
  }
  #in-the-news .section-main .textframe {
    margin-left: -53px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #big-picture #big-picture-expanded .slide2 p {
    margin-left: 0px;
    margin-right: 0px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-1 h2 {
    padding-right: 0px;
    font-size: 25px;
    margin-bottom: 20px;
  }
  #how-it-works .section-expandable .section-row-2 p {
    margin-right: 0px;
  }
  #how-it-works #how-it-works-expanded .panel-1 .textframe {
    margin-right: 0px;
  }
  #footer .section-row-2 .panel-1 {
    padding-bottom: 20px;
  }
  #footer .section-row-2 .panel-2 {
    padding-bottom: 20px;
  }
  #footer .section-row-2 .panel-3 {
    text-align: center;
  }
  #smarter-choice #smarter-choice-expanded .panel-3 {
    margin-left: 0px;
    margin-right: 0px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-1 .textframe {
    margin-right: 0px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-1 {
    padding-bottom: 30px;
  }
  #how-it-works .section-expandable .bg-image {
    height: 492px;
  }
  #big-picture .section-expandable .slider-label h2 {
    font-size: 23px;
  }
  #how-it-works .section-expandable .tab-content #tab1 .textframe {
    margin-right: 0px;
  }
  #how-it-works .section-expandable .tab-content #tab1 .textframe h2 {
    font-size: 24px;
    margin-right: 66px;
  }
  #how-it-works .section-expandable .tab-content #tab1 .textframe h3 {
    font-size: 16px;
  }
  #big-picture .section-expandable .slider-label h2 {
    font-size: 23px;
  }
  #how-it-works .section-expandable .section-row-3 img {
    height: 220px;
    width: auto;
  }
}
/* xs size */
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  p {
    font-size: 18px;
  }
  .img-special {
    position: relative;
  }
  .navbar {
    min-height: 60px;
    height: 60px;
  }
  .navbar-default .center-logos {
    width: 100%;
  }
  .navbar-default .navbar-brand {
    position: absolute;
    padding-right: 0px;
    width: 100%;
    height: 60px;
  }
  .navbar-default .navbar-brand .logo {
    width: 200px;
    position: absolute;
    height: 50px;
    top: 5px;
    left: 50%;
    margin-left: -100px;
  }
  .navbar-default .navbar-brand .logo-image {
    width: 120px;
    top: 0px;
    left: 44px;
  }
  .navbar-default .navbar-brand .logo-label {
    font-size: 12px;
    left: 0px;
    top: 34px;
  }
  .navbar-default .navbar-nav {
    background-color: #ffffff;
    text-align: center;
  }
  .navbar-default .navbar-nav #ise-logo {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: #eeeeee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  #shadow-nav {
    position: fixed;
    top: 61px;
  }
  .section-main {
    padding-bottom: 60px;
  }
  .section-divider h2 {
    font-size: 25px;
  }
  .section-divider p {
    font-size: 18px;
  }
  .section-divider h3 {
    font-size: 19px;
    padding-bottom: 20px;
  }
  #intro-video .section-row-1 {
    height: 250px;
    background-size: cover;
  }
  #intro-video .section-row-1 .button-center {
    top: 90px;
  }
  #big-picture .section-main {
    height: auto;
  }
  #big-picture .section-main .img-special {
    width: 90%;
    position: relative;
    top: -25px;
    left: 35px;
  }
  #big-picture .section-expandable .slider li {
    height: 350px;
  }
  #big-picture .section-expandable .slider-label h2 {
    font-size: 22px;
  }
  #big-picture .section-expandable .slide1 .container {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #big-picture .section-expandable .slide2 .container {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #big-picture .section-expandable .slide3 .container {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #big-picture .section-expandable .slide3 .slider li {
    height: 350px;
  }
  #big-picture .section-expandable #big-picture-info {
    background-image: none;
  }
  #big-picture .section-expandable #big-picture-info h2 {
    font-size: 22px;
    padding-top: 10px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-1 {
    background-image: none;
  }
  #big-picture .section-expandable #big-picture-info .section-row-1 .panel-1 {
    background-color: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-1 .panel-1 .textframe {
    margin-right: 0px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-1 .panel-1 .textframe p {
    display: none;
  }
  #big-picture .section-expandable #big-picture-info .section-row-1 .panel-1 .textframe h2 {
    color: #78a22f;
  }
  #big-picture .section-expandable #big-picture-info .section-row-1 .panel-2 .img-special {
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 20px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-2 {
    background-image: none;
  }
  #big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 {
    background-color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 .textframe {
    margin-left: 0px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-2 .panel-3 .img-special {
    width: 100%;
    top: 0px;
    left: 0px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-3 {
    background-image: none;
  }
  #big-picture .section-expandable #big-picture-info .section-row-3 .panel-4 {
    background-color: #005695;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-3 .panel-4 .textframe {
    margin-right: 0px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-3 .panel-5 {
    background-color: #005695;
  }
  #big-picture .section-expandable #big-picture-info .section-row-3 .panel-5 .img-special {
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 20px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-4 p {
    font-size: 18px;
  }
  #big-picture .section-expandable #big-picture-info .section-row-4 h2 {
    font-size: 18px;
  }
  #smarter-choice .section-main {
    height: 350px;
  }
  #smarter-choice .section-expandable .section-divider p {
    margin-left: 0px;
    margin-right: 0px;
  }
  #smarter-choice .section-expandable .section-row-2 {
    background-color: #005695;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
  }
  #smarter-choice .section-expandable .section-row-2 .infographic {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 150px;
  }
  #smarter-choice .section-expandable .section-row-2 .infographic .img-special {
    height: 100%;
    width: auto;
  }
  #smarter-choice .section-expandable .section-row-2 h1 {
    font-size: 22px;
    padding-top: 20px;
  }
  #smarter-choice .section-expandable .section-row-2 h2 {
    margin-bottom: 0px;
  }
  #smarter-choice .section-expandable .section-row-2 p {
    padding-bottom: 20px;
  }
  #smarter-choice .section-expandable .section-row-3 {
    background-image: none;
    height: auto;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-2 {
    background-color: #005695;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-2 .textframe {
    margin-top: 0px;
    margin-left: 0px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-3 {
    background-color: #78a22f;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #how-it-works .section-main {
    height: auto;
  }
  #how-it-works .section-main .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #how-it-works .section-main p {
    margin-bottom: 30px;
  }
  #how-it-works .section-main .img-special {
    width: 219px;
    left: -11px;
    top: -13px;
  }
  #how-it-works .section-main .typehead {
    margin-top: -14px;
  }
  #how-it-works .section-main .typehead .img-responsive {
    max-width: 100%;
  }
  #how-it-works .section-expandable .nav-tabs.nav-justified {
    margin-top: 5px;
  }
  #how-it-works .section-expandable .container.phone {
    display: block;
  }
  #how-it-works .section-expandable .container.desktop {
    display: none;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .tab-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: 34px;
    float: left;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .tab-content .arrow-spot {
    background-image: url(http://www.isge.msistaging.com/img/how-it-works/waste-to-energy/blue_arrow.png);
    width: 34px;
    height: 34px;
    background-position: 0px 0px;
    display: inline-block;
    margin-bottom: 12px;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-1 {
    top: 21%;
    left: 24%;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-2 {
    top: 64%;
    left: 62%;
  }
  #how-it-works .section-expandable .section-row-1 .panel-1 .target-3 {
    top: 15%;
    left: 76%;
  }
  #how-it-works .section-expandable .section-row-2 {
    padding-bottom: 13px;
  }
  #how-it-works .section-expandable .section-row-2 p {
    font-size: 18px;
    padding-top: 8px;
  }
  #how-it-works .section-expandable .section-row-3 img {
    margin-left: auto;
    margin-right: auto;
  }
  #how-it-works .section-expandable .tab-content #tab1 .textframe p {
    font-size: 18px;
  }
  #how-it-works .section-expandable .tab-content #tab1 .textframe h2 {
    font-size: 24px;
  }
  #how-it-works .section-expandable .tab-content #tab2 .textframe h2 {
    font-size: 18px;
  }
  #how-it-works .section-expandable .tab-content #tab3 .textframe .tab-head {
    font-size: 18px;
  }
  #how-it-works .section-expandable .tab-content #tab3 .textframe h2 {
    font-size: 22px;
  }
  #in-the-news .section-main {
    padding-bottom: 20px;
  }
  #in-the-news .section-main .textframe {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #in-the-news .textframe {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #in-the-news .slider li {
    height: 320px;
  }
  #in-the-news .slider p {
    font-size: 18px;
  }
  #big-picture #big-picture-expanded .slide2 p {
    margin-left: 0px;
    margin-right: 0px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-1 h2 {
    padding-right: 0px;
    font-size: 25px;
    margin-bottom: 20px;
  }
  #how-it-works .section-expandable .section-row-2 p {
    margin-right: 0px;
  }
  #how-it-works #how-it-works-expanded .panel-1 .textframe {
    margin-right: 0px;
  }
  #footer .section-row-2 .panel-1 {
    padding-bottom: 20px;
  }
  #footer .section-row-2 .panel-2 {
    padding-bottom: 20px;
  }
  #footer .section-row-2 .panel-3 {
    text-align: center;
  }
  #smarter-choice #smarter-choice-expanded .panel-3 {
    margin-left: 0px;
    margin-right: 0px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-1 .textframe {
    margin-right: 0px;
  }
  #smarter-choice .section-expandable .section-row-3 .panel-1 {
    padding-bottom: 30px;
  }
  #how-it-works .section-expandable .bg-image {
    height: 492px;
  }
  #big-picture .section-expandable .slider-label h2 {
    font-size: 23px;
  }
  #how-it-works .section-expandable .tab-content #tab1 .textframe {
    margin-right: 0px;
  }
  #how-it-works .section-expandable .tab-content #tab1 .textframe h2 {
    font-size: 24px;
    margin-right: 66px;
  }
  #how-it-works .section-expandable .tab-content #tab1 .textframe h3 {
    font-size: 16px;
  }
  #big-picture .section-expandable .slider-label h2 {
    font-size: 23px;
  }
  #how-it-works .section-expandable .section-row-3 img {
    height: 220px;
    width: auto;
  }
  #formModal .modal-content {
    background-color: #ffffff;
  }
  #formModal .modal-content .close {
    color: #000000;
  }
  #formModal .modal-dialog {
    width: 80%;
  }
}
