/*** GLOBAL CSS ***/

html, body, a, a:hover, div, div:hover, span, span:hover, p, p:hover, p a, p a:hover, :hover {
    transition: .3s ease all;
}

/***** TEMP HIDE ERROR MESSAGES ***/

.messages.error {
    display: none;
}

.not-front #block-boxes-todays-votes--2 {
    background: #fff;
    font-size: 0.9em;
}
.not-front #zone-footer {
    background: #eeedf3;
}


body {
    background: #fcfdfe;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0 0 15px 0;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
    background: none;
}

/*** BRANDING ***/

#zone-branding-wrapper {
    width: 100%;
    margin: 0 auto;
}

/*** TODAYS VOTES ***/

#block-boxes-todays-votes {
    margin: 0 0px;
    padding: 0 0;
    background: none;
    display: flex;
    justify-content: center;
}

/*** HAMBURGER MENU ***/

#block-boxes-congress-mobile-hamburger-menu {
    display: block;
}

/*** MENU ***/

#zone-menu-wrapper {
    width: 100%;
    margin: 0 auto;
    background: #000b29;
}

#block-menu-block-congress-main-menu-superfish {
    background: none repeat scroll 0 0 transparent;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0;
    vertical-align: -15%;
}

.sf-menu a.active, .sf-menu a.active-trail {
    color:#fff;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    border-bottom: medium none;
    color: #fff;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {
     text-decoration:none;
}

.sf-menu ul {
    background: #000b29;
    width: 15em;
}


/*** PREFACE ZONE ***/

#zone-preface {
    width: 100%;
}

#region-preface-second {
    width: 45%;
    margin: 0;
    padding: 0;
    float: left;
}

/*** PREFACE FIRST - ROTATOR ***/

#block-panels-mini-congress-home-page-rotator {
    width: 100%;
    float: left;
    background: none;
	margin:0;
	padding:0;
}

.slides {
    background: #000b29;
	padding:0;
}

.view-congress-hprotator .views-field-field-congress-featured-media {
    float: none;
    width: 100%;
}

.hprotator-text-block {
    padding: 0 1%;
    width: 100%;
	color:#fcfdfe;
}

.view-congress-hprotator .flex-control-nav {
    display: none;
}

/*** PREFACE FIRST - HOUSE LIVE ***/

#block-boxes-house-live {
    background: none;
}

/**** IN SESSION ****/


/*********** TREY CHANGES 5/25/18 *************/

#zone-branding-wrapper {
    background: linear-gradient(#000b29, #031034, #000b29);
}

#zone-branding {
    width: 100%;
}

#logo {
    width: 500px;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.not-front #region-footer-first {
    margin-top: 5em;
}


#zone-menu-wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff !important;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    color: #000b29 !important;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {
    background: #eee !important;
}

.sf-menu a.active, .sf-menu a.active-trail {
    background: #eee !important;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

#block-boxes-todays-votes .block-title {
    color: #eee !important;
    padding: 10px 0 0 0;
    text-transform: none !important;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 0.5em;
}

#block-boxes-todays-votes {
    color: #ccc;
}

.sf-menu li .leaf a {
    padding: 1em;
    color: #fff !important;
}

.sf-menu li .leaf a:hover {
    padding: 1em;
    color: #000b29 !important;
}

/*********** ROTATOR **************/

#region-preface-first {
    width: 33%;
    margin: 0;
    padding: 1em;
    float: left;
}

.hprotator-text-block h2, .hprotator-text-block a {
    color: #fff;
    text-transform: none;
    font-size: 1.25em !important;
}

.hprotator-text-block {
    color: #f8f5f2;
    position: absolute;
    background: rgba(41, 53, 84, 0.8) !important;
    left: 0;
    bottom: 0;
    height: auto;
    text-align: left;
    width: 100% !important;
}

.hprotator-text-block {
    color: #f8f5f2;
    position: absolute;
    background: rgba(41, 53, 84, 0.8);
    left: 0;
    bottom: 0;
    height: auto;
    text-align: left;
    width: 100% !important;
}

#block-panels-mini-congress-home-page-rotator {
    overflow: hidden;
}

/**** HOUSE LIVE *************/

#block-boxes-house-live {
    padding: 0;
    margin: 0;
    background: url(../images/house_live.jpg) no-repeat center center / contain;
    background-position: bottom;
}

#boxes-box-house_live {
    margin-top: 5.5em;
}

/******** FLOOR SCHEDULE *******/


#block-boxes-floor-schedule .block-title {
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    padding-top: 0.5em;
    background: #293554;
    padding-bottom: 0.5em;
    border-radius: 3px 3px 0 0;
}

#block-boxes-floor-schedule p {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

#block-boxes-latest-floor-action-heading {
    border-radius: 3px 3px 0 0;
}


#zone-preface {
    width: 100%;
    background: radial-gradient(#eee,#eeedf3, #eee) !important;
}

#region-preface-second {
    width: 66%;
    margin: 0;
    padding: 0;
    float: left;
}

#block-views-floor-proceedings-block {
    background: #fff !important;
    height: 300px;
    overflow-y: scroll;
    scroll-snap-type-y: none;
    scroll-behavior: smooth;
}

/** #block-views-floor-proceedings-block::-webkit-scrollbar{ width: 0 !important }
#block-views-floor-proceedings-block { -ms-overflow-style: none; } **/

#block-boxes-floor-schedule {
    padding: 0;
    margin-top: 1em;
    background: #fff !important;
    border-radius: 0 0 3px 3px;
}

#block-boxes-house-live h2 {
    display: none !important;
}

#boxes-box-house_live {
    margin-top: 20em;
}

#block-boxes-latest-floor-action-heading {
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    height: 33px;
    background: #293554;
    color: #fff;
    margin-top: 1em;
}

#block-boxes-latest-floor-action-heading h3 {
    line-height: 33px;
    font-size: 1.1em;
}

#block-boxes-news-events-on-hill-header {
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    height: 33px;
    background: #293554;
    color: #fff;
}

#block-boxes-news-events-on-hill-header h3 {
    line-height: 33px;
    font-size: 1.1em;
}

#block-views-most-recent-votes-block {
    background: #fff !important;
}

/** #block-views-most-recent-votes-block::-webkit-scrollbar{ width: 0 !important }
#block-views-most-recent-votes-block { -ms-overflow-style: none; } **/

#block-views-most-recent-votes-block {
    background: #fff !important;
    height: 300px;
    overflow-y: scroll;
}

#block-boxes-member-demographics {
    margin-top: 1em;
    background: #fff;
    text-align: center;
}

#region-preface-first {
    padding-bottom: 0;
}

#region-header-second {
    width: 100% !important;
}

#block-views-ebbs-house-json-feed-block h2 {
    font-weight: normal !important;
    font-size: 1.1em !important;
}

.flexslider .slides img {
    height: 265px;
    object-fit: cover;
    object-position: center;
}

#block-boxes-house-live img {
    padding: 0 0 0 0;
    margin: 0;
    max-width: 100% !important;
    opacity: 1;
    height: 360px;
    object-fit: cover;
}

.region-inner.region-preface-first-inner {
    height: 793px;
}

#region-preface-first {
    height: 793px;
}

/** #region-preface-first::-webkit-scrollbar{ width: 0 !important } **/


#block-boxes-house-live {
    background: transparent !important;
}

#block-views-ebbs-house-json-feed-block {
    padding-left: 1em !important;
    padding-right: 1em !important;
    margin-bottom: 1em !important;
}

#zone-postscript {
    background: transparent !important;
}

#block-boxes-new-twitter {
    padding-top: 0;
}

#block-boxes-daily-press-gallery-tweets {
    padding-top: 0;
    margin-bottom: 0;
}

#mini-panel-single_wide_carousel_holder {
    padding-top: 0 !important;
}

#block-boxes-new-twitter .block-title {
    margin-bottom: 0;
    background: #293554;
    font-size: 1.1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

#block-boxes-daily-press-gallery-tweets .block-title {
    margin-bottom: 0;
    background: #293554;
    font-size: 1.1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

#hp-single-carousel-wide h2 {
    margin-bottom: 0;
    background: #293554;
    font-size: 1.1em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

#block-boxes-new-twitter {
    padding-right: 0;
    margin-bottom: 0;
}

#block-boxes-daily-press-gallery-tweets {
    padding-left: 0;
}

#mini-panel-single_wide_carousel_holder {
    padding-left: 0;
}

#block-boxes-daily-press-gallery-tweets {
    padding-right: 0;
}

#mini-panel-single_wide_carousel_holder {
    padding-right: 0;
}

#block-menu-block-congress-site-map a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1;
}

#block-menu-block-congress-site-map {
    padding-top: 2em !important;
    padding-bottom: 3em !important;
}

#zone-footer-bottom {
    background: #eee !important;
}

#zone-footer-bottom a {
    color: #293554 !important;
}


#block-boxes-member-demographics {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    height: 120px;
}

#block-boxes-member-demographics .block-title {
    background: #293554;
    font-size: 1.1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #eee;
}

