@charset "utf-8";
/* CSS Document */

.ddsmoothmenu { float: left; padding:0px; text-transform:none; letter-spacing:0.5px; -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:17px; margin:0px 0px 0 0; text-align:center; width:auto;}
.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; display:inline-block; padding:0px 0px 0 0; margin:0px 0px 0px 0px; line-height: 14px; width:auto; }

/*.ddsmoothmenu ul li:first-child { border-left:1px solid #e3e3e3; }*/

.ddsmoothmenu ul li:last-child{padding-right:0px; margin-right: 0px;}
.ddsmoothmenu ul li:last-child:before { display:none;}
/*Top level menu link items style*/
.ddsmoothmenu ul li.current-menu-item span, 
.ddsmoothmenu ul li a { border-right:1px solid #e3e3e3; display: block; color:#383838; text-transform:uppercase; text-decoration:none; padding:15px 30px; position:relative; font-size: 15px; line-height: 28px; font-family: 'Rubik-Regular';
-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::after { content:''; position:absolute; background:#b1040d; width:0px; height:4px; left: 0px; right:0; margin: auto; bottom: 0;
bottom: 0; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.3s ease; }
.ddsmoothmenu ul li a:hover:after { width:90%;}
.ddsmoothmenu ul li a.selected::after { content:''; position:absolute; background:#b1040d; width:90%; height:4px; left: 0px; right:0; margin: auto; bottom: 0;}*/

/*.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::after, .ddsmoothmenu ul li a.active::after, .ddsmoothmenu ul li a.selected::after { height:5px; bottom:-5px; }*/
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.active,.ddsmoothmenu ul li.current-menu-item span, .ddsmoothmenu ul li.current-menu-ancestor { color: #fff; background: #2caf5e;border-right: 1px solid #1ba750;} 
.ddsmoothmenu ul li.dropdown:hover a{ color: #fff; background: #2caf5e;border-right: 1px solid #1ba750;} 
.ddsmoothmenu ul li:last-child a {border-right: 0;}

* 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:240px; top:40px; box-shadow: 0px 0 14px rgba(0,0,0,0.05);width: 300px !important;}

/*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; padding-right:0;  }
/* .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 a { display:block; padding:7px 16px; color:#515151!important; line-height:25px; font-size:15px; text-transform:none; font-family: 'Rubik-Regular'; }
/* .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:#b1040d !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 }
/*.ddsmoothmenu ul li ul li:before { display:none;}*/
.ddsmoothmenu ul li ul li a.active { color:#b1040d !important; }
/* 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 span.drop-dwn-arrow {display: inline-block; position: absolute; top: 24px; right: 17px; width: 9px; height: 5px; background: url(../images/menu-arrw.png) no-repeat center center;}


.menu-col { border-right: 1px solid #f1f1f1; float: left; width: 50%;}
.ddsmoothmenu ul li ul li > div ul { top: 0 !important; left: 0px !important; position: relative !important; display: block !important; width: 100% !important; height: 100% !important; 
opacity: 1 !important;}
.ddsmoothmenu ul li ul.dept-wid { width:600px; box-shadow: 0px 0 14px rgba(0,0,0,0.2);}
.ddsmoothmenu ul li ul li .menu-col ul { box-shadow:none; }
.ddsmoothmenu ul li ul li .menu-col ul li { border-bottom: 1px solid #f1f1f1;}
.ddsmoothmenu ul li ul li .menu-col.last { border:none; }
.ddsmoothmenu ul li ul.dept-wid li { border-bottom:none;}

.ddsmoothmenu ul li ul li a span.arrow { background:url(../images/menu-arrow.png) no-repeat 0 0; width:10px; height: 12px; float: right; margin: 5px 0 0 0;}