.VANGRecycleTool .hero {
    background-image: none;
    background-color: #007bc6;
  }
  
  h1,
  h2,
  h3 {
    font-family: "Lora", serif;
    font-weight: 500;
  }
  
  .logo img {
    width: 270px !important;
  }
  
  input {
    display: inline-block;
    width: 300px;
    margin-left: 20px;
    border: 1px solid #000;
    margin: 0;
  }
  .VANGRecycleTool main {
    background-color: #d5e0e7;
  }
  .VANGRecycleTool .padding-title {
    padding: 30px 20px 15px;
  }
  .VANGRecycleTool h2 {
    color: #025690;
    font: 500 20px/30px "Open Sans", sans-serif;
  }
  .VANGRecycleTool h2 > span {
    font-weight: 300;
  }
  .select {
    margin-bottom: 20px;
  }
  
  .VANGRecycleTool .section--bars button {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjUwOSIgaGVpZ2h0PSIxNS42MDQiIHZpZXdCb3g9IjAgMCA5LjUwOSAxNS42MDQiPg0KICA8cGF0aCBpZD0iaWNvbl9jaGV2cm9uLXJpZ2h0X21hZ2VudGEiIGQ9Ik0yMi4xNjksNy44LDE0LjIwNiwwLDEyLjY2LDEuNjE0LDE5LjA2LDcuOGwtNi40LDYuMTg4TDE0LjIwNiwxNS42WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjY2KSIgZmlsbD0iI0ZBQjMxQSIvPg0KPC9zdmc+DQo=")
      no-repeat center right 30px;
    color: #007bc7;
  }
  
  .VANGRecycleTool main .calculator {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .VANGRecycleTool main .calculator > div {
    padding: 45px;
    background: #fff;
  }
  .VANGRecycleTool main .calculator .row {
    margin-bottom: 20px;
  }
  .co2bar-total {
    flex: 1;
    width: 105px;
    height: 40px;
    margin: 0 30px;
  }
  .co2bar-amount {
    display: none;
    width: 0;
    height: 100%;
    background-color: #fab31a;
    /*background-color: #e72158;*/
  }
  div[id^="co2bar-"] {
    -webkit-transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
  }
  .flex {
    display: flex;
  }
  /* */
  .graph__title {
    width: 100%;
    margin-bottom: 10px;
  }
  .graph__info {
    display: block;
    flex-grow: 1;
    padding: 10px 0 10px 20px;
    background-color: #005589;
    color: #fff;
  }
  .graph__extra {
    align-self: flex-end;
    padding: 10px 15px;
    color: #fff;
    background-color: #007bc7;
    text-transform: lowercase;
  }
  .graph__info,
  .graph__extra {
    font: 500 20px/30px "Open Sans", sans-serif;
    font-weight: 500;
  }
  /* Filter */
  .section--filter {
    padding: 15px 20px;
  }
  .section--filter .select {
    align-items: center;
    margin: 0;
    padding: 15px 0;
  }
  .section--filter .select__title {
    width: 100%;
    max-width: 250px;
    margin: 0;
    color: #000;
    font: 700 15px/20px "Open Sans", sans-serif;
  }
  .section--filter .select__title span {
    font-weight: 300;
  }
  .section--filter .selectize-control.single {
    width: 100%;
    max-width: 330px;
  }
  .section--filter .selectize-control.single .selectize-input {
    height: 40px;
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  .section--filter .selectize-control.single .selectize-input .item {
    position: absolute;
    color: #000;
    font: 500 15px "Open Sans", sans-serif;
  }
  .section--filter .selectize-control.single .selectize-input input {
    width: calc(100% - 40px) !important;
    color: #000;
    font: 500 14px "Open Sans", sans-serif;
  }
  .section--filter
    .selectize-control.single
    .selectize-input
    input::-moz-placeholder {
    color: #000;
    font: 500 15px/44px "Open Sans", sans-serif;
    opacity: 1;
  }
  .section--filter
    .selectize-control.single
    .selectize-input
    input:-ms-input-placeholder {
    color: #000;
    font: 500 15px/44px "Open Sans", sans-serif;
  }
  .section--filter
    .selectize-control.single
    .selectize-input
    input::-webkit-input-placeholder {
    color: #000;
    font: 500 15px/44px "Open Sans", sans-serif;
  }
  .section--filter .selectize-control.single .selectize-input:after {
    width: 40px;
    height: 40px;
    margin: 0;
    top: -1px;
    right: -1px;
    bottom: 0;
    background: #007bc7
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS42MDQiIGhlaWdodD0iOS41MDkiIHZpZXdCb3g9IjAgMCAxNS42MDQgOS41MDkiPg0KICA8cGF0aCBpZD0iaWZfdi03XzMxNjI2MzIiIGQ9Ik0yMi4xNjksNy44LDE0LjIwNiwwLDEyLjY2LDEuNjE0LDE5LjA2LDcuOGwtNi40LDYuMTg4TDE0LjIwNiwxNS42WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNjA0IC0xMi42Nikgcm90YXRlKDkwKSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=")
      no-repeat 50% 50%;
    border: none;
  }
  .section--filter .selectize-dropdown.single {
    width: 100% !important;
    max-width: 330px;
    border: none;
    border-radius: 0;
  }
  .section--filter .selectize-dropdown .option {
    padding: 5px 10px;
    color: #000;
    font: 400 15px "Open Sans", sans-serif;
  }
  /* Bars */
  .section--bars {
    padding: 15px 20px;
  }
  .section--bars .bar {
    position: relative;
    display: flex;
    align-items: center;
  }
  .section--bars .bar:after {
    position: absolute;
    content: "";
    height: 1px;
    right: -5px;
    bottom: -10px;
    left: -5px;
    background: #fff;
  }
  
  .section--bars .bar label {
    width: 100%;
    max-width: 250px;
    color: #000;
    font: 500 15px/20px "Open Sans", sans-serif;
  }
  .section--bars .bar label ~ input {
    width: 105px;
    margin: 5px 0;
    border-color: #707070;
  }
  
  .section--bars .bar label ~ input.recyclingpercentage {
    margin-left: 20px;
  }
  
  .input--header {
    display: inline-block;
  }
  
  .kengetal--header {
    width: 100%;
    max-width: 355px;
    text-align: right;
    border-right: 1px solid #025690;
    padding-right: 10px;
  }
  .recyclingpercentage--header {
    width: 100%;
    max-width: 355px;
    padding-left: 10px;
  }
  
  .padding-title {
    padding-bottom: 20px;
  }
  
  .section--bars .bar [class*="total-"] {
    width: 100px;
    font-size: 26px;
    font-weight: 800;
  }
  .section--bars .indent {
    align-items: center;
    padding-left: 250px;
  }
  .section--bars button {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 55px 10px 30px;
    background: #fff
      url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjUwOSIgaGVpZ2h0PSIxNS42MDQiIHZpZXdCb3g9IjAgMCA5LjUwOSAxNS42MDQiPg0KICA8cGF0aCBpZD0iaWNvbl9jaGV2cm9uLXJpZ2h0X21hZ2VudGEiIGQ9Ik0yMi4xNjksNy44LDE0LjIwNiwwLDEyLjY2LDEuNjE0LDE5LjA2LDcuOGwtNi40LDYuMTg4TDE0LjIwNiwxNS42WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjY2KSIgZmlsbD0iI2U3MjE1OCIvPg0KPC9zdmc+DQo=")
      no-repeat center right 30px;
    background-size: 10px auto;
    border: 2px solid #007bc7;
    border-radius: 5px;
    color: #e72158;
    font: 800 16px/1 "Open Sans", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .section--bars button:active,
  .section--bars button:focus,
  .section--bars button:hover {
    background-position: center right 25px;
  }
  
  .section--bars button:disabled,
  .section--bars button[disabled] {
    opacity: 0.2;
  }
  
  .section--bars .total {
    flex: 1;
    margin: 5px 0;
    padding: 0 15px 0 0;
    font: 300 15px/20px "Open Sans", sans-serif;
    text-align: right;
  }
  .section--bars #TotalOutput {
    width: 160px;
    margin: 5px 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
  }
  
  .section--bars button sub,
  .section--bars .total sub {
    font-size: 12px;
  }
  
  @media (max-width: 991px) {
    /* Filter */
    .section--filter {
      padding: 15px;
    }
    .section--filter .select__title {
      max-width: 200px;
    }
    /* Bars */
    .section--bars {
      padding: 15px;
    }
    .section--bars .bar label {
      max-width: 200px;
    }
    .section--bars .bar label > input {
      width: 75px;
    }
    .section--bars .indent {
      padding-left: 200px;
    }
    .input--header {
      padding-left: 0;
      padding-right: 0;
      border-right: 0;
      text-align: left;
    }
  }
  @media (max-width: 767px) {
    .VANGRecycleTool main .calculator > div {
      padding: 15px;
    }
    .VANGRecycleTool .padding-title {
      padding: 30px 15px 15px;
    }
    /* */
    .graph__title.flex {
      flex-flow: column;
    }
    .graph__extra {
      width: 100%;
    }
    /* Filter */
    .section--filter .select__title {
      margin-bottom: 0.5rem;
    }
    .select.flex {
      flex-flow: column;
      align-items: flex-start;
    }
    /* Bars */
    .section--bars .bar {
      flex-wrap: wrap;
      align-items: center;
    }
    .section--bars .bar label {
      width: calc(100% - 75px);
      max-width: none;
      margin-bottom: 5px;
      padding-right: 15px;
    }
    /*.section--bars .bar label+input{width:100%}*/
    .co2bar-total {
      width: calc(100% - 150px);
      margin: 0;
      padding-right: 15px;
    }
    .section--bars .bar [class*="total-"] {
      width: 75px;
      font-size: 23px;
    }
    .section--bars .indent {
      flex-wrap: wrap;
      align-items: center;
      padding-left: 0;
    }
    .section--bars .total {
      flex: none;
      width: calc(100% - 75px);
      text-align: left;
    }
    .section--bars #TotalOutput {
      width: 75px;
      font-size: 23px;
    }
  }
  
  ul.note {
    list-style: disc;
  }
  
  ul.note li {
    margin-left: 1rem;
  }
  