
html, body {
  max-width: 660px;
  overflow: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #151515;
  max-width: 660px;
}

#hed {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
  margin: 0px;
  padding-bottom: 1rem;
}
#dek {
font-size: .8rem;
font-style: italic;
margin: 0px;
padding-bottom: 1rem;
}
.congressNth {
  padding-top: 1.5rem !important;
}
#filterR {
  background-color: rgba(250, 100, 87, .25);
}
#filterR:hover {
  background-color: rgba(250, 100, 87, .45);
}
#filterR:focus {
  background-color: rgba(250, 100, 87, .25);
}
#filterB:hover {
  background-color: rgba(156, 39, 176, .45);
}
#filterB, #filterB:focus {
  background-color: rgba(156, 39, 176, .25);
}
#filterD:hover {
  background-color: rgba(33, 150, 243, .45);
}
#filterD, #filterD:focus {
  background-color: rgba(33, 150, 243, .25);
}
#filterP:hover {
  background-color: rgba(207, 207, 207, 1);;
}
#filterP, #filterP:focus {
  background-color: rgba(231, 231, 231, 1);;
}
#filterP {
  color: #151515;
  font-family: roboto, sans-serif;
font-weight: 400;
font-style: normal;
}
.filterButtonCont {
  padding: 0rem 0.3rem !important
  ;
}
.filterDot {
  height: 14px;
  width: 14px;
  border-radius: 20px;
  max-width: 20px;
  margin-right: 0.5rem;
}
#filterDotR, #filterDotR:hover, #filterDotR:focus {
  background-color: rgba(250, 100, 87, 100);
}
#filterDotB, #filterDotB:hover, #filterDotB:focus {
  background-color: rgba(171, 114, 208, 100);
}
#filterDotD, #filterDotD:hover, #filterDotD:focus {
  background-color: rgba(65, 121, 208, 100);
}
.filterLabel, .priorityButton {
  font-size: .8rem;
}
.filterLabel {
  color: #151515;
  font-family: roboto, sans-serif;
font-weight: 400;
font-style: normal;
}
.partyButton {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#priorityArrow {
  float: right;
  margin-top: 15px;
  margin-right: -9px;
}
#priorityS1 {
  float: left;
  margin-left: -12px;
  margin-top: 3px;
}
#priorityS2 {
  float: left;
  margin-left: -17px;
  margin-top: 3px;
}
.orderBtn {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.6rem;
}
.btn {
  width: 100%;
  padding: 0rem 0.5rem;
}
#static-header {
 margin-bottom: 0px !important;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 99;
 max-width: 660px;
 background-color: white;
}

.headerLine2, 
.headerLine3, 
.eventBody {
  border-left: #c9c9c9 solid 2px;
  padding-left: 0px;
}
.collapsibleN-header{
  cursor: pointer;
}
.collapsibleN-body{
  display: none;
}

.grid-item {
padding: 0px !important;

}
#buttonRow {
  margin-left: .5rem;
  margin-bottom: 30px;
}

.timelineUL {
  margin-top: 2rem;
}

.congress {
 padding: 0px !important;
 margin-left: 1rem !important;
}
.congressTitle {
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.4rem;
  padding: 1rem 1rem 1rem 1rem !important;
  background-color: white;
  width: 90%;
  margin-bottom: .5rem;
  border-bottom: 2px #151515 solid;
}
.congressTitle:hover {
  background-color: #f8f8f8;
  border-radius: 10px 10px 0px 0px;
}


.congressText {
 padding: 1rem 1rem 1.5rem 1rem !important;
 width: 90%;
 overflow: hidden;
}

.timelineEvent {
  padding: 0 !important;
  background-color: white;
  cursor: pointer;
}
.eventHeader {
  display: inline-block;
  padding: 0 !important;
  display: flex;
  padding: 0 !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;

}
.eventHeader:hover {
  background-color: #f8f8f8;
  border-radius: 10px;
}
.eventTick {
  padding: 0 !important;
}
.eventDot {
  height: 16px;
  border-radius: 16px;
  width: 16px !important;
  margin-right: 1rem;
  margin-left: -18px;
  padding: 0rem !important;
  display: inline-block;
}
.headerLine1, .headerLine2, .headerLine3, .eventBody {
  margin-left: 1.6rem !important;

}
.tempHide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.headerLine1 {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .05rem;
  display: flex;
  align-items: center;
}
.headerLine2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-top: 0.3rem;
  font-size: 15px;
  line-height: 1.3rem;
}

