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

body { 
	 font: 18px/1.5 'EB Garamond', sans-serif;
	 font-weight: 300; 
	 transition: all 0.2s ease 0s;
  background: #222;
  max-width: 1600px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
} 

.admin-menu body { 
	 background: #fff; }
  
.logo-img { background: #fff; display: block; margin-top: 0; padding: 0; }

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

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

table {
  border: none;
}

td, th { vertical-align: top; }
thead th, th {
  background: none;
  border-bottom: none;
  color: #333;
  vertical-align: top;
}

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

tr.even td {
  background: none;
}

tr.odd td {
  background: none;
}

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;
}

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

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

.container-24, .grid-24, .container-24 .grid-24 { width: 100%; }

#section-header { background: transparent; position: fixed; top: 0; z-index: 999; }
#zone-menu-wrapper { padding: 0; margin: 0; width: 100%; max-width: 1600px; }
#zone-menu { padding: 0; margin: 0; width: 100%; }

#zone-content { padding: 0; margin: 0; width: 100%; max-width: 1600px; } 
#region-sidebar-first { padding: 40px 0 0; margin: 0; position: fixed; background: #3e4f72; width: 25%; max-width: 400px; overflow: hidden; top: 100px; 
bottom: 0; max-height: calc(100vh - 9rem); }

.region-sidebar-first-inner { 
  width: 106%;
  max-width: 420px;
  height: 100%;
  overflow-y: scroll;
}

#region-content { padding: 0; margin: 0; min-height: 600px; width: 75%; max-width: 1200px; }

#zone-footer { background: #25375d url(../images/background-footer.jpg) top center no-repeat; background-size: cover; padding: 20px 0; margin: 0; width: 75%; max-width: 1200px; }
#region-footer-first { background: transparent; padding: 0; margin: 0; width: 100%; }

#zone-footer-bottom { padding: 0; margin: 0; width: 75%; max-width: 1200px; }
#region-footer-third { padding: 0; margin: 0; width: 100%; }

.admin-menu #section-header { top: 29px; }

#section-content, .not-front #section-content { min-height: 600px; padding-top: 130px; } 

.not-front #section-content { width: 100%; margin: 0; }

#section-footer { background: #25375d; } 

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

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

/************************************************************
  NAVIGATION ON SCROLL
************************************************************/ 

#zone-menu-wrapper .logo-img { width: 100%; padding: 10px 0 0; max-width: 100%; }

#zone-menu-wrapper { position: relative;
  top: 0;
  background: rgba(255,255,255,1);
  transition: all 1s ease;
  box-shadow: 0 5px 5px 1px rgba(0,0,0,0.25);
}

#zone-menu-wrapper #region-branding { margin: 0; width: 27%; }

#zone-menu-wrapper #region-menu-first { margin: 0; width: 48%; } 

#zone-menu-wrapper #region-menu-second { margin: 0; width: 25%; 
  position: relative;
  top: auto;
  right: auto; }  

#block-boxes-branding .content { padding: 0; margin: 0; } 

.admin-menu #zone-menu-wrapper {
  top: 0;
}

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

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

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

#block-boxes-congress-fb-responsive, #block-block-1 { text-align: center; }

#block-boxes-new-twitter { background: #f8f8f8; height: 600px; overflow: auto; }

#block-boxes-congress-youtube-box .block-inner { display: block; vertical-align: middle; min-height: 650px; }

.block-congress-youtube-box .youtube-wrapper {
  padding-bottom: 55%;
  margin-top: 22.5%;
}

#block-boxes-cng-social-media-fa-small, #block-boxes-cng-social-media-fa-medium { margin-top: 0; margin-right: 0; }

#block-boxes-cng-social-media-fa-small { margin-bottom: 0; padding: 0; text-align: center; height: auto; }

#block-boxes-cng-social-media-fa-small i.fa { 
  color: #fff;
  font-size: 2em;
  height: auto;
  margin: 0;
  padding: 50px 20px;
  width: 55px;
  border-right: none;
  display: inline-block;
} 

