 
/************************************************************
  GENERAL
************************************************************/

body { 
	 background: #fff url(../images/background-body.jpg);
	 color: #4d4d4d;
	 font: 18px/1.5 'Work Sans', 'Helvetica', sans-serif;
	 font-weight: normal; 
	 transition: all 0.2s ease 0s; 
  overflow-x: hidden; 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.admin-menu body { 
	 background: #fff; }
  
.block, .block-views {
  margin-bottom: 0;
  padding: 0;
}

.block, .block-views, .flexslider {
  background: transparent;
}

a:link, a:visited {
  color: #386c9b;
}

a:hover {
  color: #103143;
  text-decoration: underline;
}

a.content-button {
  box-shadow: 1px 1px 8px rgba(0,0,0,.3);
  border-radius: 5px; 
  padding: 11px 30px;
  text-transform: uppercase;
  background-color: #428ee3;
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
  color: #fff !important;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-bottom: none;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 2px; }

a.content-button:hover {}

span.file img {
  border: none;
  margin: 0 !important;
  padding: 0;
}

/************************************************************
 STYLING FOR AMENDMENT WEB FORM
************************************************************/

pre { font: 16px/1.5 'Work Sans', 'Helvetica', sans-serif; background: transparent; border: none; }

#DropDownListSponsor { font: 16px/1.5 'Work Sans', 'Helvetica', sans-serif; height: 30px; }

.theform {
  padding: 1em;
  background: #f4f4f4;
}

pre { padding: 0; overflow: hidden; overflow-x: hidden; }

pre input, pre select { margin-left: 10px; border: 1px solid #aaa;
  background-image: linear-gradient(#eee 1%,#fff 15%); }

#RbTestifyYes, #RbTestifyNo { margin-right: 5px; }

.radioInlineLabel label { display: inline-block; }

/************************************************************
 MOBILE VIEW
************************************************************/

#section-header { margin-top: 50px; padding-top: 1px; }

#region-branding { margin-left: 0; margin-right: 0; }

.logo-img { background: transparent; padding: 20px; text-align: center; }  

/************************************************************
 RESPONSIVE MENU
************************************************************/

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  height: 100%;
  overflow-y: auto !important;
  max-height: calc(100vh - 50px);
}

.mean-container .mean-nav h2.block-title { display: none; }

.mean-container .mean-nav ul li a.mean-expand {
  height: 32px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #103143;
}

.mean-container .mean-bar {
  background: #103143;
  position: fixed;
}

.mean-container .mean-nav ul li a { background: rgba(255,255,255,1); border-top: 1px solid #ddd; color: #999; font-weight: bold; padding: 0.8em 5%; }

.mean-container .mean-nav ul li li a { background: #f4f4f4; border-top: 1px solid #ddd; color: #999; opacity: 1; }

.mean-container .mean-nav ul li a:hover {
  background: #386c9b;
  color: #fff;
}

.mean-container .mean-nav ul li:hover a.mean-expand { color: #fff; }

.mean-container .mean-nav ul li a.mean-expand ul li:hover { color: #999; }
 
.mean-container .mean-nav ul li > ul li a:before { 
  content: "\f054";
  margin-right: 10px;
  font-family: FontAwesome;
}

.mean-bar { box-shadow: 0 0 10px rgba(0,0,0,0.7); }

.admin-menu .mean-bar { position: relative; z-index: 999; }

.mean-nav::before {
  content: "Menu";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 13px;
  right: 60px;
}

.mean-container a.meanmenu-reveal { width: 30px; }

.mean-container a.meanmenu-reveal span {
  margin-top: 5px;
}

a.mean-expand, a.mean-clicked { font-size: 24px !important; }

a.mean-expand:hover, a.mean-clicked:hover { color: #fff; } 

/************************************************************
  REGIONS
************************************************************/ 

#section-header { background: transparent; }

#section-content { background: transparent; }

.not-front #section-content { padding-top: 0; }

#zone-connect-wrapper { background: #f4f4f4 url(../images/background-social.jpg) top center no-repeat; 
  background-size: cover; position: relative; 
  padding: 40px 0;
}

#zone-connect-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(64,191,245,.35);
  display: block;
}

.not-front #region-content { background: none; }

#zone-postscript-wrapper { 
  background: rgba(255,255,255,0.99); 
  padding: 40px 0;
}

#zone-highlights-wrapper {
  background: #f1f2e9;
  padding: 40px 0;
}

#zone-mobile-menu {
  background: #000;
} 

#zone-alert-wrapper { background: #ab0000; }

#zone-newsletter-wrapper {
  background: #ddd; 
}

#region-user-first { text-align: center; }

.front #zone-preface-wrapper h1#page-title { display: none; }

#zone-menu-wrapper, #block-menu-block-congress-main-menu-superfish {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
} 

.front #zone-preface-wrapper { background: rgba(0,0,0,0.6); margin: 25px auto; }

.front #zone-content-wrapper { background: transparent; padding: 20px 0; }

.not-front #zone-content-wrapper {
  background: rgba(255,255,255,1); 
  padding-top: 0; 
  padding-bottom: 20px; 
}

.not-front #zone-content { padding: 20px 0; }

#zone-search-wrapper { display: block; }

#section-footer { background: rgba(16,49,67,0.9); 
  color: #fff; 
  border-top: 6px solid #ead9a9; 
}

#zone-footer-wrapper { background: transparent; }

#zone-footer-bottom-wrapper { background: rgba(0,0,0,0.4); }

/************************************************************
  ALERT
************************************************************/ 

#block-views-cng-alert-box-block-alert-box { padding: 0.25em 1em; }

#block-views-cng-alert-box-block-alert-box .views-row { background: transparent; border-bottom: none; text-align: center; }

#block-views-cng-alert-box-block-alert-box .views-field-title a { color: #fff; font-weight: bold; }