.hprotator-text-block .field-name-body {
    margin-top: -10px;
}

.logo-img {
    text-align: center;
}

#twitter-widget-0 {
    width: 100% !important;
}

#flexslider-1 .field-content {
    background: #293554 !important;
    padding-top: 0;
}

#block-boxes-news-events-on-hill-header {
    margin-top: 1em !important;
}

#zone-menu-wrapper {
    border-bottom: 1px solid #020f3133;
}

#block-boxes-member-demographics {
    margin-top: 0.5em;
}

#region-user-first {
    display: none;
}

#region-user-second {
    width: 100% !important;
}

#zone-user {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
}

.quicktabs-tabs.quicktabs-style-nostyle {
    background: #293554 !important;
}

#block-views-31522a63eea76b8f17f13a569fc00312 {
    overflow: hidden;
}

#block-quicktabs-home-page-tabs {
    overflow: scroll-y;
    margin-bottom: 1em !important;
    background: #fff !important;
}

/** #block-quicktabs-home-page-tabs::-webkit-scrollbar{ width: 0 !important }
#block-quicktabs-home-page-tabs { -ms-overflow-style: none; }
**/


#block-quicktabs-home-page-tabs {
    width: 66% !important;
    float: left;
}

#block-boxes-house-calendar {
    width: 32%;
    float: left;
    background: #fff;
    padding: 0;
}

#block-boxes-house-calendar {
    height: 250px;
    overflow-y: scroll;
}

/**

#block-boxes-house-calendar::-webkit-scrollbar{ width: 0 !important }
#block-boxes-house-calendar { -ms-overflow-style: none; }
**/

#block-boxes-house-calendar img {
    padding: 0;
    max-width: 100%;
}

#zone-branding-wrapper {
    background: url("https://housepressgallery.hdvdevedit1.house.gov/sites/housepressgallery.house.gov/themes/house_press_gallery/images/banner.png") #293554;
    background-repeat: repeat-x;
}

ul.menu {
    z-index: 999999999;
    display: block;
    margin-top: -6px;
}

#block-boxes-house-floor-graphic {
    padding: 0;
}


/* #block-boxes-house-floor-graphic img {
    padding: 0;
    margin-top: 3%;
    height: auto;
    width: 100%;
} */

.view-footer {
    text-align: right;
    padding-top: 1em;
    font-size: 1em;
    padding-bottom: 1em;
}

.view-footer a {
    background: transparent;
    color: #293554;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: roboto;
    font-weight: 500;
}

.view-footer:hover a {
    background: #eee;
    color: #293554;
    filter: brightness(1.1);
}

#block-views-ebbs-house-json-feed-block {
    background: #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed {
    padding-left: 1em !important;
    padding-right: 1em !important;
    height: 180px;
    overflow-y: scroll;
    padding-top: 1em !important;
}

#block-quicktabs-home-page-tabs {
    width: 100% !important;
    margin-top: 1em !important;
    height: 595px !important;
}

#block-views-31522a63eea76b8f17f13a569fc00312 {
    overflow-y: scroll;
    height: 480px;
}

#block-views-577e9f583f41d8a40cfc557724106303 {
    overflow-y: scroll;
    height: 480px;
}

#quicktabs-tab-home_page_tabs-0 {
    pointer-events: none;
    color: #fff;
    font-size: 1.1em;
}

#zone-preface {
    overflow: hidden;
}

#quicktabs-home_page_tabs ul.quicktabs-tabs li.active a {
    font-weight: bold !important;
    color: #ccb44e !important;
}

#quicktabs-home_page_tabs .views-table.cols-2 {
    background: #fff;
}

#quicktabs-home_page_tabs {
    background: #fff;
}

#block-views-most-recent-votes-block {
    margin-bottom: 0;
}

#zone-preface {
    border-bottom: 1em solid #eeedf3;
}

#block-quicktabs-home-page-tabs .view-footer {
    padding-bottom: 5em;
}

#block-quicktabs-home-page-tabs .first {
    margin-right: 4em;
}

.view-id-floor_proceedings .views-field.views-field-date {
    width: 100px;
}

.view-ebbs-house-json-feed .views-field.views-field-value-5 {
    width: 80px;
}

.view-calendar-for-committees- .views-field.views-field-date-1.views-align-left {
    width: 10px;
}

#block-boxes-house-calendar {
    height: 430px;
    overflow-y: scroll;
    margin-top: 0;
}

.view-header {
    padding-bottom: 1em;
}

.more {
    float: right;
}

.more a {
    color: #ccb44e;
    font-weight: 500;
    font-family: roboto;
}

#boxes-box-latest_floor_action_heading .more {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 10px;
    font-size: 1.1em;
}

#block-boxes-news-events-on-hill-header .more {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 10px;
    font-size: 1.1em;
}

.view-calendar-for-committees- .more a {
    color: #293554;
}

#block-quicktabs-home-page-tabs .view-footer a {
    padding-left: 0;
}

#block-views-congress-news-block-latest-news {
    padding: 0;
}

#zone-user {
    background: #f0f0f0;
}

#block-views-congress-news-block-latest-news .block-title {
    text-align: center;
    font-size: 1.1em;
    line-height: 35px;
    background: #293554;
    height: 35px;
    margin-bottom: 0;
}

#block-views-congress-news-block-latest-news .block-title a {
    color: #fff;
}

#block-views-congress-news-block-latest-news {
    background: #fff !important;
}

.front .view-congress-news .views-field-title {
    text-align: center;
}

.view-congress-news .views-field-title h3 {
    font-size: 1.1em;
    font-weight: 500;
    font-family: roboto;
    padding-bottom: 13px;
}


.view-congress-news .views-row-last {
    padding-bottom: 0;
}

.view-congress-news .views-field.views-field-body {
    background: #f1f5fa;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#block-views-congress-news-block-latest-news {
    padding-bottom: 2em;
}

#block-boxes-meet-our-staff {
    width: 33%;
    float: right;
}

#block-views-congress-news-block-latest-news {
    float: left;
    width: 33%;
    margin-left: 1em;
    height: 430px;
    /*overflow-y: scroll;*/
}

.view-congress-news .views-field.views-field-body {
    margin-left: 1em;
    margin-right: 1em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#block-boxes-meet-our-staff {
    padding: 0;
}

#block-boxes-meet-our-staff {
    padding: 0;
    height: 438px;
    background: #fff;
}

#block-boxes-meet-our-staff .block-title {
    text-align: center;
    height: 35px;
    background: #293554;
    line-height: 35px;
    font-size: 1.1em;
    color: #fff;
}

#boxes-box-meet_our_staff {
    text-align: center !important;
}

#block-views-congress-news-block-latest-news .content {
    overflow-y: scroll;
    height: 380px;
}

.view-congress-news .views-row {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: none;
}

.view-congress-news .views-field-body, .views-field-body .field-content > p {
    padding-left: 1em;
    padding-right: 1em;
}

#block-panels-mini-single-wide-carousel-holder .slides {
    width: 100% !important;
}

#hp-single-carousel-wide .slides img {
    display: inline-block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

#hp-single-carousel-wide .flex-control-nav.flex-control-paging {
    display: none;
}

#flexslider-1 .field-content {
    background: #293554 !important;
    padding-top: 0;
}

#hp-single-carousel-wide .slides img {
    display: inline-block;
    object-fit: cover;
    max-width: none !important;
    margin-top: 2em;
}


#mini-panel-single_wide_carousel_holder .flexslider .slides {
    background: #f8f5f2 !important;
    padding: 0;
}

#flexslider-1 .field-content {
    background: #293554 !important;
    padding-top: 0;
}

.views-field.views-field-field-congress-image .field-content img {
    margin-top: 0 !important;
}

#hp-single-carousel-wide .flex-viewport {
    background: #f8f5f2;
}

.view-congress-field-collection-slideshow {
    height: 550px;
    overflow-y: scroll;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    width: 100% !important;
}

#hp-single-carousel-wide .flex-direction-nav {
    display: none;
}

#block-boxes-house-floor-graphic img:hover {
    filter: brightness(1.4);
}

a:link, a:visited {
    color: #213264;
}

.more a {
    color: #fff;
    font-weight: 400;
}

.hprotator-text-block a {
    color: #fff;
}

.boxes-box-content {
    position: relative;
}



/****** CHANGES 6/12/2018 *******/

#region-preface-second {
    width: 32.5%;
    margin: 0;
    padding: 0;
    float: left;
}

#region-preface-third {
    width: 32.5%;
}

#boxes-box-house_floor_graphic p {
    width: 200px;
    float: left;
}

#houseNumberCount {
    float: right;
    width: 54%;
    padding-left: 1em;
    padding-top: 0.5em;
}

#block-boxes-house-floor-graphic {
    background: #eeedf1;
    margin-top: 1em;
    border-radius: 3px;
    height: 117px;
    margin-bottom: -1.2em;
    margin-left: -1em;
    margin-right: -1em;
}

#repNumber {
    color: #f97474;
}

