
/* NAVIGATION - CUSTOM (MENU ITEMS WRAPPING/CUSTOM BRANDING SCHEME)  */

#zone-menu-wrapper a i.fa:hover {
    color: #921617;
 }
 
 #zone-menu-wrapper.fixed .sf-menu a:hover {
	color:  #072850
}

#zone-menu-wrapper.fixed .sfHover a, #zone-menu-wrapper.fixed a i.fa:hover {
	color:  #072850
}

 #zone-menu-wrapper.fixed {
   /* background: #072850;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: fixed;
    transition: all 0.4s ease;
    z-index: 999;*/
    display: none;
	}

 .not-front #zone-newsletter-signup-wrapper {
     display: none;
}

 .sf-menu a:hover {
    background: transparent;
    color: #921617;
    text-decoration: none;
 }

/* NAVIGATION HOVER - CUSTOM */
 
 sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li:hover ul, .sf-menu li.sfHover ul {
    z-index: 499;
    background: #759dc0;
}


.mean-bar {
    z-index: 99999999999 !important;
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
    top: 35px;
    left: auto;
}
.sf-menu ul.menu li.leaf a {

    font-weight: normal;
    text-transform: capitalize !important;

}
.sf-menu ul.menu li.leaf a {

    font-weight: normal;
    text-transform: capitalize !important;

}
.sf-menu ul.menu li.leaf a {

    font-weight: normal;
    text-transform: capitalize !important;
    width: 280px;
    font-size: .9em;

}
.sf-menu ul.menu li.leaf a {

    font-weight: normal;
    text-transform: capitalize !important;

}
.sf-menu li .menu .leaf a {

    width: auto;

}
.sf-menu li .menu .leaf a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    margin-top: 0;
    padding: 12px 16px;
    text-decoration: none;
}

.sf-menu a:focus, .sf-menu a:hover {
    background: rgba(182, 208, 241, 0.8);
    color: #ffff !important;
    text-decoration: none;
}

.sf-menu li.sfHover a {
    color: #072850;
}

ul.main-menu a:hover {
     color: #072850;
}

/* SERVICE/ACTION CENTER - CUSTOM */
 
 #zone-actioncenter {
    width: 100%;
    border-bottom: 1px solid #072850;
    border-top: 1px solid #072850;
    margin: 0 auto;
    padding: 0;
}
 
 #block-boxes-congress-service-center .list-group {
    background: #526d8d;
    border-radius: 360px;
    display: inline-block;
    line-height: 1.4em;
    margin: 22px 10px 0px;
    padding-bottom: 1px;
    text-align: center;
    height: 190px;
    width: 190px;
    vertical-align: top;
}

#region-actioncenter-first{
     width: 100%; 
     max-width: 100%; 
     margin: 0 auto; 
     padding: 0; 
}

#block-boxes-congress-service-center .list-group a {
    top: 0;
    font-size: 1em;
}

/* NEWSLETTER */

#zone-newsletter-wrapper.fixed {
    background: #072850;
    opacity: 1;
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    transition: 1s ease all;
    width: 460px;
    z-index: 999;
}


.sf-menu a {
    font-size: .9em;
    margin-top: 0;
    padding: 10px 12px;
    width: auto;
}
#block-boxes-newsletter-signup-simple-bs input#signup-email {
    border-radius: 25px;
 }
 
 #zone-stay-connected {
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#region-stayconnected-first, #region-stayconnected-second, #region-stayconnected-third {
    border: 0;
    
    margin: 0;
    padding: 1%;
    text-align: center;
    
    width: auto;
    flex: 50%;
}

/* FOOTER */

#zone-footer-bottom-wrapper {
    background: #072850;
}

/* INTERIOR PAGE BANNER PHOTO SWAP */

.not-front #zone-preface-wrapper {
    background: #000 url(../images/BackgroundImage.jpg) center center no-repeat;

}