#block-views-cng-alert-box-block-alert-box .views-field-title, #block-views-cng-alert-box-block-alert-box .views-field-view-node { display: inline-block; margin: 0 15px 0 0; }

#block-views-cng-alert-box-block-alert-box .views-field-view-node a { color: #fff; text-transform: uppercase; display: block; font-weight: bold; background: none; padding: 4px 10px; border: 2px solid #fff; font-size: 14px; }

#block-views-cng-alert-box-block-alert-box .views-field-view-node a:hover { background: rgba(0,0,0,0.2); text-decoration: none; }

/************************************************************
  NAVIGATION MENU
************************************************************/ 

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
	 background: transparent;
	 color: #fff; 
}

.sf-menu a:focus, .sf-menu a:hover {
	 background: #f4f4f4; 
	 color: #f6a000;
	 text-decoration: none;
}

/************************************************************
 MOBILE
************************************************************/

#block-boxes-congress-mobile-hamburger-menu { padding: 1em; }

#region-menu { margin: 0; }

.page-legislation #zone-content { display: flex; flex-wrap: wrap; }

.page-legislation #region-content { order: 2; flex: 0 0 100%; max-width: 100%; margin: 0; }

.page-legislation #region-sidebar-first { order: 1; flex: 0 0 100%; max-width: 100%; margin: 0; }

/************************************************************
 SUPERFISH MAIN MENU MOBILE & UNIVERSAL
************************************************************/

#block-menu-block-congress-main-menu-superfish { background: #103143; padding: 0; }

.sf-menu a { 
  background: #428ee3;
  color: #fff; 
	 font-size: 18px;
 	font-family: 'Work Sans', Helvetica, Arial, 'sans-serif';
  font-weight: bold;
  text-decoration: none !important;
  text-transform: Uppercase;
  transition: all 0.2s ease 0s;
	 padding: 2% 3%;
} 

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
  color: #fff;
}

.sf-menu a.active, .sf-menu a.active-trail { /* active state * * hover state removed */
  background-color: #103143;
	 color: #fff;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #103143;
	 color: #fff;
	 text-decoration: none;
} 

/************************************************************
 SEARCH
************************************************************/

.form-item-type-rules-boot-camp-post { display: none; }
 
#block-search-form {
  background: none repeat scroll 0 0 transparent;
	 filter: none;
  border-radius: 0px;
	 border: none;
  display: none;
  padding: 0;
	 -webkit-box-shadow: none; 
	 box-shadow: none;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 width: 100%;
}

#search-block-form {
	 background: #fff;
	 border: none;
  height: 36px;
  float: left;
	 width: 100%;
}

#search-block-form .form-type-textfield { width: 80%; }

#search-block-form .form-item input { 
  background: #f8f8f8;
	 filter: none;
  border: medium none;
  border-bottom: 2px solid #ddd; 
	 box-shadow: none;
  border-radius: 0; 
	 color: #4d4d4d; 
	 padding: 10px;
	 width: 100%;
}

#search-block-form .form-actions input {
  margin-right: 0;
  background: none repeat scroll 0 0 transparent;
	 filter: none;
  border: medium none;
	 height: 40px;
}

input[type="search"], #search-block-form input[type="submit"] {
  background: #103143 url(../images/button_submit_glass.png) no-repeat;
  border: 0 none;
  border-radius: 0 0 0 0;
	 height: 36px;
	 margin-left: 2px;
  padding: 0px;
  text-indent: -9999px;
	 text-shadow: none; 
	 width: 40px;
}

#search-block-form .container-inline div {
  float: left; 
	 margin: 0;
}

#search-block-form #edit-actions {
  float: right;
}

#edit-search-block-form--2 { width: 100%; }

i.fa-search { color: #fff; display: inline-block; }

/************************************************************
  BREADCRUMB
************************************************************/

#zone-breadcrumb-wrapper { background: #f5f5f5; padding: 0; }

#breadcrumb {
  margin: 0 auto;
  background: transparent;
  padding: 0 15px;
  text-transform: capitalize;
  font-size: 0.9em; 
}

#breadcrumb, #breadcrumb a {
  color: #386c9b;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#crumbs {
  margin: 0;
  padding: 10px 0;
}

/************************************************************
  CHAIRMAN/ OR RM PHOTO
************************************************************/ 

#block-boxes-header-profile img { max-width: 100%; border-radius: 50%; border: 7px solid rgba(255,255,255,0.8); padding: 0; }

/************************************************************
  SUBCOMMITTEES LISTING
************************************************************/ 

.view-congress-subcommittees .views-row-odd { background: transparent !important;
}

/************************************************************
  BLOCKS, BOXES and VIEWS
************************************************************/

.block, .block-views { /* THIS AFFECTS ALL BLOCKS UNLESS YOU OVERRIDE */
    background: transparent;
    border: none;
    margin-bottom: 0px;
    padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', 'Helvetica', sans-serif;
	 font-weight: 700;
  letter-spacing: 0px; 
	 line-height: 1;
  margin: 10px 0; }
	
h2.block-title {
	 background: transparent; 
	 color: #103143;
	 display: block; 
  /*	float: left; */
	 font-family: 'Work Sans', 'Helvetica', sans-serif;
	 font-size: 42px;
  font-weight: 700; 
  text-transform: uppercase;
  text-align: center;
  line-height: 1; 
	 margin-top: 15px;
  margin-bottom: 30px;
  letter-spacing: -2px;
} 

h2.block-title a {
	 background: transparent; 
	 color: #103143;
	 display: block; 
  /*	float: left; */
	 font-family: 'Work Sans', 'Helvetica', sans-serif;
	 font-size: 48px;
  font-weight: 700; 
  text-transform: uppercase;
  text-align: center;
	 margin-top: 0;
}

