.not-logged-in #messages {
  display: none;   
}

#block-views-nodequeue-1-block {
  background: #e92b2b;
  border: 1px solid #ae0808;
  color: #fff;
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
 
#block-views-nodequeue-1-block p {
  margin: 0px;   
}

/* Regional Offices page 2 Columns */

#node-page-9 .field-name-body table {
    border:0;
}

#node-page-9 .field-name-body td {
    vertical-align:top;
}

/* Newsletter Signup block Home Page */

.front #block-boxes-newsletter-signup {
    background-color: #0B3D6E;
    color: #fff;
    padding: 15px;
}

.front #region-sidebar-first .block {
    margin: 20px;
    background-color: #0B3D6E;
    color: #fff;
    padding: 15px;
}

.front #region-sidebar-first .block .button {
    background: #e92b2b;
    border-bottom: 5px solid #ae0808;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 110%;
    margin-top: 20px;
    padding: 5%;
    text-align: center;
    width: 90%;
    margin-bottom: 0px;
}

.front #region-sidebar-first .block h2.block-title {
    border-bottom: 1px solid #fff;
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-weight: normal;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.4em;
}

.front #region-sidebar-first .block .button a {
    color: #fff;
}

/* Remove Newsletter Popup */
.logged-in #colorbox, .logged-in div#cboxOverlay {
    display: none !important;
}

/** eNewsletter popup **/

#boxes-box-congress_enews_popup {
    background: url("../files/enews-bg.jpg") no-repeat scroll 0 0 #FFFFFF;
    border: 10px solid #FFFFFF;
    box-shadow: 0 0 25px 25px #222222;
    -moz-box-shadow: 0 0 25px 25px #222;
    -webkit-box-shadow: 0 0 25px 25px #222;
    color: #333333;
    display: block;
    font-weight: normal;
    left: 50%;
    line-height: 1.5em;
    margin: 0 0 0 -225px;
    max-width: 500px;
    padding: 0;
    position: fixed;
    top: 20%;
    width: 100%;
    z-index: 10000;
}

.block.block-house-enews-popup {
    padding: 0;
    width: 100%;
    display: block;
}

#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;
}

.popup-text {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 8% 6% 4%;
    text-align: left;
    width: 60%;
}

#boxes-box-congress_enews_popup .content label {
    font-size: 1.30em;
    font-weight: normal;
    color: #FFF;
}

.popup-form {
    background-color: rgb(255,255,255)/*The Fallback*/;
    background-color: rgba(255, 255, 255, 0.85);
    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;
}


#boxes-box-congress_enews_popup h2 {
    font-weight: normal;
    display: block;
    color: #0C236D;
}

.popup-connect{
    border-bottom: 1px solid #36437A;
    padding-bottom: 20px;
}