/*** ESSENTIAL STYLES ***/
.header-menu-display ul{    
    width: 100%;
    margin: 0px;
    padding: 0px;    
    padding-left: 19em;  
    position: relative;
    z-index: 100;     
    background-color: #000;
}
.header-menu-display ul li ul{        
    padding-left: 0em;  
}
.logo-background{    
    background-image: url(../images/website/bg_logo_r_2.png);
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
    padding-bottom: 2.5em;
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 11.5em;
    z-index: 200;
    position: absolute;
}
.header-menu-display{
 position: absolute;   
}

.header-menu-display ul li{
    float: left;    
    list-style: none;
    margin-right: 15px;
}


.header-menu-display ul li a{     
    text-transform: uppercase;
}
.header-menu-display .sf-mega ul li a{    
    text-transform: none;
}

.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  max-width: 1024px;
}
.sf-menu > li {
  float: left;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
  padding-left: 19.5em;
}

.sf-menu > li > a {
  display: block;
  position: relative;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
  width: 100%;
}
.sf-menu .sf-mega {
  /* box-shadow: 2px 3px 6px rgba(0,0,0,.2); */
  width: 100%; /* allow long menu items to determine submenu width */
}
.sf-menu > li > a {
  /*  
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand 
  border-top: 1px solid rgba(255,255,255,.5);
  */
  font-weight: bold;
  padding: 0.9em .2em 0.85em .75em;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #FFF;
}

.sf-menu > li > a:hover {
    color: #78CABD;
}
.sf-menu > li.sfHover > a {
    color: #78CABD;
}
.sf-menu > li {
  /*
  background: #BDD2FF;
  -webkit-transition: background .2s;
  transition: background .2s;
  */
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {

  /*
  background: #CFDEFF;
  /* only transition out, not in
  -webkit-transition: none; */
  transition: none;
}

/*** mega menu dropdown ***/
.sf-mega {
  background-color: #78CABD;
  padding: 0.9em 1em 0.95em 1em;
  box-sizing: border-box;
  width: 100%;
}
.sf-mega-section {
  float: left;
  width: 8em; /* optional */
  padding: 0 1em 1em 0;
  margin-right: 1em;
  /*
  border-right: 1px solid #b4c8f5;
  */
}
.sf-mega ul{
    margin-top: 0px;    
}
.sf-mega ul li a{
  padding: 1em 1em 1em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #FFFFFF;    
}

.sf-mega ul li a:hover{
    color: #7A7A7A;
    background-color: #FFFFFF;    
    
}

.sf-mega ul li.current a{
    color: #7A7A7A;
    background-color: #FFFFFF;      
    
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  /*  
  padding-right: 2.5em;
  *padding-right: 1em;  no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: 1px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255,255,255,1);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #78CABD; /* IE8 fallback colour */
}
.logo-image{
    padding: 0.5em !important;
    margin-right: 26px;    
}

.logo-image img{
    width: 12vw;
    max-width: 110px;
}

.donation-button{
    float: right !important;   
	margin-top: 1vw;
}