/************************************************************
THEMENAME
************************************************************/
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more 
specific style rule, CSS declarations in global.css will apply site-wide. */



/************************************************************
  GENERAL
************************************************************/

/*********  body { 
	background: #cbd1d9; color: #000;
	color: #888888;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	/* GLOBAL/MOBILE BACKGROUND IS WHITE. CHANGE THIS IN ALL THEMES*/ 
} *********/


#logo { 
	background: #000;
	padding-top: 0px; }

a:link, a:visited {
    color: #3a5c8a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.views-row {
    border-bottom: none;
    padding: 0.5em 0;
}

/************************************************************
  BREADCRUMB
************************************************************/

.breadcrumb-wrapper {
    border-bottom: none;
}

#breadcrumb {
    border: 0; 
	padding: 0; }

#congress_breadcrumb { background: #ffffff; 
    padding: 10px 20px 0 20px; }

#congress_breadcrumb a { color: #163e80; }

/************************************************************
  REGIONS
************************************************************/

#zone-branding-wrapper { }

#zone-preface, #zone-content, #zone-postscript { background: #ffffff; }

.not-front #zone-preface-wrapper { margin-top: 0px; }

#zone-content-wrapper { padding: 0px; }

#zone-content { padding: 0px; }

#region-content .block { padding: 20px; }

#region-sidebar-first .block { padding: 20px; }

#zone-footer { 
	background: transparent; }
	
#zone-footer-bottom { 
	background: transparent; }

#region-footer-first { 
	background: #003366; /* Old browsers */
	background: -moz-linear-gradient(top,  #003366 0%, #012243 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003366), color-stop(100%,#012243)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003366 0%,#012243 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003366 0%,#012243 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003366 0%,#012243 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #003366 0%,#012243 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#012243',GradientType=0 ); /* IE6-9 */ }

#region-footer-second { background: #01284f; }

#region-footer-third { 
	background: #011c37; }

/************************************************************
 SUPERFISH MAIN MENU MOBILE & UNIVERSAL
************************************************************/

/*****  #block-menu-block-congress-main-menu-superfish { background: #39679b; /* Old browsers */
	background: -moz-linear-gradient(top,  #39679b 0%, #032445 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39679b), color-stop(100%,#032445)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39679b 0%,#032445 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39679b 0%,#032445 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39679b 0%,#032445 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #39679b 0%,#032445 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39679b', endColorstr='#032445',GradientType=0 ); /* IE6-9 */ 
		border-bottom: 1px solide #032445; } 
********/

.sf-menu a { 
	color: #fff; 
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none !important;
	text-transform: capitalize;
	padding: 2% 2%;
} 

.sf-menu li.leaf a:hover {
	background: none repeat scroll 0 0 #39689c;
}

.sf-menu a:focus, .sf-menu li.sfHover {
	background: none repeat scroll 0 0 #153b62;
	text-decoration: none;
}

.sf-menu a.active, .sf-menu a:hover, .sf-menu a.active-trail { /* active state */
	background: none repeat scroll 0 0 #153b62;
	color: #fff; 
}

/************************************************************
 SEARCH
************************************************************/

#block-search-form { 
	float: right; 
	margin: 10px;
	width: 250px;
}

#search-block-form {
	height: 30px;
	width: 250px;
}

#search-block-form .form-item input.form-text {
	color: #000 !important;
	opacity: 1;
	width: 206px;
}

#block-search-form.block {
    background: #ffffff;
/*    background: none no-repeat scroll center center #000;
	background-color: rgba(0, 0, 0, 0.3); */
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    height: 30px;
    padding: 0 0 0 5px;
    width: 245px;
	margin-left: 0px;
}

#block-search-form input[type="search"], #block-search-form  {
	color: #000!important;
}

#search-block-form .form-item input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

#search-block-form .form-actions input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

input[type="search"], #search-block-form input[type="submit"] {
    background: url(../images/button_submit_glass.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
	border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
	box-shadow: 0px 0px 10px #333;
    height: 30px;
    margin-right: 0;
    padding: 0;
    text-indent: -9999px;
    width: 37px;
}

/************************************************************
BLOCKS, BOXES and VIEWS
************************************************************/

.block, .block-views { /* THIS AFFECTS ALL BLOCKS UNLESS YOU OVERRIDE */
    background: none;
    border: none;
    margin-bottom: 0em;
    padding: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0em; }
	
