#featured {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

#featured .slider-container {
    position: relative;
}

#featured .sliders .slider {
    display: none;
}

#featured .sliders .slider.is-visible {
    display: block;
}

#featured .sliders .slider .media-container {
    display: block;
    padding-top: 66.66%;
    position: relative;
    background: black;
}

#featured .sliders .slider .media-container embed,
#featured .sliders .slider .media-container iframe,
#featured .sliders .slider .media-container .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

@media (min-width:481px) {
    #featured .sliders .slider .media-container .webcast .livenow {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 6;
        width: 170px;
        height: 170px;
        background: url(../images/ft_livenow.png) top right no-repeat;
    }
}

#featured .sliders .slider .media-container .image {
    background-image: url(../images/ft_default.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lay-copy-minority #featured .sliders .slider .media-container .image {
    background-image: url(../images/ft_default_minority.jpg);
}

#featured .sliders .slider .media-container .slider-nav .button-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    bottom: auto;
    z-index: 10;
}

#featured .sliders .slider .media-container .slider-nav .button-wrapper-previous {
    left: 15px;
}

#featured .sliders .slider .media-container .slider-nav .button-wrapper-next {
    right: 15px;
}

#featured .sliders .slider .media-container .slider-nav .button-wrapper button {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    text-indent: -9999px;
    color: transparent;
    line-height: 0;
}

#featured .sliders .slider .media-container .slider-nav .button-wrapper button.previous {
    background-image: url(../images/ft_prev.png);
}

#featured .sliders .slider .media-container .slider-nav .button-wrapper button.next {
    background-image: url(../images/ft_next.png);
}

#featured .sliders .slider .media-container .slider-nav .button-wrapper button:hover {
    background-position: bottom center;
    outline: none;
}

#featured .sliders .slider .content {
    background: #477340;
    padding: 30px;
    color: white;
    overflow: hidden;
}

.democratic_page #featured .sliders .slider .content {
    background: #1A3D71;
}

#featured .sliders .slider .content a {
    color: inherit;
}

#featured .sliders .slider .content h1 {
    margin-top: 0;
    font-family: Raleway;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

#featured .sliders .slider .content h1 a:hover {
    text-decoration: none;
}

#featured .sliders .slider .content .date {
    color: #fee402;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.democratic_page #featured .sliders .slider .content .date {
    color: #8ECDE1;
}

.democratic_page #featured .sliders .slider .read-more a {
    background: #8ECDE1;
    color: #1A3D71;
}

.democratic_page #featured .sliders .slider .read-more a:hover {
    background: #0e203c;
    color: #fff;
}

#featured .sliders .slider .content .subtitle,
#featured .sliders .slider .content .abstract {
    display: none;
    color: #d9d9d9;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

@media (min-width: 600px) {
    #featured .sliders .slider .content .subtitle,
    #featured .sliders .slider .content .abstract {
        display: block;
    }
}

#featured .sliders .slider .content .foot {
    padding: 15px 0 0;
}

#featured .sliders .slider .read-more {
    float: left;
    font-size: 15px;
}

#featured .sliders .slider .read-more a {
    display: block;
    background-color: #fee402;
    color: #7b5816;
    border: 0;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
}

#featured .sliders .slider .read-more a:hover {
    background: #7b5816;
    color: white;
    text-decoration: none;
}

#featured .sliders .slider .share {
    float: right;
}

#featured .sliders .slider .share .share-button {
    float: left;
    margin-left: 5px;
}

#featured .sliders .slider .share .share-button:first-child {
    margin-left: 0;
}

@media (min-width:992px) {
    #featured .sliders .slider {
        position: relative;
        height: 535px;
    }
    #featured .sliders .slider .media-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 66.66666666666666%;
        padding-top: 0;
    }
    #featured .sliders .slider .content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 33.33333333333333%;
    }
    #featured .sliders .slider .content .body {
        max-height: 388px;
        padding: 0;
        overflow: hidden;
    }
}

#home_wild_act_container,
#home_help_wildlife_act_container,
#home_use_it_container,
#home_infrastructure_container,
#home_endangered_container {
    margin-bottom: 30px;
}

