@charset "utf-8";
/* CSS Document */

.ddsmoothmenu { float: left; 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:16px; margin:0px 0px 0 0;}
.ddsmoothmenu ul { z-index:100; margin:0; padding:0px;display: flex;column-gap: 29px; list-style-type: none;}
/*Top level list items*/
.ddsmoothmenu ul li { position: relative; padding:0px; margin:0px; line-height: 14px; float:left;}


.ddsmoothmenu ul li:last-child{padding-right:0px;}
/*Top level menu link items style*/
.ddsmoothmenu ul li a { display: block; color:#000; text-decoration:none; padding:42px 0px; position:relative; font-size: 20px; line-height: 32px; font-family: 'Montserrat-Bold'; float:left; -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:after{ position:absolute; content:""; left:0; right: 0px; margin: auto; width: 0px; bottom: 0px; background:#A5010E; height:4px; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s 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{ width:100%; }

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.active{ color:#A5010E;} 


* 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; width:220px!important; left:0px!important; margin-top: 0px; -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); float:left; background:#fff;}
/*.ddsmoothmenu ul li ul::after { border-bottom: 8px solid #fff; border-left: 8px solid transparent; border-right: 8px solid transparent; content: "";
 height: 10px; left: 0; margin: 0 auto; position: absolute; right: 0; top: -10px; width: 10px;}*/
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li { float: left; width:100%; padding:0; margin:0; border-right:0px; text-align:left; border-bottom: 1px solid #ddd;}
/* .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 {width: 100%; float: left; display:block; padding: 11px 15px; color:#0e0e0e!important; line-height:23px; font-size:14px;  font-family: 'martelbold'; text-transform:none;  transition:all .5s ease;}

.ddsmoothmenu ul li ul li:last-child { border-bottom:none;}
.ddsmoothmenu ul li a:hover { color:#BF0D0D !important;}
.ddsmoothmenu ul li ul li a:hover { color:#fff !important;  text-decoration:none; margin: 0px; background:#BF0D0D !important;}
.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.dropdown a::before {background:url(../images/drp-dwn.png) no-repeat right center;content:"";display:inline-block;width:9px;height:6px;position: absolute;right:-15px;top: 50%; transform: translateY(-50%); left: auto;}
.ddsmoothmenu ul li.dropdown a:hover::before { background: url(../images/drp-dwn-hvr.png) no-repeat right center;}

.ddsmoothmenu ul li.dropdown li a:before{ display:none}