.not-front h2.block-title, .not-front h2.block-title a { font-size: 32px; }

#section-footer h2.block-title, #section-footer h2.block-title a {
  color: #fff;
 	border-bottom: none;
} 

h1#page-title {
  border-bottom: none; 
  font-size: 36px;
  font-weight: 800; 
  margin-bottom: 0; 
  line-height: 1em; 
  padding: 20px 0 0 20px; 
  letter-spacing: 0px;
}

.not-front #region-content h1#page-title {
  padding: 0 15px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1em;
}

.front h1#section-title {
  display: none;
}

.not-front h1#section-title {
  color: #fff;
	 padding: 0.5em 0 1em 1.1em; 
	 font-size: 36px; 
  position: relative;
  text-transform: uppercase;
  top: 180px;
}

.not-front #region-content h2.block-title, .not-front #region-content h2.block-title a {
	 background: none; 
	 color: #253f60 !important; 
	 display: block; 
  /*	float: left; */
	 font-family: 'Work Sans', 'Helvetica', sans-serif; 
	 font-size: 32px;
  font-weight: normal;
  line-height: 1.25!important; 
  margin-bottom: 20px!important; 
  padding: 10px;
  text-transform: capitalize;
}

.field-name-field-congress-subtitle {
  font-size: 1.4em;
}

.node-type-rules-bill h2.pane-title, .node-type-rules-bill h2.field-label {
  color: #fff;
  background: #103143;
  display: inline-block;
  padding: 8px 14px;
  font-weight: bold;
  font-size: 16px;
  margin: 0 -24px 10px;
  text-transform: uppercase;
}

.page-media h2.pane-title { font-weight: bold; color: #999; margin-bottom: 20px; }

/************************************************************
  CONTENT 
************************************************************/
p {
  margin: 0 0 12px;
}

.panel-display { width: 100%; }

.panel-display.boxton { padding: 0; }

.field-type-text-with-summary { margin-top: 0px; }

.field-type-text-with-summary table td { padding: 0; }

.field-type-text-with-summary table tbody { border: none; }

.not-front #region-content img {
  border: none;
  border-radius: 2px;
  margin: 0 20px 0 0;
  padding: 0;
}