h2.block-title, h2.block-title a {
	color: #00274f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
    font-weight: bold;
    padding-bottom: 0.5em;
    text-transform: uppercase;
} 

h1#page-title {
    border-bottom: none;
	color: #00274f;
	margin-bottom: 0px;
    padding: 0px 20px 0 20px;
}

.panel-display .field-name-body {
    padding-top: 0px;
}

/************************************************************
  CONTENT 
************************************************************/

.not-front #region-content img {
    -moz-box-sizing: border-box;
    border: 1px solid #DDDDDD;
    margin: 0 10px 0 0;
    padding: 5px;
}

/************************************************************
  NEWSLETTER SIGNUP
************************************************************/

#block-boxes-congress-newsletter-signup label { font-weight: normal;  }

.not-front #block-boxes-congress-newsletter-signup {
	border: none;	
}

#block-boxes-congress-newsletter-signup { 
	background: transparent;
	border: none;
	color: #ffffff;
}

#block-boxes-congress-newsletter-signup h2.block-title { 
	color: #00274f;
	font-size: 21px; 
	font-weight: normal; }

#boxes-box-congress_newsletter_signup input[type="submit"] {
    background: url(../images/button_arrow.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 34px;
    margin-left: -1px;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}

#boxes-box-congress_newsletter_signup input.form-text {
	border: 1px solid #e6e6e6;
    height: 34px;
	padding: 8px;
	width: 80%;
}

/************************************************************
  HOMEPAGE ROTATOR
************************************************************/

#block-views-congress-hprotator-rotator {
	background: #2670a5; /* Old browsers */
	background: -moz-linear-gradient(top,  #2670a5 0%, #032445 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2670a5), color-stop(100%,#032445)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2670a5 0%,#032445 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2670a5 0%,#032445 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2670a5 0%,#032445 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2670a5 0%,#032445 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2670a5', endColorstr='#032445',GradientType=0 ); /* IE6-9 */
	border: medium none;
	padding: 10px;
}

.view-congress-hprotator {
    background: #173d64 url(../images/rotator-background.png) top left no-repeat; /* replace seafoam background */ 
	border: 1px solid #2172a7;
	padding: 20px 15px 20px 5px;
}

.view-congress-hprotator.flexslider {
	box-shadow: none;
	border-radius: 0px; 
}

.view-congress-hprotator.flexslider img { display: block;
	float: right;
    width: 90%; }

.view-congress-hprotator .views-field-field-congress-featured-media {
	width: 100%;
	height: auto;
	background: #000;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);*/
}
/* each slide */
.view-congress-hprotator.view-display-id-rotator .slides li {
/* nothing yet */
}
/* taken from http://avexdesigns.com/responsive-youtube-embed/ */
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video  {
	position: relative;
	height: 0;
	padding-bottom: 62.5%;/* THIS CONTROLS THE EMBEDDED VIDEO HEIGHT TO MATCH THE IMAGES */
	overflow: hidden;
}
	
.view-congress-hprotator.view-display-id-rotator .slides li iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* text block */
.hprotator-text-block {
	text-align: center;
	float: none;
}
.hprotator-text-block h2 {
	color: #fff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height:  26px;
	margin: 5px;
}
.hprotator-text-block h2 a {
	color: #fff !important;
}
.hprotator-text-block .field-name-body {
	color: #fff;
	margin: 10px;
	
}
.view-congress-hprotator .flex-control-nav {
	margin: 3px;
}
/***** read more *****/
#hp_top_read_more {
	margin: 15px; }

#hp_top_read_more a {
	display: block;
	font-weight: normal;
	font-size: 16px; 
	margin: 8px auto;
    padding: 10px;
	text-decoration: none;
	width: 145px;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(190, 26, 34, 1);
    cursor: default;
}

.flex-control-paging li a {
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
} 

/************************************************************
  SOCIAL MEDIA
************************************************************/

#block-widgets-s-cng-medium-profile { height: auto; float: right; }