#block-boxes-cng-social-media-fa-small i.fa.last { border: none; }

#block-boxes-cng-social-media-fa-small i.fa:hover, #block-boxes-cng-social-media-fa-small a:hover { background: none; text-decoration: none; }

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

#block-search-form { background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd; 
  position: absolute;
  width: 300px;
  box-shadow: 2px 2px 3px rgba(102,102,102,0.1);
  right: 5px;
  top: 115px;
  line-height: 1.2em;
  z-index: 9999;
  display: none;
}

#block-search-form::before {
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  right: 27px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-right: none;
  border-bottom: 0;
}

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

#search-block-form .form-item input {
	 color: #666;
	 width: 100%;
  font-size: 1em;
  border-radius: 0; 
}

.not-front #search-block-form .form-item input { 
	 margin-top: 0px;
}

.fa-search { display: inline-block; border-left: 1px solid #23527c; padding-left: 15px; }

#search-block-form { text-align: right; }

#search-block-form input:focus { box-shadow: none; }

/************************************************************
 HEADERS
************************************************************/

h1#page-title {
  border-bottom: none; 
	 font-weight: bold;
  font-size: 48px; 
  line-height: 48px;
	 margin-bottom: 0px;
  padding: 20px 0 0 20px; 
}

.not-front #region-content h1#page-title {
  padding: 0 18px;
	 font-size: 48px; 
}

h3 { 
  font-size: 24px; 
  font-weight: 500; 
}

h2.block-title {
  font-size: 42px;
  font-weight: 700; 
}

/************************************************************
 SUPERFISH MAIN MENU NONMOBILE
************************************************************/

#block-menu-block-congress-main-menu-superfish { 
  background: transparent;
  display: flex; 
  float: left;
  justify-content: center;
  margin-bottom: 0; 
  margin-top: 20px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  z-index: 11;
}

#block-menu-block-congress-main-menu-superfish ul.main-menu { text-align: center; }

#block-menu-block-congress-main-menu-superfish ul.main-menu li { display: inline-block; float: none; }

#block-menu-block-congress-main-menu-superfish ul.menu li {
  display: inline-block; 
  margin: 0;
  float: none;
}

.sf-menu ul {
  background: rgba(0,0,0,0.8);
  box-shadow: 1px 1px 8px rgba(0,0,0,.5);
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: auto;   
}

.sf-menu ul li a {
	 border-left: none; } 

.sf-menu li, .sf-menu.sf-navbar {
  background: none repeat-x scroll 0 0 transparent;
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
	 top: 96px;
	 left: auto;
}

.sf-menu li.sfHover > ul, .sf-menu li.last:hover > ul {
  left: 0; }

.sf-menu li { 
 	border-right: none;
}

.sf-menu ul.menu li {
	 border: none;
}

.sf-menu a { 
	 background: transparent;
  font-family: 'EB Garamond', sans-serif;
	 font-size: 16px;
	 font-weight: bold;
  letter-spacing: 2px;
	 text-decoration: none;
	 text-transform: Uppercase;
  margin-top: 0;
	 padding: 40px 10px;
	 width: auto;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
  background: transparent;
  border-bottom: medium none;
  color: #25375d;
}