#demNumber {
    color: #576a9b;
}

#indNumber {
    color: #dddada;
}

.num {
    font-weight: bold;
    font-size: 1.0em;
}

#block-views-floor-proceedings-block {
    height: 600px;
}

#block-views-most-recent-votes-block {
    height: 320px;
}

#block-views-31522a63eea76b8f17f13a569fc00312 {
    height: 217px;
}

#block-quicktabs-home-page-tabs {
    height: 250px !important;
}

.flexslider .slides img {
    height: 350px;
}

.not-front #block-views-577e9f583f41d8a40cfc557724106303 {
    height: 300px;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed {
    height: 340px;
}

#block-panels-mini-congress-home-page-rotator {
    margin-bottom: 1em;
}

#block-views-ebbs-house-json-feed-block h2 {
    margin-top: 24em !important;
}

#boxes-box-floor_schedule {
    font-size: 0.9em;
}

#houseNumberCount h5 {
    margin-top: 0px;
}

#zone-user-wrapper {
    margin-top: -2em;
}

#region-preface-third {
    margin-left: 1em;
}

#region-postscript-first {
    width: 23.33% !important;
}

#region-postscript-second {
    width: 23.33% !important;
}

#block-panels-mini-single-wide-carousel-holder {
    float: right;
    width: 33.33%;
}

#mini-panel-single_wide_carousel_holder .pane-title {
    text-align: center;
    color: #fff;
}

#block-boxes-house-calendar {
    height: 475px;
    overflow-y: scroll;
    margin-top: 0;
}

#block-views-congress-news-block-latest-news {
    height: 475px;
}

#block-views-congress-news-block-latest-news .content {
    height: 440px;
}

.view-congress-field-collection-slideshow {
    height: 437px;
    overflow-y: scroll;
}

#region-postscript-third {
    width: 52.5% !important;
}

#block-boxes-meet-our-staff {
    width: 100%;
    float: right;
}

#region-footer-third {
    display: none;
}

/* #block-boxes-house-floor-graphic img {
    padding: 0;
    margin-top: -10px;
    height: 99px;
    width: 100%;
    object-fit: cover;
} */

/* #block-boxes-house-floor-graphic img {
    padding: 0;
    margin-top: 3%;
    height: auto;
    width: 100%;
} */


#block-boxes-house-floor-graphic {
    overflow: hidden;
}

#numCount {
    float: left;
    margin-left: 0;
    column-count: 0;
}

#houseLiveBTN {
    float: right;
}

#indNumber {
    color: #ccb44f;
    padding-top: 0.7em;
}

#numCount {
    background: #fff;
    padding-top: 1em;
    padding-bottom: 1.3em;
    width: 55%;
    margin-top: -10px;
    border-radius: 3px;
    padding-left: 4%;
}

#block-boxes-house-floor-graphic img {
    border-radius: 3px;
}

#block-panels-mini-congress-home-page-rotator {
    border-radius: 3px;
    overflow: hidden;
}

#block-views-ebbs-house-json-feed-block .block-inner {
    background: #eeedf3;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed.view-display-id-block {
    background: #fff;
}

#block-boxes-news-events-on-hill-header {
    border-radius: 3px 3px 0 0;
}

#block-views-most-recent-votes-block {
    border-radius: 0 0 3px 3px;
}

#block-boxes-floor-schedule {
    border-radius: 3px;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed.view-display-id-block {
    border-radius: 0 0 3px 3px;
}

.quicktabs-tabs.quicktabs-style-nostyle {
    border-radius: 3px 3px 0 0;
}

#block-boxes-house-calendar {
    border-radius: 3px;
}

#block-views-congress-news-block-latest-news {
    border-radius: 3px;
    overflow: hidden;
}

#block-panels-mini-single-wide-carousel-holder {
    border-radius: 3px;
    overflow: hidden;
}

.pane-title {
    border-radius: 3px 3px 0 0;
}

#block-boxes-new-twitter .block-title {
    border-radius: 3px 3px 0 0;
}

#block-boxes-daily-press-gallery-tweets .block-title {
    border-radius: 3px 3px 0 0;
}

#block-boxes-meet-our-staff {
    border-radius: 3px;
    overflow: hidden;
}

#block-views-congress-news-block-news-photos .view-congress-news .view-content {
    display: flex;
    justify-content: space-between;
}

.views-field.views-field-field-highlighted-image img {
    padding: 1em;
    border-radius: 3px;
}

#region-postscript-third #block-views-congress-news-block-news-photos {
    background: #fff;
    height: 438px;
    border-radius: 3px;
}

.region-postscript-third .views-field.views-field-title h3 a {
    color: #293554 !important;
}

.region-postscript-third .view-congress-news .views-field.views-field-body {
    margin-left: 1em;
    margin-right: 1em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #293554;
    background: transparent;
    border-radius: 3px;
}

#region-postscript-third .block-title {
    background: #293554;
    border-radius: 3px 3px 0 0;
    height: 39px;
    font-size: 1.2em;
    line-height: 39px;
}

.views-field.views-field-field-highlighted-image img {
    width: 100%;
}

#region-postscript-third .view-congress-news .views-row {
    padding-top: 0;
}

#block-menu-block-congress-site-map a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 1em;
}


#zone-postscript {
    background: #eeedf3 !important;
}

#zone-user {
    background: #eeedf3 !important;
}

#block-views-floor-proceedings-block {
    border-radius: 0 0 3px 3px;
}

#block-menu-block-congress-site-map .menu {
    font-size: 0.85em;
    margin-top: 1px;
}

#region-postscript-third .view-congress-news .views-row.views-row-1.views-row-odd.views-row-first {
    border-right: 2px solid #eeedf3;
}

#zone-preface {
    width: 100%;
    background: url(/sites/housepressgallery.house.gov/themes/house_press_gallery/images/background_rotunda.png) #eee !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

/* #block-boxes-house-floor-graphic {
    background: transparent;
} */

#houseNumberCount {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    column-count: 2;
}

#numCount {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#numCountHeader {
    font-size: 1.1em;
    text-align: center;
    background: #293554;
    color: #fff;
    line-height: 33px;
    border-radius: 3px 3px 0 0;
}

#houseNumberCount {
    padding: 10px;
    margin-top: -15px;
}

#houseNumberCount h5 {
    padding-top: 0;
}

#repNumber {
    margin-top: 0;
}

#houseNumberCount {
    padding-left: 8%;
}

#hp-single-carousel-wide .slides img {
    border-radius: 3px;
}

.btn-success {
    color: #ffffff;
    background-color: #ccb44e;
    border-color: #ccb44e;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #ccb44e;
    border-color: #ccb44e;
    filter: brightness(1.1);
}

.form-control:focus {
    border-color: #ccb44e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(204, 180, 78);
    outline: 0 none;
}

.btn-primary {
    color: #ffffff;
    background-color: #ccb44e;
    border-color: #ccb44e;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #ccb44e;
    border-color: #ccb44e;
    filter: brightness(1.1);
}

.leaf .sf-menu a.active, .sf-menu a.active-trail {
    background: #ccb44e !important;
}

#numCountHeader:hover {
    text-decoration: underline;
}

.not-front #zone-preface {
    border-bottom: none;
    padding-bottom: 1.5em;
}

#numCountHeader {
    font-size: 1.1em;
    text-align: center;
    background: #293554;
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 32px;
}

#breadcrumb, #breadcrumb a {
    color: #293554;
}



/* HOUSE FLOOR AND PARTY BREAKDOWN */

#block-boxes-house-floor-graphic {
    background: #fff;
}

#partyHeader {
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
    height: 35px;
    padding-left: 1em;
    background: #293554;
    margin-left: 1em;
    border-radius: 3px;
    color: #fff;
}

#houseFloorLiveBTN {
    float: right;
    width: 30%;
}

#numCountDiv {
    float: left;
    width: 68%;
}

#houseFloorLiveBTN img {
    width: 90%;
}

#partyHeader a {
    font-size: 15px;
    color: #fff;
}

#partyHeader h2 {
    font-size: 16px;
}

.fa.fa-star {
    margin-right: 0.25em;
}

/* #partyHeader a {
    margin-top: -0.8em;
}

#congressNum {
    margin-top: -0.6em;
} */

#partyHeader h2 {
    line-height: 22px;
}

.partyBox {
    margin-bottom: 3px;
}

#houseNumberCount {
    padding-left: 1em;
    margin-top: -6px;
    padding-right: 0;
}


#partyHeader h2 {
    padding-right: 0.5em;
}

.num {
    width: 40px !important;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #fff;
}

.partyBox {
    line-height: 16px;
}

.partyBox {
    background: #fff;
    font-size: 14px;
    height: 30px;
    margin-bottom: 3px;
}

#houseNumberCount {
    overflow: hidden;
}

#col01, #col02 {
    overflow: hidden;
}

#repNumber, #demNumber, #indNumber, #vacNumber {
    overflow: hidden;
}

#repParty {
    background: #881f1c;
}

.party {
    text-transform: uppercase;
    font-family: roboto;
    color: #293554;
}

