#home {
    background: #1a1a1a;
}

#home .pagegroup {
    margin-bottom: 0;
}

#hero {
    position: relative;
    z-index: 50;
}

#hero .bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#hero .bg-video:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 54, 102, 0.35);
}

#hero .bg-video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hero .bg-video .scroll-for-more {
    display: none;
}

#hero h2 {
    margin: 0 0 15px;
    color: white;
    line-height: 1;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

#hero h2 em {
    font-weight: 300;
}

#hero #logo-menu {
    position: relative;
    text-align: center;
    font-size: 0;
    padding: 30px 0;
}

#hero #logo-menu .link {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

#hero #logo-menu .link:first-child {
    margin-top: 0;
}

#hero #logo-menu a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
    line-height: 1;
    padding: 15px;
    background: rgba(255, 255, 255, 0.35);
    text-align: left;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
    border-radius: 3px;
    white-space: nowrap;
}

#hero .logo-menu-nominate a {
    padding: 13px !important;
}

#hero #logo-menu a:hover {
    background: #002341;
}

#hero #logo-menu a:before,
#hero #logo-menu a:after {
    content: " ";
    display: table;
}

#hero #logo-menu a:after {
    clear: both;
}


/*#hero #logo-menu a span { display:block; }*/

#hero #logo-menu a i {
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 36px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/*#hero #logo-menu a i:before { content:""; display:block; padding-top:100%; }*/

#hero #logo-menu .title {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: normal;
}


/* latest-news,committee-hearings,ranking-member,committee-members,email-signup */

#hero #logo-menu .feedback-on-your-disaster-recovery i {
    background-image: url(../images/svg/hospital.svg);
}

#hero #logo-menu .resources-for-business-owners i {
    background-image: url(../images/svg/action-resources-for-business-owners.svg);
}

#hero #logo-menu .your-business i {
    background-image: url(../images/svg/action-tell-us-about-your-business.svg);
}

#hero #logo-menu .on-the-floor i {
    background-image: url(../images/svg/action-whats-happening-on-the-floor.svg);
}

#hero #logo-menu .schedule-and-events i {
    background-image: url(../images/svg/action-committee-schedule-events.svg);
}

#hero #logo-menu .email-signup i {
    background-image: url(../images/svg/action-sign-up-for-our-newsletter.svg);
}

@media (min-width:768px) {
    #hero h2 {
        font-size: 30px;
    }
    #hero #logo-menu {
        padding: 60px 0;
    }
    #hero #logo-menu .link {
        display: inline-block;
        width: 33.33333%;
        padding: 5px;
        margin: 0;
        vertical-align: top;
    }
}

@media (min-width:992px) {
    #hero {
        min-height: 500px;
        min-height: 100vh;
        position: relative;
        margin-top: -100px;
    }
    #hero h2 {
        font-size: 42px;
    }
    #hero #logo-menu {
        padding: 50vh 0 0;
        margin-top: -20px;
    }
    #hero .bg-video {
        top: 100px;
    }
    #hero .bg-video .scroll-for-more {
        display: block;
        width: 150px;
        margin-left: -75px;
        padding: 15px 35px 15px 20px;
        position: absolute;
        bottom: 0;
        left: 50%;
        color: white;
        cursor: pointer;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        z-index: 2;
        background: rgba(255, 255, 255, 0.2) url(../images/svg/arrow-down.svg) no-repeat right 15px center;
        background-size: 15px 15px;
    }
    #hero .bg-video .scroll-for-more:hover,
    #hero .bg-video .scroll-for-more:focus {
        background-color: #002341;
    }
}

@media (min-width:1230px) {
    #hero h2 {
        font-size: 52px;
    }
    #hero #logo-menu {
        margin-top: -5px;
    }
    #hero #logo-menu .link {
        width: 16%;
    }

    .container {
        width: 1300px;
    }
    div#logo-menu .link a { min-height: 84px; }
}

@media (min-width:1230px) {
    #hero .logo-menu-nominate .link {
        width: 17% !important;
    }
}

#home .posttypelayout_carousel .carousel {
    overflow: hidden;
    position: relative;
}

.latest-news-home-section {
    position: relative;
}