.home_wild_act,
.home_water_act,
.home_help_wildlife_act,
.home_bipartisan_nuclear_energy,
.home_wildfire_prevention_and_mitigation_act,
.home_acre_act,
.home_use_it,
.home_infrastructure,
.home_endangered {
    display: block;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    background-color: #477340;
    background-image: url('../images/wild_act_bg.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    min-height: 120px;
    padding: 5px;
    text-align: center;
}

.home_water_act {
    background-image: url('../images/water-act.jpg');
    margin-bottom: 30px;
}
.home_use_it {
    background-image: url('../images/bg-use-it.jpg');
}

.home_infrastructure {
    background-image: url('../images/bg-infrastructure.jpg');
}

.home_endangered {
    background-image: url('../images/endangered-species-act_bg.jpg');
    /* background-size: 150% auto; */
    background-position: -35px center;
}

.home_help_wildlife_act {
    background-image: url('../images/wild_act_bg.png');
}

.home_wildfire_prevention_and_mitigation_act {
    background-image: url('../images/bgwildfireprevention_2.jpg');
    margin-bottom: 30px;
}

.home_bipartisan_nuclear_energy {
    background-image: url('../images/advancing-energy.jpg');
    margin-bottom: 30px;
}

.home_acre_act {
    background-image: url('../images/bg-acre-act.jpg');
    margin-bottom: 30px;
}

.home_wild_act .title,
.home_water_act .title,
.home_help_wildlife_act .title,
.home_bipartisan_nuclear_energy .title,
.home_wildfire_prevention_and_mitigation_act .title,
.home_acre_act .title,
.home_use_it .title,
.home_infrastructure .title,
.home_endangered .title {
    color: white;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-left: 80px;
    padding-top: 20px;
}

.home_endangered .title {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
    ;
}

/*.home_infrastructure .title (from when it was 100% width){
	color: white;
	display: block;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px rgba(0
	, 0
	, 0
	, 0.5);
	text-align: left;
	padding-left: 30px;
    padding-top: 20px;
}*/

.home_endangered .title {
    color: #262626;
}

.home_wild_act .title strong,
.home_water_act .title strong,
.home_help_wildlife_act .title strong,
.home_bipartisan_nuclear_energy strong,
.home_wildfire_prevention_and_mitigation_act strong,
.home_acre_act strong,
.home_use_it strong,
.home_infrastructure strong,
.home_endangered strong {
    font-weight: 900;
}

.home_wild_act .link,
.home_water_act .link,
.home_help_wildlife_act .link,
.home_bipartisan_nuclear_energy .link,
.home_wildfire_prevention_and_mitigation_act .link,
.home_acre_act .link,
.home_use_it .link,
.home_infrastructure .link,
.home_endangered .link {
    display: block;
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    min-height: 30px;
    padding-right: 27px;
    width: 280px;
}

.home_endangered .link {
    color: #262626;
}

/*.home_infrastructure .link (from when it was 100% width){
	display: block;
	
	background-position: right center;
	background-repeat: no-repeat;
	
	color: #fff;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	min-height: 30px;
	padding-right: 125px;
	width: 280px;
}*/

.home_wild_act .link:hover,
.home_wild_act .link:active,
.home_water_act .link:hover,
.home_water_act .link:active,
.home_help_wildlife_act .link:hover,
.home_help_wildlife_act .link:active,
.home_bipartisan_nuclear_energy .link:active,
.home_bipartisan_nuclear_energy .link:active,
.home_wildfire_prevention_and_mitigation_act .link:hover,
.home_wildfire_prevention_and_mitigation_act .link:active,
.home_use_it .link:active,
.home_infrastructure .link:hover,
.home_infrastructure .link:active,
.home_endangered .link:hover,
.home_endangered .link:active {
    font-weight: 400;
    text-decoration: none;
}

@media (min-width: 768px) {
    .home_wild_act,
    .home_water_act,
    .home_help_wildlife_act,
    .home_bipartisan_nuclear_energy,
    .home_wildfire_prevention_and_mitigation_act,
    .home_acre_act,
    .home_use_it,
    .home_infrastructure,
    .home_endangered {
        height: 90px;
        min-height: 90px;
    }
    .home_wild_act .title,
    .home_water_act .title,
    .home_help_wildlife_act .title,
    .home_bipartisan_nuclear_energy .title,
    .home_wildfire_prevention_and_mitigation_act .title,
    .home_acre_act .title,
    .home_use_it .title,
    .home_infrastructure .title,
    .home_endangered .title {
        text-align: left;
        padding-left: 70px;
        font-size: 18px;
        padding-top: 10px;
    }
    /*	.home_infrastructure .title (from when it was %100 width){
		text-align: left;
	    padding-left: 30px;
	    font-size: 20px;
    	padding-top: 10px;
	}*/
    .home_wild_act .link,
    .home_water_act .link,
    .home_bipartisan_nuclear_energy .link,
    .home_help_wildlife_act .link,
    .home_wildfire_prevention_and_mitigation_act .link,
    .home_acre_act .link,
    .home_use_it .link,
    .home_infrastructure .link,
    .home_endangered .link {
        font-size: 18px;
        background-size: contain;
        width: 270px;
        background-position: right center;
	}
	
	.home_endangered {
		background-size: 150% auto;
		/* background-position: -50px center; */
	}
}

@media (min-width: 1024px){
	.home_endangered {
		background-size: 150% auto;
		background-position: -50px center;
	}
}

@media (min-width: 992px) {
    .home_endangered .link {
    background-image: url('../images/help_wildlife_act_chevron.png');
    color: #262626;
    }
    .home_wild_act .link,
    .home_water_act .link,
    .home_help_wildlife_act .link,
    .home_bipartisan_nuclear_energy .link,
    .home_wildfire_prevention_and_mitigation_act .link,
    .home_acre_act .link,
    .home_use_it .link,
    .home_infrastructure .link {
        background-image: url('../images/nucleararrow.png');
        color: #fff;
    }
    .home_wild_act,
    .home_water_act,
    .home_help_wildlife_act,
    .home_bipartisan_nuclear_energy,
    .home_wildfire_prevention_and_mitigation_act,
    .home_acre_act,
    .home_use_it,
    .home_infrastructure,
    .home_endangered {
        flex-direction: row;
        justify-content: initial;
        text-align: left;
    }
    .home_wild_act .title,
    .home_water_act .title,
    .home_help_wildlife_act .title,
    .home_bipartisan_nuclear_energy .title,
    .home_wildfire_prevention_and_mitigation_act .title,
    .home_acre_act .title,
    .home_use_it .title,
    .home_infrastructure .title,
    .home_endangered .title {
        flex-grow: 1;
        flex-shrink: 0;
        padding-left: 70px;
        font-size: 18px;
    }
    .home_wild_act .link,
    .home_water_act .link,
    .home_help_wildlife_act .link,
    .home_bipartisan_nuclear_energy .link,
    .home_wildfire_prevention_and_mitigation_act .link,
    .home_acre_act .link,
    .home_use_it .link,
    .home_infrastructure .link,
    .home_endangered .link {
        flex-grow: 0;
        flex-shrink: 1;
        font-size: 18px;
        margin: 0 70px;
        background-size: contain;
        width: 230px;
        background-position: bottom center;
    }
}

@media (min-width: 1200px) {
    .home_wild_act .title,
    .home_water_act .title,
    .home_help_wildlife_act .title,
    .home_bipartisan_nuclear_energy .title,
    .home_wildfire_prevention_and_mitigation_act .title,
    .home_acre_act .title,
    .home_use_it .title,d
    .home_infrastructure .title,
    .home_endangered .title {
        padding-left: 70px;
        font-size: 22px;
        padding-top: 10px;
    }
    .home_bipartisan_nuclear_energy .link,
    .home_wildfire_prevention_and_mitigation_act .link,
    .home_acre_act .link,
    .home_use_it .link,
    .home_infrastructure .link,
    .home_endangered .link {
        padding-left: 0px;
        text-decoration: none;
        background-position: bottom center;
    }
}

#home_committee {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

/* ********** HEARINGS CALENDAR ********** */

.module#hearings {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.module#hearings .hearings-calendar-table {
    background-color: white;
    border-bottom: 1px solid #d5d5d5;
}

