a:hover {
    text-decoration: underline;
    color:#F49AC1!important;
}

a:link, a:active, a:visited {
    color:#662D91!important;
}

a:focus {
    color:#F49AC1!important;
}

a:hover {
    text-decoration: underline;
    color:#F49AC1!important;
}

body{
    font-family: "Open Sans"!important;
}

#secondary-navigation-bar-content{
   font-family: "Open Sans"!important; 
   text-rendering: optimizeLegibility!important;
}

#navigation-menu ul.sf-menu > li > a > span{
   color:#662D91!important; 
}

#navigation-menu ul.sf-menu > li > a:hover > span{
   color:#F49AC1!important; 
}

#sticky-menu-logo {
    height: 30px!important;
    margin-top: 5px;
}

a.pink:link, a.pink:active, a.pink:visited {
    color:#F49AC1!important;
}

a.white:link, a.white:active, a.white:visited {
    color:#FFFFFF!important;
}

a.yellow:link, a.yellow:active, a.yellow:visited {
    color:yellow!important;
}

a.yellow:hover {
    text-decoration: underline;
    color:#F49AC1!important;
}

a.white:hover {
    text-decoration: underline;
    color:#F49AC1!important;
}

.warning {
	color: #652d90;
	border: 1px solid #652d90;
	border-radius:4px;
	background-color: #f49ac1;
	background: -moz-linear-gradient(center top, #fff, #f49ac1);
	background: -webkit-gradient(
		linear,
		center top,
		center bottom,
		from(#fff),
		to(#f49ac1)
	);
	background: -o-linear-gradient(top, #fff 0%, #f49ac1 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f49ac1 99%); /* IE10+ */
}
#submenu-email {
    display:inline-block!important;
}