/*Twitter*/
#widgets-element-socialmedia_socialmedia-twitter-profile-button {
background: transparent url('../images/follow_twitter.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-twitter-profile-button a { float: left; width: 135px; height: 55px; }
#widgets-element-socialmedia_socialmedia-twitter-profile-button a img { display: none; }

/*Facebook*/
#widgets-element-socialmedia_socialmedia-facebook-profile-button {
background: transparent url('../images/follow_fb.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-facebook-profile-button a { float: left; width: 135px; height: 55px; }
#widgets-element-socialmedia_socialmedia-facebook-profile-button a img { display: none; }

/*YouTube*/
#widgets-element-socialmedia_socialmedia-youtube-profile-button {
background: transparent url('../images/follow_youtube.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-youtube-profile-button a { float: left; width: 135px; height: 55px; }
#widgets-element-socialmedia_socialmedia-youtube-profile-button a img { display: none; }

/*Flickr*/
#widgets-element-socialmedia_socialmedia-flickr-profile-button {
background: transparent url('../images/follow_flickr.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-flickr-profile-button a { float: left; width: 135px; height: 55px; }
#widgets-element-socialmedia_socialmedia-flickr-profile-button a img { display: none; }

/*RSS*/
#widgets-element-socialmedia_socialmedia-rss-feed-button {
background: transparent url('../images/follow_rssfeed.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-rss-feed-button a { float: left; width: 135px; height: 55px; }
#widgets-element-socialmedia_socialmedia-rss-feed-button a img { display: none; }

/************************************************************
  Social Icons Footer | Small icons 
************************************************************/

/*Twitter*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button {
background: transparent url('../images/icons/Flat-twitter-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button a img { display: none; }

/*Facebook*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button {
background: transparent url('../images/icons/Flat-facebook-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button a img { display: none; }

/*YouTube*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button {
background: transparent url('../images/icons/Flat-youtube-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button a img { display: none; }

/*Flickr*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button {
background: transparent url('../images/icons/Flat-flickr-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button a img { display: none; }

/*RSS*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button {
background: transparent url('../images/icons/Flat-rss-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button a { float: left; width: 42px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button a img { display: none; }

/************************************************************
  ALERT BOX
************************************************************/

.block-cng-alert-box-block-alert-box {
	background: url(../images/breaking_arrow.png) no-repeat scroll top left #f4f4f4;
	padding: 0.5em 0.75em 0.45em 160px; 
}

.block-cng-alert-box-block-alert-box a {
	color: #3a5c8a;
	padding: 0 1.5em;
}

.block-cng-alert-box-block-alert-box h2 {
    text-indent: -9999px;
	display: none;
}

/************************************************************
  BLOCK SPECIFIC
************************************************************/
#block-boxes-congress-service-center {
	padding-top: 10px; }

#block-boxes-congress-service-center a { color: #666666; 
	font-weight: bold; }

#block-boxes-congress-service-center div.help, #block-boxes-congress-service-center div.flag, #block-boxes-congress-service-center div.tours, #block-boxes-congress-service-center div.internships, #block-boxes-congress-service-center div.military, #block-boxes-congress-service-center div.students, #block-boxes-congress-service-center div.more {
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 7px 10px 7px 40px;
}

#block-boxes-congress-service-center div.help { background: transparent url(../images/icons_agency.png) left top no-repeat; }

#block-boxes-congress-service-center div.flag { background: transparent url(../images/icons_flag.png) left top no-repeat; }

#block-boxes-congress-service-center div.tours { background: transparent url(../images/icons_look.png) left top no-repeat; }

#block-boxes-congress-service-center div.internships { background: transparent url(../images/icons_people.png) left top no-repeat; }

#block-boxes-congress-service-center div.military { background: transparent url(../images/icons_medal.png) left top no-repeat; }

#block-boxes-congress-service-center div.students { background: transparent url(../images/icons_student.png) left top no-repeat; }

#block-boxes-congress-service-center div.more { background: transparent url(../images/icons_open.png) left top no-repeat; }

#region-sidebar-first h2.block-title, #region-sidebar-first h2.block-title a {
	background: #f4f4f4;
	border: 1px solid #e6e6e6;
	color: #00274f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
    font-weight: normal;
	margin: 0 0 10px 0;
    padding: 10px;
    text-transform: uppercase;
	text-align: center;
} 
 



/************************************************************
  LATEST NEWS
************************************************************/

#block-views-congress-news-block-latest-news h3.field-content a, #block-views-congress-in-the-news-block-1 h3.field-content a, #block-views-rahall-reports-block-1 h3.field-content a { font-size: 19px; }

#block-views-congress-news-block-latest-news h3, #block-views-congress-in-the-news-block-1 h3 { margin-bottom: 0px; }

#block-views-congress-news-block-latest-news .views-row, #block-views-congress-in-the-news-block-1 .views-row { margin-bottom: 1em; }

.views-field-body, .views-field-body .field-content > p {
    margin-bottom: 0;
    padding: 0;
}

/************************************************************
  QUICKTABS
************************************************************/

#block-quicktabs-home-page-tabs {
	margin: 0px;
	padding: 0;
}

