
.admin-menu #section-header { position: fixed; top: 86px; }

.admin-menu #section-header.fixed { position: fixed; top: 86px; }

#section-header {
	top: 57px;
	border: 0;
}

#section-header.fixed {
    position: fixed;
    top: 57px;
    box-shadow: 5px 5px 7px -3px #222;
    background: #323a52;
	border: 0;
	/*border-top: 5px solid #efb509;*/
	transition: 0.3s ease all;
	padding-top: 0;
	z-index: 997;
}

#section-content {
    padding-top: 47px;
}

.view-constituent-service-by-number {
    font-size: 0.7em;
}

ul#const_stats li {
    margin-right: 10px;
    display: inline-block;
}

#zone-stay-connected-wrapper { 
    font-size: 0.7em;
}

.fa-2x {
    font-size: 2em;
}

#region-branding { 
    position: relative;
    bottom: 0;
	width: 30%;
}

#block-boxes-cng-social-media-fa-medium { 
    margin: 0;
    text-align: right; 
	width: 100%; 
    padding: 40px 0 0; }

#zone-menu {
    background: none;
    display: block;
}

.sf-menu a {
    padding: 0.7em 0.7em;
}

/*** SEARCH BAR ***/

#zone-user-wrapper::before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
	left: auto;
    right: 45%;
    bottom: 69px;
    border: 10px solid transparent; 
    border-bottom-color: #fff;
}

#zone-user-wrapper {
    width: 100%;
    margin: 0 auto;
    display: none; 
    left: auto;
    background: #faf9f9;
    padding: 5px;
    top: 100%;
    box-shadow: 0px 3px 10px -2px #000;
    z-index: 9999;
}

#zone-user-wrapper.fixed {
    width: 100%;
    margin: 0 auto;
    display: none; 
    left: auto;
    background: #faf9f9;
    padding: 5px;
    top: 100%;
    box-shadow: 0px 3px 10px -2px #000;
    z-index: 9999;
}

#zone-user {
    width: auto;
    display: flex;
    justify-content: center;
}

.not-front #section-content {
    margin: 245px 0 0 0;
}

/*** ACTION CENTER ***/

#boxes-box-action_center_new .main {
    display: flex;
    justify-content: center;
    align-items: center;
}

#boxes-box-action_center_new .main .icons {
    border-radius: 100%;
    width: 125px;
    height: 125px;
    background: #323a52;
    display: inline-block;
    margin: 0 5px;
    transition: 0.8s ease all;
	padding-top: 15px;
}

#boxes-box-action_center_new .main .icons:hover {
    background: #efb509;
    border-radius: 100%;
    transition: 0.8s ease all;
}

#boxes-box-action_center_new .main .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15% auto 0 auto;
    width: 50%;
}

#boxes-box-action_center_new .main .text a {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 0.8rem;
    color: #ffF;
}

.hprotator-text-block {
    bottom: 30px;
    width: 45%;
    left: 5%;
    padding: 1.5%;
    font-size: 0.8em;
}

#block-views-congress-hprotator-rotator .view-congress-hprotator .flex-control-nav {
    padding: 0 0 5px 0;
}

/*** SOCIAL MEDIA EMBEDS NEWSLETTER SIGNUP ***/

#block-boxes-newsletter-signup-image-bootstrp {
    padding: 1em 0;
    margin: 0;
}

.main {
    text-align: center;
    margin: 0 auto;
}

.main:hover > .signup, .main:focus > .signup{
   background:#efb509;
   transition:.3s ease all;
}

.title {
    font-size: 1.1em;
    font-weight: bold;
}

.name {
    font-weight: bold;
    font-size: 2.6em;
    line-height: 0.9em;
}

.first {
    font-size: 1.1em;
}

.caption {
    line-height: 1.5em;
    font-size: 1.4em;
    font-weight: bold;
}

.signup {
    background: #323a52;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    transition: .3s ease all;
}

.signup:hover, .signup:focus{
   background:#efb509;
   transition:.3s ease all;
}

.signup a {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}

.signup a:hover, .signup a:focus{
   text-decoration:none;
}

/*** NEWSLETTER SIGNUP INTERIOR ***/

.not-front #region-sidebar-first .title {
    font-size: 1.6em;
    font-weight: bold;
}

.not-front #region-sidebar-first .name {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 0.9em;
}

.not-front #region-sidebar-first .caption {
    line-height: 1.5em;
    font-size: 1.9em;
    font-weight: bold;
}

.block-congress-offices-footer-offices .office-info, .block-congress-offices-footer-offices .field-content img {
    float: left;
    padding: 1%;
    width: 50%;
}