#demParty {
    background: #425380;
}

#indParty {
    background: #ccb44e;
    margin-right: 0.40em;
}

#vacParty {
    background: #a8a8a8;
}

.fa.fa-star {
    margin-right: 0.25em;
    color: #ccb44e;
}

#partyHeader h2 {
    padding-right: 0.5em;
    font-style: italic;
    font-family: serif;
    color: #ccb44e;
}

.party {
    font-style: normal;
    font-family: sans-serif;
    font-size: 12px;
}

.num {
    border-radius: 3px 0 0 3px;
    margin-right: 0.25em;
}

.partyBox {
    border-radius: 0 3px 3px 0;
}

#demParty, #indParty, #vacParty {
    padding-top: 1px;
}

#houseFloorLiveBTN {
    position: relative;
}

#liveFloor {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    width: 90%;
    background: #293554;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px 3px 0 0;
    font-size: 12px;
    position: absolute;
    z-index: 2;
}

#block-boxes-house-floor-graphic img {
    border-radius: 0 0 3px 3px;
}

#houseFloorLiveBTN img {
    margin-top: 7.5%;
    height: 92px;
    object-fit: cover;
}

#block-boxes-house-floor-graphic  {
    padding-top: 0;
}

#block-boxes-house-floor-graphic {
    background: transparent;
}

/* FIREFOX EDITS */

#partyHeader {
    -moz-transform: translateY(-0.7em);
}

.logged-in #block-boxes-news-events-on-hill-header .more {
    position: absolute;
    top: -5px;
}

#houseNumberCount {
    -moz-transform: translateY(-0.7em);
}

#block-boxes-house-floor-graphic {
    -moz-transform: translateY(0.7em) !important;
    overflow: visible !important;
}

#houseFloorLiveBTN {
    -moz-transform: translateY(-0.7em);
}

.logged-in #block-boxes-house-floor-graphic {
    margin-top: 0.3em;
    height: 126px;
}

.logged-in #block-boxes-news-events-on-hill-header h3 {
    line-height: 15px;
}

#block-boxes-news-events-on-hill-header h3 {
    line-height: 33px;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 35%;
}

.more a {
    color: #d6d6d6;
    font-weight: 400;
    font-family: serif;
    font-style: italic;
}

.view-calendar-for-committees- .more a {
    color: #d6d6d6 !important;
}

.view-footer a {
    background: transparent;
    color: #293554;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: serif;
    font-weight: 400;
    font-style: italic;
    color: #575f74 !important;
}

.hprotator-text-block h2, .hprotator-text-block a {
    color: #ccb44e;
    font-size: 22px !important;
    font-family: serif;
    font-style: italic;
    font-weight: 400;
}

.hprotator-text-block a {
    color: #ccb44e;
}

.front .leaf .sf-menu a.active, .sf-menu a.active-trail {
    background: #e0cf85 !important;
}




















































/********* NOT FRONT **********/

.not-front #zone-content-wrapper {
    background: #eeedf3;
}


.not-front #region-content {
    border-radius: 3px;
    padding: 1em;
}

.not-front #block-quicktabs-home-page-tabs .first {
    margin-right: 0;
    font-size: 0.8em;
}

.not-front #block-boxes-news-events-on-hill-header h3 {
    font-size: 0.85em;
}

.not-front #block-boxes-latest-floor-action-heading h3 {
    font-size: 0.85em;
}

.not-front #block-boxes-floor-schedule .block-title {
    font-size: 0.85em;
}

.not-front #block-views-floor-proceedings-block {
    height: 300px;
}

.not-front #block-boxes-todays-votes--2 {
    margin-bottom: 0;
}

.view-calendar-for-committees- .more a {
    color: #fff;
    background: #293554;
    padding: 8px;
    border-radius: 3px;
}

.not-front #block-boxes-todays-votes--2 {
    padding: 0;
}

.not-front #region-sidebar-first #boxes-box-todays_votes {
    padding-left: 1em;
    padding-right: 1em;
}

.not-front #region-sidebar-first #block-boxes-todays-votes--2 .block-title {
    background: #293554;
    font-size: 0.95em;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 3px 3px 0 0;
}

.not-front .more a {
    font-size: 13px;
}

.not-front #region-content {
    min-height: 775px;
}

.not-front #block-boxes-floor-schedule .block-title {
    font-size: 0.85em;
    height: 31px;
    line-height: 20px;
}

.not-front #quicktabs-home_page_tabs .item-list ul {
    margin: 0;
    padding: 0;
    text-align: right;
    min-height: 34px;
}

.not-front #quicktabs-tab-home_page_tabs-1 {

    padding-top: 0.5em;
}

.not-front #quicktabs-tab-home_page_tabs-2 {
    font-size: 0.9em;

}

.not-front #block-boxes-latest-floor-action-heading {
    height: 42.7167px;
}

.not-front #block-boxes-floor-schedule .block-title {
    font-size: 0.85em;
    height: 42.7167px;
    line-height: 31px;
}

.not-front #block-boxes-latest-floor-action-heading h3 {
    line-height: 42px;
    font-size: 1.1em;
}

.not-front #boxes-box-latest_floor_action_heading .more {
    top: 9px;
}

.not-front #block-boxes-floor-schedule .block-title {
    font-size: 13px;
}

.not-front #block-boxes-latest-floor-action-heading h3 {
    font-size: 13px;
}

.not-front #block-quicktabs-home-page-tabs .first {
    font-size: 12px;
}

/* .front .leaf .sf-menu a.active, .sf-menu a.active-trail {
    background: #881f1c !important;
    color: #fff !important;
} */

/* .front #block-boxes-latest-floor-action-heading {
    background: #881f1c;
}

.front #block-views-congress-news-block-latest-news .block-title {
    background: #881f1c;
}

.front #block-boxes-floor-schedule .block-title {
    background: #881f1c;
} */

#region-footer-first {
    background: #881f1c !important;
}

#block-menu-block-congress-site-map {
    background: #881f1c !important;
}

a:link, a:visited {
    color: #881f1c;
}

.more a {
    color: #d6d6d6 !important;
}

.hprotator-text-block a:link, a:visited {
    color: #ccb44e;
}

.view-header a {
    color: #881f1c;
}

.front a:visited {
    color: #881f1c;
}

.view-most-recent-votes .views-field.views-field-text-4 {
    width: 100px !important;
}

.front #block-views-most-recent-votes-block {
    height: 210px;
}

.front #block-quicktabs-home-page-tabs {
    height: 375px !important;
}

.front #block-views-31522a63eea76b8f17f13a569fc00312 {
    height: 322px;
}

.front #block-views-577e9f583f41d8a40cfc557724106303 {
    height: 322px;
}

.front #block-views-congress-news-block-latest-news .block-title {
    line-height: 39px;
    height: 39px;
}

.not-front .menu-block-wrapper.menu-block-section_menu.menu-name-main-menu.parent-mlid-0.menu-level-2 a:visited {
    color: #881f1c;
}

.not-front #region-content a:visited {
    color: #881f1c;
}















/*********************************************** ================================================= INTERNAL PAGES =================================== ***************/


/************ INTERNAL PAGES ***************/

.context-votes-4-today #region-content {
    min-height: 93vh;
}

/************************ TEMPORARY ****************/
.context-votes-4-today #block-views-most-recent-votes-block {
    display: none;
}
/*************************/

html .context-votes-4-today  {
    background: #212c45;
}

.context-votes-4-today #block-system-main {
    padding-left: 4vw;
    padding-right: 2em;
    padding-top: 2em;
}


.context-votes-4-today #region-content {
    background: linear-gradient(#010308, #202b44) !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.context-votes-4-today #block-views-most-recent-votes-block {
    height: auto;
}

.context-votes-4-today-today #zone-preface {
    padding-bottom: 0;
}

.context-votes-4-today #zone-preface-wrapper {
    margin-bottom: 0;
}

.context-votes-4-today #region-content {
    width: 100%;
}

.context-votes-4-today #zone-content {
    width: 100%;
}


.context-votes-4-today #block-views-most-recent-votes-block {
    background: #fff !important;
    height: auto;
    overflow-y: visible;
}

.context-votes-4-today #region-content::before {
    content: "Today's Votes";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 8em;
    font-weight: 600;
    background: url("/sites/housepressgallery.house.gov/themes/house_press_gallery/images/banner.png");
    height: 200px;
    color: #fff;
    font-family: times new roman, serif;
    padding-top: 15px;
    background-size: cover;
    border-bottom: 5px solid #e9e9e9;
}

.context-votes-4-today .field-item {
    color: #f9f9f9;
    font-size: 6vw;
    font-family: 'open sans', sans-serif;
    line-height: 13vh;
}

.context-votes-4-today #zone-preface {
    border-bottom: none;
    padding-bottom: 0;
}

.not-front .views-field.views-field-nothing.views-align-left p {
    color: #000;
}

.views-field.views-field-date-1.views-align-left {
    color: #000;
}