.block-quicktabs .block {
	padding: 10px;
}

ul.quicktabs-tabs li a {
	background: #AAAAAA; 
    color: #ffffff;
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
    font-weight: normal;
	margin: 0; 
    padding: 0.6em 0.5em;
    text-decoration: none;
    text-transform: uppercase;  
}

ul.quicktabs-tabs li a:hover {
	background: #888888;
}

ul.quicktabs-tabs li.active a {
	background: #888888;
}

ul.quicktabs-tabs li a, ul.quicktabs-tabs li a:hover {
	text-decoration: none !important;
}

ul.quicktabs-tabs li.active:before {
 	content:none;
}

ul.quicktabs-tabs { 
	background: transparent; /* Old browsers */
    border-bottom: medium none;
	border-bottom: 4px solid #888888; 
    margin: 0 !important; 
	padding: 0 !important;
	width: 100%;
}

ul.quicktabs-tabs li {
    background: #234161;
	border-right: 1px solid #ffffff;
    display: inline-block;
    margin: 0;
	padding: 0;
    text-align: center;
	width: 100%;
	max-width: 24.5%; /* works best with 4 tabs - change % if more or less */
}

ul.quicktabs-tabs li.first {
    border-left: none;
}

ul.quicktabs-tabs li.last {
    border-right: medium none;
}
  
.block-quicktabs .block-title {
    display: none;
}

.block-quicktabs .block, .block-quicktabs .block-views {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

.quicktabs h3.field-content { line-height: 18px; }

#block-quicktabs-home-page-tabs .views-field-created .field-content, #block-quicktabs-home-page-tabs .views-field-field-congress-article-type .field-content a, #block-quicktabs-home-page-tabs .views-field-type .field-content a { text-transform: uppercase; }


/************************************************************
  QUICKTABS FOR SOCIAL MEDIA
************************************************************/

#block-quicktabs-social-media-tabs {
	margin: 10px;
	padding: 0;
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li a {
	background: #09285d; 
    color: #ffffff;
    display: block;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-weight: normal;
	margin: 0; 
    padding: 0.6em 1em;
    text-decoration: none;
    text-transform: uppercase;  
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li a:hover {
	background: #2960bc;
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li.active a {
	background: #2960bc;
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs { 
	background: transparent; /* Old browsers */
    border-bottom: medium none;
	border-bottom: 4px solid #2960bc; 
    margin: 0;
	padding: 0 !important;
	width: 100%;
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li { 
    display: inline-block;
    margin: 0 1px 0 0;
	padding: 0;
    text-align: center;
	width: 100%;
	max-width: 40%; /* works best with 4 tabs - change % if more or less */
}   

.block-quicktabs .block-s-facebook-like-box {
    padding: 10px;
}

/************************************************************
  FOOTER
************************************************************/

#block-menu-block-congress-site-map a.active-trail { color: #fff; }

#block-views-congress-offices-of-noslide { padding-top: 20px; }
 
#block-views-congress-offices-of-noslide h2.block-title { color: #ffffff; padding-left: 0px; }
 
#block-views-congress-offices-of-noslide .office-info h3 a, #block-views-congress-offices-footer-offices .office-info h3 a, #block-views-congress-offices-of-noslide .office-info h3 a:visited, #block-views-congress-offices-footer-offices .office-info h3 a:visited { 
	color: #ffffff !important;  
}

#block-views-congress-offices-of-noslide .office-info h3 { margin-bottom: 0px; 
	color: #ffffff !important;  
	font-size: 16px !important; 
	font-weight: bold !important; 
	line-height: 16px; }

#block-views-congress-offices-of-noslide .views-row {
	color: #ffffff; 
    display: inline-block;
    font-size: 0.8em;
    padding: 0 1%;
    vertical-align: text-top;
    width: 97%;
}

#block-menu-menu-congress-footer-utility a { color: #ffffff; }

/* utility 
.block-menu-congress-footer-utility .menu a { color: #ffffff; }
.block-menu-congress-footer-utility .menu li { border-right: 1px solid #ffffff; }
.block-menu-congress-footer-utility .menu li.last { border: none; } 
.block-menu-congress-footer-utility {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    margin-bottom: 0;
	padding-right: 5%;
}*/

.block-congress-site-map li.expanded, .block-congress-site-map li.collapsed, .block-congress-site-map li.leaf {
    padding: 0.2em 0 !important;
}

#block-menu-menu-congress-footer-utility ul.menu { 
    text-align: center;
}

.menu-block-congress_site_map > ul > li > a {
    font-size: 1.1em;
}

.menu-block-congress_site_map li a.active {
    color: #035eb9;
}
ul, pre, table, address, fieldset {
    margin-bottom: 5px; }

/*************************************************************************************** 2018 CHANGES ************************************/

body {
    background: #fff !important;
    color: #000;
    color: #888888;
    font: 13px/1.5 14px/1.5 calibri, sans-serif;
}

.messages.error {
    display: none;
}

#block-menu-block-congress-main-menu-superfish {
    background: #1D4F91 !important;
    box-shadow: none !important;
}