.front h2.block-title { text-align: center; color: #fff; }

.views-row { border-bottom: none; padding: 0; }

.views-row.views-row-odd { background: #f4f4f4; }

.button_link {
  box-shadow: 0 2px 10px #ddd;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-weight: bold;
  margin: 15px 0;
  display: inline-block;
}

.button_link:hover {
  background: #103143;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #ddd; 
  text-decoration: none;
}

.portrait { display: inline-block; margin-bottom: 20px; }

/************************************************************
  VIEWS STYLING
************************************************************/

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.2em;
}

/************************************************************
  FORMS STYLING
************************************************************/
.form-item-type-congress-article, 
.form-item-type-congress-bill, 
.form-item-type-congress-business-meeting,
.form-item-type-congress-committee-member,
.form-item-type-congress-hearing,
.form-item-type-congress-press-release,
.form-item-type-congress-video,
.form-item-type-congress-event,
.form-item-type-congress-in-the-news,
.form-item-type-congress-markup,
.form-item-type-congress-photo-gllery,
.form-item-type-member { display: none; }

/************************************************************
  REMOVING TABLE STYLING
************************************************************/

td img {
  /* CHROME img thumbnail in tables fix */
	 max-width: none;
}

table {
  border: none;
  margin-bottom: 20px;
}

td, th { vertical-align: top; }
thead th, th {
  background: #f4f4f4;
  border-bottom: 2px solid #ddd;
  color: #333;
  vertical-align: top;
  padding: 10px;
}

th.active {
  background: none;
  border-left: none;
  border-right: none;
}

tr.even, tr.even td {
  background: none;
  border-bottom: none;
}

tr.odd, tr.odd td {
  background: none;
  border-bottom: none;
}

tr.even td, tr.odd td { padding: 5px 10px; }

td.active {
  border-left: none;
  border-right: none;
}

tr.even td.active {
  background: none;
}

tr.odd td.active {
  background: none;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
  background: none;
}

td { padding: 10px; }

caption { display: none; }

/************************************************************
  CONTENT STYLING
************************************************************/

.tablefield-columns-4 th { background: #f4f4f4; border-bottom: 2px solid #ccc; }

.tablefield-columns-4 tr.odd, .tablefield-columns-4 tr.even {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.tablefield-columns-4 td { padding: 10px !important; }

/************************************************************
  PAGER
************************************************************/
ul.pager { 
  background: none;
  margin: 20px 0;
  padding: 10px;
  width: 100%;
}

ul.pager .pager-current {
  font-weight: normal;
}

.item-list ul li {
  margin:  0 0.25em 0 0;
  padding: 0;
}

.item-list .pager li {
  background-image: none;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.pager li.pager-current {
  background: #103143 none repeat scroll 0 0;
 	color: #fff;
  border: 1px solid #103143;
  padding: 0 10px;
}

.pager li.pager-ellipsis { border: none !important; }

.pager li a {
  padding: 5px 10px;
}

.pager li a {
  background: #f4f4f4;
  text-decoration: none;
}

/************************************************************
  SECTION BLOCK
************************************************************/

#block-menu-block-section-menu { background: transparent; border-radius: 0; margin-top: 0; margin-bottom: 20px; padding: 0; }

#region-sidebar-first .block, #block-views-congress-related-related { background: transparent; border-radius: 0; padding: 0 1% 1%; } 

.not-front #region-sidebar-first .block h2.block-title, #block-views-congress-related-related h2.block-title { padding: 10px 15px 0px; 
  margin: 10px 0; text-align: left; font-size: 1.4em; 
  color: #999;
  letter-spacing: 1px;
}

#block-menu-block-section-menu ul li { background: transparent; display: block; padding: 0; margin: 0; }

#block-menu-block-section-menu ul li a { border-left: 6px solid #ddd; color: #4d4d4d; display: block; padding: 5px 18px 5px 18px; font-size: 1em; line-height: 1.2; }

#block-menu-block-section-menu ul li a:hover { border-left: 6px solid #386c9b; color: #386c9b; }

#block-menu-block-section-menu ul li a.active { background: transparent; border-left: 6px solid #103143; color: #103143; font-weight: bold; padding: 5px 18px 5px 18px; }

#block-menu-block-section-menu ul li.last { border-bottom: none !important; } 

#block-menu-block-section-menu ul.menu { padding: 8px 15px; }

/************************************************************
  ANNOUNCEMENTS BLOCK
************************************************************/

span.dayofweek.time {
  display: block;
  margin-top: -4px;
}

.announcements-previous-congress ul { padding: 8px 15px; }

.announcements-previous-congress ul li a { border-left: 6px solid #ddd; color: #4d4d4d; display: block; padding: 5px 18px 5px 18px; font-size: 1em; line-height: 1.2; }

.announcements-previous-congress ul li a:hover { border-left: 6px solid #386c9b; color: #386c9b; }

.announcements-previous-congress ul li { list-style-type: none; }

.announcements-previous-congress ul li::marker { display: none; }

/************************************************************
  RULES VIDEO
************************************************************/ 

#block-boxes-rulesdems-video {
  text-align: center;
}

#block-boxes-rulesdems-video h2.block-title { float: none; color: #fff; }

.view-congress-videos .views-row {
  display: inline-block;
  padding: 1em;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #ddd;
  width: 100%;
}

.view-congress-videos .views-field-title h3.field-content {}

.view-congress-videos .views-field-field-thumbnail-image { width: auto; float: left; }
.view-congress-videos .views-field-title {}
.view-congress-videos .views-field-created {}
.view-congress-videos .views-field-type, .view-rules-dems-announcements .views-field-type, .view-congress-press-releases .views-field-type { display: inline-block;
  padding: 2px 5px;
  margin-bottom: 10px;
  background: #103143;
  color: #fff;
  font-weight: bold;
  font-size: 12px; }

.view-congress-videos .views-field-type a, .view-rules-dems-announcements .views-field-type a, .view-congress-press-releases .views-field-type a { color: #fff; }

.view-congress-videos .views-field-type::before, .view-rules-dems-announcements .views-field-type::before, .view-congress-press-releases .views-field-type::before { content: ''; }

/************************************************************
  MEDIA PAGE
************************************************************/

.page-media .views-field-body { padding: 0; }

.page-media .views-field-title-1 a:hover {
  background: #103143;
  color: #fff;
  border: 0;
  padding: 5px 10px;
  text-decoration: none;
}

.page-media .views-field-title-1 a {
  background: #f4f4f4;
  color: #103143;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-media .views-row-odd .views-field-title-1 a { background: #fff; }

/************************************************************
  LEGISLATION PAGE
************************************************************/

.not-front .view-rules-dems-announcements .views-row, .not-front .view-congress-press-releases .views-row {
  background: #fff;
  border-bottom: none; 
  padding: 1em;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #ddd;
}

.front .view-rules-dems-announcements .views-row-odd { background: transparent; }

.not-front .page-legislation .view-congress-bills .views-row, .not-front .view-rules-legislation .views-row {
  background: #fff;
  border-bottom: none;
  display: flex;
  padding: 1em;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #ddd;
}

.not-front .page-legislation .view-congress-bills .views-row.views-row-odd, .not-front .view-rules-legislation .views-row-odd, .not-front .view-rules-dems-announcements .views-row-odd, .not-front .view-congress-press-releases .views-row-odd { background: #f4f4f4; }

#block-views-exp-rules-legislation-page { background: #fcf7ea !important; margin: 10px; }

#block-views-exp-rules-legislation-page form { padding: 0 15px; }

#block-views-exp-rules-legislation-page .form-text, #block-views-exp-rules-legislation-page .form-select {
  width: 100%;
  height: 30px;
  border: 1px solid #aaa;
  background-image: linear-gradient(#eee 1%,#fff 15%);
}

#block-views-exp-rules-legislation-page #edit-version {
  height: auto !important;
}

.views-exposed-widget.views-submit-button {
  width: 100%;
}

#block-views-exp-rules-legislation-page .form-submit { background: #103143; color: #fff; border-radius: 2px; margin: 0 2px;
  border: 0;
  padding: 5px 10px; }

.view-rules-legislation h2 { margin: 0 0 10px; font-size: 18px; line-height: 1.2; color: #103143; }

.view-rules-legislation li { list-style: none; display: inline-block; margin-right: 20px; vertical-align: top; }

.view-rules-legislation .view-header h1 { display: none; }

.view-rules-legislation ul.buttons { padding: 0; }

.view-rules-legislation ul.buttons li { display: inline-block; margin-right: 5px; }

.view-rules-legislation .views-row-odd ul.buttons a { 
  background: #fff; }

.view-rules-legislation ul.buttons a { 
  background: #f4f4f4; color: #103143; border-radius: 3px;
  border: 1px solid #ddd;
  padding: 5px 10px; 
  text-transform: uppercase;
  font-weight: bold;
}

.view-rules-legislation ul.buttons a:hover { 
  background: #103143; color: #fff; border-radius: 3px;
  border: 1px solid #103143;
  padding: 5px 10px; 
}

.view-rules-legislation ul.bill-info { padding: 0; margin: 0; }

.view-rules-legislation article { width: 100%; }

.page-legislation .bill-info .hearing h4, .page-legislation .bill-info .manager h4, .page-legislation .bill-info .status h4, .page-legislation .bill-info .process h4 { 
  margin-bottom: 2px; 
  color: #4d4d4d; 
  font-weight: 600; 
  font-size: 15px;
}

.page-legislation .bill-info h4::before { 
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 4px;
}

.page-legislation .bill-info .hearing h4::before { 
  content: '\f073'; 
}

.page-legislation .bill-info .manager h4::before { 
  content: '\f0c0'; 
}

.page-legislation .bill-info .status h4::before { 
  content: '\f252'; 
}

.page-legislation .bill-info .process h4::before { 
  content: '\f129'; 
}

.page-legislation .bill-created { text-align: left; font-size: 0.9em; font-style: italic; }


#edit_version_chosen {
  width: 100%;
}

.form-item-field-rule-type,
.chosen-container-active,
.form-item-managers,
.form-item-congress /*,
#edit-submit-rules-legislation */ {
  width: 100%;
}

#block-views-exp-rules-legislation-page .form-submit:hover { background: #999; color: #fff; }

/************************************************************
  SOCIAL MEDIA
************************************************************/

#block-boxes-fontawesome-medium { text-align: center; padding: 0; }

#block-boxes-social-media-fontawesome-footer { text-align: center; padding: 0; }
  
#block-boxes-fontawesome-medium i.fa, #block-boxes-social-media-fontawesome-footer i.fa {
  color: #103143;
  font-size: 1em;
  margin-right: 5px; 
  padding: 9px 5px 5px 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px; 
  text-align: center;
}

#block-boxes-fontawesome-medium i.fa-envelope { margin-right: -5px; }

#block-boxes-fontawesome-medium a.newsletter, #block-boxes-social-media-fontawesome-footer a.newsletter {
  background: #f4f4f4;
  color: #103143;
  border-radius: 50px;
  padding: 9px 20px 9px 0;
  white-space: nowrap;
}

#block-boxes-fontawesome-medium a.newsletter:hover, #block-boxes-social-media-fontawesome-footer a.newsletter:hover, #block-boxes-fontawesome-medium a.newsletter:hover i.fa, #block-boxes-social-media-fontawesome-footer a.newsletter:hover i.fa { 
  background: #103143; color: #fff; text-decoration: none;
}

#block-boxes-fontawesome-medium i.fa, #block-boxes-social-media-fontawesome-footer i.fa { 
  background-color: #f4f4f4;
}

#block-boxes-fontawesome-medium a.newsletter i.fa { background: transparent; }

#block-boxes-social-media-fontawesome-footer i.fa { 
  background-color: #fff;
}

#block-boxes-social-media-fontawesome-footer i.fa:hover, #block-boxes-fontawesome-medium i.fa:hover { 
  background: #103143; color: #fff; 
}