.module#hearings .hearings-calendar-table h4 {
    margin: 0 0;
    background: #477340;
    color: #fff;
    position: relative;
    height: 78px;
}

.module#hearings .hearings-calendar-table h4 .date {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    padding: 28px 0;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 700;
}

.module#hearings .hearings-calendar-table h4 .arrow {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 18px;
    height: 18px;
    outline: 0;
    text-indent: -10000px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.module#hearings .hearings-calendar-table h4 .arrow.prev {
    background-image: url(../images/calendar_prev.png);
}

.module#hearings .hearings-calendar-table h4 .arrow.next {
    right: 30px;
    left: auto;
    background-image: url(../images/calendar_next.png);
}

.module#hearings table {
    width: 100%;
}

.module#hearings table th,
.module#hearings table td {
    border: 1px solid #d5d5d5;
}

.module#hearings table th {
    text-align: center;
    font-weight: 700;
    color: #477340;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    border-width: 0 0 0 1px;
}

.module#hearings table td {
    text-align: center;
    padding: 0;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #626359;
    border-width: 1px 0 0 1px;
}

.module#hearings table th:first-child,
.module#hearings table td:first-child {
    border-left-width: 0;
}

.module#hearings table td a {
    display: block;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    color: inherit;
    font-weight: inherit;
}

