.elementor-8160 .elementor-element.elementor-element-b809cc7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:2rem 2rem;--row-gap:2rem;--column-gap:2rem;--padding-top:0rem;--padding-bottom:0rem;--padding-left:0rem;--padding-right:0rem;}.elementor-8160 .elementor-element.elementor-element-b809cc7:not(.elementor-motion-effects-element-type-background), .elementor-8160 .elementor-element.elementor-element-b809cc7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1b9ed0c );}.elementor-8160 .elementor-element.elementor-element-757ea38{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8160 .elementor-element.elementor-element-757ea38.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-8160 .elementor-element.elementor-element-84e2042{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8160 .elementor-element.elementor-element-52136a3 > .elementor-widget-container{border-style:solid;border-width:0px 0px 1px 0px;border-color:#000000;}.elementor-8160 .elementor-element.elementor-element-52136a3 .elementor-heading-title{font-family:"Poppins", sans-serif;font-size:2.25rem;font-weight:600;text-transform:uppercase;line-height:1.1;color:#333333;}.elementor-8160 .elementor-element.elementor-element-6aef740{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-8160 .elementor-element.elementor-element-b809cc7{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8160 .elementor-element.elementor-element-6aef740{--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(max-width:767px){.elementor-8160 .elementor-element.elementor-element-b809cc7{--padding-top:2rem;--padding-bottom:1rem;--padding-left:1rem;--padding-right:1rem;}.elementor-8160 .elementor-element.elementor-element-52136a3 .elementor-heading-title{font-size:2.25rem;}}@media(min-width:768px){.elementor-8160 .elementor-element.elementor-element-757ea38{--width:66.6666%;}.elementor-8160 .elementor-element.elementor-element-6aef740{--width:33.3333%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8160 .elementor-element.elementor-element-757ea38{--width:100%;}.elementor-8160 .elementor-element.elementor-element-6aef740{--width:100%;}}/* Start custom CSS */.vote_table, .legislation-table {
    background: transparent;
}
.legislation-search-form{
 max-width: 100%;   
}

.legislation-search-form input [type='text'],
#congress-search-term{
    min-height: 56px;
}

.legislation-votes-form-wrapper{
    text-align: left;
}

.legislation-votes-form-wrapper form{
    background-color: transparent!important;
    outline: none;
    border: none;
    color: var(--e-global-color-primary) !important;
    padding: 0 !important;
    text-align: left;
}


table tbody>tr:nth-child(even),
table tbody>tr:nth-child(even){
    background-color: white;
}


table tbody>tr:nth-child(odd):hover>td,
table tbody>tr:nth-child(odd):hover>th {
    background-color: hsla(0,0%,50.2%,.0705882353) !important
}

table tbody>tr:nth-child(even):hover>td,
table tbody>tr:nth-child(even):hover>th {
    background-color: transparent!important
}


table tbody tr:hover>td, 
table tbody tr:hover>th {
    background-color: hsla(0, 0%, 50.2%, .1019607843);
}


#legislation-feed table.legislation-table thead th.legislation_table_th,
table.legislation-table thead th.legislation_table_th {
    background-color:  var(--e-global-color-primary) !important;
    color:#fff !important;
    text-align:left;
      text-decoration-thickness: 1px !important;
}

.legislation-table a{
    color: var(--e-global-color-primary);
    text-decoration: underline;
}
.legislation-table a:hover{
    color: #9A0000;
    /*font-weight: bold;*/
    text-decoration-color: var(--e-global-color-accent);
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

@media screen and (max-width: 600px) {
#legislation-feed table.legislation-table thead tr{
    display:none;
}
#legislation-feed table.legislation-table tbody tr{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 1rem 0;
}

#legislation-feed table.legislation-table tbody tr .legislation_link,
.legislation_update_column{
        text-align: left;
}

.legislation-votes-form-wrapper form{
    font-size:1rem;
    padding: 2px 15px;
}

.legislation-votes-form-wrapper form select{
    font-size:1rem;
    padding: 5px 25px 5px 10px;
}

}


.vote_page_prev,
.vote_page_next,
.votes_page_number{

    color: var(--e-global-color-primary);
}

.vote_page_prev a:hover,
.vote_page_next a:hover,
.vote_page_next a:hover,
.votes_page_number a:hover,
.votes_page_number_active{
    background-color: #C3E8F8;
    color: var(--e-global-color-primary);
    
}/* End custom CSS */