/*.latest-news-home-section::after {
	content:" ";
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	
	border-color:rgba(255,255,255,0.5);
	border-style:solid;
	border-width:1px 0;
	display:block;
}*/

.latest-news-home-section .latest-news-col {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 300px 50px 35px;
    text-align: center;
    transition: background-image 1s;
}

.latest-news-home-section .latest-news-col::before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, rgba(25, 26, 26, .85) 20%, rgba(255, 255, 255, .1) 65%);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .215);
    display: block;
}

.latest-news-home-section .latest-news-col-republican {
    background-image: url('../images/news-bg-ranking-2023.jpg');
}

.latest-news-home-section .latest-news-col-democratic {
    background-image: url('../images/news-bg-markey.jpg');
    background-size: contain;
    background-position: right;
}

.latest-news-home-section .latest-news-col>* {
    position: relative;
}

.latest-news-home-section .news-head {}

.latest-news-home-section .section-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 27px;
    margin: 0;
    text-transform: uppercase;
}

.latest-news-home-section .section-source {
    color: #f8cf1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 30px;
    margin: 0;
    /*margin-top: 10px;*/
    text-transform: uppercase;
}

.latest-news-home-section .news-body {
    margin-top: 15px;
}

.latest-news-home-section .news-item .meta {
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.latest-news-home-section .news-item .title {}

.latest-news-home-section .news-item .title a {
    color: inherit;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    /*height: 90px;*/
    overflow: hidden;
    word-wrap: break-word;
}

.latest-news-home-section .news-item .title a:hover,
.latest-news-home-section .news-item .title a:focus {
    color: inherit;
    text-decoration: underline;
}

.latest-news-home-section .news-foot {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 25px;
}

.latest-news-home-section .news-foot .nav-link {
    flex: 1 0 0;
    background-color: rgba(0, 35, 65, .65);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

.latest-news-home-section .news-foot .nav-link:hover,
.latest-news-home-section .news-foot .nav-link:focus {
    background-color: rgba(0, 35, 65, .85);
}

.latest-news-home-section .news-foot .nav-link-prev {
    background-image: url('../images/svg/arrow-left.svg');
    background-position: 10% center;
    margin-right: 5px;
}

.latest-news-home-section .news-foot .nav-link-next {
    background-image: url('../images/svg/arrow-right.svg');
    background-position: 90% center;
    margin-left: 5px;
}

.latest-news-home-section .news-foot .nav-link.disabled {
    background-color: rgba(65, 65, 65, .65);
    cursor: default;
}

@media (min-width:768px) {
    .latest-news-home-section {
        display: flex;
        flex-flow: row nowrap;
    }
    .latest-news-home-section .latest-news-col {
        flex: 1 1 0;
        overflow: hidden;
    }
    .latest-news-home-section .latest-news-col-republican::before {
        box-shadow: inset -1px 1px 0px 0px rgba(255, 255, 255, .15);
    }
    .latest-news-home-section .news-foot .nav-link .expanded-label {
        display: none;
    }
}

@media (min-width:992px) {
    .latest-news-home-section .latest-news-col {
        padding: 50px;
        text-align: left;
    }
    .latest-news-home-section .latest-news-col::before {
        background-image: linear-gradient(to right, rgba(25, 26, 26, .85) 25%, rgba(255, 255, 255, .1) 50%);
    }
    .latest-news-home-section .latest-news-col>* {
        max-width: 240px;
    }
    .latest-news-home-section .latest-news-col>.news-head {
        max-width: 999px;
    }
    .latest-news-home-section .news-body {
        margin-top: 30px;
    }
    .latest-news-home-section .news-foot {
        margin-top: 50px;
    }
    .latest-news-home-section .news-item .title a {
        height: 120px;
    }
}

@media (min-width:1230px) {
    .latest-news-home-section .news-body {
        margin-top: 80px;
    }
    .latest-news-home-section .news-foot {
        margin-top: 100px;
    }
}

@media (min-width:1430px) {
    .latest-news-home-section .latest-news-col>* {
        max-width: 330px;
    }
    .latest-news-home-section .news-foot .nav-link .expanded-label {
        display: initial;
    }
}

#social-banner {
    background: #40bff5 url(../images/bg_twitter.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .15);
}

#social-banner>.container {
    padding-top: 60px;
    padding-bottom: 60px;
}

