@charset "utf-8";
/* CSS Document */

.ddsmoothmenu { float: right; padding:0px; text-transform:none; letter-spacing:0.2px; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;font-size:14px;  margin:0px 115px 0 0; }
.ddsmoothmenu ul { z-index:100; margin:0px 0px 0px; padding:0px 0px; list-style-type: none; }
/*Top level list items*/
.ddsmoothmenu ul li { position: relative;float:left; padding:0px 0px 0; margin:0px 26px 0px 0px; line-height: 14px; }
.ddsmoothmenu ul li:last-child{padding-right:0px; margin-right: 0px;}
/*Top level menu link items style*/

.ddsmoothmenu ul li a,.ddsmoothmenu ul li.current-menu-item span { display: block; color:#b1b1b1; text-decoration:none; padding:15px 0px 15px; position:relative; font-size:14px; text-transform: uppercase; font-family: 'Rubik-Medium'; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;}
.ddsmoothmenu ul li a:hover::before, .ddsmoothmenu ul li a.active::before, .ddsmoothmenu ul li a.selected::before, .ddsmoothmenu ul li.dropdown:hover a::before { width:100%; left:0px; }


.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li.current-menu-item span, .ddsmoothmenu ul li a.selected { color:#ffffff;} 
.ddsmoothmenu ul li.dropdown:hover a{ color:#ffffff;} 


* html .ddsmoothmenu ul li a { display: inline-block; }

/*1st sub level menu*/
.ddsmoothmenu ul li ul { position: absolute; left:0; display: none; visibility: hidden; padding:0px 0 0; width:220px!important; left:0px!important;top:40px;box-shadow: 0px 4px 6px rgba(0,0,0,0.1);}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li { float: none; width:100%;  margin:0; border-right:0px; text-align:left; background:#fff; border-bottom: 1px solid #f1f1f1;  }
/* .ddsmoothmenu ul li ul li:hover { background:#B05AA5; } */


/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top: 0;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li span,
.ddsmoothmenu ul li ul li a { display:block; padding:12px 10px; color:#515151!important; line-height:18px; font-size:14px; text-transform:none;}
/* .ddsmoothmenu ul li ul li:first-child a{padding-top:20px;}
.ddsmoothmenu ul li ul li:last-child a{padding-bottom:20px;} */

.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a:focus, .ddsmoothmenu ul li ul li a.subactive { color:#222 !important;  text-decoration:none; margin: 0px 0px 0px 0px;}
.ddsmoothmenu ul li ul li a:after, .ddsmoothmenu ul li ul li a:before { display:none }

/* Holly Hack for IE \*/
* html .ddsmoothmenu { height: 1%; } /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass { position: absolute; top: 12px; right: 7px; }
.rightarrowclass { position: absolute; top: 6px; right: 5px; }

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow { /*shadow for NON CSS3 capable browsers*/ position: absolute; left: 0; top: 0; width: 0; height: 0; }
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/ opacity: 0.8; }


.ddsmoothmenu ul li ul li a::after, .ddsmoothmenu ul li ul li a:hover:after { display:none }
.sticky-wrapper.is-sticky .ddsmoothmenu ul li ul li:first-child a:before { display:none; }

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.selected:hover, .ddsmoothmenu li.current a, .ddsmoothmenu ul li:hover a, .ddsmoothmenu ul li a.active { color:#ffffff; }

/*prd*/
.ddsmoothmenu ul li a span.drop-dwn-arrow {display: inline-block;position: absolute;top: 23px;right: -20px;width: 9px;height: 5px;background: url(../images/menu-arrw.png) no-repeat center center;}

