
.fa-2x {
    font-size: 1.4em;
}

#block-menu-block-congress-main-menu-superfish { 
    width: 60%;
}

#block-boxes-cng-social-media-fa-medium { width: 40%; }

#region-branding {
    width: 30%;
    position: relative;
    bottom: 0;
}

.sf-menu a {
    padding: 0.6em 0.5em;
	font-size: 0.9em;
}

.sf-menu ul {
    margin-top: 0;
	width: 220px;
}

.view-constituent-service-by-number {
    font-size: 0.9em;
}


ul#const_stats li::before {
    font-size: 2em;
    line-height: 1.5;
    width: 15%;
}

.hprotator-text-block {
    width: 44%;
    left: 6%;
    padding: 1.5%;
    font-size: 1em;
}

#zone-stay-connected-wrapper {
    font-size: 1.2em;
}

/*** 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: 350px;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: auto;
	right: 0;
    background: #faf9f9;
    padding: 5px;
    box-shadow: 0px 3px 10px -2px #000;
    top: 100%;
}

#zone-user-wrapper.fixed {
    width: 350px;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: auto;
	right: 0;
    background: #faf9f9;
    padding: 5px;
    top: 100;
    box-shadow: 0px 3px 10px -2px #000;
    z-index: 9999;
}

.not-front #section-content {
    margin: 160px 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: 185px;
    height: 185px;
    background: #323a52;
    display: inline-block;
    margin: 0 5px;
    transition: 0.8s ease all;
}

#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: 5px 0;
    width: 100%;
}

#boxes-box-action_center_new .main .text a {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.1rem;
    color: #ffF;
}

/*** 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: 2.1em;
    font-weight: bold;
}

.name {
    font-weight: bold;
    font-size: 5.1em;
    line-height: 0.9em;
}

.first {
    font-size: 1.1em;
}

.caption {
    line-height: 1.5em;
    font-size: 2.5em;
    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.9em;
}

.signup a:hover, .signup a:focus{
   text-decoration:none;
}

/*** SIGNUP FOOTER ***/

#form {
    float: right;
    margin: 3% 0 0 0;
    width: 47%;
}

#region-footer-third #signup-email {
    width: 284px;
}

/*** NEWSLETTER SIGNUP INTERIOR ***/

.not-front #region-sidebar-first .title {
    font-size: 2.1em;
    font-weight: bold;
}

.not-front #region-sidebar-first .name {
    font-weight: bold;
    font-size: 2.4em;
    line-height: 0.9em;
}

.not-front #region-sidebar-first .caption {
    line-height: 1.5em;
    font-size: 2.6em;
    font-weight: bold;
}