.not-front .views-field.views-field-date-1.views-align-left {
    width: 100px !important;
}

.context-votes-4-today .pane-boxes-todays-votes.block-boxes-simple {
    color: #f9f9f9;
    font-size: 6vw;
    font-family: 'open sans', sans-serif;
    line-height: 13vh;

}

/****************************************************/

.view-floor-proceedings .views-field-date-1 {
    width: 100px;
}













/*********************************************** COMMITTE HEARINGS FULL PAGE *******************************************/

.context-committee-schedule-4-today #zone-preface {
    padding-bottom: 0;
}

.context-committee-schedule-4-today .region-content-inner {
    border-top: 2px solid #252f48;
}

.context-committee-schedule-4-today #zone-preface-wrapper {
    margin-bottom: 0;
}

.context-committee-schedule-4-today #region-content {
    border-radius: 0;
}


.context-committee-schedule-4-today #region-content {
    width: 100%;
}

.context-committee-schedule-4-today #zone-content {
    width: 100%;
}

.context-committee-schedule-4-today #region-content {
    margin-left: 0;
}

html .context-committee-schedule-4-today {
    background: #202b44;
}

.context-committee-schedule-4-today #region-content {
    min-height: 90vh;
}

.context-committee-schedule-4-today #block-system-main::after {
    content: "As compiled by the Clerk's Office";
    color: #f9f9f9;
    text-align: center;
    display: block;
    position: absolute;
    width: 99%;
    padding: 0;
    margin: 0;
    bottom: 3%;
}

.context-committee-schedule-4-today #block-views-31522a63eea76b8f17f13a569fc00312 {
    height: auto !important;
    width: 50%;
    float: left;
    overflow-y: visible;
    font-size: 1.8em;
    padding-right: 0.5em;
}

.context-committee-schedule-4-today #block-views-577e9f583f41d8a40cfc557724106303 {
    height: auto;
    width: 50%;
    float: right;
    overflow-y: visible;
    font-size: 1.8em;
    padding-left: 0.5em;
}

.context-committee-schedule-4-today #region-content::before {
    content: "Committee Hearing Schedule";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 4em;
    font-weight: 600;
    background: url("/sites/housepressgallery.house.gov/themes/house_press_gallery/images/banner.png");
    height: 130px;
    color: #fff;
    font-family: times new roman, serif;
    padding-top: 22px;
}



.context-committee-schedule-4-today .view-calendar-for-committees- .views-field.views-field-date-1.views-align-left {
    width: 20%;
}

.context-committee-schedule-4-today .more {
    display: none;
}

.context-committee-schedule-4-today #region-content {
    background: linear-gradient(#07132f, #202b44) !important;
    padding: 0;
}

.context-committee-schedule-4-today #region-content .block {
    border: medium none;
    z-index: 9999999999999999999999;
}

.context-committee-schedule-4-today .view.view-calendar-for-committees-.view-id-calendar_for_committees_ {
    background: #f9f9f9;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1em;
}

.context-committee-schedule-4-today .view.view-calendar-for-committees-.view-id-calendar_for_committees_ {
    background: #f9f9f9;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1em;
}

.context-committee-schedule-4-today .block-title {
    color: #fff;
    font-family: 'times new roman', serif;
    font-weight: bold;
    background: rgba(255,255,255,0.1);
    padding-left: 0.5em;
    padding: 0.5em;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.context-committee-schedule-4-today #block-views-31522a63eea76b8f17f13a569fc00312 .block-inner .content {
    height: 72vh;
    overflow-y: scroll;
    background: #f9f9f9;

}

.context-committee-schedule-4-today #block-views-577e9f583f41d8a40cfc557724106303 .block-inner .content {
    height: 72vh;
    overflow-y: scroll;
    background: #f9f9f9;
}

.context-committee-schedule-4-today table {
    border: none;
}

.context-committee-schedule-4-today .view-footer {
    opacity: 0;
}

.context-committee-schedule-4-today #date {
    color: #f5f5f5;
    position: absolute;
    top: 165px;
    font-size: 2em;
    font-family: 'times new roman', serif;
    font-weight: 600;
    left: 40%;
}

.context-committee-schedule-4-today #date2 {
    color: #f5f5f5;
    position: absolute;
    top: 165px;
    font-size: 2em;
    font-family: 'times new roman', serif;
    font-weight: 600;
    right: 4%;
}

.context-committee-schedule-4-today .region-content-inner::before {
    background: url("/sites/housepressgallery.house.gov/themes/house_press_gallery/images/logo-darkbg-fullscreen.png");
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    top: 26px;
}

@media only screen and (max-width: 1370px) {

.context-committee-schedule-4-today .region-content-inner::before {
    height: 50px;
    top: 36px;
    background: url("/sites/housepressgallery.house.gov/themes/house_press_gallery/images/logo-darkbg-fullscreen.png");
    display: block;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    top: 36px;

}

.context-committee-schedule-4-today #region-content::before {
    font-size: 3em;
    padding-top: 32px;
}

.context-committee-schedule-4-today #date {
    left: 35%;
}

.context-committee-schedule-4-today #date2 {
    right: 6%;
}


}

@media only screen and (max-width: 990px) {

.context-committee-schedule-4-today .region-content-inner::before {
    display: none;
}

.context-committee-schedule-4-today #date {
    left: 30%;
}

.context-committee-schedule-4-today #date2 {
    right: 9%;
}

}


.context-committee-schedule-4-today #date2 {
    /** -moz-transform: translateY(-145px); **/
    /** -moz-transform: translateY(0); **/
}

.context-committee-schedule-4-today #date {
   /**  -moz-transform: translateY(-145px); **/
    /** -moz-transform: translateY(0); **/

}

@keyframes moveSlideshow {
  100% {
    transform: translateY(-100%)
  }
}

.context-committee-schedule-4-today .view.view-calendar-for-committees-.view-id-calendar_for_committees_.view-display-id-block_1 {
    animation: scroll-up 90s linear infinite;
}

.context-committee-schedule-4-today .view-calendar-for-committees-.view-id-calendar_for_committees_.view-display-id-block_2 {
    animation: scroll-up 30s linear infinite;
}

/************* SCROLL ****************/

/* Move it (define the animation) */
@-moz-keyframes scroll-up {
0% { -moz-transform: translateY(0%); }
100% { -moz-transform: translateY(-80%); }
}
@-webkit-keyframes scroll-up {
0% { -webkit-transform: translateY(0%); }
100% { -webkit-transform: translateY(-80%); }
}
@keyframes scroll-up {
0% {
-moz-transform: translateY(0%); /* Browser bug fix */
-webkit-transform: translateY(80%); /* Browser bug fix */
transform: translateY(0%);
}
100% {
-moz-transform: translateY(-80%); /* Browser bug fix */
-webkit-transform: translateY(-80%); /* Browser bug fix */
transform: translateY(-80%);
}
}

.context-committee-schedule-4-today .view-calendar-for-committees- .views-field.views-field-date-1.views-align-left {
    width: 20% !important;
}












.not-front .field-name-field-highlighted-image .field-label {
    opacity: 0;
}

.not-front #region-content img {
    padding-bottom: 1.5em;
    border: none;
}

.not-front #page-title {
    background: #293554;
    color: #fff;
    text-align: center;
    font-size: 2em;
    line-height: 40px;
    border-radius: 3px;
}

.not-front #zone-content-wrapper {
    background: url(https://housepressgallery.hdvdevedit1.house.gov/sites/housepressgallery.house.gov/themes/house_press_gallery/images/background_rotunda.png) #eeedf3 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-attachment: fixed !important;
}

.not-front .view-floor-proceedings {
    font-size: 0.9em;
}

.not-front .view-calendar-for-committees-.view-id-calendar_for_committees_ {
    font-size: 0.9em;
}

.not-front #quicktabs-tab-home_page_tabs-1 {
    font-size: 0.9em;
}

.not-front #quicktabs-tab-home_page_tabs-2 {
    font-size: 0.9em;
}

.not-front #section-content {
    background: #eeedf3;
}


/** SLIDER NAV **/

.flex-direction-nav .flex-prev {
  left: -50px;
  text-align: center;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flex-direction-nav:hover .flex-prev {
  left: -10px;
}

.flex-direction-nav:hover .flex-next {
  right: -10px;
  text-align: center;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px !important;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px !important;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: center;
}

.flex-direction-nav a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  top: 40%;
  transition: all 360ms;
  margin: -10px 0 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.flex-direction-nav a::before {
    width: 50px;
    height: 50pxx;
    content: "\f191";
    font-family: "fontawesome";
    text-shadow: none;
    color: #fff;
    background: #881f1c;
    border-radius: 12px;
}

.flex-direction-nav a.flex-next::before {
    content: "\f152";
    font-family: "fontawesome";
    color: #fff;
}

.flexslider .flex-direction-nav a {
  display: block;
}

/**** CHANGES 8/6/2018 ***/


.front #block-panels-mini-congress-home-page-rotator a:visited {
    color: #ccb450 !important;
}