.module#hearings table td a:hover,
.module#hearings table td a:active,
.module#hearings table td a:focus {
    text-decoration: none;
}

.module#hearings table td.other-month {
    color: #b0b2a3;
}

.module#hearings table td.is-hearing {
    background: url(../images/calendar_marker.png) top right no-repeat;
}

.module#hearings table td.is-today {
    background-color: #477340;
    color: #fff;
}

.module#hearings table.hide {
    display: none;
}

.module#hearings .hearings-date {
    display: none;
}

.module#hearings .hearings-date.active {
    display: block;
}

.module#hearings .hearings-date {
    padding: 15px 30px;
    position: relative;
}

.module#hearings .hearings-date .close {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/icon_close_black.png) no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    top: 15px;
    right: 30px;
}

.module#hearings .hearings-date h5 {
    margin: 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.module#hearings .hearings-date .hearing {
    margin: 0 0 15px;
}

.module#hearings .hearings-date .hearing .timespan {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d58d30;
}

.module#hearings .hearings-date .hearing .title {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    color: #5f6068;
}

.module#hearings .hearings-date .hearing .title a {
    color: inherit;
    font-weight: inherit;
}

.module#hearings .hearings-date .hearing .subtitle {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #626359;
}

.module#hearings .hearings-upcoming {
    padding: 0 30px;
}

.module#hearings .hearings-upcoming h4 {
    margin: 0 0 15px;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: lime;
}

.module#hearings .hearings-upcoming .hearing {
    margin: 0 0 15px;
}

.module#hearings .hearings-upcoming .hearing .date {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: lime;
}

.module#hearings .hearings-upcoming .hearing .timespan {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #d58d30;
}

.module#hearings .hearings-upcoming .hearing .title {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5f6068;
}

.module#hearings .hearings-upcoming .hearing .title a {
    color: inherit;
    font-weight: inherit;
}

.module#hearings .hearings-upcoming .hearing .subtitle {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #626359;
}

.module#hearings .view-all {
    display: inline-block;
    font-size: 15px;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: lime;
    border: 3px solid lime;
    margin-left: 30px;
}

.module#hearings .view-all:hover {
    background: #477340;
    border-color: #477340;
    color: white;
    text-decoration: none;
}

#hearings .upcoming-hearings {
    padding: 30px 20px;
}

#hearings .upcoming-hearings .section-title {
    color: #24461e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

#hearings .upcoming-hearings .hearing-item .title {
    color: inherit;
}

#hearings .upcoming-hearings .hearing-item .date {
    color: #24461e;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#hearings .upcoming-hearings .hearing-item .time {
    color: #477340;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#hearings .upcoming-hearings .section-link {
    display: inline-block;
    background-color: #477340;
    border: 2px solid #24461e;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    padding: 15px 20px;
    text-transform: uppercase;
}