.not-front .sf-menu a { color: #25375d; }

.sf-menu a.active, .sf-menu a.active-trail { /* active state */
	 background: transparent;
  color: #25375d;
}

.sf-menu li .menu .leaf a { 
  border-bottom: none;
  color: #fff;
  font-family: 'EB Garamond', sans-serif;
	 font-size: 16px;
  margin-top: 0;
	 padding: 0.6em 0.9em;
  text-decoration: none;
}

.sf-menu li .menu .leaf a.active { background: #25375d; color: #f4f4f; }

.sf-menu a:focus, .sf-menu a:hover {
  background: transparent;
 	color: #6aa2b8;
	 text-decoration: none;
}

.sf-menu li.sfHover {
 	background: rgba(0,0,0,0.8);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
 	color: #6aa2b8;
	 text-decoration: none;
}

.sf-menu li.sfHover > ul a {
 	color: #fff;
}

.sf-menu  ul.menu li.leaf a {
	 font-weight: normal;
	 text-transform: capitalize !important;
}/* No longer used */

.sf-menu li.last.leaf {
	 padding-bottom: 0px; /* needed for bg image */
}

.sf-menu li.leaf a:hover {
  /* Fallback for web browsers that don't support RGBa */
  background: #6aa2b8; 
  color: #fff;
}

/************************************************************
  HOMEPAGE ROTATOR 
************************************************************/

#block-views-congress-hprotator-rotator .contextual-links-wrapper { margin-top: 0; }

#block-views-congress-hprotator-rotator, #mini-panel-congress_home_page_rotator, #block-panels-mini-congress-home-page-rotator { 
 	background: #25375d; margin: 0px auto 0px auto; padding: 0; text-align: center; }

.flexslider .slides img { border-radius: 0; }

.hprotator-text-block { 
  background: transparent; 
  bottom: 50px; left: 0; 
  margin: 0 auto; 
  position: absolute;
	 padding: 10px 0 10px 100px; 
	 text-align: center; transition: all 0.2s ease 0s;
	 width: 50%;
  z-index: 2;
}

.hprotator-text-block h2 {
	 color: #fff;
	 font-family: 'EB Garamond', sans-serif;
	 font-size: 48px;
	 font-weight: 700;
 	line-height: 45px;
	 margin: 10px;
  text-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

.hprotator-text-block h2 a {
	 color: #fff;
	 font-weight: 700;
	 font-size: 42px;
	 line-height:  42px;
}

.hprotator-text-block h2 a:hover {
  color: #fff;
  text-transform: underline;
}

.hprotator-text-block .field-name-body {
	 color: #fff;
	 font-size: 16px;
} 

.hprotator-text-block h2, .hprotator-text-block .field-name-body { 
  text-align: left;
}

.hprotator-text-block  #hp_top_read_more { 
	 margin-left: auto;
	 margin-right: auto;
  text-align: center;
}

#hp_top_read_more a {
  font-size: 14px;
  margin-top: 10px;
  padding: 11px 30px;
}

.view-congress-hprotator .flex-control-nav { 
  background: transparent; 
  bottom: 15px;
  left: 0;
  margin-top: 0;
  width: 100%;
  position: absolute;
}

.flex-control-nav li {
  margin: 0px 20px 0px 0px;
}

.flex-control-nav li:last-child {
  margin-right: 0;
}

.flexslider .flex-direction-nav a {
  display: block;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flex-direction-nav a {
  width: 102px;
  height: 108px;
  line-height: 108px;
  text-decoration: none;
  top: 44%;
  transition: all 360ms;
  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 {
  width: 102px;
  height: 108px;
  content: '';
  background: url(../images/icon-arrow-lf.png) no-repeat;
}

.flex-direction-nav a.flex-next::before {
  content: '';
  background: url(../images/icon-arrow-rt.png) no-repeat;
}

.flex-control-paging li a.flex-active {
  background: #fff;
}

.flex-control-paging li a:hover { background: #6aa2b8; }

.flex-control-paging li a {
  border: 2px solid #fff;
}

.flexslider .slide-cover {
  width: 100%;
  height: 100%;
  background: url(../images/feature-gradient.png) no-repeat;
  position: absolute;
  background-size: cover;
  z-index: 1;
}

/************************************************************
  ABOUT/MEET YOUR MEMBER 
************************************************************/ 

#block-boxes-meet-alice { background: rgba(244,244,244,0.9); border-radius: 10px; margin-top: 1em; }

#region-about-first { width: 50%; float: right; }

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

#block-boxes-newsletter-signup-text { padding: 4em 0; }

#block-boxes-newsletter-signup-simple-bs { margin: 0 auto; }

#block-boxes-newsletter-signup-simple-bs label { 
  display: inline-block;
  margin: 0 20px;
}

#block-boxes-congress-newsletter-signup .form-text { 
  text-align: center; 
}

#block-boxes-newsletter-signup-simple-bs input#signup-email { 
  box-shadow: none;
  float: none;
  height: 52px;
  margin: 0 20px;
  width: 50%;
}

.front #block-boxes-newsletter-signup-simple-bs button { display: inline-block; }

.not-front #block-boxes-newsletter-signup-simple-bs input#signup-email {
  margin: 0;
}



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