.eventLine {
  color: #e7e7e7;
  height: .0rem;
  border-bottom: 0px solid #e7e7e7;
  margin: auto;
  width: 87%;
  margin-bottom: 0.5rem;
}
.eventDate {
  font-weight: 700;
  padding-right: 0.8rem;
  padding-left: 0rem;
}
.eventChamber {
  padding-right: 0.5rem;
}
.eventPriority {
    padding-right: 0.5rem;
}
.eventTitle {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 2rem !important;
}
.eventPurpose {
padding-top: 1rem !important;
width: 90% !important;
}
.eventTargetPop {
  padding-left: 0rem !important;
  padding-top: 1rem !important;
  margin-bottom: 0.4rem;
}
.eventSponsor {
  padding-left: 0rem !important;
  padding-top: .5rem !important;
}
.eventCosponsorNum {
  padding-top: .5rem !important;
}
.targetPopTitle {
padding-top: 1rem;
}
.targetPopText {
  padding-bottom: 1rem;

}
.readMoreLink {
  font-size: .8rem;
}
.cosponsorTitle {

}
.sponsorTitle {
    padding-left: 0.8rem;
}
.cosponsorText {
  padding-left: 0rem !important;
}

.smallCaps {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  line-height: .8rem;
}
.timelineEvent .eventBody {
  padding-bottom: 1rem;
}
.timeline113-item, .timeline114-item, .timeline115-item, .timeline116-item, .timeline117-item, .timeline118-item {

}
#isotopegrid {
  top: 15rem !important;
}

.filterRActive {
  background-color: rgba(250, 100, 87, .70) !important;
}
.filterPActive {
  background-color: rgba(163, 163, 163, 1) !important;
}
.filterDActive {
  background-color: rgba(33, 150, 243, .7) !important;
}
.filterBActive {
  background-color: rgba(156, 39, 176, .6) !important;
}
.eventReintro {

}
.congressTitleText {

}
.expandCongress {
  float: right !important;
  padding: 0px !important;
}
.expandCongress.switch1, .expandCongress.switch2 {

}
.expandCongress.switch2 {

}
.billCount {
  text-transform: lowercase;
}
#resetCont {
  display: inline-block;
  padding-left: .3rem;
}
#resetButton {
  font-size: 1rem;
  display: inline-block;
}
#resetButton:hover {
  cursor: pointer;
}
.switch {
  width:8px;
  height:2px;
  display:inline-block;
  border-radius:2px;
  background-color:#151515;
  position:relative;
  margin-top: 10px;
}
.switch1 {
  transform:rotate(-45deg);
  z-index:100;
  margin-left: -3px;
  transition:all 0.3s ease-out;
  float: right;
}
.switch2 {
  transform:rotate(45deg);
  z-index:200;
  margin-left:-5px;
  transition:all 0.3s ease-out;
  float: right;
}
.expand-arrow {
  display: inline-block;
  font-weight: bold;
  float: right;
  flex: auto;
}
.close1 {
  transform:rotate(45deg) !important;
  transition:all 0.3s ease-out !important;
}
.close2 {
  transform:rotate(-45deg) !important;
  transition:all 0.3s ease-out !important;
}
.congressNth {
  padding-top: 1.5rem !important;
}
.dropdown-content li>a, .dropdown-content li>span {

}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #151515;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
    color: #151515;
    font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#priorityButtonTitleText {
  font-size: .8rem;
}
.priorityBtn {
  font-size: .9rem !important;
}

.darkenBG {
  filter: brightness(85%);
}

.noPaddingTop {
  padding-top: 0px !important;
}

.headerLine3 {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  padding-bottom: 0.2rem !important;
}
.dividerDot {
  padding-right: 0.5rem;
}

div:has(#text113) {
  display: block;
}
.dotSpacer {
  padding: .5rem;
}
#resetButton {
  font-size: 1rem;
  display: inline-block;
  background: rgb(239, 239, 239);
  padding: 0rem 0.5rem;
  border-radius: 2px;
}
.congressText {
  cursor: pointer;
  height: 85px;
}
.starIcon {
  color: black;
}
.congressText:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent, white);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40px;
  pointer-events: none;
}
div#filterCount {
  padding-bottom: 0.5rem;
}
#filterCount {
  display: flex;
  align-items: center;
}

#resetButtonText, #replayIcon {
  display: inline-flex;
  align-items: center;
}
#replayIcon {
  padding-left: .2rem;
}
#resetButton {
  display: inline-flex;
  align-items: center;
}
.material-icons {
  font-size: .8rem;
}
.eventStatus {
  display: inline-flex;
  align-items: center;
}
.starIcon {
  align-items: center;
  padding-right: .3rem;
}
#filterCountNum {
  padding-left: .2rem;
  font-weight: 700;
}
.congressHeader {
  background-color: white;
  
}
#congress115th {
  z-index: 0;
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
  #filterP {
    margin-right: -30px !important;
  }  
}

@media only screen and (min-width: 601px) {
  html, body {
    max-height: 900px;
  }
}


@media only screen and (max-width: 600px) {
  html, body {
    max-height: 660px;
  }
  #filterP {
    margin-right: 0px !important;
  }
  .filterButtonCont {
    padding: 0.3rem 0.5rem 0.3rem 0rem!important;
}
h1 {

}
#hed {
  font-size: 1.7rem;
}
.congressTitle {
  font-size: 1.1rem;
  padding-left: 0rem !important;

}
#isotopegrid {
  top: 22rem !important;
  overflow: hidden;
}
#buttonRow {
  margin-bottom: 15px;
}
}