#hearings .upcoming-hearings .section-link:hover,
#hearings .upcoming-hearings .section-link:active {
    background-color: #24461e;
    text-decoration: none;
}

#profile-chairman.module,
#profile-rankingmember.module {
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .module .profile {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

.module .profile .picture {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 50%;
    min-height: 330px;
    z-index: 1;
}
.module .profile .picture:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    background: linear-gradient( 0deg, #205671 1%, #20567180 60%, #20567100 100%);
    z-index: -1;
}


@media (min-width: 992px) {
    .module .profile .picture {
        min-height: unset;
        height: 100%;
        width: auto;
    }
}

.module .profile.position-chairman .picture {
    background-image: url(../images/capito-home.png);
    background-position: right;
}

 .module .profile.position-rankingmember .picture {
    background-image: url(../images/whitehouse-websitecrop.png);
}

.democratic_page .module .profile.position-rankingmember .picture {
    background-image: url(../images/whitehouse-website.png);
}

.module .profile .picture .content {
    padding: 25px 15px;
    padding-bottom: 10px;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.module .profile .picture h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 24px;
}

.module .profile .picture .member {
    font-size: 20px;
    font-weight: 700;
    color: #fee402;
}

.democratic_page .module .profile .picture .member {
    line-height: 1.25;
}

.module .profile .picture .member em {
    font-weight: 400;
    color: white;
    font-style: italic;

}

.module .profile .body {
    background-color: #F4F2EC;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .module .profile .body {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        flex-basis: auto;
        flex-grow: 1;
        flex-shrink: 0;
        justify-content: space-between;
        width: 50%;
    }
}

.module .profile .body .news>.title {
    background: #f8f8f8;
    border-bottom: 1px solid #d5d5d5;
    color: #9f9f9f;
    font-family: Raleway;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.module .profile .body .news>.title i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: bottom;
    margin-right: 5px;
}

.module .profile .body .news>.content {
    display: none;
    padding: 40px;
}
@media(min-width: 992px){
    .module .profile .body .news>.content { padding-left: 40px; padding-right: 20px;}
}
.module .profile .body .news>.title {
    border-color: transparent;
    color: white;
    background: #477340;
}

.democratic_page .module .profile .body .news>.title {
    background: #1A3D71;
}

.module .profile .body .news>.title i {
    background-position: center;
}

.module .profile .body .news>.content {
    display: block;
}

.module .profile .body .news>.title i {
    background-image: url(../images/icon_tab_news.png);
}

.module .news-items .news-item {
    border-top: 1px solid #d5d5d5;
    padding-top: 20px;
    margin-top: 20px;
}

.module .news-items .news-item:first-child {
    border-top: 0;
    padding: 0;
    margin: 0;
}
@media(min-width: 992px){
    .module .news-items .news-item:first-child {
        border-bottom: 2px dotted #c4c4c4;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .module .news-items .news-item:nth-child(2) {
        border-bottom: 2px dotted #c4c4c4;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}
.module .news-items .news-item .date {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #2B2B2B;
    display: inline;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #c4c4c4;
    font-style: italic;
    font-weight: lighter;
}

.module .news-items .news-item .title {
    font-weight: 700;
    font-size: 15px;
}

.module .profile a.section-link {
    display: block;
    color: #477340;
    font-size: 16px;
    font-weight: bold;
    padding: 30px;
    padding-top: 0;
    text-transform: uppercase;
}

.democratic_page .module .profile a.section-link {
    color: #1A3D71;
}

.module .twitter {
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    padding: 20px;
}

.module .twitter-embed {
    padding-bottom: 0;
}

.module .twitter .section-title {
    color: #24461e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.democratic_page .module .twitter .section-title {
    color: #1A3D71;
}

.module .tweets .tweet {
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
    margin-top: 10px;
}

.module .tweets .tweet:first-child {
    border-top: 0;
    padding: 0;
    margin: 0;
}

.module .tweets .tweet {
    font-size: 15px;
}

.module .tweets .tweet a:hover {
    font-weight: 600;
}

.module .tweets .tweet a:hover {
    color: #477340;
}

.module .follow-button {
    margin-top: 15px;
}

.module .bio {
    font-size: 15px;
}

.module .bio a {
    font-weight: 600;
}

.module .bio a:hover {
    color: #477340;
}

#home-footer {
    background: #647049 no-repeat left bottom;
    box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, .6) inset;
    border-bottom: 12px solid #fee402;
    color: white;
    padding: 30px 0;
}