#block-views-congress-hprotator-rotator {
    background: transparent !important;
    padding: 0 !important;
}

.view-congress-hprotator {
    background: #1d4f91 !important;
    border: none !important;
    padding: 20px 15px 20px 5px;
}

.hprotator-text-block {
    background: rgba(0,0,0,0.5) !important;
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
}


.view-congress-hprotator .flex-control-nav {
    width: 100% !important;
    padding: 0 !important;
    display: block;
}

#hp_top_read_more a {
    background: #d9e1e2;
    border-radius: 0px;
    color: #1d4f91;
    display: block;
    font-family: calibri, Arial, sans-serif;
    text-transform: none;
    width: 145px;
    text-align: center;
}

.view-congress-hprotator .views-field-field-congress-featured-media {
    width: 111.1% !important;
    height: auto;
    background: none repeat scroll 0 0 transparent;
    float: right;
    max-width: 120% !important;
}

.view-congress-hprotator.flexslider {
    box-shadow: none;
    border-radius: 0px;
    padding: 0 !important;
}

.hprotator-text-block {
    position: absolute !important;
    z-index: 1 !important;
    bottom: 0 !important;
    padding-bottom: 3em !important;
}

.hprotator-text-block h2 {
    color: #fff !important;
    font-family: trebuchet ms,! sans-serif !important;
    padding-top: 0.5em;
    padding-left: 0.85em;
    font-size: 2.2em;
}

.hprotator-text-block .field-name-body {
    font-size: 16px;
    padding-left: 1.3em;
    font-family: calibri, sans-serif;
}

.view-congress-hprotator .flex-control-nav {
    padding-bottom: 0.5em !important;
}

.view-congress-news .view-content {
    column-count: 1 !important;
}

.view-congress-news .views-row {
    display: inline-block !important;
}

.view-congress-news .views-field.views-field-title {
    margin-bottom: 0.7em;
}

.view-congress-news .views-field.views-field-body {
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

.view-congress-news .views-field.views-field-field-congress-issues {
    padding-right: 0.4em;
}

.view-congress-news .views-field.views-field-body {
    padding-right: 0.6em;
}

#block-views-congress-news-block-latest-news h3.field-content a, #block-views-congress-in-the-news-block-1 h3.field-content a, #block-views-rahall-reports-block-1 h3.field-content a {
    font-size: 19px;
    font-family: trebuchet ms,! sans-serif important;
}

ul.quicktabs-tabs li.active a {
    background: #1d4f91 !important;
    color: #fff !important;
}

ul.quicktabs-tabs li a {
    background: #d9e1e2 !important;
    color: #1d4f91 !important;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgb(29, 79, 145);
    cursor: default;
}

#issuesParentDiv {
    column-count: 2;
    text-align: center;
}

#boxes-box-issues_rush_custom .fa {
    font-size: 5em;
    color: #1d4f91;
}

#issuesHeading {
    text-align: center;
}

#issuesHeading h3 {
    font-size: 3em;
    padding-bottom: 0.4em;
    color: #b1bdbf;
}