#block-boxes-congress-committee-twitter { text-align: center; padding: 0; }

#block-boxes-congress-committee-twitter i.fa { font-size: 1em; margin-right: 0; }

#block-boxes-congress-committee-twitter h2 { color: #fff; font-style: normal; text-transform: uppercase; font-size: 2.5em; letter-spacing: -2px; }

#block-boxes-congress-committee-twitter h2 a { color: #fff; font-style: italic; text-transform: capitalize; }

#block-boxes-congress-committee-twitter iframe { margin: 0 auto; }

/************************************************************
  NEWSLETTER 
************************************************************/

#block-boxes-newsletter-signup-simple-bs { text-align: center; }

#block-boxes-newsletter-signup-simple-bs h2 { color: #fff; }

#block-boxes-newsletter-signup-simple-bs .signup-link a, 
#block-boxes-newsletter-signup-simple-bs .btn-success {
  box-shadow: 1px 1px 8px rgba(0,0,0,.3);
  padding: 13px 20px;
  text-transform: uppercase;
  background: #dbab06;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border: none;
  margin-bottom: 0;
  z-index: 1;
  line-height: 24px;
  font-size: 18px;
}

#block-boxes-newsletter-signup-simple-bs .form-group {
  width: 100%;
} 

#block-boxes-newsletter-signup-simple-bs .signup-link a:hover { 
	 text-decoration: none;
  background: #bc9101;
}

#block-boxes-congress-newsletter-signup input#signup-email {
	 border-radius: 5px; 
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-shadow: none;
  float: none;
  height: 46px;
  margin-right: 10px;
  width: 70%;
}

#block-boxes-congress-newsletter-signup input#submit {
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(0,0,0,.3);
  padding: 10px 12px;
  text-transform: capitalize;
  background: #dbab06;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border: none;
  margin-bottom: 0;
  z-index: 1;
  line-height: 24px;
  font-size: 15px;
}

/************************************************************
  LATEST NEWS
************************************************************/

.front .view-congress-press-releases .views-field-type { 
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 10px;
  background: #103143; 
  color: #fff; 
  font-weight: bold;
  font-size: 12px;
} 

