body {
  background-image: linear-gradient(to right, #1C65A6, #06B5D9);
  color: #fff;
  margin: 80px 0 400px 0;
  font-family: "Alegreya Sans SC", sans-serif;
  min-height: 1200px;
}
.container {
  position: relative;
}
.intro p {
  font-family: sans-serif;
}
h1 {
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1;
}
h1 a {
  color: #fff;
}
h1 a:hover,
h1 a:focus {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.chart {
  height: 100px;
}
.ui {
  font-size: 12px;
}
@media(max-width: 600px) {
  .ui {
    padding: 0 20px;
  }
}
.ui b {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.my-gov {
  margin-bottom: 20px;
}
.my-gov-chart {
 height: 200px;
}
.range-slider {
  width: 100%;
}
.row-summary {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  display: none;
}
.summary-large {
  font-size: 40px;
  max-width: 50%;
  margin: 0 auto;
}
.ui-buttons {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 80px;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #06B5D9;
  padding: 20px 0;
  display: none;
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  opacity: 1;
  left: 0;
  top: 0;
}
.loading {
  position: absolute;
  width: 60%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  text-align: center;
  background: url('../wdv-prize-white.png') no-repeat center center;
  background-size: contain;
  top: 33%;
}
 input[type=range] {
   height: 22px;
   background: none;
   -webkit-appearance: none;
   margin: 0;
   width: 100%;
 }
 input[type=range]:focus {
   outline: none;
 }
 input[type=range]::-webkit-slider-runnable-track {
   width: 100%;
   height: 2px;
   cursor: pointer;
   animate: 0.2s;
   box-shadow: 0px 0px 0px #000000;
   background: #FFFFFF;
   border-radius: 0px;
   border: 0px solid #010101;
 }
 input[type=range]::-webkit-slider-thumb {
   box-shadow: 1px 1px 1px #1C65A6;
   border: 0px solid #00001E;
   height: 15px;
   width: 15px;
   border-radius: 15px;
   background: #FFFFFF;
   cursor: pointer;
   -webkit-appearance: none;
   margin-top: -6.5px;
 }
 input[type=range]:focus::-webkit-slider-runnable-track {
   background: #FFFFFF;
 }
 input[type=range]::-moz-range-track {
   width: 100%;
   height: 2px;
   cursor: pointer;
   animate: 0.2s;
   box-shadow: 0px 0px 0px #000000;
   background: #FFFFFF;
   border-radius: 0px;
   border: 0px solid #010101;
 }
 input[type=range]::-moz-range-thumb {
   box-shadow: 1px 1px 1px #1C65A6;
   border: 0px solid #00001E;
   height: 15px;
   width: 15px;
   border-radius: 15px;
   background: #FFFFFF;
   cursor: pointer;
 }
 input[type=range]::-ms-track {
   width: 100%;
   height: 2px;
   cursor: pointer;
   animate: 0.2s;
   background: transparent;
   border-color: transparent;
   color: transparent;
 }
 input[type=range]::-ms-fill-lower {
   background: #FFFFFF;
   border: 0px solid #010101;
   border-radius: 0px;
   box-shadow: 0px 0px 0px #000000;
 }
 input[type=range]::-ms-fill-upper {
   background: #FFFFFF;
   border: 0px solid #010101;
   border-radius: 0px;
   box-shadow: 0px 0px 0px #000000;
 }
 input[type=range]::-ms-thumb {
   margin-top: 1px;
   box-shadow: 1px 1px 1px #1C65A6;
   border: 0px solid #00001E;
   height: 15px;
   width: 15px;
   border-radius: 15px;
   background: #FFFFFF;
   cursor: pointer;
 }
 input[type=range]:focus::-ms-fill-lower {
   background: #FFFFFF;
 }
 input[type=range]:focus::-ms-fill-upper {
   background: #FFFFFF;
 }
 .btn-about {
   position: absolute;
   right: 0;
   top: 0;
 }
 @media(max-width: 800px) {
   .btn-about {
     top: -50px;
     right: 15px;
   }
 }
 .modal-body {
   padding: 40px;
   color: #555;
 }
 .modal-body p {
   font-family: sans-serif;
 }
 .modal-body a {
   color: #1C65A6;
 }
 .modal-body a:hover,
 .modal-body a:focus {
   color: #1C65A6;
   opacity: 0.7;
   text-decoration: none;
 }
 .modal-body img {
   width: 60%;
   margin: 40px auto;
   display: block;
   opacity: 0.3;

 }
 .modal-content .btn-default {
   color: #111;
 }
 .btn-default {
   color: #fff;
 }
 .data-source {
   font-size: 13px;
 }

@media (max-width: 600px) {
  .ui {
    max-height: 300px;
    overflow-y: scroll;
  }
}