.view-calendar-for-committees- .views-field.views-field-date-1.views-align-left {
    width: 80px;
}

.flex-direction-nav a::before {
    background: transparent;
}

















@media only screen and (min-width: 981px) and (max-width: 1400px) {
#region-preface-third {
    width: 32.0%;
}

#boxes-box-house_floor_graphic p {
    width: 150px;
    float: left;
}
}

@media only screen and (max-width: 400px) {

.view-most-recent-votes .views-field-date-1 {
    display: none;
}

}

@media only screen and (min-width: 960px) and (max-width: 1460px) {
#zone-preface-wrapper {
    margin-bottom: 2em;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed {
    height: 358px;
}

#block-views-31522a63eea76b8f17f13a569fc00312 {
    height: 228px;
}

#houseLiveBTN {
    display: none;
}

#numCount {
    width: 100%;
}


}

/*** HOUSE FLOOR LIVE / MEMBER COUNT RESPONSIVENESS **/

@media only screen and (min-width: 1714px) and (max-width: 1919px) {

#numCount {
    width: 62%;
}
}

@media only screen and (min-width: 1920px) {
#numCount {
    width: 66%;
}
}

/*****/

@media only screen and (min-width: 1285px) and (max-width: 1450px) {

.party {
    font-size: 10px;
}

#partyHeader a {
    font-size: 14px;
}


}

@media only screen and (min-width: 981px) and (max-width: 1285px) {

#numCountDiv {
    width: 100%;
    padding-right: 1em;
}

#houseFloorLiveBTN {
    display: none;
}

}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}




.front #block-views-party-breakdown-block {
    background: transparent;
    margin-bottom: -2.8em !important;
    padding-top: 1.2em;
    padding-left: 0;
    padding-right: 0;
    margin-left: -1em;
    margin-right: -1.2em;
}

#boxes-box-todays_votes p {
    margin-bottom: 0;
}

.view-most-recent-votes .views-field-date-1 {
    min-width: 70px;
}

.front .views-field-field-congress-subtitle h2 {
    text-align: center;
    padding-top: 10px !important;
    color: #fff;
}

.front .views-field.views-field-field-congress-subtitle a {
    color: #fff;
    font-size: 1.1em;
}

#flexslider-1 .field-content {
    background: #293554 !important;
    padding-top: 0;
    color: #fff;
    text-align: center;
    padding-bottom: 12px;
}

/* .slides li:nth-child(2), .slides li:nth-child(3), .slides li:nth-child(4), .slides li:nth-child(5) {
    display: none !important;
} */

.front .views-field.views-field-field-congress-image .field-content {
    padding-bottom: 0 !important;
}

.front #hp-single-carousel-wide .slides img {
    display: inline-block;
    height: 250px;
    object-fit: cover;
    border-top: 10px solid #dfdee4;
    border-radius: 0 !important;
}

.not-front #block-views-31522a63eea76b8f17f13a569fc00312 {
    height: 300px;
}

.not-front #block-quicktabs-home-page-tabs {
    height: 300px !important;
}

.not-front #region-content {
    min-height: 858px;
}


/* -moz-transform: translateY(-0.7em) */

.front #block-views-party-breakdown-block {
    background: transparent;
    margin-bottom: -1.9em !important;
    padding-top: 0.5em;
    padding-left: 0;
    padding-right: 0;
    margin-left: -1em;
    margin-right: -1.2em;
}

.front #block-boxes-floor-schedule p {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.8em;
}

.front #block-views-party-breakdown-block {
    -moz-transform: translateY(0.73em);
}
































/************************** MOBILE VERSION **************************/



@media only screen and (max-width:980px) {


#region-preface-first {
    width: 100%;
}

#region-preface-second {
    width: 100%;
}

#block-quicktabs-home-page-tabs {
    width: 100%;
}

#block-boxes-house-calendar {
    width: 100%;
    height: auto;
    overflow: visible;
}

#block-views-most-recent-votes-block {
    background: #fff !important;
    height: auto;
    overflow-x: scroll;
}

#zone-branding-wrapper {
    background: #293554;
}

#zone-mobile-menu {
    background: linear-gradient(#293554, #eee, #eee);
}

#block-boxes-congress-mobile-hamburger-menu {
    background: #1b2746;
    width: 100% !important;
    margin-bottom: 0;
}

#region-mobile-menu {
    margin-left: 0;
    margin-right: 0;
}

#region-preface-first {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#block-boxes-house-floor-graphic {
    margin-bottom: 0;
}

#block-views-31522a63eea76b8f17f13a569fc00312 {
    height: auto;
    overflow: visible;
}

#block-quicktabs-home-page-tabs {
    width: 100% !important;
    margin-top: 1em !important;
    height: auto !important;
}

#block-views-floor-proceedings-block {
    background: #fff !important;
    height: auto;
    overflow-y: visible;
    scroll-snap-type-y: none;
    scroll-behavior: smooth;
}

#block-views-most-recent-votes-block {
    background: #fff !important;
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
}


#block-views-most-recent-votes-block .views-field.views-field-text-5 {
    padding-right: 0;
}

.views-field.views-field-text {
    padding-right: 0.25em;
}

#zone-user {
    padding-left: 0;
    padding-right: 1.5em !important;
}

#block-views-congress-news-block-latest-news {
    float: left;
    width: 100%;
    margin-left: 0;
    height: auto;
    overflow-y: visible !important;
}

#block-boxes-meet-our-staff {
    width: 100%;
    float: right;
}

#block-boxes-new-twitter {
    background: #fff;
}

#block-boxes-new-twitter {
    padding-left: 0;
}

#block-panels-mini-single-wide-carousel-holder {
    background: #fcfdfe;
}

#mini-panel-single_wide_carousel_holder {
    padding-right: 0 !important;
}

#block-panels-mini-single-wide-carousel-holder {
    padding-right: 0;
    padding-left: 0;
}

#block-boxes-todays-votes {
    font-size: 0.8em;
    padding-bottom: 1em;
}

ul.quicktabs-tabs li a {
    text-decoration: none;
    padding: 1em;
    display: block;
    background: #293554;
    color: #fff;
}

ul.quicktabs-tabs:hover li a {
    text-decoration: none;
    padding: 1em;
    display: block;
    background: #eee;
    color: #293554;
}

#quicktabs-tab-home_page_tabs-0:hover {
    pointer-events: none;
    color: #293554 !important;
    font-size: 1.1em;
}

ul.quicktabs-tabs:hover li a {
    text-decoration: none;
    padding: 1em;
    display: block;
    background: #162242;
    color: #293554;
}

ul.quicktabs-tabs li a {
    text-decoration: none;
    padding: 1em;
    display: block;
    background: #162242;
    color: #293554;
}

#quicktabs-home_page_tabs ul.quicktabs-tabs li.active a {
    font-weight: bold !important;
    color: #293554 !important;
}

ul.quicktabs-tabs:hover li a {
    text-decoration: none;
    padding: 1em;
    display: block;
    background: #162242;
    color: #FFF;
}

#quicktabs-home_page_tabs ul.quicktabs-tabs li.active a {
    font-weight: bold !important;
    color: #ccb44e !important;
    background: #293554;
}

#quicktabs-tab-home_page_tabs-2 {
    color: #fff;
}

#quicktabs-tab-home_page_tabs-1 {
    color: #fff;
}


#region-preface-first {
    height: auto;
}

.more {
    display: none;
}

#block-boxes-daily-press-gallery-tweets {
    background: #fff;
}

.block-title a {
    color: #fff;
}

#block-boxes-new-twitter .block-title {
    text-align: center;
}

#block-boxes-daily-press-gallery-tweets .block-title {
    text-align: center;
}

#hp-single-carousel-wide .pane-title {
    color: #fff;
    text-align: center;
}

#zone-footer-bottom {
    background: #293554 !important;
}

#block-menu-menu-congress-footer-utility {
    background: #293554;
    padding-top: 2em;
    padding-bottom: 3em;
}

#block-menu-menu-congress-footer-utility a {
    color: #fff !important;
}

#block-boxes-refresh-the-homepage-every-10-mi {
    margin: 0;
    padding: 0;
    opacity: 0;
}

#block-boxes-house-floor-graphic img {
    margin-bottom: 0;
    margin-top: 10px;
}

.hprotator-text-block {
    position: relative;
}

#block-boxes-house-floor-graphic {
    background: transparent;
}

#block-views-ebbs-house-json-feed-block .block-title {
    background: #293554;
    height: 35px;
    line-height: 15px;
    text-align: center;
    color: #fff;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed {
    padding-left: 1em !important;
    padding-right: 1em !important;
    height: auto;
    overflow-y: visible;
    padding-top: 1em !important;
}

.view-congress-news .views-field-title h3 {
    font-size: 0.9em;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

/********************************************************************/
















/**** CHANGES 6/27/18 ****/

#region-preface-third {
    width: 100%;
    position: relative;
    opacity: 1;
    top: 0;
    margin-left: 0;
}

#boxes-box-house_floor_graphic p {
    width: 100%;
}