.front .view-congress-press-releases .views-field-type a { color: #fff; }

.front .view-congress-press-releases .views-field-title a { color: #103143; }

.front .view-congress-press-releases .views-row {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.front .view-congress-press-releases .views-row-last {
  border-bottom: none;
}

.front .view-congress-press-releases .views-row-odd { background: transparent; }

.not-front .view-congress-press-releases .views-row { padding: 1em; }

#block-views-765f1a71c6492ca1634f4742aa33774d {
  margin: 0;
  padding: 30px;
  background: #fff;
}

#block-views-765f1a71c6492ca1634f4742aa33774d h2.block-title { color: #103143; } 

.front .views-field-field-congress-article-type::before, .front .views-field-type::before, .front .pane-node-content-type::before, .front .field-name-field-congress-article-type::before {
  content: "";
}

.front .view-congress-press-releases .more-link { text-align: center; }

.front .view-congress-press-releases .more-link a {
  padding: 10px 15px;
  background: #f4f4f4;
  border-radius: 5px;
  box-shadow: 0 0 15px #ddd;
  margin-top: 20px;
  color: #103143;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase; 
  display: inline-block;
}

.front .view-congress-press-releases .more-link a:hover { 
  text-decoration: none;
  background: #103143;
  color: #fff;
}

.front .view-congress-press-releases .more-link a::after {
  background-clip: padding-box;
  color: #ead9a9;
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 1em; 
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block; 
}

.front .view-congress-news .views-row { border-bottom: 1px dashed #ddd; margin-bottom: 20px; overflow-x: auto; overflow-y: hidden; padding: 0px; position: relative; }

.front .view-congress-news .views-row:hover { background: #f4f4f4; border-radius: 3px; transition: all 0.3s ease 0.2s; }

.front .view-congress-news .views-field-title, .front .view-congress-news .views-field-body, .front .view-congress-news .views-field-field-congress-article-type, .front .view-congress-news .views-field-view-node { width: 75%; float: right; }

.front .view-congress-news .views-field-field-congress-article-type { font-style: italic; }

.front .view-congress-news .views-field-view-node { font-weight: bold; }

.front .view-congress-news .views-field-created-1 { 
	 background: #428ee3 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  float: left;
  padding: 20px;
  margin: 0 15px 15px 0; 
  width: 20%;
} 

.front .view-congress-news .views-field-created-1 .month, .front .view-congress-news .views-field-created-1 .day { width: 100%; }

.front .view-congress-news .views-field-created-1 .date-separated { font-family: 'Work Sans'; text-align: center; }

.front .view-congress-news .views-field-created-1 .month { text-shadow: 1px 1px 8px rgba(0,0,0,.3); font-size: 21px; font-weight: 300; margin: 0; padding: 0 0 5px 0; }

.front .view-congress-news .views-field-created-1 .day { text-shadow: 1px 1px 8px rgba(0,0,0,.3); font-size: 24px; font-weight: 700; line-height: 0; margin: 0; padding: 0; }

.views-field-title h3.field-content { margin-top: 0; }

.views-field-type .field-content a { text-transform: uppercase; }

.view-footer { text-align: center; }

.view-footer a {
  box-shadow: 1px 1px 8px rgba(0,0,0,.3);
  border-radius: 5px; 
  padding: 11px 30px;
  text-transform: uppercase;
  background-color: #428ee3;
  font-family: 'Work Sans', 'Helvetica', sans-serif;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-bottom: none;
  margin-bottom: 20px;
  z-index: 1;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 2px;
}

.view-footer a:hover, .view-footer a:hover { 
	 text-decoration: none;
  background: #3a7bc4;
}

/************************************************************
  UPCOMING MEETINGS
************************************************************/ 

.view-empty {
  text-align: center;
  color: #103143;
  line-height: 1.1;
}

.view-empty a {
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 17px;
  background: transparent;
  margin-top: 10px;
  display: inline-block;
}

.view-empty a::after {
  content: "\f178";
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 10px;
}

.view-empty a:hover { background: #fff; color: #103143; }

#block-views-cm-schedule-bl-sch h2.block-title, #block-views-cm-schedule-bl-sch .view-empty { text-align: center; }

/************************************************************
  AMENDMENTS TABLE
************************************************************/  

.pane-node-field-amendment-table .col-1 { text-align: center; }

.col-1.header {
  width: 3%;
}

.col-2.header {
  width: 13%;
  white-space: nowrap;
}

.col-3.header {
  width: 13%;
}

.col-4.header {
  width: 12%;
}

.col-5.header {
  width: 47%;
}

.col-6.header {
  width: 12%;
}

/************************************************************
  UPCOMING HEARINGS/MEETINGS
************************************************************/  

.front .view-rules-dems-announcements.view-id-rules_dems_announcements {
  background: rgba(255,255,255,0.9);
  padding: 1em;
  border-radius: 2px;
  box-shadow: 0 0 20px #103143;
  min-height: 140px;
}

.front .view-rules-dems-announcements .more-link { text-align: center; }

.front .view-rules-dems-announcements .more-link a {
  padding: 10px 14px;
  background: #f4f4f4;
  border-radius: 5px;
  margin-top: 20px;
  color: #103143;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase; 
  display: inline-block;
  box-shadow: 0 0 15px #ddd;
  line-height: 1em;
}

.front .view-rules-dems-announcements .more-link a:hover { 
  text-decoration: none;
  background: #103143;
  color: #fff;
}

.front .view-rules-dems-announcements .views-field-nothing {
  margin: 0 5px 0 0;
}

.front .view-rules-dems-announcements .views-row {
  display: flex;
  padding: 5px 0;
}

.view-rules-dems-announcements .views-row { 
  padding: 1em;
}

.not-front .view-announcement-related-to-rules-bill .views-row { padding: 0; }

h4.date { text-align: center; margin: 0; }

.front .view-rules-dems-announcements .views-field-title h3.field-content { 
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 3px 0 0;
}

.dayofweek, .divider, .month { font-size: 13px; font-weight: bold; color: #103143; text-transform: uppercase; }

.day {
  display: block;
  font-size: 42px;
  font-weight: 900;
  margin: 0;
  color: #103143;
}
.front .view-rules-dems-announcements .views-field-nothing {
  flex: 30%;
}

.front .view-rules-dems-announcements .views-field-title  {
  flex: 70%;
}

#block-views-congress-hearings-bl-hear h2.block-title { font-size: 16px; margin-bottom: 10px; }

#block-views-congress-hearings-bl-hear h3.field-content::before { 
  margin-right: 10px;
  font-family: FontAwesome;
  float: left;
  font-size: 1.8em;
  content: '\f017';
  color: #fff;
}

#block-views-congress-hearings-bl-hear h3.field-content { margin-bottom: 0; }

#block-views-congress-hearings-bl-hear .views-row {
  border-bottom: none;
  color: #fff;
  display: block;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #103143;
  margin-bottom: 1px;
  min-height: 50px;
  padding: 12px 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .1); }

#block-views-congress-hearings-bl-hear .views-row a { color: #fff; }

#block-views-congress-hearings-bl-hear .views-row-even { 
  background: #ead9a9; color: #103143;
}

#block-views-congress-hearings-bl-hear .views-row-even h3.field-content::before {
  color: #103143;
}

#block-views-congress-hearings-bl-hear .views-row-even a { color: #103143; }

#block-views-dd119673fc09b2e5710cbf97de03a682 h2.block-title, #block-views-9c59fabc3615008c3f8ccd176ddefec2 h2.block-title { 
  font-size: 1.5em; margin-bottom: 10px;
}