#stayConnectedHeading h3 {
    font-size: 3em;
    padding-bottom: 0.4em;
    color: #b1bdbf;
}


#region-content .block {
    padding-bottom: 0;
}

#block-quicktabs-home-page-tabs {
    margin-top: 2em;
}

#block-boxes-congress-fb-responsive {
    float: left;
    width: 100%;
}

#block-boxes-twitter-embed {
    float: left;
    width: 100%;
}

#block-boxes-congress-newsletter-signup {
    width: 100%;
    float: right;
    height: 41vh !important;
}

#boxes-box-stay_connected_heading {
    text-align: center;
}

ul.quicktabs-tabs {
    border-bottom: 4px solid #d9e1e2 !important;
}

#myIssuesSection {
    border-top: 4px solid #d9e1e2;
    margin-top: 1em;
    padding-top: 1em;
    border-bottom: 4px solid #d9e1e2;
    padding-bottom: 1em;
}

#block-congress-office-location-settings-congress-district-offices-map {
    padding: 0;
}


#block-congress-office-location-settings-congress-district-offices-map {
    padding: 0;
    overflow: hidden;
    height: 300px;
}


#congress_district_map {
    padding-bottom: 130% !important;
}

#block-views-congress-offices-of-noslide {
    background: #1d4f91 !important;
    padding-left: 1em !important;
}

#block-menu-menu-congress-footer-utility {
    background: #153B62 !important;
}
#block-menu-menu-congress-footer-utility a {
    color: #fff !important;
}


#block-boxes-congress-newsletter-signup h2.block-title {
    color: #fff !important;
    font-weight: 400 !important;
    font-family: !inherit important;
    text-align: center;
    background: #1d4f91;
    padding: 0.2em;
}

#boxes-box-congress_newsletter_signup .boxes-box-content {
    display: flex;
    width: 100%;
    justify-content: center;
}

.view-congress-offices .views-row {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.office-info p {
    margin-bottom: 0 !important;
}

#zone-footer-bottom-wrapper {
    margin-bottom: 0 !important;
}


#quicktabs-tab-home_page_tabs-1 {
    display: none;
}

#quicktabs-tab-home_page_tabs-2 {
    display: none;
}

ul.quicktabs-tabs li.active a {
    width: 300%;
}

#region-postscript-fourth {
    margin: 0 !important;
}

.hprotator-text-block {
    display: none;
}

#logo {
    opacity: 1;
}

#region-branding {
    background: url("https://rush.hdvdevedit1.house.gov/sites/rush.house.gov/themes/bobbyrush/images/banner-background.png") rgba(360,360,360,1) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#logo {
    width: 90%;
}

#logo {
    margin-top: 0;
}

#block-boxes-cng-social-media-fa-small {
    position: absolute;
    z-index: 999;
    right: 40px;
    top: 50px;
}

#block-search-form {
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
}

#block-boxes-cng-social-media-fa-small .fa {
    background: white;
    padding: 0.5em;
    width: 21px;
    text-align: center;
    border-radius: 100%;
    font-size: 1.5em;
}

.logo-img {
    margin-top: 185px;
}

#block-boxes-navigation-icons {
    position: absolute;
    z-index: 99999999;
    right: 10px;
    top: 110px;
}

#listOfNavIcons {
    column-count: 4;
    text-align: center;
}

#listOfNavIcons .fa {
    font-size: 1.9em;
    margin-left: 0em;
    margin-right: 0em;
    background: transparent;
    padding: 0.4em;
    border-radius: 100%;
    width: 25px;
    border: 2px solid #fff;
    color: #1d4f91;
}

#block-search-form.block {
    border-radius: 0px !important;
}


#region-branding input[type="search"], #search-block-form input[type="submit"] {
    background: #fff !important;
    border: 0 none;
    border-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    box-shadow: none !important;
    height: 30px;
    margin-right: 0;
    padding: 0;
    text-indent: -9999px;
    width: 37px;
}

#block-search-form.block {
    width: 94.5%;
}

#block-quicktabs-home-page-tabs {
    padding: 0 !important;
}

#block-views-congress-hprotator-rotator {
    margin-top: 20px;
    margin-bottom: 10px;
}

#energyBox {
    display: none;
}

