
/*********  user *********/


#zone-user {
    width: 60%;
}


#region-user-first {
    width: 90%;
    padding: 0;
    margin: 0;
}

div#block-search-form {
    margin: 1em auto 0;
    padding: 0;
    max-width: 800px;
    text-align: right;
}



/*********  branding  ********/

#zone-branding {
    width: 90%;
    display: flex;
    margin: auto;
    padding: 0;
    flex-wrap: wrap;
}

#zone-branding .region {
	width: auto;
    margin: 0;
}

div#region-branding {
    flex: 25%;
}

div#region-menu {
    flex: 50%;
}

div#region-user-second {
    flex: 25%;
}

div#region-user-first {
    flex: 100%;
}

div#block-boxes-cng-social-media-fa-small {
    max-width: 289px;
    float: right;
    margin-top: 1em;
    min-width: 289px;
    text-align: right;
}

.fa-2x {
    font-size: 2em;
}

/********** main menu ********/


#block-menu-block-congress-main-menu-superfish {
    background: none;
	max-width: 570px;
    margin: 0.75em auto;
}
	
.sf-menu a {
    font-size: 16px;
    font-family: 'raleway';
	text-transform: Uppercase;
	text-decoration: none !important;
    padding: 1em;
}

.sf-menu li {
    border-radius: 4px;
}


.sf-menu ul.menu li.leaf a {
    font-weight: normal;
    margin-right: 2px;
    text-transform: capitalize !important;
    color: #00305b;
	font-weight: 300;
	padding: 0.5em 1em;
}

.sf-menu ul.menu li.leaf a:hover {
    font-weight: 600;
    background: #fff;
    color: #00305a !important;
    border-radius: 4px;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    border-bottom: medium none;
    color: #fff;
    font-weight: 300;
}

.sf-menu a.active, .sf-menu a.active-trail  {
    font-weight: 800;
	border-radius: 4px;
}

.sf-menu ul {
    background: none repeat scroll 0 0 #DDD;
    width: 275px;
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
    top: 46px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: rgba(0,0,0,0.2) 2px 5px 8px 1px;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover a {
    background: none repeat scroll 0 0 #ddd;
    border-radius: 4px 4px 0 0;
	font-weight: 600;
    color: #00305b;
}

.sf-menu a.active, .sf-menu a.active-trail, sf-menu a:hover, .sf-menu li .leaf a:hover {
    font-weight: 800;
    color: #3a5d8c;
}

#zone-branding-wrapper.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all ease-in-out 0.3s;
    background: #3e618f;
}

/******* preface  ********/


/******* service *****/

#zone-service, div#region-service {
    width: 100%;
    margin: 0;
    text-align: center;
}

#boxes-box-congress_service_center i.fa {
    transition: all ease-in-out 0.3s;
    font-size: 5em;
    padding-bottom: 10px;
}

#boxes-box-congress_service_center ul li:hover i.fa {
    font-size: 5.25em;
    padding-bottom: 5px;
}

#boxes-box-congress_service_center .list-group a {
    font-size: 1.2em;
    text-transform: uppercase;
}


#boxes-box-congress_service_center ul li {
    list-style: none outside none;
    display: inline-block;
    margin: 0;
    text-align: center;
    max-width: 205px;
    vertical-align: top;
    padding: 0 1em;
}

#boxes-box-congress_service_center a:link {
    font-size: 16px;
	font-family: "raleway";
}

#boxes-box-congress_service_center a:hover {
    font-weight: 600;
	color: #aaa !important;
}

li.passport.list-group, li.visit.list-group, li.visit.list-group {
    max-width: 175px !important;
}




/********  rotator ******/

.hprotator-text-block {
    text-align: left;
    float: none;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    position: absolute;
    padding: 1em;
    bottom: 0;
}

.hprotator-text-block h2 a, div#hp_top_read_more a {
    color: #f4d244;
    font-weight: 300;
    font-family: 'raleway';
}




/******* preface ********/

div#region-preface-second {
    background: url(../images/contact.png) #fff center no-repeat;
    background-size: 100%;
	transition: all ease-in-out 0.3s;
}

div#region-preface-third {
    background:url(../images/fed.png) #ddd center no-repeat;
    background-size: 100%;
	transition: all ease-in-out 0.3s;
}

div#region-preface-forth {
    background: url(../images/news.png) #00305a center no-repeat;
    background-size: 100%;
	transition: all ease-in-out 0.3s;
}






/******** content  *********/


#zone-content, .front #region-content {
    width: 100%;
	margin: 0;
}

.front .view-id-congress_news .views-row {
    padding: 1em;
    margin: 0.5em;
    width: 31%;
    float: left;
    min-height: 330px;
}

#breadcrumb {
    margin: 0 10px 10px;
    padding: 5px 0;
    flex: 100%;
	    border-bottom: #ddd 2px solid;
}
.not-front #region-content {
    flex: 60%;
	margin: 0 4em 4em 0;
}

aside#region-sidebar-first {
    flex: 20%;
}

/******** issues *******/


.front #region-postscript-first h3.field-content {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    font-size: 1.5em;
    background: rgba(255,255,255,0.75);
    padding: 10px;
    border-radius: 0 0 4px 0;
	transition: all ease-in-out 0.3s;
}

.front #region-postscript-first .views-row:hover h3.field-content  {
	border-bottom: #00305B solid 5px;
}

.front #region-postscript-first .views-row:hover h3.field-content a {
	font-weight: 600 !important;
}

.front #region-postscript-first .views-row h3.field-content a {
		transition: all ease-in-out 0.3s;
}




/******** postscript *******/



#zone-postscript {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#region-postscript-first, div#region-postscript-second {
    flex: 50%;
    width: auto;
}

div#region-postscript-second {
	background: url(../images/twitter-bg.png) fixed no-repeat center;
	background-size: cover;
}

div#block-boxes-connect-title {
    margin: auto;
}

.region-inner.region-postscript-second-inner {
    display: flex;
    flex-wrap: wrap;
}

div#block-boxes-congress-fb-responsive, div#block-boxes-congress-single-tweet {
    flex: 50%;
    width: auto;
    padding: 0;
}

#boxes-box-congress_fb_responsive, #boxes-box-congress_fb_responsive_like_box {
    margin-top: -11px;
}

#boxes-box-congress_service_center ul {
    margin: auto;
}



/********** footer ********/

#zone-footer, #region-footer-second, #region-footer-first {
    width: 100%;
	margin: 0;
    padding: 0;

}

#congress_district_map {
    padding-bottom: 20% !important;
}

#zone-footer-bottom, .not-front #zone-content {
    width: 90%;
    margin: 0 auto;
    padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#region-footer-third, #region-footer-forth {
    width: 50%;
	margin: 0;
}

#block-congress-office-location-settings-congress-district-offices-map {
    padding: 0;
    margin: 0;
}


