
body { 
    font: 15px/1.4 'Raleway', sans-serif;
}

#messages {
    top: 180px;
    position: absolute;
    left: 0;
    z-index: 799;
}

.messages {
    padding: 10px 10px 10px 50px;
}
/*test */

a:link, a:visited {
    color: #4189dd;
}

a:hover {
    color: #141050;
    text-decoration: underline;
}

#section-header {
    background: #0a0738; 
}

.logo-img {
    margin: 35px auto 0;
    width: 75%;
}

h2.block-title { 
    font-size: 1.5em; 
    line-height: 1; 
    margin-top: 0;
    margin-bottom: 15px;
    color: #141050;
}

.front h2.block-title { 
    font-weight: bold;
}

.views-field-title h3 { 
    font-size: 1.2em;
}

.not-front .pane-content {
    margin: 0;
}

#region-sidebar-first .block {
    border-radius: 5px;
}

.views-row {
    border-bottom: none;
    padding: 0.5em 0;
}

.view-congress-issues .views-row img { float: left; margin: 15px 20px 15px 0; }

.view-congress-issues .views-row p { margin-bottom: 0; }

.front #block-views-congress-news-block-latest-news .views-field-view-node a::after {
  color: #141050;
}

#block-views-congress-news-block-latest-news .views-row a { color: #931111; }

#zone-actioncenter-wrapper {
  background: #930303;
  min-height: 100px;
}

#block-boxes-congress-service-center .list-group {
  background: #c61515;
  margin: 10px 15px 0; 
  height: 120px;
  width: 120px;
}

#block-boxes-congress-service-center .list-group-item {
  background: transparent;
}

.flex-control-paging li a.flex-active {
    background: #4189dd;
    border-color: #4189dd;
}
    
.front #block-views-congress-news-block-latest-news .views-row {
  margin: 0;
  padding: 10px;
}

#zone-stay-connected-wrapper {
    width: 100%;
    margin: 0;
    height: auto;
}

#cboxWrapper, #cboxContent {
  background: rgb(10, 7, 56);
  color: #fff;
  font-family: 'Raleway',sans-serif;
  padding-top: 5px;
  text-align: center;
}


.popup-connect i.fa {   
  background: #c61a1a;   
}


#block-boxes-new-twitter, #block-boxes-congress-fb-responsive, #block-boxes-instagram-embed, #block-views-cng-events-upcoming {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0; margin-bottom: 10px;
}

#block-boxes-new-twitter .content, #block-boxes-congress-fb-responsive .content, #block-boxes-instagram-embed .content, #block-views-cng-events-upcoming .content {
    text-align: center;
}

#block-views-congress-news-block-news-photos .more-link a, .more-link a { 
    border-radius: 4px;
    padding: 14px 30px; 
    background-color: #141050;
    color: #fff;
}

#block-views-congress-news-block-news-photos .more-link a:hover, .more-link a:hover { 
    background: #4189dd; 
}

#block-boxes-new-twitter h2.block-title, #block-boxes-congress-fb-responsive h2.block-title, #block-boxes-instagram-embed h2.block-title, #block-views-cng-events-upcoming h2.block-title {
    background: transparent;
    color: #141050;
    padding: 0;
	   margin: 15px 0 25px;
}

#block-views-cng-events-upcoming h2.block-title a { font-size: 1em; font-weight: bold; }

h2.block-title a {
    background: transparent;
    color: #141050;
}

#block-boxes-congress-fb-responsive h2.block-title::before, #block-boxes-new-twitter h2.block-title::before {
    color: #141050;
}

#block-menu-block-section-menu h2.block-title {
    color: #141050;
    padding: 20px 20px 0px;
    font-size: 2em;
    font-weight: bold;
    text-transform: capitalize;
}

#block-menu-block-section-menu ul li a.active {
    background: #e9e9e9;
    border-left: 10px solid #141050;
    font-weight: bold;
    padding: 8px 20px 8px 20px;
    color: #141050;
}