#region-branding {
    margin-left: 0;
    margin-right: 0;
}

#block-search-form {
    margin-right: 5px;
}


.view-congress-hprotator.flexslider img {
    display: block;
    float: right;
    width: 90%;
    height: 20vh;
    object-fit: cover;
    object-position: center;
}

#block-views-congress-news-block-latest-news .views-row {
    padding-left: oem;
    padding-right: oem;
}

.views-field.views-field-title {
    padding-right: 0.25em;
}

.views-field.views-field-field-congress-issues {
    padding-right: 2em !important;
}

.view-congress-news .views-row-last {
    padding-left: 0em !important;
    padding-right: 0em !important;
}

#block-views-congress-news-block-latest-news .block-title-link {
    text-align: center;
    font-size: 2em;
    font-family: trebuchet ms, sans-serif;
    color: #b1bdbf;
    text-transform: none;
}

#block-views-congress-news-block-latest-news .block-title {
    text-align: center;
    border-top: 4px solid #d9e1e2;
    padding-top: 20px;
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: trebuchet ms;
    letter-spacing: 0em;
}

.view.view-congress-news.view-id-congress_news.view-display-id-block_latest_news {
    margin-top: 10px !important;
}

.bgIMG {
    width: 120px;
    display: block;
    margin: auto;
    padding-bottom: 0.75em;
}

.issueP {
    font-size: 1.2em;
}

#issuesParentDiv {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    justify-items: center;
}

@supports not (display: grid) {

    #issuesParentDiv {
        display: block;
        column-count: 1;
  }
}

.issueBox {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.bgIMG:hover {
    filter: grayscale(40%);
}

#listOfNavIcons .fa:hover {
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.responsive-menus.responsified span.toggler {
    padding: 1px;
    display: block;
    background: #1d4f91 !important;
    color: #fff;
    border-radius: 0px !important;
    box-shadow: none;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
    outline: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

responsive-menus.responsified .responsive-menus-simple li {
    background: #142f53 !important;
}


.responsive-menus.responsive-menus-0-0.absolute.responsified.responsive-toggled .block-title {
    background: #fff !important;
}

.fa.fa-2x.fa-facebook {
    color: rgba(0,0,0,0) !important;
    background: url("/sites/rush.house.gov/themes/bobbyrush/images/icons/0-facebook.png") rgba(0,0,0,0) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 0px !important;
}

.fa.fa-2x.fa-twitter {
    color: rgba(0,0,0,0) !important;
    background: url("/sites/rush.house.gov/themes/bobbyrush/images/icons/0-twitter.png") rgba(0,0,0,0) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 0px !important;
}

.fa.fa-2x.fa-youtube {
    color: rgba(0,0,0,0) !important;
    background: url("/sites/rush.house.gov/themes/bobbyrush/images/icons/0-youtube.png") rgba(0,0,0,0) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 0px !important;
}

.fa.fa-2x.fa-flickr {
    color: rgba(0,0,0,0) !important;
    background: url("/sites/rush.house.gov/themes/bobbyrush/images/icons/0-flickr.png") rgba(0,0,0,0) !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 0px !important;
}

#block-boxes-congress-newsletter-signup {
    background: url("/sites/rush.house.gov/themes/bobbyrush/images/chicago.jpg") rgba(0,0,0,1) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#block-boxes-congress-newsletter-signup .block-title {
    text-transform: none;
    font-size: 2.5em !important;
    background: transparent !important;
}

#region-footer-first {
    background: transparent !important;
}

.view.view-congress-news.view-id-congress_news.view-display-id-block_latest_news .views-row {
    flex: 32%;
}

.not-front .view-congress-news .view-content {
    column-count: 1 !important;
    display: block;
}

#block-views-congress-offices-of-noslide {
    margin-top: 2em;
}

.pager {
    background: #eee;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.pager li a {
    background: #eee !important;
    font-family: !inherit important;
}

.view-congress-news .views-field.views-field-title {
    height: 112px;
    background: #fff;
    padding-left: 0;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    overflow: hidden;
}

.view-congress-offices.view-id-congress_offices .view-content {
    display: block;
    flex: 100%;
    justify-content: center;
    text-align: center;
}

.front .view-congress-news.view-id-congress_news img {
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.front .view-congress-news .views-field.views-field-body {
    max-height: 235px;
    overflow: hidden;
}