#block-views-congress-news-block-latest-news ul.slides li .views-field { padding: 0 10px 0 0; }

#block-views-congress-news-block-latest-news .views-row, #block-views-congress-news-block-news-photos .views-row {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 1%;
  vertical-align: text-top;
  width: 32%;
}

#block-views-congress-news-block-latest-news .views-row h3.field-content, #block-views-congress-news-block-news-photos .views-row h3.field-content {
  font-size: 1.5em;
  margin-top: 0.5em;
  text-align: left;
}

#block-views-congress-news-block-news-photos .views-field-field-featured-image { margin-bottom: 1em; }

#block-views-congress-news-block-news-photos h3 a { color: #333; }

#block-views-congress-news-block-news-photos h3 a:hover { color: #6aa2b8; }

#block-views-congress-news-block-news-photos .views-field-created, #block-views-congress-news-block-news-photos .views-field-field-congress-article-type { text-transform: uppercase; }

#block-views-congress-news-block-latest-news .views-field-body, #block-views-congress-news-block-news-photos .views-field-body { margin-top: 0; }

/************************************************************
  CONSTITUENT STATS 
************************************************************/ 

ul#const_stats {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: auto;
  flex-wrap: wrap;
}

ul#const_stats li {}

/************************************************************
  LEGIS ACTIVITY
************************************************************/ 

#block-boxes-legislative-activity i { display: block; background: #6aa2b8; border-radius: 50%; color: #fff; font-size: 4em; height: 150px; 
  margin: 20px auto;
  padding: 40px;
  width: 150px; 
}

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

#block-views-congress-offices-of-noslide { margin: 0 auto; text-align: center; }

#block-views-congress-offices-of-noslide .views-row {
  border: 1px solid rgba(255,255,255,0.5);
  margin: 0 2%;
  padding: 2%;
  text-align: center;
  vertical-align: top;
  width: 26%;
}

#block-views-congress-offices-of-noslide .office-info { font-size: 1.2em; }

#block-views-congress-offices-of-noslide h3, #block-views-congress-offices-of-noslide h3 a {
  font-size: 1.3em;
}

#block-views-congress-offices-of-noslide .view-content {
  display: flex;
  justify-content: center;
}

#block-menu-menu-congress-footer-utility { text-align: center; padding: 1em; }

#block-menu-menu-congress-footer-utility ul.menu { text-align: center; }

/***********************************************************
  ALERT BOX
***********************************************************/
 
#block-views-cng-alert-box-block-alert-box { margin: 0; padding: 0 0 0 20px; }

#block-views-cng-alert-box-block-alert-box .views-row { border: none; float: left; width: 75%; padding: 10px 0; }

#block-views-cng-alert-box-block-alert-box { background: transparent; }

#block-views-cng-alert-box-block-alert-box h2.block-title { background: none; color: #fff; float: left; text-align: left; font-size: 1.2em; margin: 10px 0 0; padding: 0; width: 25%; }

#block-views-cng-alert-box-block-alert-box a {}

#block-views-cng-alert-box-block-alert-box .block-inner { margin: 0 auto; }



@media only screen and (min-width : 960px) and (max-width : 1300px) {
  .sf-menu a { 
    font-size: 10px;  
    padding: 40px 3px; 
  }
  .sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
	 top: 92px;
  }
}

@media only screen and (min-width : 1301px) and (max-width : 9999px) {
  .sf-menu a { 
    font-size: 14px;  
    padding: 40px 4px; 
  }
  .sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
	 top: 92px; }
}