#home-footer .office-information {
    font-size: 15px;
}

#home-footer .office-information h3 {
    margin: 0 0 15px;
    color: #fee402;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

#home-footer .office-information .address {
    margin: 5px 0 15px;
}

#home-footer .office-information .phone {
    margin: 5px 0;
}

#home-footer .office-information .fax {
    margin: 5px 0;
}

#home-footer .office-information .phone i,
#home-footer .office-information .fax i {
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

#home-footer .office-information .phone i {
    background-image: url(../images/icon_footer_phone.png);
}

#home-footer .office-information .fax i {
    background-image: url(../images/icon_footer_fax.png);
}

#home-footer a {
    color: inherit;
}

#home-footer a:hover {
    text-decoration: none;
    color: #fee402;
}

#home-footer .footer-menu-wrapper {
    display: table;
}

#home-footer .footer-menu-column {
    display: table-cell;
    padding-left: 60px;
}

#home-footer .footer-menu-column:first-child {
    padding-left: 0;
}

#home-footer .footer-menu-column .footer-menu-header {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

#home-footer .footer-menu-column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#home-footer .footer-menu-column ul li {
    padding: 5px 0;
    font-size: 14px;
}

.module#featured {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .module#hearings .hearings-upcoming {
        padding: 0;
    }
    .module#hearings .view-all {
        margin-left: 0;
    }
    #home-footer {
        background-image: url(../images/footer_bg_4.jpg);
        padding: 90px 0;
    }
}