#block-boxes-instagram-embed h2.block-title::before {
    color: #141050;
    font-family: "FontAwesome";
    font-size: 1em;
    content: "\f16d";
    padding-right: 10px;
}

#multi-lang ul>li {
    list-style: none;
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 185px;
    background: #f5f5f5;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    flex-grow: unset;
}

#multi-lang ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1em;
}

#multi-lang ul>li:hover {
    background: #005eaa;
    color: white;
}

#multi-lang ul>li:hover a {
    color: white;
}

#multi-lang ul>li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#block-views-congress-offices-of-noslide h3 a {
  font-size: 16px;
  font-weight: bold;
}

/************************************************************
 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 ul li > ul {
  max-height: 100%;
  overflow: auto;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 22px;
  padding: 10px!important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgb(0, 104, 173); 
}

.mean-container .mean-bar h2.block-title { display: none; }

.mean-container .mean-bar {
  background: #000;
  z-index: 999;
  position: fixed;
  top: 0;
}

.admin-menu .mean-bar, .admin-menu .mean-container .mean-bar { top: 29px; }

.mean-container .mean-nav ul li a {
  background: rgb(0, 104, 173); 
  padding: 10px 5%; 
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 6px 10%;
  text-transform: capitalize;
  border-top: 1px solid rgba(255,255,255,.25);
  opacity: 1; 
  visibility: visible;
  background: #0589db;
}

.mean-container .mean-nav ul li a:hover {
  background: #4189dd;
}

/************************************************************
  SLIDER ARROW
************************************************************/ 

#block-views-congress-hprotator-rotator { background: #000; }

.hprotator-text-block { background: transparent; }

.view-congress-hprotator .flex-control-nav {
    background: transparent; 
}

.hp_top_read_more {
    display: block;
    text-align: center;
}

.hp_top_read_more a:hover {
  text-decoration: none;
  background: #141050;
}

.hp_top_read_more a {
    box-shadow: none;
    border-radius: 4px;
    padding: 10px 20px; 
    text-transform: uppercase; 
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    background: #4189dd;
    border-bottom: none;
    margin: 10px 0;
    z-index: 1;
    font-size: 0.9em;
    letter-spacing: 2px;
    border-style: solid;
    border-color: #4189dd;
    border-width: 0;
}

.flex-control-paging li a {
  height: 15px;
  width: 15px;
}

.flex-direction-nav .flex-prev {
  left: -100px;
  text-align: center;
}

.flex-direction-nav .flex-next {
  right: -100px;
  text-align: center;
}

.flex-direction-nav a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  top: 100px;
  transition: all 1ms;
  margin: -20px 0 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.flex-direction-nav a::before {
  font-size: 60px;
  text-shadow: none;
}

.flex-direction-nav a::before {
  background: none;
  width: 70px;
  height: 70px;
  content: "\f104";
  font-family: "fontawesome";
  text-shadow: none;
  color: #fff;
}

.flex-direction-nav a.flex-next::before {
  background: none;
  content: "\f105";
  font-family: "fontawesome";
  color: #fff;
}

#zone-newsletter-wrapper { background: #141050; padding: 0; }

#block-boxes-newsletter-signup-extended-bs { background: #141050; }

#block-congress-office-location-settings-congress-district-offices-map { padding: 0; }

#block-views-congress-offices-of-noslide h3 a {
  font-size: 1em;
  color: #141050;
}

.office-info {
  color: #333; 
}

#zone-footer-bottom-wrapper { 
  padding: 0;
}

#block-menu-menu-congress-footer-utility ul.menu { text-align: center; }

#block-menu-menu-congress-footer-utility ul.menu li {
  margin: 0;
  display: inline;
}

#zone-footer-bottom-wrapper {
  background: #0a0738;
}

.not-front .btn-success:hover { background: #141050; border-color: #141050; }

.webform-client-form .webform-submit { 
    background: #4189dd;
    font-size: 1em;
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.webform-client-form .webform-submit:hover { background: #141050; }
