body { font-family: "Raleway", sans-serif; }
iframe { max-width: 100%; }
.navbar-brand .logo {
    background: url(../images/logo-JEC-24.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 90px;
    display: block;
}
.lay-root .root-head .hero-message.dem h1 span { color: #9EBCDE; }
@media(min-width: 1800px){
    .lay-copy.lay-copy-home.lay-copy-home-default{
        padding: 0 60px;
    }
}
@media(max-width: 500px){
    .lay-copy.lay-copy-default .copy-body.container {
        padding: 35px 15px;
    }
}
.lay-row .lay-col .lay-content.module-ee-data{
    display: none;
}
.social-logo.fb-logo {
    background: url(../images/icon-facebook2024.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
}
.social-logo.x-logo {
    background: url(../images/x-twitter.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
}
.social-logo.yt-logo {
    background: url(../images/icon-youtube2024.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
}


a:hover { transition: .2s ease; }
h1, h2 {font-family: "Raleway", sans-serif; font-weight: 900; }
.lay-root .root-head { padding: 0 40px;}
.lay-root .root-head .main-nav .navbar .navbar-nav { max-width: 850px;}
@media(min-width: 768px){
    .lay-copy-home-democratic .copy-body { padding-left: 60px; padding-right: 60px;}
}
@media(min-width: 992px){
    .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item .nav-link { background-color: transparent; line-height: 50px; }
    .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item.dem .nav-link { background-color: transparent; }
    .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item.rep .nav-link { background-color: transparent; }
    .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item.search .nav-link { background-color: transparent; color: #fff; border-left: 1px solid #c4c4c480; }
    .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item .nav-link:hover { background-color: transparent; }
    .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item.dem .nav-link:hover { background-color: #27aae1; }
    .lay-root .root-head .main-nav .navbar .navbar-nav .nav-item.dem .nav-link::after { display: none; }
    .lay-root .root-head {
        padding: 0 60px;
    }
    .lay-row .lay-col { max-width: 1500px; }
}
.lay-root .root-head .lay-col { padding: 1rem 0; }

/* Dems Home Specific */
.lay-copy-home-democratic:before { background: transparent;}
.lay-copy-home-democratic .copy-body:before { background: transparent;}
.page-democrats {
    background-color: #DBDBDB;
}
/* New Featured section */

div#featured-democratic {
    background: #193864;
    padding: 40px;
    padding-top: 40px;
}
h2.featured-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c4c4c4;
    align-items: center;
}
span.jec-logo{
    background: url(../images/logo-icon-white.svg);
    display: inline-block;
    height: 56px;
    width: 64px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.featured-items {
    padding: 0;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    margin: 0 -20px;
}
span.feature-date {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Lato';
}
.news-democratic span.feature-date {
    color: #000;
    font-size: 20px;
    display: block;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Lato';
}
.featured-items a {
    color: #F0C495;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
}
.featured-items li {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
}
.featured-items li + li {
    border-top: 1px solid #c4c4c4;
    padding-top: 20px;
}
.featured-democratic .footer {
    text-align: center;
}
.lay-copy-home-democratic .footer .btn {
    background-color: #2D70B4;
    color: #fff;
}
.arrow-svg-right { 
    display: inline-block;
    margin-left: 20px;
    height: 20px;
    width: 20px;
    background: url(../images/_svgs/arrow-read-more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(5000);
    margin-top: 13px;
}
.lay-copy-home-democratic .footer .btn:hover {
    background-color: #255d96;
}

@media(min-width: 992px){
    ul.featured-items {
        flex-direction: row;
    }
    .featured-items li {
        width: 33.33333%;
        padding: 0 20px;
    }
    .featured-items li + li {
        border-left: 1px solid #c4c4c4;
        padding-top: 0;
        border-top: none;
    }
    .featured-democratic .footer {
        margin-top: 40px;
    }
}

/* Latest Updates */
.lay-copy-home-democratic .news-democratic { color: #000000; padding-bottom: 3rem; }
.news-header {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 30px;
}
.lay-copy-home-democratic .news-democratic .section-title { text-align: left; }
span.logo-news {
    display: inline-block;
    margin-right: 15px;
    height: 100%;
    width: 60px;
    background: url(../images/logo-icon-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.news-image { display: none; }
.lay-copy-home-democratic .news-democratic .section-subtitle { font-weight: 700; }
.lay-copy-home-democratic .news-democratic .section-items { margin-top: 20px;}
.lay-copy-home-democratic .news-democratic .section-items li a { text-align: left; color: #193864; line-height: 1.4; font-family: "Raleway", sans-serif; font-weight: 900;}
.lay-copy-home-democratic .news-democratic .section-items li {  border-top: none; padding: 1rem 0; }
.lay-copy-home-democratic .news-democratic .footer {  text-align: left; }
.lay-copy-home-democratic .news-democratic .section-items li a:hover { text-decoration: underline; }

@media(min-width:768px){
    .lay-copy-home-democratic .news-democratic { padding: 40px 0; }
    .lay-copy-home-democratic .news-democratic .section-items{ margin: 0; }
}

@media(min-width:1080px){
    .lay-copy-home-democratic .news-democratic { padding: 80px 0; }
    .lay-copy-home-democratic .news-democratic .section-items{ margin: 0; }
    .news-main {
        display: flex;
        flex-direction: row;
    }
    .news-image {
        display: block;
        margin-right: 40px;
        width: calc(40% - 20px);
    }
    .news-image img { max-width: 100%; box-shadow: 5px 5px 20px #00000040; }
    .page-home .news-image { width: 214px; }
    .news-content { width: calc(50% - 20px);  }
}


/* Social Section */
section.lay-row.home-section.home-section-social{
    padding: 40px;
    padding-top: 0;
}
#socials-democratic{
    padding-top: 120px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.social-widget {
    margin-bottom: 6rem;
    position: relative;
    box-shadow: 5px 5px 20px #00000040;
}
.widget-twitter::before{
    content: "TWITTER UPDATES";
    left: 0;
    right: 0;
    height: 60px;
    background-color: #3BA6E2;
    position: relative;
    color: white;
    text-align: center;
    padding-top: 10px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif !important;
    font-size: 24px;
    border-radius: 3px 3px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-youtube::before{
    content: "YOUTUBE UPDATES";
    left: 0;
    right: 0;
    height: 60px;
    background-color: #7B4F50;
    position: relative;
    color: white;
    text-align: center;
    padding-top: 10px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif !important;
    font-size: 24px;
    border-radius: 3px 3px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-facebook::before{
    content: "FACEBOOK UPDATES";
    left: 0;
    right: 0;
    height: 60px;
    background-color: #16345A;
    position: relative;
    color: white;
    text-align: center;
    padding-top: 10px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif !important;
    font-size: 24px;
    border-radius: 3px 3px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yottie-widget-inner { border-radius: 0 !important; }
.eapps-twitter-feed-inner { border-radius: 0 !important; }
.eapps-facebook-feed-inner { border-radius: 0 !important; }
@media(min-width: 768px){
    section.lay-row.home-section.home-section-social { padding: 0; }
}

@media(min-width: 1080px){
    #socials-democratic { padding: 80px 0; padding-bottom: 0; }
    .dem-social-inner {
        display: flex;
    }
    .social-widget {
        max-height: 570px;
        overflow: hidden;
        margin-bottom: 0;
        width: calc(33.33333% - 10px);
    }
    .social-widget + .social-widget { margin-left: 30px; }
}
/* Members Section */
section.lay-row.home-section.home-section-members {
    margin-bottom: 0;
    background: url(../images/bg-footer-committee-members.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    padding-bottom: 80px;
}
#dem-members { position: relative;}
.members-head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.members-inner {
    display: flex;
    gap: 40px;
    font-family: 'Lato';
    flex-direction: column;
}
.house-members {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.senate-members {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.member-border { border: 2px solid #fff; }
.senate-members h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #3179C3;
    font-size: 30px;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.house-members h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #448581;
    font-size: 30px;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.senate-members .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    height: 100%;
    position: relative;
}
.house-members .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    height: 100%;
    position: relative;
}
.member-item {
    width: calc(50% - 10px);
    height: 370px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
}
.member-item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, #00000099 15%, #00000000 40%);
}
.member-name {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.member-job {
    color: #fff;
    font-size: 16px;
}
.position {
    background-color: #fff;
    color: #000;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.25;
    padding: 5px;
}


@media(min-width: 1080px){
    section.lay-row.home-section.home-section-members {padding: 40px 60px; padding-bottom: 80px;}
    .members-inner { flex-direction: row;}
    .senate-members { width: 50%; }
    .house-members { width: 50%; }
        
}

/* Footer */
.lay-root .root-foot { padding: 0 60px; }



/* Subpage pagehead */


.lay-root .root-head .hero-message h1 span { 
    font-size: 2.5rem;
    color: #fff;
}
.lay-root .root-head .hero-message h1 small {
    font-size: 36px;
    display: inline-block;
    text-transform: uppercase;
}
.lay-root .root-head .hero-message > div { margin-top: 0; }


/* General Subpage */
.lay-copy.lay-copy-default { padding: 0 20px; }
@media(min-width: 982px){
    .lay-copy.lay-copy-default { padding: 0 40px; }
}
@media(min-width: 1200px){
    .lay-copy.lay-copy-default { padding: 0 60px; }
}

.container.copy-body { max-width: 1500px; }
.lay-copy.lay-copy-default .copy-head > .container{
    padding: 20px 50px;
    background-color: #f2f2f2;
    max-width: 1500px;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}
.btn-primary {
    background-color: #0071BC;
    border-color: #0071BC;
    border-radius: 3px;
}


@media(min-width: 992px){
    .lay-copy.lay-copy-default .copy-body.container {
        padding: 50px 40px;
    }
}


/* Hearings Featured Hearing */
section.featured-hearing { padding: 0 20px; }
.hearing-sidebar { display: none; }
.featured-hearing-outer { max-width: 1500px; margin: auto; }
.featured-hearing-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 5px 15px #00000040;
    position: relative;
    z-index: 1;
}
.hearing-left {
    height: 520px;
}
.hearing-left-inner { height: 100%;}
.hearing-right {
    background: #193864;
    padding: 20px;
}
h3.featured-hearing-title {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
}
.hearing-name {
    color: #F0C495;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
}
.featured-hearing-btn{
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
    background-color: #2D70B4;
    color: #fff;
}
.featured-hearing-btn:hover {
    background-color: #255d96;
    color: #fff;
}
@media(min-width: 991px){
    section.featured-hearing { padding: 0 40px; }
    .featured-hearing-inner { flex-direction: row; align-items: stretch; }
    .hearing-right { width: 40%; }
    .element_posttypes > .navbar .navbar-form > select { min-width: 125px;}
}
@media(min-width: 1200px){
    section.featured-hearing { padding: 0 60px; }
    .hearing-right { padding: 40px; padding-top: 80px; }
}
@media(min-width: 1500px){
    .hearing-right { padding: 60px; padding-top: 80px; }
    .filter-top { display: none; }
    .posttypelayout_hearings .element table { width: 1000px; }
    .hearing-sidebar { 
        display: flex;
        flex-direction: column;
        max-width: 375px;
        margin-left: 40px;
    }
    .posttypelayout_hearings .element .recordsContainer {
        display: flex;
    }
    .hearing-sidebar-top {
        padding: 30px;
        background: #f3f3f3;
        border: 1px solid #ccc;
    }
    .congress-info h4 { 
        padding: 0; 
        font-weight: 900;
        font-family: 'Raleway';
        text-transform: uppercase;
        font-size: 20px;
    }
    .congress-info p {
        font-size: 18px;
    }
    .congress-info p span {
        font-weight: bold;
    }
    .posttypelayout_hearings .element_posttypes > .navbar .navbar-inner{
        max-width: 1000px;
    }
}

/* Hearings page */
.lay-root #content { font-family: 'Lato'; }
.posttypelayout_hearings .element_posttypes > .navbar {
    border-bottom: none;
    margin-bottom: 0;
}
.recordsContainer .recordListTitle a {
    font-size: 18px;
    line-height: 1.1;
}
span.location {
    font-size: 18px;
}
tr.row-even {
    background-color: #f2f2f2;
}

/* buttons  */

.posttypelayout_hearings .navbar .pager li {
    background: #6F818D;
    border-radius: 3px;
}
.posttypelayout_hearings .navbar .pager li:nth-of-type(5) {
    background: #2D70B4;
    border-radius: 3px;
}
.posttypelayout_hearings .navbar .pager li:nth-of-type(4) {
    background: #2D70B4;
    border-radius: 3px;
}
.posttypelayout_hearings .navbar .pager li + li {
    margin-left: 1px;
}
.posttypelayout_hearings .navbar .pager li a{
    color: #fff;
    font-weight: bold;
}


/* Main Homepage */
.page-home .lay-root .root-foot .lay-row + .lay-row { border: none;}







/* employment area */
.lay-row .lay-col .lay-content.module-ee-data .data-col.data-col-latest .head{
    font-weight: 900;
    font-family: 'Raleway';
    color: #268780;
}
.lay-row .lay-col .lay-content.module-ee-data .data-col.data-col-map .head{
    font-weight: 900;
    font-family: 'Raleway';
    color: #2D70B4;
}
.data-item-title a{ 
    font-family: 'Raleway';
    font-weight: 900 !important;
}


/* Members section */

#all-members { position: relative; margin-bottom: 50px;}
#all-members25 { position: relative;  margin: auto; max-width: 550px; margin-bottom: 50px;}
.page-home .lay-root .root-foot {
    border-top: 6px solid #DC9169;
}
.page-home .lay-root .root-foot {
    padding: 60px 20px;
}
.members-top-dem {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background: #3179C3;
    padding: 10px 25px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    max-width: 730px;
}
.members-top-rep {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background: #A45D61;
    padding: 10px 25px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    max-width: 730px;
}
.members-main h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Lato';
    width: 100%;
}
.members-head h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media(max-width:550px){
    .member-item { width: calc(50% - 10px); }
}
#all-members .member-item article { height: 100%; }
#all-members .member-job { position: relative; z-index: 2;}
#all-members .member-name{ position: relative; z-index: 2;}
#all-members .position{ position: relative; z-index: 2;}
.main-dems { margin-bottom: 60px; }
#all-members .members-head { width: 100%; }
#all-members .is-chair { border: 2px solid #fff;}
#all-members .is-senior { border: 2px solid #fff;}
@media(min-width: 992px){
    .page-home .lay-root .root-foot { padding: 60px 40px;}
}
@media(min-width: 1200px){
    .page-home .lay-root .root-foot { padding: 60px; padding-bottom: 0;}
}
.page-home .footer-border { border-top: 1px solid #ffffff80;}
@media(min-width: 1300px){
    #all-members .home-members-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 40px;
    }
    #all-members .members-inner { gap: 20px;}
    #all-members .members-main {
        margin-bottom: 0;
        width: calc(50% - 20px);
    }
    #all-members .member-item {
        margin-bottom: 0;
        width: calc(50% - 10px);
    }
    #all-members .house-members {
        align-items: flex-start;
        align-content: flex-start;
    }
    #all-members .senate-members {
        align-items: flex-start;
        align-content: flex-start;
    }
}

/* Home Featured News Area */
.lay-row.home-section.home-section-partisan-news {
    position: relative;
    z-index: 1;
    color:#000;
    margin-bottom: 160px;
}
.lay-row .lay-col .lay-content.module-partisan-news .col-dem, .lay-row .lay-col .lay-content.module-partisan-news .col-rep{
    padding: 10px 20px;
    padding-bottom: 60px;
}
.lay-row .lay-col .lay-content.module-partisan-news { background: none; }
.lay-row .lay-col .lay-content.module-partisan-news .col-dem{
    background-color: #EBEBEB;
    border-top: 20px solid #3179C3;
}
.lay-row .lay-col .lay-content.module-partisan-news .col-rep{
    background-color: #DBDBDB;
    border-top: 20px solid #A45D61;
}
.lay-row .lay-col .lay-content.module-partisan-news .head {
    min-height: unset;
    padding: 0;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
}
.news-head {
    align-items: flex-end;
    display: flex;
}
.head-right {
    color: #000;
    margin-left: 20px;
}
.lay-row .lay-col .lay-content.module-partisan-news .head .office {
    font-weight: 600;
}
.lay-row .lay-col .lay-content.module-partisan-news .head .name {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Raleway';
}
.lay-row .lay-col .lay-content.module-partisan-news .head .subtitle {
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
}
.lay-row .lay-col .lay-content.module-partisan-news .col-dem .foot .btn-more{
    background-color: #2D70B4;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
}
.lay-row .lay-col .lay-content.module-partisan-news .col-rep .foot .btn-more{
    background-color: #8D5053;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-bottom: 14px;
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item:nth-child(odd) {
    border-right-width: 1px;
    padding: 20px 0;
    border: none;
}
.lay-content.module-partisan-news .foot {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
.body h2.title {
    font-size: 20px;
    text-transform: uppercase;

}
.lay-row .lay-col .lay-content.module-partisan-news .foot .btn-more i.fas { translate: 0; }
.lay-row .lay-col .lay-content.module-partisan-news .body { 
    color: #000; 
    flex-wrap: nowrap;
}
#news-partisan-new .body .item a.title.stretched-link {
    color: #0D3968 !important;
    font-weight: 900 !important;
    font-family: 'Raleway';
    font-size: 20px !important;
    margin-top: 0;
    text-align: left;
    width: 100%;
}
.news-body-right {
    width: calc(60% - 10px);
}
@media(max-width: 1079px){
    .news-body-right{
        width: 100% ;
    }
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item .date {
    text-align: left;
    display: block;
    width: 100%;
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item .preview {
    text-align: left;
}
.lay-row .lay-col .lay-content.module-partisan-news .body .item{
    padding: 0;
    margin-bottom: 40px;
}

@media(min-width: 1200px){
    .lay-row .lay-col .lay-content.module-partisan-news .col-dem, .lay-row .lay-col .lay-content.module-partisan-news .col-rep{
        padding: 10px 40px;
        padding-bottom: 60px;
    }
}
/* INTERN */
.intern-outer{
    display: block;
    background: url(../images/bg-internship.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
    margin: auto;
    max-width: 1500px;
    border: 1px solid #3174b9;
}
.intern-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.intern-inner h3 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Raleway';
    margin-bottom: 0;
}
.intern-inner span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Raleway';
    line-height: 1.1;
}

/* Hearings and calendar homepage */
.lay-row .lay-col .lay-content.module-hearings .head {
    background-color: #6F818D;
    background-image: url(../images/bg-events.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}



#all-members25 .member-item article { height: 100%; }
#all-members25 .member-job { position: relative; z-index: 2;}
#all-members25 .member-name{ position: relative; z-index: 2;}
#all-members .position{ position: relative; z-index: 2;}
.main-dems { margin-bottom: 60px; }
#all-members25 .members-head { width: 100%; }
#all-members25 .is-chair { border: 2px solid #fff;}
#all-members25 .is-senior { border: 2px solid #fff;}
@media(min-width: 992px){
    .page-home .lay-root .root-foot { padding: 60px 40px;}
}
@media(min-width: 1080px){
    #all-members25 { position: relative;  margin: auto; max-width: 1050px; margin-bottom: 50px;}
}
@media(min-width: 1200px){
    .page-home .lay-root .root-foot { padding: 60px; padding-bottom: 0;}
}
.page-home .footer-border { border-top: 1px solid #ffffff80;}
@media(min-width: 1300px){
    #all-members25 .home-members-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 40px;
    }
    #all-members25 .members-inner { gap: 20px;}
    #all-members25 .members-main {
        margin-bottom: 0;
    }
    #all-members25 .member-item {
        margin-bottom: 0;
        width: calc(50% - 10px);
    }
    #all-members25 .house-members {
        align-items: flex-start;
        align-content: flex-start;
    }
    #all-members25 .senate-members {
        align-items: flex-start;
        align-content: flex-start;
    }
}
.members-main.main-dems {
    margin-top: 80px;
}

.footer-border .fb-logo{
    height: 23px;
    display: block;
    filter: brightness(500);
}
.footer-border .x-logo{
    height: 23px;
    display: block;
    filter: brightness(500);
}
.footer-border .yt-logo{
    height: 23px;
    display: block;
    filter: brightness(500);
}
.page-democrats .member-item {
    height: 325px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
}
.page-democrats .senate-members {
    max-width: 500px;
}
.page-democrats .house-members {
    max-width: 500px;
}
.page-democrats .members-inner {
    justify-content: center;
    align-items: center;
}