/************************************************************
MEMBER OMEGA V2
************************************************************/
/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */


/************************************************************
  GENERAL
************************************************************/
#zone-menu, #zone-user, #region-user-second, #region-branding, #zone-branding, #zone-content-wrapper, #zone-preface, #region-postscript-first,  #zone-footer-bottom, #zone-footer, #region-footer-first, #region-footer-second, #region-footer-third {
    width: 100%;
    margin: 0 auto;
}


/***Social Media****/
#block-boxes-cng-social-media-fa-small {
	float: right;
	padding: 15px 30px;
}

#boxes-box-cng_social_media_fa_small .boxes-box-content a {
    display: block;
    float: left;
    padding: 0px 10px;
}

div#boxes-box-cng_social_media_fa_small a img {
    width: 30px;
}


#region-preface-first {
    height: auto;
    width: 100%;
    background-size: cover;
}

#region-postscript-first {
	height: 360px!important;
}



/************************************************************
		PAGE HEADER
************************************************************/
/*removed padding for the container block;*/

#block-views-featured-image-block-block{
  padding:0;
}

		.desjarlais-page-header {
		    width: 100%;
		    top:0;
		    left:0;
		    position: relative;
		    z-index: 0;
		    height: 400px;
		    overflow:hidden;
		}

		.desjarlais-page-header img {
		  min-height:400px;
		  width:100%;
		}

		.desjarlais-page-header .views-row {
		    padding-top:0;
		}

		.desjarlais-page-header .views-field-title h1 {
		      color: #fff;
		      position: absolute;
					font-size:3em;
		      bottom: 20px;
		      left: 15%;
		      text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.51);

		}


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

#block-search-form {
	display: block;
    float: left;
    padding-top: 15px;
    width: 290px;
    float: left;
}

/************************************************************
 MOBILE HAMBURGER MENU - HIDDEN ABOVE MOBILE WIDTHS
************************************************************/
#block-boxes-congress-mobile-hamburger-menu {
    display: none;
	padding: 0; margin: 0;
}

#block-menu-block-congress-main-menu-superfish {
	display:block;
}

#zone-branding-wrapper {
    float: left;
    width: 32%;
}

#zone-menu-wrapper {
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.75);
}

#zone-branding {
    background: none;
	border-bottom: none;
}

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

body #section-header {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 11;
    left: 0;
}

#block-menu-block-congress-main-menu-superfish {
    background: none;
	display: block;
	float: right;
}

#region-menu {
	float: right;
    width: 65%;
    margin-top: 2.5em;
}

/* THE TOPS */
.sf-menu li {
    display: inline;
    width: auto;
	padding: 0;
}
.sf-menu  li.first{
	border-left:none;
}

.sf-menu a, .sf-menu a:link {
  font-size: 1em;
	border-bottom: none;
	color: #2b2b2b;
	font-family: "open sans";
	font-weight: 700;
}

@media (min-width: 1220px){
	.sf-menu > a, .sf-menu a:link {
		font-size: 1.1em;
	}
}


.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {/*hover state*/
	background: none repeat scroll 0 0 #FFF;
	text-decoration:none;
	transition:all 0.3s ease-in-out;

}
.sf-menu a:focus, .sf-menu li:not(.active-trail) a:hover, .sf-menu li.sfHover > a {
	color: #81bb41;
}


.sf-menu a.active, .sf-menu a.active-trail { /* active state */
	background: none repeat scroll 0 0 #81bb41;
	color: #fff !important;
}