#houseNumberCount {
    float: right;
    width: 100%;
    padding-left: 1em;
    padding-top: 1em;
    background: transparent;
    padding-bottom: 0.8em;
}

#region-preface-second {
    width: 100%;
    z-index: 0;
    margin-top: 0;
}

#block-boxes-floor-schedule {
    margin-top: 19em;
}

#block-panels-mini-single-wide-carousel-holder {
    width: 100%;
}

#region-postscript-first {
    width: 100% !important;
    padding-right: 1.5em;
}

#region-postscript-second {
    width: 100% !important;
    padding-right: 1.5em;
}

#region-postscript-third {
    width: 100% !important;
    padding-right: 1.5em;
}

#block-menu-menu-congress-footer-utility {
    padding-bottom: 5em;
}

#block-views-31522a63eea76b8f17f13a569fc00312 {
    padding-left: 0;
    padding-right: 0;
}

#block-views-577e9f583f41d8a40cfc557724106303 {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    overflow-y: visible;
}

#block-views-congress-news-block-latest-news .content {
    overflow-y: visible;
    height: auto !important;
}

.hprotator-text-block {
    background: #293554 !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed {
    padding-left: 1em !important;
    padding-right: 1em !important;
    height: 400px;
    overflow-y: scroll;
    padding-top: 1em !important;
}

#region-preface-first {
    height: auto;
    z-index: 4;
}

.region-inner.region-preface-first-inner {
    height: auto;
}


#block-boxes-floor-schedule {
    display: none;
}










/** CHANGES 7/9/18 **/

#block-boxes-house-floor-graphic {
    height: auto;
}

#houseLiveBTN {
    float: none;
}

#numCount {
    float: none;
    margin-left: 0;
    column-count: 1;
}

#block-boxes-house-floor-graphic img {
    height: auto;
    width: 100%;
}

#region-preface-second {
    float: none;
}

#region-postscript-third #block-views-congress-news-block-news-photos {
    height: auto;
}

#block-views-congress-news-block-news-photos .view-congress-news .view-content {
    display: block;
}

#numCount {
    width: 100%;
}

.not-front #region-content {
    min-height: auto;
    margin-bottom: 1em;
}

.not-front #block-views-floor-proceedings-block {
    height: auto;
}

#block-menu-menu-congress-footer-utility {
    display: flex;
    justify-content: center;
}

ul.menu {
    list-style: none;
    text-align: center;
}

#repNumber, #demNumber, #indNumber, #vacNumber {
    text-align: center;
}

#region-postscript-third .block-title {
    color: #fff;
    text-align: center;
}

#block-boxes-house-floor-graphic img {
    max-width: 100%;
}

#block-quicktabs-home-page-tabs .view-footer {
    padding-bottom: 0;
}

#repNumber, #demNumber, #indNumber, #vacNumber {
    text-align: left;
}

#numCountDiv {
    float: none;
    width: 100%;
}

#houseFloorLiveBTN {
    float: none;
    width: 100%;
}

#liveFloor {
    display: none;
}

#block-boxes-house-floor-graphic {
    margin-right: 1em;
    margin-left: 1em;
}

#partyHeader {
    margin-left: 0;
}

#houseNumberCount {
    padding-left: 0;
}

#houseNumberCount {
    column-count: 1;
}

#partyHeader h2 {
    font-size: 13px;
}

#block-boxes-house-floor-graphic img {
    border-radius: 3px;
}





}












@media all and (max-width: 980px) {

#block-boxes-latest-floor-action-heading h3 {
    background: #293554;
}

.view-congress-hprotator .slides {
    padding-bottom: 0;
}

#region-preface-first {
    height: auto;
    z-index: 4;
    border-bottom: 30px solid #fff;
    margin-bottom: 2px;
}

.front #block-views-most-recent-votes-block {
    height: auto;
}

.front #block-quicktabs-home-page-tabs {
    max-height: 100000px !important;
    position: relative;
    min-height: 600px;
    overflow-y: scroll;
    margin-bottom: 30px !important;
}

#block-boxes-daily-press-gallery-tweets a {
    color: #fff;
}

#block-boxes-new-twitter a {
    color: #fff;
}

#block-panels-mini-single-wide-carousel-holder {
    padding-top: 0;
}

#block-panels-mini-single-wide-carousel-holder {
    padding-bottom: 0;
}

.view-congress-field-collection-slideshow {
    height: 175px;
    overflow-y: scroll;
}




}





















/* BOTTOM MENU MOBILE */

@media only screen and (max-width:740px) {

#region-footer-third {
    display: block;
}

#block-boxes-mobile-bottom-menu {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #eee;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    padding-top: 0.8em;
    border-top: none;
    z-index: 99999;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
}
	#region-footer-third {
	    margin-left: 0;
	    margin-right: 0;
	}

	#boxes-box-mobile_bottom_menu li {
	    list-style: none;
	}

	#boxes-box-mobile_bottom_menu ul {
	    padding-left: 0;
	    column-count: 5;
	    display: flex;
	    justify-content: space-evenly;
	}

	#boxes-box-mobile_bottom_menu .top, #boxes-box-mobile_bottom_menu .floorSchedule, #boxes-box-mobile_bottom_menu .floorAction, #boxes-box-mobile_bottom_menu .recentVotes, #boxes-box-mobile_bottom_menu .bottom {
	    text-align: center !important;
	    font-size: 9px;
	    padding-left: 1px;
	    padding-right: 1px;
	}

	#block-boxes-mobile-bottom-menu .fa {
	    font-size: 24px;
	    margin-bottom: 2px;
	}

}

@media only screen and (min-width:741px) {
	#block-boxes-mobile-bottom-menu {
		display: none;
		}

#region-footer-third {
    display: none;
}
}



.context-member-data #liveFloor {
    display: none;
}

.context-member-data #houseFloorLiveBTN {
    display: none;
}

.context-member-data #partyHeader {
    width: 100%;
    margin-left: 0;
    background: #f7f7f7;
    border: 1px solid #ccc;
    height: auto;
    border-radius: 0 !important;
    text-align: center;
}

.context-member-data #numCountDiv {
    width: 100%;
    float: none;
}

.context-member-data #partyHeader a {
    display: none;
}

.context-member-data #congressNum {
    font-size: 2.2em;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #881f1c;
}

.context-member-data #block-views-party-breakdown-block {
    padding-left: 0;
    padding-right: 0;
}

.context-member-data #congressNum::after {
    content: " House Lineup";
}

.context-member-data .num {
    width: 100px !important;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    height: 50px;
    text-align: center;
    font-size: 1.5em;
}

.context-member-data #repNumber {
    overflow: visible;
}

.context-member-data #col01, #col02 {
    overflow: visible;
}

.context-member-data .partyBox {
    width: 100% !important;
    overflow: visible;
    height: auto;
    text-align: left;
}

.context-member-data .party {
    font-size: 16pt;
    text-transform: none;
    padding-left: 5px;
}

.context-member-data #houseNumberCount {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-left: 0;
    margin-top: 1em;
    border-bottom: 2px solid #eee;
    padding-bottom: 1em;
}

.context-member-data .num {
    border-radius: 5px;
    margin-bottom: 5px;
}

.context-member-data .field-items p {
    font-size: 1.3em;
}

.context-member-data #region-content {
    background: url("/sites/housepressgallery.house.gov/themes/house_press_gallery/images/chamber.jpg") #fff;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-y: bottom -30%;
}

@media all and (max-width: 965px) {

.not-front #region-content {
    width: 100%;
    margin-left: 0;
}

.context-member-data #region-content {
    background: #fff
}

.not-front #region-sidebar-first {
    width: 100%;
    margin-left: 0;
}

.not-front #block-boxes-latest-floor-action-heading {
    display: none;
}

.not-front #block-views-floor-proceedings-block {
    display: none;
}

.not-front #block-quicktabs-home-page-tabs {
    display: none;
}

.context-member-data .num {
    width: 89% !important;
}

.context-member-data .party {
    font-size: 13pt;
}

.context-member-data #congressNum {
    line-height: 1.2;
}

.context-member-data #block-system-main {
    padding-left: 0;
    padding-right: 0;
}

.not-front #region-footer-first {
    margin-top: 0;
}

.not-front #region-content {
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 2em;
}

}











.front #region-preface-first::before {
    content: "No Scheduled News Events on The Hill";
    position: absolute;
    bottom: 2.1em;
    display: block;
    background: #fff;
    width: 94%;
    height: 48%;
    border-radius: 5px;
    text-align: center;
    line-height: 23;
    font-size: 16px;
    margin-left: 0;
    z-index: 0;
    color: #a0a0a0;
    border-top: 35px solid #293554;
}

.front #block-views-ebbs-house-json-feed-block {
    display: block;
    z-index: 99;
}

.not-logged-in.front #page::before {
    content: "News Events on the Hill";
    color: white;
    position: absolute;
    top: 558px;
    left: 12%;
    font-size: 16px;
    z-index: 2;
}

