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

#zone-branding {
    width: 100%;
    margin: 0 auto;
    min-height: 400px;
    padding: 0;
}

#region-preface-second{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/*** MENU ***/

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

#region-menu {
    margin: 0;
    padding: 0;
    flex: 100%;
}

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

#block-boxes-cng-social-media-fa-medium .fa {
    margin-right: 4px; 
}

#block-boxes-cng-social-media-fa-medium { 
    padding: 5px 0 0;
    text-align: right;
    width: 28%;
    height: 100%;
}

.sf-menu a {
    padding: 1.1em 0.5em;
	font-size: 1em;
}

#menu-home {
    padding-bottom: 0.85em;
  }

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

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

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

.sf-menu li.last.sfHover > ul, .sf-menu li.last:hover > ul {
    width: 320px; 
}

@media all and (min-width: 1440px){
  .sf-menu a { 
    padding: 1.1em 0.5em; 
	font-size: 1.2em;
  }
  #menu-home {
    padding-bottom: 0.8em;
  }
  .fa-2x {
    font-size: 1.8em;
  }
  #block-boxes-cng-social-media-fa-medium .fa {
    margin-right: 10px; 
  }
  #block-boxes-cng-social-media-fa-medium { 
    padding: 10px 0 0;
  }
}

@media all and (min-width: 1760px){
  .sf-menu a { 
    padding: 1.1em 0.5em; 
	font-size: 1.5em;
  }
  #menu-home {
    padding-bottom: 0.8em;
  }
  .fa-2x {
    font-size: 2em;
  }
  #block-boxes-cng-social-media-fa-medium .fa {
    margin-right: 10px; 
  }
  #block-boxes-cng-social-media-fa-medium { 
    padding: 20px 0 5px;
  }
  .sf-menu li.last.sfHover > ul, .sf-menu li.last:hover > ul {
    left: 0;
    right: auto;
    width: 370px;
  }
  .sf-menu li .leaf a {
    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; 
    left: auto;
	right: 0;
	position: absolute;
    background: #faf9f9;
    padding: 5px;
    top: 100%;
    box-shadow: 0px 3px 10px -2px #000;
    z-index: 9999;
}

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

.not-front #section-content {
    margin: 220px 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: 180px;
    height: 180px;
    background: #323a52;
    display: inline-block;
    margin: 0 20px;
	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: 10% 0 0 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: 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: 80%;
    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: 2em;
}

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

/*** SIGNUP FOOTER ***/

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

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

/*** NEWSLETTER SIGNUP INTERIOR ***/

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

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

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