/************************************************************
  GENERAL
************************************************************/
.logo-img {
  padding: 0px 10px;
}

#zone-footer {
  text-align: left;
}
#section-footer{
  text-align: center;
}
.not-front #region-content{
  margin-bottom: 60px;
}
.not-front #region-sidebar-first{
  margin-bottom: 60px;
}
/************************************************************
BLOCKS AND BOXES
************************************************************/

/* ALERT BOX */
.block-cng-alert-box-block-alert-box {
  padding: 0.75em 0.75em 0.75em 200px;
}
.block-cng-alert-box-block-alert-box a{
  padding: 0 1.5em;
}
.block-cng-alert-box-block-alert-box h2 {
  font-size: 0;
  text-indent: -9999px;
}
/* VOTES */
th.vote-date, td.vote-date {
	display: table-cell;
}

/** MENUS **/
#block-menu-block-main-menu{
margin-bottom: 0;
}
#block-boxes-header-menu .boxes-box-content a,
#block-boxes-footer-menu .boxes-box-content a {
  border-right: 1px solid #fff;
}

#block-boxes-header-menu .boxes-box-content .enews a {
  border-right: 1px solid #fff;
  font-size: 22px;
  padding: 0px 20px;
}
#block-boxes-header-menu .boxes-box-content .enews a img {
  display: inline;
}
#block-boxes-footer-menu .boxes-box-content li {
  float: left;
}
#block-boxes-footer-menu .boxes-box-content a {
  border-left: 1px solid #fff;
  border-bottom: 0 none;
}

#block-menu-block-main-menu li.active-trail > ul {
overflow: auto;
border-left: 1px solid #6E6E6E;
margin: 10px 0 10px 10px;
}

/** SOCIAL MEDIA **/
#block-boxes-social-media-large {
  margin-bottom: 0px;
}
/** ACTION CENTER **/
.block-menu-congress-action-center .content a {
  height: auto;
}

.block-menu-congress-action-center a#action-services {
  background-image: url("../images/icon-help.png");
}
.block-menu-congress-action-center a#action-visit {
  background-image: url("../images/icon-tour.png");
}
.block-menu-congress-action-center a#action-issues {
  background-image: url("../images/icon-issues.png");
}
.block-menu-congress-action-center a#action-media {
  background-image: url("../images/icon-media.png");
}
.block-menu-congress-action-center a#action-flag {
  background-image: url("../images/icon-flag.png");
}
.block-menu-congress-action-center a#action-voting {
  background-image: url("../images/icon-vote.png");
}
.block-menu-congress-action-center a#action-about {
  background-image: url("../images/icon-about.png");
}
.block-menu-congress-action-center a#action-contact {
  background-image: url("../images/icon-email.png");
}

.block-menu-congress-action-center a#action-zika {
    background-image: url("../images/icon-zika.png");
}

.block-menu-congress-action-center a#action-hurricane {
    background-image: url("../images/icon-hurri.png");
}

/************************************************************
OFFICE FOOTER LOCATIONS NONMOBILE
************************************************************/
#region-footer-first {
    width: 60%;
}

.block-congress-offices-footer-offices .footer-office-location-tabs {
  padding: 0 2%;
  width: 22%;
	float: left; /* contains office name control tabs */
}
.block-congress-offices-footer-offices .attachment .view-content {
  padding: 0;
  width: 100%;
  float: left; /* makes the control tabs work CAUTION */
}
.block-congress-offices-footer-offices .view-content {
  padding: 0 2%;
  width: 70%;
  float: left; /* contains office info and image */
}
.block-congress-offices-footer-offices .office-info {
  padding: 0 2%;
  width: 45%;
  float: left; /* contains office info */
}
.block-congress-offices-footer-offices .field-content img{
  width: 50%;
  float: right; /* contains image */
}
.block-congress-offices-footer-offices .tab.flex-active {
  font-weight: bold;
}
.block-congress-offices-footer-offices .tab.flex-active:before {
  content:none;
}

/************************************************************
OFFICE FOOTER LOCATIONS --NOSLIDE-- NONMOBILE
************************************************************/

#block-views-congress-offices-of-noslide .views-row {
  display: inline-block;
  vertical-align: text-top;
  font-size: 0.8em;
  padding: 0 1%;
  width: 14%; /* width and padding set for 6 offices - change for less offices as needed */
}

/************************************************************
QUICKTABS NON MOBILE
************************************************************/

ul.quicktabs-tabs {
  margin-bottom: 0;
  padding: 10px 0;
}
ul.quicktabs-tabs li, ul.quicktabs-tabs li a {
  display: inline;
}

/***********************************************************
ENEWS POP UP - NEW
***********************************************************/
.popup-text {
  background: none repeat scroll 0 0 transparent;
  float: left;
  padding: 6% 6% 2%;
  text-align: left;
  width: 60%;
}
.popup-form {
	background-color: rgb(255,255,255)/*The Fallback*/;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px 5px 5px 5px;
  float: right;
  margin: 2%;
  padding: 3%;
  width: 70%;
  -moz-box-shadow: 0 0 10px 1px  #8F8A85;
  -webkit-box-shadow: 0 0 10px 1px  #8F8A85;
  box-shadow: 0 0 10px 1px #8F8A85;
}
.popup-signup {
  border-bottom: 1px solid #CCC;
}
.popup-connect {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}
.popup-skip, .popup-skip h3 {
  display: none;
}
.block.block-congress-enews-popup, .block.block-house-enews-popup {
  background: none repeat scroll 0 0 transparent;
	filter: none;
  border: medium none;
  margin-bottom: 0;
  padding: 0;
	width: 100%;
	display: block;
	color: #333;
}
.block-congress-enews-popup h2.block-title {
  display:none;
  font-size:0;
}
#boxes-box-congress_enews_popup h2, #boxes-box-congress_enews_popup h2 a {
  font-weight: normal;
	display: block;
	color: #333;
}
#boxes-box-congress_enews_popup .content label {
  font-size: 1.30em;
  font-weight: normal;
}
#house_enews_popup {
  margin: 0;
}
#house_enews_popup input#signup-email {
  width: 100%;
}
#house_enews_popup .form-submit {
  background: none repeat scroll 0 0 #A09D9D;
  border: 1px solid #666666;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  margin: 10px 5px 0;
  padding: 0 0.5em;
  text-shadow: none;
}

/***********************************************************
ENEWS POP UP - COOPTED FROM MODULE
***********************************************************/

#boxes-box-congress_enews_popup {
  background: url("../images/bg-popup-capitol.jpg") no-repeat scroll center top #FFFFFF;
  border: 10px solid #FFFFFF;
  box-shadow: 0 0 20px 5px #222222;
  -moz-box-shadow: 0 0 20px 5px #222222;
  -webkit-box-shadow: 0 0 20px 5px #222222;
  color: #333333;
  display: none;
  font-weight: normal;
  left: 40%;
  line-height: 1.5em;
  margin: 0 0 0 -225px;
  max-width: 625px;
  padding: 0;
  position: fixed;
  top: 20%;
  width: 100%;
  z-index: 10000;
}
#close-enews-popup {
  background: #A09D9D;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 35px;
  color: #FFF;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  height: 35px;   width: 35px;
  line-height: 35px;
  position: absolute;
  right: -30px;   top: -30px;
  text-align: center;
}
#html-greyed-out {
	background: rgb(0, 0, 0) /* the Fallback */;
	background: rgba(0, 0, 0, .7);
  *background: none; /*  shows in IE7 and below */
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
