.section-title {
  font-family: "HaasDisplayBold","Helvetica";
  font-size: 25px;
  color:#262626;
  max-width: 880px;
  padding-top: 20px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.section-text{
  font-family: "TiemposTextWeb-Regular","Georgia";
  font-size: 18px;
  margin: 0 auto;
  max-width: 880px;
  padding-bottom: 20px;
  min-height: 100px;
  line-height: 1.6em;
}

#intro-dek{
  font-family: "TiemposTextWeb-Regular","Georgia";
  font-size: 21px;
  color: #767676;
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 5px;
  padding-top: 5px;
}

.timestamp{
  text-align: center;
  width: 350px;
  /*text-align: left;*/
  /*width: auto;*/
  padding-bottom: 20px;
}

.copy-width{
  margin: 0 auto;
  max-width: 880px;
}

video{
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 3em;
}

.input-container {
  max-height:300px;
  overflow: hidden;
  float: right;
}

input{
  width: 250px;
  height:35px;
  border:2px solid #999;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-family: "HaasText","Helvetica";
  font-size: 18px;
  color:#666;
  padding:3px;
  float:left;
}

input:focus {
  border:2px solid rgb(118, 171, 211);
  outline: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

.search-box-label {
  float: left;
  font-family: "HaasText",helvetica,sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-top: 8px;
  margin-right: 5px;
}

#graphic-button-container{
  max-width: 1160px;
}

#graphic-button-container div:nth-child(2) {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#graphic-button-container div:last-child{
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.graphic-button{
  width: 195px;
  height: 40px;
}
.graphic-button:hover{
  background-color: rgb(97, 95, 95);
}

.graphic-button-active{
  background-color: rgb(97, 95, 95);
  font-weight: bold;
}

#conf-earnings, #takers-givers{
  padding: 4px;
}

.graph-title{
  font-family: "HaasDisplayBold","Helvetica";
  font-size: 18px;
}

.source-line{
  color: #57595C;
  font-family: "HaasText","Helvetica";
  font-size: 15px;
}


#unit-payout, #conference-breakdown{
  width: 345px;
  float: right;
  border-left: rgb(237, 237, 237) 1px solid;
  margin-left: 15px;
}


.typed{
  fill: purple !important;
  stroke-width: 2px !important;  
}

.exact{
  stroke: black !important;
}

.active{
  stroke: black !important;
  stroke-width: 2.5px !important;
}


.embed-rule {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2PUYvhef42Bs5EBCBhBBAygcABn9QMEloeHKQAAAABJRU5ErkJggg==) repeat;
  height:20px;
  width:100%;
}

.embed-rule.top {
  margin-top:15px;
  margin-bottom:15px;
}

.embed-rule.bottom {
  margin-top: 15px;
  margin-bottom:15px;
}
.timestamp {
  margin-bottom: 20px;
}
#footer {
  color:#333;
  font-size:14px;
  line-height: 24px;
}


.ie-fallback { 
  display: none;
  margin: 0px auto;
 }
.mobile-fallback { 
  display: none;
  margin: 0px auto;
 }
.interactive-holder { display: block; }

#conference-breakdown {
  margin-bottom: 40px;
}

@media only screen and (max-width: 680px)  {
 #unit-payout, #conference-breakdown {
    width: 100%;
    margin-bottom: 10px;
  }

  #unit-payout svg, #conference-breakdown svg{
    display: block;
    margin: 0 auto;
    border-left: rgb(237, 237, 237) 0px solid;
  }
}

@media only screen and (max-width: 568px)  {
  .mobile-fallback { 
    display: block; 
    width: 100%; 
  }
  .interactive-holder { 
    display: none; 
  }
}