/* THE DROPS */
#block-menu-block-congress-main-menu-superfish ul.menu li {
    margin: 0;
}
.sf-menu ul { /* DROPDOWN BACKGROUND */
    background: rgb(255, 255, 255);
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul { /* changes position of dropdown */
	left: 0;
	top:100%;

}
.sf-menu li .leaf{
	background: none repeat scroll 0 0 transparent;
	border-left:none;
	padding: 0;
	display: block;
	*display: none; /* IE7 and below does not display drops */
}


.sf-menu ul li a{
	text-transform: none;
	height:3.2em;
	display:flex;
	align-items:center;
	flex-direction:row;
	letter-spacing:1px;
	font-size:0.9em !important;
}

.sf-menu li .leaf a:hover { /* dropdown child hover state */
    background: none repeat scroll 0 0 #81bb41;
	color: #fff;
}



 /* changes position of LAST dropdown */
.sf-menu li.last.sfHover > ul, .sf-menu li.last:hover > ul {
	left: -50%;
	right: auto;
}


 /* don't apply this logic to the last item on the submenu! */

.sf-menu li.sfHover li.last ul  {
	left: 12em ;
	right: auto;
}


/*Sub menu styling */
.sf-menu ul li.expanded a {
	text-transform:none;

}

.sf-menu ul > li.expanded > a:after {
content:"\203A";
position:absolute;
right:0;
top:0.5em;
font-size:1.3em;
}

.sf-menu ul li.expanded ul {
	background:#efefef;

}

.sf-menu ul li.expanded ul li a {
	font-size:1em;
	height:3.2em;
}




/************************************************************
SITE MAP IS OFF IN GLOBAL
************************************************************/
/* SITE MAP NON MOBILE */
.block-congress-site-map {
	display: block;
    padding: 1em;
}
.block-congress-site-map li.expanded, .block-congress-site-map li.collapsed, .block-congress-site-map li.leaf {
    padding: 0.2em 0.5em 0;
}


/* the top level links */
.menu-block-congress_site_map > ul > li > a {
  font-size: 1.1em;
}
.menu-block-congress_site_map > ul > li,
.menu-block-congress_site_map_top_level > ul > li {
  float:left;
  width:15%;
}
.menu-block-congress_site_map > .menu li {
	display: block;
	margin-left:0px;
}



/************************************************************
BLOCKS AND BOXES
************************************************************/

/* VOTES */
/************************************************************
REMOVE OLD TABLE BASED CSS AFTER DIV REPLACEMENT GOES LIVE
************************************************************/

th.vote-date, td.vote-date {
	display: table-cell;
}
aside .block-house-member-voting-record div.row,
aside .pane-house-blocks-house-member-voting-record div.row {
	font-size: 14px;
}

/************************************************************
FLEX SLIDER
************************************************************/
#block-views-congress-hprotator-rotator{
	padding: 0;
	height: auto;
	clear: both;
	margin-bottom: 0;
}

.hprotator-text-block  .field-name-body {
    width: 35em;
    margin-left: 57px;
}

#hp_top_read_more {
	text-transform: none;
    width: 20%;
}

/************************************************************
OFFICE FOOTER LOCATIONS 2 ELEMENTS ACROSS
************************************************************/

.block-congress-offices-footer-offices .flex-active-slide {

}
.block-congress-offices-footer-offices .flexslider .slides {
    background: none;
    padding: 0 0 25px;
}

.block-congress-offices-footer-offices .footer-office-location-tabs .view-content {
	width: 100%;
}

.block-congress-offices-footer-offices .office-info,
.block-congress-offices-foo#region-postscript-firstter-offices .field-content img  {
	padding: 1%;
}

/************************************************************
OFFICE FOOTER LOCATIONS NOSLIDE
************************************************************/
.block-congress-offices-of-noslide .views-row {
    display: inline-block;
    width: 20%;
}

/************************************************************
QUICKTABS
************************************************************/

ul.quicktabs-tabs li {
    display: inline-block;
    width: auto;
}
ul.quicktabs-tabs li a {
    padding: 1em 0.5em;
}


/************************************************************
ACTION CENTER
************************************************************/
.block-menu-congress-action-center ul.menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block-menu-menu-congress-action-center{
    margin: 1em auto;
    max-width: 1400px;
    text-align: center;
    background: none;
}


/* HORIZONTAL LISTS - SITE MAP AND UTILITY LINKS NON MOBILE */
#block-menu-menu-congress-footer-utility li,
#block-menu-menu-congress-action-center li {
	display: inline-block;
}

#block-menu-menu-congress-action-center li {
	display: inline-block;
	width: 14.21%;
}

/************************************************************
NOT FRONT - INTERIOR PAGES
************************************************************/
.not-front #zone-menu-wrapper {
    background:  #fff;
}

.page-media-center-in-the-news .views-field-title {
	width:85%;
    float: right;
}

.page-media-center-in-the-news .views-field-title h3 {
	margin-top: 0;
}

.views-field-title {
  width:100%;
}

.page-media-center-in-the-news .field-content-contain {
    width: 85%;
}

.page-media-center-in-the-news .views-field-created {
    float: left;
}

#block-views-congress-news-block-latest-news {
    height: auto;
    margin: 0 auto;
    width: 100%;
}

#block-menu-block-section-menu {
    margin-top: 1.8em;
}

/* Home Page Rotator */
.front .region-preface-first div#block-block-1 {
    background-image: none;
}