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


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

/******************** BRANDING ******************/
.logo-img #logo {
	/*padding-top: 1em;*/
	padding-bottom: 0;
}
#zone-branding {
    /*padding-top: 1em;*/
}
#region-branding {
    margin: 10px;
    float: left;
    bottom: 20px;
}

#zone-user-wrapper #zone-user {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #f5f8fa;
    border-top: 10px solid #1b4582;
}

#region-user-second {
    width: 15%;
    float: right;
    margin: 20px 10px;
}

#section-header {
    /*height: 210px;*/
}

#zone-user{
    min-height: 100px;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0) inset;
    position: fixed;
    z-index: 999;
}
.branding-data {
    width: 50%;
    float: left;
}

div#block-search-form {
  margin: 2em 0 0;
  width: 50%;
  float: right;
}

.form-item-search-block-form .form-control {
    display: inline-block;
    width: 50%;
    float: right;
}
/************************************************************
 MOBILE HAMBURGER MENU - HIDDEN ABOVE MOBILE WIDTHS
************************************************************/
#block-boxes-congress-mobile-hamburger-menu {
    display: none;
    padding: 0; margin: 0;
}

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

#region-menu {
  margin: 0 auto;
  left:15px;
}

#block-menu-block-congress-main-menu-superfish {
    background: none repeat scroll 0 0 #fff;
    display: block;
    width: 82%;
		margin:0 auto;
    padding: 0;
}


/* THE TOPS */
.sf-menu li {
    display: inline;
    width: auto;
    padding: 5px;
    position: relative;
    margin: 3px;
}

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

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    border-bottom: medium none;
    color: #000;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {/*hover state*/
    background: none;
		color: #ffffff;
}

.sf-menu a.active,.sf-menu a.active-trail { /* active state */
    background: none;
}

/* THE DROPS */
#block-menu-block-congress-main-menu-superfish ul.menu li {
    margin: 0;
}
.sf-menu ul { /* DROPDOWN BACKGROUND */
    background: none repeat scroll 0 0 #4F4F4F;
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul { /* changes position of dropdown */
    left: 0;
    top: 3em;
}
.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 li .leaf a{
	color: #fff;
    padding: 0 20px 0 20px;
	display: block;
    font-size: 1.2em;
    height: auto;
    line-height: 40px;
}
.sf-menu li .leaf a:hover { /* dropdown child hover state */
    background: none repeat scroll 0 0 #558fcb;
}

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



/************************************************************
FLEX SLIDER
************************************************************/

#block-views-congress-hprotator-rotator{
	padding: 0;
	height: 604px;
}

.flexslider .slides img {
    height: 600px;
	width:1200px;
	margin:0 auto;
	/*background: rgba(51, 51, 51, 0.78); tried the rgba but not working*/
}

.hprotator-text-block {
    bottom: 300px;
    width: 100%;
    margin: 0 auto;
    text-shadow: 0px 1px 0px #fff;
}

.hprotator-text-block h2 a{
	font-size: 1em;
}

/************************************************************
STATISTICS
************************************************************/

#block-views-statistics-block .views-row {
    border-bottom: none;
    padding: 0.5em 0;
    width: 20%;
    float: left;
    min-height: 100px;
    border-right: 1px solid #fff;
	border-bottom: none;
    text-align: center;
}

#block-views-statistics-block .views-row.views-row-last{
    border-right: none;
}

#block-views-statistics-block .stst-number {
    font-size: 30px;
}

/************************************************************
Our District
************************************************************/

#block-block-2 .content img {
    min-height: 150px;
}

section#block-block-2 h2 {
    padding-bottom: .5em;
	text-align: center;
	color: #fff;
}

#block-block-2 .media-full {
	float: left;
    width: 20%;
	margin-left: 10%;
	margin-bottom: 2em;
}

#block-block-2 .media-full ::after {
    content: '';
    background: url("/sites/all/themes/congress1/images/white-arrow.png") no-repeat center;
    width: 41px;
    height: 7px;
    position: absolute;
    right: 45%;
    bottom: 24.8%;
    margin: 0;
}