#social-banner a {
    color: inherit;
}

#social-banner h3 {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 30px;
    color: white;
    text-transform: uppercase;
}

#social-banner h3 em {
    font-weight: 100;
    font-style: italic;
}

#social-banner h3 i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    vertical-align: middle;
    background: url(../images/icon_twitter.png) no-repeat center center;
}

#social-banner h3 a {
    color: #bce2ff;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
}

#social-banner .tweet {
    color: white;
    margin-bottom: 30px;
    text-align: center;
}

#social-banner .tweet a:hover {
    text-decoration: underline;
}

#social-banner .tweet .title {
    display: block;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 16px;
}

#social-banner .tweet .content {
    font-size: 22px;
    word-break: break-word;
    line-height: 30px;
}

@media (min-width:481px) {
    #social-banner h3 i {
        display: inline-block;
        margin: 0;
    }
}

@media (min-width:768px) {
    #social-banner h3 {
        font-size: 40px;
        margin: 0;
    }
    #social-banner .tweet {
        margin-bottom: 0;
        border: none;
        background: none;
    }
    #social-banner .tweet .content {
        font-size: 18px;
    }
}

@media (min-width:992px) {}

@media (min-width:1230px) {
    #social-banner .tweet .content {
        font-size: 22px;
    }
}

#hearing-schedule {
    padding: 60px 0;
    background: url(../images/bg-committee-schedule.jpg) no-repeat center center;
    background-size: cover;
}

#hearing-schedule h2 {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 30px;
}


/*#hearing-schedule .schedule-wrapper { overflow:hidden; }*/

#hearing-schedule .schedule {
    display: flex;
    flex-flow: column nowrap;
}

#hearing-schedule .schedule .hearing {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: white;
    margin-bottom: 2px;
    min-height: 100px;
    padding: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}

#hearing-schedule .schedule .hearing:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

@media (min-width:768px) {
    #hearing-schedule .schedule {
        flex-flow: row wrap;
        margin: 0 -1px;
    }
    #hearing-schedule .schedule .hearing {
        flex: 1 1 0;
        margin: 1px;
        min-width: 49%;
    }
}

@media (min-width:992px) {
    #hearing-schedule .schedule .hearing {
        min-width: 32%;
    }
}

#hearing-schedule .schedule .hearing h3 {
    flex-grow: 1;
    overflow: hidden;
    margin: 0;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 400;
}

#hearing-schedule .schedule .hearing h3 a {
    color: inherit;
}

#hearing-schedule .schedule .hearing h4 {
    flex-grow: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

#hearing-schedule .schedule .hearing h4 .day {
    display: block;
    font-size: 36px;
    font-weight: 900;
}

#hearing-schedule .schedule .hearing h4 .year {
    display: none;
}

#members {
    display: none;
    padding: 60px 0;
    background: #002341;
    color: white;
}

#members h3 {
    padding: 0;
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

#members a {
    color: #fff;
}

#members a:hover,
#members a:focus {
    color: #fff;
    text-decoration: underline;
}

#members .party {
    margin: 0 0 30px;
}

#members .title {
    display: block;
    font-size: 14px;
    line-height: 0.5;
    color: #ffc600;
    font-style: italic;
    text-transform: uppercase;
}

#members .state {
    color: #bce2ff;
    text-transform: uppercase;
}

@media (min-width:481px) {
    #members .list {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    #members {
        display: block;
    }
}

@media (min-width:992px) {
    #members {
        position: relative;
    }
    #members:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 60px;
        bottom: 60px;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    #members .democratic-col {
        padding-left: 45px;
    }
    #members .republican-col {
        padding-right: 45px;
    }
    #members .party {
        padding: 0;
    }
}

/* EDGE COMPATIBILITY */

@supports (-ms-ime-align:auto) 
and (font-variation-settings:normal) { 
    #hero #logo-menu .link { 
        font-size:14px; 
        } 
    }

@supports (-ms-ime-align:auto) 
and (not (font-variation-settings:normal)) { 
    #hero #logo-menu .link { 
    font-size:14px; 
    } 
}

