@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:14px; margin:0px 0px 0 0; text-align:center; width:100%;}
.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:none; display:inline-block; padding:0px 18px 0 0; margin:0px 18px 0px 0px; line-height: 14px; }
.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 a { display: block; color:#fff; text-decoration:none; padding:18px 0px 20px 0px; position:relative; font-size: 14px; font-family: 'roboto_slabregular';
-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; text-transform:uppercase;}
.ddsmoothmenu ul li::before { content:''; position:absolute; background:#8f4d6f; width:1px; height:12px; right: 0px; margin: auto; top: 0;
bottom: 0; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s 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::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.current-page-ancestor a, .ddsmoothmenu ul li.current-menu-item a, .ddsmoothmenu ul li.current-menu-ancestor a { color:#ffd593;} 
.ddsmoothmenu ul li.dropdown:hover a{ color:#fff;} 


* 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.2);}

/*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:12px 10px; color:#515151!important; line-height:18px; font-size:14px; text-transform:none; text-transform:uppercase;}
/* .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:#5f0030 !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:#5f0030 !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: 23px; right: -20px; 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.dept-wid ul{ width:750px; box-shadow: 0px 0 14px rgba(0,0,0,0.2);background: #fff;}
.ddsmoothmenu ul li.dept-wid ul li{ border: 1px solid #f1f1f1;float: left;width: 50%;border-bottom: none;border-right: none;}
.ddsmoothmenu ul li.dept-wid ul li:last-child{border-right: 1px solid #f1f1f1;}
.ddsmoothmenu ul li.dept-wid ul li:nth-last-child(2){border-bottom: 1px solid #f1f1f1;}
.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;}

/*.ddsmoothmenu ul li ul.sub-menu li.menu-item-has-children a { background:url(../images/menu-arrow.png) no-repeat right 15px center;}*/

.ddsmoothmenu ul li ul.sub-menu li.menu-item-has-children::after { margin-top: -3px; left:inherit; background:none; position: absolute; z-index:10; right: 15px; top: 50%; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #80000c; content:""; transform: rotate(270deg);}