

/*** Added by Nicasio LLC, April 9, 2015 ***/
/*** LANGUAGE TOGGLER ***/

/* 
    Position the Language Toggler 
    within the Header
*/

.WaPlaceHolderHeader {
  position: relative;
}

/* 
    Position the Language Toggler 
    within the Header...
    Add a Custom HTML gadget with an id of 'id_LanguageToggler'
    to the general location of where you want the toggler to be visible.
*/

#languageToggleContainer {   
    position: absolute;

    /* Change these values to reposition the toggler */
        
    top: 101px; /* from the top of the Header area */
    right: 5px; /* from the right of the Header area */
    padding:0px; /* remove default WA div styling */
}


/* 
    Style the Language Toggler buttons
*/

#languageToggleContainer a {
    color: #ffffff;
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
    /*
    background-color: #333333;
    padding: 7px 10px 7px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    */
}

/* 
    Style the Language Toggler buttons' "hover" state
*/

#languageToggleContainer a:hover {

    /* Default Styling */
    /* You can customize these rules or remove them and add your own */
    
    color: #001B3D;
    /*
    background-color: #808080;
    */
}

/* 
    Hide the Menu Items by default to avoid page lag and triggering the new WA Ver. 5 Phantom Responsive Menu
    Then reset to table-cell when "visible" class exits via jquery
*/


.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li {display:none;}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.visible li {display:block !important;} 


.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.visible,   .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.phantom {display:table-cell !important;}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel[style*="display: block"] > li.visible {
display:block !important;
}
A:visited {
  color: #008486;
}