#block-block-2 {
	background: url("/sites/all/themes/congress1/images/district-bg.png") center;
	background-size:100%;
   background-repeat:no-repeat;
   height: 100%;
   width: 100%;
}
/******Social Media***********/
#boxes-box-cng_social_media_fa_small {
  margin: 0 auto;
  width: 580px;
  text-align: center;
}

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

#block-views-congress-news-block-latest-news .block-title,
#block-block-2 .block-title,
#block-views-cng-ph-gals-block-ph-gals .block-title{
	font-size: 30px;
}

#block-views-congress-news-block-latest-news .views-row {
    padding: 0.5em 1em;
    width: 32%;
    float: left;
    border-bottom: none;
	position: relative;
	margin: 0 10px 50px 0;
}

#block-views-congress-news-block-latest-news .views-field.views-field-field-featured-image img {
    width: 294px;
    min-height: 165px;
}

#block-views-congress-news-block-latest-news .views-field .views-field-title{
	background: #fff;
}

/************************************************************
Our Services
************************************************************/

#block-menu-menu-how-can-i-help-you-,
#block-views-congress-issues-block-1 {
    float: left;
    width: 25%;
    min-height: 316px;
	margin-top: 10%;
}

#region-postscript-first {
    background: url(../images/Desert.jpg) no-repeat;
    background-position: right center;
    background-size: 50% 100%;
}

/************************************************************
TWEET BOX
************************************************************/
#block-boxes-twitter-feed-box {
	width: 50%;
}

p.timeline-tweet-text {
	color: #fff !important;
}

/************************************************************
ACTION CENTER
************************************************************/
.block-menu-congress-action-center ul.menu {
    padding: 0;
}

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

/*Newsletter*/
#block-boxes-congress-newsletter-signup {
	float: right;
	right: 200px;
}

/************************************************************
PHOTO GALLERY
************************************************************/

#block-views-cng-ph-gals-block-ph-gals h2.block-title {
    text-align: center;
}

#block-views-cng-ph-gals-block-ph-gals .view.view-cng-ph-gals {
    text-align: center;
}

#block-views-cng-ph-gals-block-ph-gals .view.view-cng-ph-gals .views-row{
    border:none;
    width: 33%;
    float:left;
}

/************************************************************
NOT FRONT - INTERIOR PAGES
************************************************************/
/************************************************************
OFFICE FOOTER LOCATIONS NOSLIDE
************************************************************/
.block-congress-offices-of-noslide .views-row {
  display: block;
  float: left;
  width: 48%;
}

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

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

}
.block-congress-offices-footer-offices .flexslider .slides {
    background: none repeat scroll 0 0 #DDD;
    padding: 0 0 25px;
}
.block-congress-offices-footer-offices .view-content {
    float: left;
    width: 65%;
}
.block-congress-offices-footer-offices .footer-office-location-tabs {
    float: left;
    width: 35%;
}
.block-congress-offices-footer-offices .footer-office-location-tabs .view-content {
    width: 100%;
}

.block-congress-offices-footer-offices .office-info,
.block-congress-offices-footer-offices .field-content img  {
    padding: 1%;
}

#zone-footer {
    width: 100%;
    margin: 0 auto;
}

#zone-footer #region-footer-first {
    width: 100%;
    margin: 0 auto;
}
#block-views-congress-offices-footer-offices, #block-views-congress-offices-footer-offices .tab {
    background: none;
    color: #fff;
    float: left;
    width: 45%;
    padding-left: 1em;
}

.block-congress-offices-footer-offices .office-info{
    float: left;
    padding-left: 25px;
    width: 90%;
}

.flex-viewport {
    margin-bottom: 25px;
}

#block-menu-menu-explore {
    width: 20%;
    float: left;
}

#block-boxes-congress-newsletter-signup {
    float: left;
    width: 26%;
    right: 0;
}