.pane-node-field-related-hearing, 
.pane-announcement-related-to-rules-bill-panel-pane-1, 
.pane-documents-related-rules-bill-panel-pane-1, 
.pane-node-field-amendment-table, .pane-node-field-related-video, 
.pane-documents-related-to-rules-bills-hearing-documents-panel-pane-1, 
#rule-information, 
.pane-node-field-related-committee-vote,
.pane-billtext-related-to-rules-bill-panel-pane-1, 
.pane-hearning-documents-related-to-rules-bill-panel-pane-1, 
.pane-announcement-related-to-rules-bill-panel-pane-2, 
.pane-billtext-related-to-rules-bill-panel-pane-2, 
.pane-hearning-documents-related-to-rules-bill-panel-pane-2 { border: 1px solid #ddd; box-shadow: 0px 0px 10px #ddd; margin-bottom: 20px; padding: 0 1.5em 1.5em; }


article.field-name-field-related-hearing,
article#announcements,
article.field-name-field-related-video,
article#bill-text,
article#related-docs,
article#rule-information,
article.field-name-field-amendment-table,
article.field-name-field-related-committee-vote { border: 1px solid #ddd; box-shadow: 0px 0px 10px #ddd; margin-bottom: 20px; padding: 0 1.5em 1.5em; }

.pane-node-field-related-video .views-row, .pane-billtext-related-to-rules-bill-panel-pane-1 .views-row, .pane-hearning-documents-related-to-rules-bill-panel-pane-1 .views-row, .pane-announcement-related-to-rules-bill-panel-pane-1 .views-row, .pane-documents-related-rules-bill-panel-pane-1 .views-row, .pane-announcement-related-to-rules-bill-panel-pane-2 .views-row, .pane-billtext-related-to-rules-bill-panel-pane-2 .views-row, .pane-hearning-documents-related-to-rules-bill-panel-pane-2 .views-row { background: #fff; }

.field-item { margin-top: 10px; }

.node-unpublished {
  background-color: #fff;
}

.heading-member, .heading-vote { font-weight: bold; }

/**HEARING DOCUMENT**/
.pane-documents-related-to-rules-bills-hearing-documents-panel-pane-1 .views-row { padding: 0.25em 0.5em; }

/**AMENDMENTS TABLE**/

.pane-node-field-amendment-table tr:first-child { background: none; }

.pane-node-field-amendment-table tr:nth-child(even) { background: #f4f4f4; }

/************************************************************
  AMENDMENT DEADLINES
************************************************************/  

#block-views-nodequeue-4-block h2.block-title { font-size: 24px; margin-bottom: 10px; }

#block-views-nodequeue-4-block .field-content::before { 
  margin-right: 10px;
  font-family: FontAwesome;
  float: left;
  font-size: 1.6em;
  content: '\f073';
  color: #fff;
  margin-top: -12px;
} 

#block-views-nodequeue-4-block .field-content { margin-bottom: 0; }

#block-views-nodequeue-4-block .views-row {
  border-bottom: 1px dashed #ddd;
  color: #fff;
  display: block;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #386c9b;
  margin-bottom: 0;
  min-height: 50px;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}
  
#block-views-nodequeue-4-block .views-row-first { border-top-left-radius: 5px; border-top-right-radius: 5px; }

#block-views-nodequeue-4-block .views-row-last { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom: none; }

#block-views-nodequeue-4-block .views-row a { color: #fff; line-height: 1em; }

#block-views-nodequeue-4-block .views-row-even {}

/************************************************************
  ACTIVE LEGISLATION
************************************************************/  

#block-views-7c3b62e26c308431c521f1ea700c6f01 { padding: 0; }

.view-active-legislation-on-homepage .views-field-title, .view-active-legislation-on-homepage .views-field-field-congress-bill-last-action, .view-active-legislation-on-homepage .views-field-body, .view-active-legislation-on-homepage .views-field-view-node { position: relative; z-index: 1; }

.view-active-legislation-on-homepage .slide-cover {
  width: 100%;
  height: 100%; 
  position: absolute;
  top: 0; left: 0; 
  /*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(204, 205, 204, 0) 25%, rgba(0, 0, 0, 0.55) 100%);*/
  background: rgba(16,49,67,1);
} 

.front .view-active-legislation-on-homepage .views-row-even .slide-cover {
  background: rgba(16,49,67, 0.8);
} 

.view-active-legislation-on-homepage .views-row { background: rgba(255,255,255,0.9); border-bottom: none;  
  display: block; 
  float: left; 
  padding: 1em; 
  margin: 0 .6% .6% 0; 
  text-align: center; color: #fff; 
  min-height: 240px; 
  position: relative; 
  box-shadow: 0 0 17px rgba(0,0,0,0.4);
  width: 100%; 
}

.view-active-legislation-on-homepage .views-row-1, .view-active-legislation-on-homepage .views-row-3, 
.view-active-legislation-on-homepage .views-row-5 { /*background: #000 url(../images/rules_gavel.jpg) top center no-repeat; background-size: cover; */}

.view-active-legislation-on-homepage .views-row-2, .view-active-legislation-on-homepage .views-row-4, 
.view-active-legislation-on-homepage .views-row-6 { 
  /*background: #000 url(../images/rules_column.jpg) top center no-repeat; 
  background-size: cover;*/
}

.view-active-legislation-on-homepage p.active-leg-homepage { margin: 0; line-height: 1.3; }

.view-active-legislation-on-homepage .active-leg-homepage a { color: #fff; font-size: 1em; font-weight: normal; text-shadow: 0px 1px 20px #333; }

.view-active-legislation-on-homepage .views-field-nothing {
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
  left: 0;
  padding: 0;
  position: relative;
}

.view-active-legislation-on-homepage .views-field-view-node a { 
  border: 2px solid #fff; 
  border-radius: 3px; 
  color: #fff; 
  text-transform: uppercase; 
  padding: 4px 15px; 
  margin: 15px auto; 
  width: auto; 
  display: inline-block; 
  font-size: 0.8em; 
  font-weight: bold;
}

.view-active-legislation-on-homepage .views-field-view-node a:hover { border: 2px solid #fff; color: #103143; background: #fff; text-decoration: none; }

.view-active-legislation-on-homepage .view-empty { background: rgba(16,49,67,1); color: #fff; display: block; padding: 1.5em 1em; border-radius: 2px;
box-shadow: 0 0 17px rgba(0,0,0,0.4); }

.view-active-legislation-on-homepage .more-link, #block-boxes-rulesdems-video .more-link { text-align: center; display: inline-block; width: 100%; }
.view-active-legislation-on-homepage .more-link a, #block-boxes-rulesdems-video .more-link a {
  padding: 10px 15px;
  background: #f4f4f4;
  border-radius: 5px;
  margin-top: 20px;
  color: #103143;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase; 
  display: inline-block;
}

.view-active-legislation-on-homepage .more-link a:hover, #block-boxes-rulesdems-video .more-link a:hover { 
  text-decoration: none;
  background: #103143;
  color: #fff;
}

.view-active-legislation-on-homepage .more-link a::after, #block-boxes-rulesdems-video .more-link a::after {
  background-clip: padding-box;
  color: #ead9a9;
  content: "\f061";
  font-family: 'FontAwesome';
  font-size: 1em; 
  height: auto;
  margin: 0 0 0 7px;
  padding: 0;
  position: relative;
  display: inline-block; 
}

/************************************************************
  ACTION CENTER
************************************************************/  

#block-boxes-congress-service-center h2.block-title { color: #103143; }

#block-boxes-congress-service-center { text-align: center; margin: 50px 0; padding: 0; } 
	
#block-boxes-congress-service-center .item a { display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  align-items: left;
  position: relative;
  color: #103143;
  line-height: 1;
  padding: 15px;
  background: rgba(255, 255, 255, 0.35);
  text-align: left;
  text-shadow: none;
  transition: background-color 0.2s;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 0 15px #e4e5dc;
}