.logged-in.front #page::before {
    content: "News Events on the Hill";
    color: white;
    position: absolute;
    top: 587px;
    left: 12%;
    font-size: 16px;
    z-index: 2;
}

.context-committee-schedule-4-today #date {
    color: #f5f5f5;
    position: absolute;
    top: 22px;
    font-size: 2em;
    font-family: 'times new roman', serif;
    font-weight: 600;
    left: 40%;
}

.context-committee-schedule-4-today #date2 {
    color: #f5f5f5;
    position: absolute;
    top: 22px;
    font-size: 2em;
    font-family: 'times new roman', serif;
    font-weight: 600;
    right: 4%;
}

.front .view-floor-proceedings .views-field-date-1 {
    width: 120px;
}

.front #block-boxes-extra-links {
    display: none;
}

.front #boxes-box-house_calendar p:first-of-type {
    margin-top: -2.2em;
}

.front .view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed.view-display-id-block.view-dom-id-a03a533384c258c506c056fabcd0075f {
    position: absolute;
}

#block-panels-mini-congress-home-page-rotator {
    z-index: 9;
}

.front #block-views-ebbs-house-json-feed-block {
    display: block;
    z-index: 1;
    position: absolute;
    margin-right: 1em;
}

.not-logged-in.front #page::before {
    content: "News Events on the Hill";
    color: white;
    position: absolute;
    top: 558px;
    left: 12%;
    font-size: 16px;
    z-index: 1;
}

.context-votes-4-today .region-content-inner::before {
    content: "";
    position: absolute;
    top: 4%;
    display: block;
    width: 120px;
    height: 120px;
    background: url("/sites/housepressgallery.house.gov/themes/house_press_gallery/images/house.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 1%;
}


/********************************************************************* NEW MOBILE VERSION ***************************/

@media all and (max-width: 980px) {

.front #block-boxes-extra-links {
    display: block;
}

.front #block-panels-mini-congress-home-page-rotator {
    display: none;
}

.front #region-preface-first::before {
    display: none;
}

.logged-in.front #page::before {
    display: none;
}

.not-logged-in.front #page::before {
    display: none;
}


.front #block-boxes-latest-floor-action-heading {
    margin-top: 3em;
}

.front #block-views-party-breakdown-block {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.front #block-views-floor-proceedings-block {
    margin-bottom: 0;
}

.front #houseFloorLiveBTN img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    margin-top: 0 !important;
}

.front #block-quicktabs-home-page-tabs {
    display: none;
}

.front #block-boxes-house-calendar {
    display: none;
}

.front #block-views-congress-news-block-latest-news {
    display: none;
}

.front #block-panels-mini-single-wide-carousel-holder {
    display: none;
}

.front #block-boxes-new-twitter {
    display: none;
}

.front #block-boxes-daily-press-gallery-tweets {
    display: none;
}

.front #block-views-congress-news-block-news-photos {
    display: none;
}

.front #block-views-most-recent-votes-block {
    margin-bottom: 1em;
}

#block-boxes-todays-votes .block-title {
    color: #eee !important;
    padding: 10px 0 0 0;
    text-transform: none !important;
    font-size: 1.5em;
    margin-bottom: 5px;
    margin-top: 0.1em;
}

#block-boxes-todays-votes {
    font-size: 1.1em;
}

.front #region-preface-first {
    border-bottom: 10px solid #fff;
}

.front #block-boxes-latest-floor-action-heading::before {
    content: "No Latest News Events. Check Back Later.";
    position: absolute;
    top: -50px;
    background: #fff;
    width: 100%;
    left: 0;
    height: 35px;
    color: #ccc;
    padding-top: 0.5em;
}

.front #block-boxes-latest-floor-action-heading {
    margin-top: 6em;
}

#block-boxes-floor-schedule {
    display: block;
    margin-top: 1.5em;
}

.front .view-floor-proceedings .views-field-date-1 {
    width: 60px;
}

#block-boxes-extra-links {
    background: #293554;
    margin-bottom: 0;
}

#block-boxes-extra-links ul {
    display: block;
    padding-left: 0;
}

#block-boxes-extra-links ul li {
    list-style: none;
}

#block-boxes-extra-links a {
    color: #fff;
}

.not-front #block-system-main img {
    object-fit: cover;
}

.front #block-views-ebbs-house-json-feed-block h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.front #boxes-box-latest_floor_action_heading {
    margin-top: 11em;
}

.front #block-views-floor-proceedings-block {
    margin-top: 11em;
}

.front #zone-postscript {
    padding-bottom: 1em;
}

#block-panels-mini-congress-home-page-rotator {
    z-index: 9;
}

.front #block-boxes-latest-floor-action-heading {
    margin-top: 0;
}

.front #block-boxes-latest-floor-action-heading::before {
    display: none;
}

.front #block-views-ebbs-house-json-feed-block {
    display: block;
    z-index: 1;
    position: block;
}

.front #region-preface-first {
    border-bottom: 0;
}

.front #block-views-ebbs-house-json-feed-block {
    margin-bottom: 0.5em !important;
}

.front #boxes-box-latest_floor_action_heading {
    margin-top: 11em !important;
}

.front #block-views-floor-proceedings-block {
    margin-top: 0 !important;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed {
    height: 210px;
}

.front #block-views-floor-proceedings-block {
    margin-top: 11em !important;
}

.front #block-views-ebbs-house-json-feed-block {
    margin-right: 0;
}

#zone-branding-wrapper {
    background: #681816 !important;
}

#block-boxes-extra-links {
    background: #681816 !important;
}

#block-boxes-mobile-bottom-menu {
    border-top: 2px solid #681816;
}

.mean-container .mean-bar {
    background: #293554 !important;
}

.context-member-data #houseNumberCount h5 {
    margin-bottom: 14px;
}

#block-boxes-floor-schedule {
    display: block;
    margin-top: 22em;
}

.front #block-views-ebbs-house-json-feed-block {
    display: block;
    z-index: 1;
    position: relative !important;
}

#block-views-ebbs-house-json-feed-block {
    padding-bottom: 0;
}

#block-boxes-latest-floor-action-heading h3 {
    margin-top: -10em;
}

.front #block-views-floor-proceedings-block {
    margin-top: 0 !important;
}

.view.view-ebbs-house-json-feed.view-id-ebbs_house_json_feed {
    height: 240px;
}

.context-votes-4-today .region-content-inner::before {
    display: none;
}



}















/************ HIDE ZONE-USER TEMPORARILY *************/
/***********************/

a:link, a:visited {
    color: #881f1c;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.logged-in.front #page::before {
    z-index: 1;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,.1);
    border: 0 !important;
    border-left: none !important;
    border-bottom: none !important;
    background: transparent !important;
    font-size: 25px !important;
}

@media all and (min-width: 721px) and (max-width: 980px) {

.front #block-views-ebbs-house-json-feed-block h2 {
    padding-bottom: 3em !important;
}
}

.not-front #block-quicktabs-home-page-tabs {
    height: 345px !important;
}

#region-footer-first {
   background: #681816 !important
}

#block-menu-block-congress-site-map {
    background: #681816 !important;
}

.not-logged-in.context-committee-schedule-4-today #date {
    color: #f5f5f5;
    position: absolute;
    top: 168px;
    font-size: 2em;
    font-family: 'times new roman', serif;
    font-weight: 600;
    left: 40%;
}

.not-logged-in.context-committee-schedule-4-today #date2 {
    color: #f5f5f5;
    position: absolute;
    top: 168px;
    font-size: 2em;
    font-family: 'times new roman', serif;
    font-weight: 600;
    right: 4%;
}

.view-congress-news .views-row .views-field-title a {
    font-family: sans-serif;
}

.context-member-data #block-system-main {
    padding-bottom: 15em;
}

@media all and (max-width: 980px) {
  .context-member-data #block-system-main {
      padding-bottom: 0;
  }

  .not-front #region-content {
    margin-bottom: -22em;
    padding-bottom: 2em;
}

  .front #zone-footer-bottom {
    padding-bottom: 5em;
    padding-top: 0.75em;
}
}

.front #block-boxes-floor-schedule h3 {
    font-size: 15px;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.4;
}

#region-sidebar-first #block-boxes-floor-schedule h3 {
    font-size: 15px;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.4;
}


#region-todays-votes #boxes-box-todays_votes h2 {
    font-size: 21px;
    margin-top: 0;
    line-height: 1.2;
}

#block-views-congress-news-block-latest-news .views-field-title {
    padding-left: 1em;
    padding-right: 1em;
}

#block-views-congress-news-block-latest-news .views-row .views-field-title a {
    font-family: sans-serif;
    line-height: 1.4;
}

#block-views-congress-news-block-news-photos .block-title {
    margin-bottom: 0;
}

.front .views-field.views-field-field-highlighted-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.context-votes-4-today #boxes-box-todays_votes h2 {
    font-size: 8vw;
    line-height: 15vh;
}

.context-member-data #region-content {
    background: #fff !important;
}

.context-member-data #block-system-main {
    padding-bottom: 1em;
}