/* 2022 updates for homepage */
.cfdebug { display: none;}
.lay-copy-home .container {
    width: 100%;
    padding: 0 20px;
}
@media(min-width:768px) {
    .lay-copy-home .container {
        padding: 0 40px;
    }
}
@media(min-width:992px) {
    .lay-copy-home .container {
        padding: 0;
        width: 970px;
    }
}
@media(min-width:1200px) {
    .lay-copy-home .container {
        width: 1170px;
    }
}
@media(min-width:1300px) {
    .lay-copy-home .container {
        width: 1200px;
    }
}
.home-bg { 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 500px;
    background-image: url(../images/NRGBridge.png);
    background-size: cover;
}
.home-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #FFFCF3 1%, transparent 30%);
    z-index: 1;
}
.home-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin: 20px 0;
    margin-bottom: 40px;
}
a.home-feature-btn {
    border-radius: 5px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 30px;
    text-align: center;
    line-height: 1.25;
    width: 100%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
span.btn-icon {
    display: block;
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.twitter-icon { background-image: url(../images/icon_tweet.png); background-size: contain; background-repeat: no-repeat;}
.hearing-icon { background-image: url(../images/icon-hearings.svg); background-size: contain; background-repeat: no-repeat;}
.email-icon { background-image: url(../images/icon-email.svg); background-size: contain; background-repeat: no-repeat;}
a.home-feature-btn.issue1 { background-color: #205671;}
a.home-feature-btn.issue2 { background-color: #97C17C;}
a.home-feature-btn.issue3 { background-color: #B90000;} 
a.home-feature-btn.issue1:hover { text-decoration: none; color: #fff; background-color: #2a6d8f;}
a.home-feature-btn.issue2:hover { text-decoration: none; color: #fff; background-color: #84ac6b;}
a.home-feature-btn.issue3:hover { text-decoration: none; color: #fff; background-color: #9e0101;} 
a.home-feature-btn{ background-color: #205671;} 
a.home-feature-btn:hover { background-color: #2a6d8f; color: #fff; text-decoration: none; } 
@media(min-width: 991px) {
    .home-btn-group {
        column-gap: 10px;
        row-gap: 0;
        flex-direction: row;
    }
    .home-main { padding-top: 200px; }
}

/* News Profile sections update */


.picture-outer {
    padding: 40px 20px;
    padding-bottom: 0;
    background:#F4F2EC;
}
.profile-outer .profile-header {
    border-radius: 5px 5px 0 0;
    background: #647049;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
/* .profile-outer .profile-header.Minority {
    background: #840000;
} */
.profile-outer .profile-header h2 {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.profile-outer .profile-header a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.profile-outer .profile-header a span {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.news-item .title a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    color: #2B2B2B;
    line-height: 1.3;
}
.news-abstract {
    font-size: 18px;
    color: #2B2B2B;
    margin-bottom: 30px;
}
.read-more {
    font-size: 20px;
    color: #2B2B2B;
    text-decoration: underline;
    font-style: italic;
}
.news-items .news-item .read-more:hover, .news-items .news-item .read-more:focus {
    color: #2b5fad;
}



@media(min-width: 768px){
    .profile-outer .profile-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .profile-outer .profile-header h2 { font-size: 36px; margin-bottom: 0px;}
    .picture-outer {
        flex-basis: 33%;
        padding: 20px;
    }
}
@media(min-width: 992px){
    .picture-outer { padding-top: 40px; padding-right: 0; }
    #news .news-items {
        display: flex;
        column-gap: 20px;
        flex-wrap: wrap;
    }
    .module .news-items .news-item {
        flex-basis: calc(50% - 10px);
        border: 0;
        padding-top: 0;
        margin-top: 0;
    }
    /* .home-bg { background: transparent; } */
}
@media(min-width: 1200px){
    .picture-outer { padding: 40px; padding-right: 0; }
    #news .news-items { column-gap: 60px; }
    .module .news-items .news-item {
        flex-basis: calc(50% - 30px);
    }
    .module .profile .body .news>.content { padding-right: 40px;}
}

@media(min-width: 992px) and (max-width:1199px){
    .module .profile .picture .member em { font-size: 18px;}
    a.home-feature-btn { flex-direction: column; line-height: 1;}
    span.btn-icon { margin-right: 0; margin-bottom: 10px;}
}
@media(min-width: 1400px) {
    .module .profile .picture .member { font-size: 22px;}
}
/* Home page image slider */
.home-bg { overflow: hidden; max-width: 1600px; margin-left: auto; margin-right: auto;}
.home-slider {
    display: flex;
    position: relative;
    z-index: 0;
}

@media(max-width: 991px){
    .home-slider { display: none; }
}
/* Bottom Section */

#featured-activity {
    box-shadow: 3px 3px 25px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
    border-radius: 5px;
    display: none;
}

#featured-activity .profile-header {
    background-color: #97C17C;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 40px;
}
@media(max-width: 767px){
    #featured-activity .profile-header{ 
        align-items: center;
        padding-top: 10px;
        line-height: 1;
    }
}
#featured-activity .profile-header div span {
    font: italic normal normal 20px/22px Open Sans;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#featured-activity .featured-col {
    padding: 20px 40px 0px 40px;
    border-right: 1px solid rgb(0 0 0 / 15%);
    background-color: #f4f2ec;
}

@media(min-width: 992px) {
    #featured-activity .featured-col {
        padding: 20px 40px 75px 40px;
    }
}

#featured-activity .featured-col h2 {
    font: normal normal bold 26px/32px Open Sans;
    letter-spacing: 0.13px;
    color: #2B2B2B;
}

#featured-activity .featured-col p {
    font: normal normal normal 18px/24px Open Sans;
    letter-spacing: 0.09px;
    color: #2B2B2B;
    padding-bottom: 20px;
}

#featured-activity .featured-col a {
    text-decoration: underline;
    font: italic normal normal 18px/24px Open Sans;
    letter-spacing: 0.09px;
    color: #2B2B2B;
}
/* New stuff 5/8 */
#page_home .video-bg { display: none; }
.home-bg video {
    position: absolute;;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
}
.home-bg { 
    max-width: unset;
    background-image: url(../images/NRGBridge.png);
    background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
@media(max-width: 991px) {
	.home-bg video {
		display: none;
	}
}