.icon-search {
	display:none;
}
/*************************************************
					MENU ZONE
**************************************************/
#zone-menu-wrapper.fixed {
    max-height: 109px;
} 

div#zone-menu {
    width: 100%;
    display: flex;
}

#region-branding {
    flex: 15%;
    width: auto;
}

#region-menu-third {
    flex: 10%;
    width: auto;
	display: block;
}

#region-menu-second {
    flex: 50%;
    width: auto;
}

.fixed .sf-menu a, .sf-menu a {
    padding: .75em;
}


.sf-menu li, .fixed .sf-menu li {
    font-size: 0.9em;
}


 
.fixed #block-menu-block-congress-main-menu-superfish  {
    margin: 1.5em auto;
    padding: 1em 0;
    max-width: 740px;
}

section#block-menu-block-congress-main-menu-superfish {
	margin: 0 auto;
    padding: 1em 0;
    max-width: 740px;
}

/*************************************************
					PREFACE ZONE
**************************************************/


/****************  Rotator  ***********/

.view-congress-hprotator .media-youtube-video {
    padding-bottom: 47%;
}


/*************************************************
					Postscript ZONE
**************************************************/

#boxes-box-congress_service_center ul li {
    margin: 1em 0.25em;
}

/*************************************************
					CONTENT ZONE
**************************************************/
.region-inner.region-homepage-content-inner {
    display: flex;
	flex-wrap: wrap;
}

section#block-boxes-congress-fb-responsive, section#block-boxes-new-twitter {
    width: auto;
    flex: 50%;
	padding: 0 4em 4em;
}

section#block-views-congress-news-block-latest-news {
    width: auto;
    flex: 100%;
	padding: 4em 4em 0;
}
/*************************************************
					POSTSCRIPT ZONE
**************************************************/

#zone-postscript-third-wrapper {
    background: url(../images/whatwestandforbg.png) no-repeat fixed #224183;
    min-height: 475px;
    background-size: cover;
    background-position: -154px 110px;
}

/*************************************************
				FOOTER ZONE
**************************************************/

.block-congress-offices-of-noslide .views-row {
    width: 30%;
}

div#zone-footer-first-wrapper {
    background: none;
	margin: 1em 0 0;
	border-bottom: 2px solid #fff;
}

#region-footer-first {
    width: 100%;
    background: url(../images/house-seal.png) no-repeat, url(../images/virginia-seal.png) no-repeat;
    background-position: 2% top, 97% top;
    background-size: 18%;
}

div#block-boxes-bottom-logo {
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

#boxes-box-bottom_logo img {
    margin: 0 10%;
}

@media all and (max-width: 1079px) {
    #region-branding {
        flex: 6%;
        width: auto;
    }
}

@media all and (max-width: 1086px) {
    .fixed .sf-menu a, .sf-menu a {
        padding: .55em;
        font-size: 0.8em;
    }

    #edit-actions {
        display: none;
    }
}

@media all and (max-width: 1029px) {
    #region-menu-third {
        flex: 9%;
    }

    .form-item-search-block-form .form-control {
        height: 50px;
    }
}

