.btn-white-trans {
  line-height: 30px;
  color: white;
  background: rgba(23, 8, 33, 0.0);
  border-color: white;
  margin: 8px 5px;
}

.btn-white-trans:hover {
  color: #170821;
  background-color: white;
}

.header-links  a {
  color: white !important;
  margin-top: 15px;
}

.header-links a:hover {

}

.index-content {
  padding-top: 80px;
}

.banner {
  text-align: center;
  color: #616161;
  background-image: url(../images/blossom_banner.png);
  background-repeat: no-repeat;
  background-size: 100%  auto;
}

.banner h1 {
  font-size: 50px;
  color: white;
}

.banner h4 {
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 20px;
  padding-bottom: 10px;
}

.banner a{
  color: #b4b5b5;
}

.banner-content {
  padding: 150px 0px;
}

.featured-content {
  background-color: #ffffff;
  padding: 38px 40px;
  border-radius: 3px;
}

.content-title {
  display: block;
  font-size: 25px;
  font-weight: 600;
}

.mission-text {
  padding: 10px 10px 20px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.summary {
  padding-top: 28px;
}

.summary a h5{
  color: #404040;
  margin-top: 10px !important;
}

.summary > div {
  display:inline-flex;
  float: none;
}

.summary-text {
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 380;
}

.team-text {
  float: right !important;
  text-align: left;
  font-size: 18px;
  font-weight: 380;
}

.explanation-text {
  float: right !important;
  text-align: left;
  font-size: 18px;
  font-weight: 380;
}

.partner-text {
  float: right !important;
  text-align: left;
  font-size: 18px;
  font-weight: 380;
}

#ameren-row {
  padding-top: 0px !important;
  margin-top: -50px;
}

#ameren-text {
  padding-top: 115px !important;
}

.summary-item {
  margin-top: auto;
  margin-bottom: auto;
}

#ihoods {
  margin-top: -10px;
}

#ihoods-arrows {
  margin-top: 100px;
}

#gosolar {
  margin-top: -5px;
}

#gosolar-arrows {
  margin-top: 110px;
}

#ameren-arrows {
  margin-top: 130px;
}

.footer {
  background-color: #1f1f1f;
  color: #616161;
}

.footer-content {
  padding: 45px 80px;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.radio-container .checkmark:after {
  top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}

.card-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}



.tooltip-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tooltip-chart .content-chart {
    background-color: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 3px;
    padding: 5px 12px 5px;
    position: relative;
}

.tooltip-chart .content-chart:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,.8);
    position: absolute;
    bottom: -5px;
    margin-left: 50%;
    left: -5px
}

.tooltip-chart .content-chart.arrow-none:before {
    display: none
}

.tooltip-chart .content-chart span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: -2px;
    text-align: center;
    color: #bad3fb
}

.tooltip-chart .content-chart .label {
    font-size: 11px;
    text-align: center
}

.tooltip-chart .content-chart .label .label-x,.tooltip-chart .content-chart .label .label-y {
    display: inline-block
}


.border-bottom {
    border-bottom: 1px solid #ebebeb;
}

.min-height-500 {
  min-height:770px !important;
}

.circle-green {
    background-color:#fff;
    border:2px solid #27a950;
    height:50px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:50px;
}

.circle-black {
  background-color:#fff;
  border:2px solid black;
  height:50px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  width:50px;
}

.circle-red {
  background-color:#fff;
  border:2px solid #f53f4b;
  height:50px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  width:50px;
}

.text-black {
  color: black;
}

.text-green {
  color:  #27a950;
}

.text-red {
  color: #f53f4b;
}

.text-gray {
  color: #b5b8bb;
}

.text-white {
  color: white;
}

.expand-transition {
  transition:all .3s ease;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.demo-splash
{
  max-width: 1048px !important;
}

.agreement-card-header
{
 font-family: inherit;
}

.agreement-card-body
{
font-family: inherit;
}

.agreement-card-resource-spacer
{
    width: 8.33333333%;
}

.agreement-card-body-resource-img
{
  height: 25px;
}

.agreement-card-body-flow-img
{
  height: 12.5px;
}

.agreement-card-flow-text
{
  font-size: 14px;
}

.agreement-card-flow-units
{
  font-size: 50%;
}


@media screen and (min-width: 768px)
{
  .agreement-card-header
  {
   font-family: inherit;
   font-size: 8px;
  }

  .agreement-card-body
  {
  font-family: inherit;
  font-size: 8px;
  }

  .agreement-card-body-resource-img
  {
    height: 10px;
  }

  .agreement-card-body-flow-img
  {
    height: 5px;
  }

  .agreement-card-flow-text
  {
    font-size: 12px;
  }

  .agreement-card-resource-spacer
  {
    padding-left: 0px;
    padding-right: 0px;
    width: 0%;
  }

}

@media screen and (min-width: 1024px)
{
  .agreement-card-header
  {
   font-family: inherit;
  }

  .agreement-card-body
  {
  font-family: inherit;
  }

  .agreement-card-body-resource-img
  {
    height: 30px;
  }

  .agreement-card-body-flow-img
  {
    height: 15px;
  }

  .agreement-card-flow-text
  {
    font-size: 14px;
  }

  .agreement-card-resource-spacer
  {
    padding-left: 0px;
    padding-right: 0px;
    width: 5%;
  }

}


@media screen and (min-width: 1900px)
{
  #ameren-text {
    padding-top: 90px !important;
  }

  .team-text {
    margin-top: 30px;
    float: right !important;
    text-align: left;
    font-size: 18px;
    font-weight: 380;
  }

  .explanation-text {
    margin-top: 20px;
    float: right !important;
    text-align: left;
    font-size: 18px;
    font-weight: 380;
  }

  .partner-text {
    margin-top: 45px;
    float: right !important;
    text-align: left;
    font-size: 18px;
    font-weight: 380;
  }
}


@media screen and (min-width: 2560px)
{
  .agreement-card-header
  {
   font-family: inherit;
  }

  .agreement-card-body
  {
  font-family: inherit;
  }

  .agreement-card-body-resource-img
  {
    height: 50px;
  }
  .agreement-card-body-flow-img
  {
    height: 25px;
  }

  .agreement-card-flow-text
  {
    font-size: 28px;
  }


  .agreement-card-resource-spacer
  {
        padding-left: 15px;
        padding-right: 15px;
        width: 8.33333333%;
  }

}