#block-boxes-congress-service-center .special a { display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: left;
  position: relative;
  color: #103143;
  line-height: 1;
  padding: 15px;
  background: #ddd;
  text-align: left;
  text-shadow: none;
  transition: background-color 0.2s;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 0 15px #e4e5dc;
}

#block-boxes-congress-service-center .link-title {
  display: inline-block;
  font-size: 15px;
  overflow: visible;
  vertical-align: middle;
  white-space: normal;
}

#block-boxes-congress-service-center .item a:hover { background: #103143; color: #fff; text-decoration: none; transform: scale(1); transition: all 0.2s ease; }

#block-boxes-congress-service-center .special a:hover { background: #103143; color: #fff; text-decoration: none; transform: scale(1); transition: all 0.2s ease; }

#block-boxes-congress-service-center { color: #fff; text-align: center; }

#block-boxes-congress-service-center ul { margin: 0; padding: 0; } 

#block-boxes-congress-service-center ul li { 
  list-style: none; 
  display: inline-block; 
  margin: 0 5px 10px; 
  text-align: left; 
  width: 43%; 
  vertical-align: top;
} 

#block-boxes-congress-service-center i { 
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 1.2em;
  padding-top: 0px;
} 

#block-boxes-congress-service-center .more-link a:hover { 
  border: 1px solid #ead9a9;
	 text-decoration: none;
  background: transparent;
}

#block-boxes-congress-service-center .cancel { display: none; }

/************************************************************
  FOOTER
************************************************************/ 

#boxes-box-committee_seal {
  text-align: center;
}

#block-boxes-chairman-footer-block { padding: 2em 0; text-align: right; font-size: 16px; }

#block-boxes-chairman-footer-block img {
  border-radius: 360px;
  border: 4px solid rgba(255,255,255,0.9);
  float: right;
  padding: 0;
  margin: 0 15px;
  max-width: 120px;
}

#block-boxes-chairman-footer-block strong, #block-boxes-chairman-footer-block b {
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
}

#block-boxes-committee-seal img { margin-top: 30px; }

#block-boxes-rulesdems-office h2.block-title { text-align: left; }

#block-boxes-rulesdems-office img {
  max-width: 120px; 
}
 
#block-menu-menu-congress-footer-utility ul.menu li {
  margin: 0;
}

#block-menu-menu-congress-footer-utility ul.menu a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

#block-menu-menu-congress-footer-utility ul.menu a:hover {
  color: #428ee3;
}

#zone-footer a { color: #fff; } 

#zone-footer a:hover { color: #428ee3; text-decoration: underline; }  


/*  CASEY start  ************************/
th.col-1, th.col-2, th.col-3, th.col-4, th.col-5, th.col-6{
  cursor: pointer;
}

/*  CASEY END    ************************/
