

/*===============================
/media/jui/css/chosen.css
================================================================================*/
.chzn-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chzn-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chzn-container .chzn-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.chzn-container.chzn-with-drop .chzn-drop{left:0}.chzn-container a{cursor:pointer}.chzn-container .search-choice .group-name,.chzn-container .chzn-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;color:#999999}.chzn-container .search-choice .group-name:after,.chzn-container .chzn-single .group-name:after{content:":";padding-left:2px;vertical-align:top}  .chzn-container-single .chzn-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#ffffff),color-stop(50%,#f6f6f6),color-stop(52%,#eeeeee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background:-o-linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background:linear-gradient(#ffffff 20%,#f6f6f6 50%,#eeeeee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px white inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chzn-container-single .chzn-default{color:#999}.chzn-container-single .chzn-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chzn-container-single .chzn-single-with-deselect span{margin-right:38px}.chzn-container-single .chzn-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url('/media/jui/css/chosen-sprite.png') -42px 1px no-repeat;font-size:1px}.chzn-container-single .chzn-single abbr:hover{background-position:-42px -10px}.chzn-container-single.chzn-disabled .chzn-single abbr:hover{background-position:-42px -10px}.chzn-container-single .chzn-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chzn-container-single .chzn-single div b{display:block;width:100%;height:100%;background:url('/media/jui/css/chosen-sprite.png') no-repeat 0px 2px}.chzn-container-single .chzn-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chzn-container-single .chzn-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:white url('/media/jui/css/chosen-sprite.png') no-repeat 100% -20px;background:url('/media/jui/css/chosen-sprite.png') no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chzn-container-single .chzn-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chzn-container-single.chzn-container-single-nosearch .chzn-search{position:absolute;left:-9999px}  .chzn-container .chzn-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chzn-container .chzn-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chzn-container .chzn-results li.active-result{display:list-item;cursor:pointer}.chzn-container .chzn-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chzn-container .chzn-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chzn-container .chzn-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chzn-container .chzn-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chzn-container .chzn-results li.group-option{padding-left:15px}.chzn-container .chzn-results li em{font-style:normal;text-decoration:underline}  .chzn-container-multi .chzn-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(1%,#eeeeee),color-stop(15%,#ffffff));background-image:-webkit-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:-moz-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:-o-linear-gradient(#eeeeee 1%,#ffffff 15%);background-image:linear-gradient(#eeeeee 1%,#ffffff 15%);cursor:text}.chzn-container-multi .chzn-choices li{float:left;list-style:none}.chzn-container-multi .chzn-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chzn-container-multi .chzn-choices li.search-field input[type="text"]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chzn-container-multi .chzn-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eeeeee;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.chzn-container-multi .chzn-choices li.search-choice span{word-wrap:break-word}.chzn-container-multi .chzn-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url('/media/jui/css/chosen-sprite.png') -42px 1px no-repeat;font-size:1px}.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chzn-container-multi .chzn-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eeeeee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eeeeee 100%);color:#666}.chzn-container-multi .chzn-choices li.search-choice-focus{background:#d4d4d4}.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chzn-container-multi .chzn-results{margin:0;padding:0}.chzn-container-multi .chzn-drop .result-selected{display:list-item;color:#ccc;cursor:default}  .chzn-container-active .chzn-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chzn-container-active.chzn-with-drop .chzn-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#eeeeee),color-stop(80%,#ffffff));background-image:-webkit-linear-gradient(#eeeeee 20%,#ffffff 80%);background-image:-moz-linear-gradient(#eeeeee 20%,#ffffff 80%);background-image:-o-linear-gradient(#eeeeee 20%,#ffffff 80%);background-image:linear-gradient(#eeeeee 20%,#ffffff 80%);  }.chzn-container-active.chzn-with-drop .chzn-single div{border-left:none;background:transparent}.chzn-container-active.chzn-with-drop .chzn-single div b{background-position:-18px 2px}.chzn-container-active .chzn-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chzn-container-active .chzn-choices li.search-field input[type="text"]{color:#222 !important}  .chzn-disabled{opacity:0.5 !important;cursor:default}.chzn-disabled .chzn-single{cursor:default}.chzn-disabled .chzn-choices .search-choice .search-choice-close{cursor:default}  .chzn-rtl{text-align:right}.chzn-rtl .chzn-single{overflow:visible;padding:0 8px 0 0}.chzn-rtl .chzn-single span{margin-right:0;margin-left:26px;direction:rtl}.chzn-rtl .chzn-single-with-deselect span{margin-left:38px}.chzn-rtl .chzn-single div{right:auto;left:3px}.chzn-rtl .chzn-single abbr{right:auto;left:26px}.chzn-rtl .chzn-choices li{float:right}.chzn-rtl .chzn-choices li.search-field input[type="text"]{direction:rtl}.chzn-rtl .chzn-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chzn-rtl .chzn-choices li.search-choice .search-choice-close{right:auto;left:4px}.chzn-rtl .chzn-drop{left:9999px}.chzn-rtl.chzn-container-single .chzn-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chzn-rtl .chzn-results li.group-option{padding-right:15px;padding-left:0}.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div{border-right:none}.chzn-rtl .chzn-search input[type="text"]{padding:4px 5px 4px 20px;background:white url('/media/jui/css/chosen-sprite.png') no-repeat -30px -20px;background:url('/media/jui/css/chosen-sprite.png') no-repeat -30px -20px;direction:rtl}.chzn-rtl.chzn-container-single .chzn-single div b{background-position:6px 2px}.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b{background-position:-12px 2px} [dir="rtl"] .chzn-container .chzn-drop,[dir="rtl"] .chzn-container-single.chzn-container-single-nosearch .chzn-search{left:auto;right:-9999px}[dir="rtl"] .chzn-container.chzn-with-drop .chzn-drop{right:0}


/*===============================
/modules/mod_djmegamenu/themes/default/css/djmegamenu.css
================================================================================*/
.dj-megamenu-default{padding :0 !important;margin :0 !important;list-style :none;height :auto;position :relative;z-index :500;font-family:Arial,Helvetica,sans-serif;width :auto;background:rgb(56,56,56);background:-webkit-gradient(linear,left top,left bottom,from(rgba(69,69,69,1)),to(rgba(43,43,43,1)));background:-o-linear-gradient(top,rgba(69,69,69,1) 0%,rgba(43,43,43,1) 100%);background:linear-gradient(to bottom,rgba(69,69,69,1) 0%,rgba(43,43,43,1) 100%)}.dj-megamenu-default:after{content:"";clear :both;display:table}.dj-megamenu-default li.dj-up{position:relative;display :block;float :left;padding :0 !important;margin :0 !important}.dj-megamenu-default li a.dj-up_a{display :block;float :left;height :60px;font-size :12px;font-weight :bold;color :#fff;text-transform :uppercase;text-decoration :none;padding :0 20px;cursor :pointer;background :transparent;color :#fff;border-right :1px solid #000;border-left :1px solid #555;-webkit-transition:all 0.2s ease-out;transition :all 0.2s ease-out}.dj-megamenu-default li.first a.dj-up_a{border-left:0}.dj-megamenu-default li:last-child a.dj-up_a{border-right:0}.dj-megamenu-default li a.dj-up_a > span{float :left;display :block;padding :0;height :60px;line-height:60px;background :transparent}.dj-megamenu-default li a.dj-up_a span.html-before,.dj-megamenu-default li a.dj-up_a span.html-after{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dj-megamenu-default li a.dj-up_a span.html-before{margin-right:10px}.dj-megamenu-default li a.dj-up_a span.html-after{margin-left:10px}.dj-megamenu-default li a.dj-up_a.withsubtitle > span{line-height:48px}.dj-megamenu-default li a.dj-up_a span.dj-drop{padding:0 20px 0 0}.dj-megamenu-default li a.dj-up_a .arrow{position :absolute;right :16px;top :50%;transform:translateY(-50%);display :inline-block;line-height:1;-webkit-transition:all 0.2s ease-out;transition :all 0.2s ease-out}.dj-megamenu-default li:hover a.dj-up_a .arrow,.dj-megamenu-default li.hover a.dj-up_a .arrow,.dj-megamenu-default li.active a.dj-up_a .arrow{top:calc(50% + 2px)}.dj-megamenu-default.dj-fa-no li a.dj-up_a .arrow:before{content:'';border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:2px;transform:rotate(45deg);-webkit-transform:rotate(45deg);position:relative;top:-2px}.dj-megamenu-default.dj-fa-0 li a.dj-up_a .arrow:before,.dj-megamenu-default.dj-fa-1 li a.dj-up_a .arrow:before,.dj-megamenu-default.dj-fa-5 li a.dj-up_a .arrow:before{content:"\f107";display:inline-block;font:normal normal normal 12px/1 "FontAwesome";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dj-megamenu-default.dj-fa-5 li a.dj-up_a .arrow:before{font-family:"Font Awesome 5 Free";font-weight:900}.dj-megamenu-default li a.dj-up_a small.subtitle{display :block;font-size :12px;font-weight :normal;line-height :1;text-transform:none;color :#999999;margin-top :-12px}.dj-megamenu-default li:hover a.dj-up_a,.dj-megamenu-default li.hover a.dj-up_a,.dj-megamenu-default li.active a.dj-up_a{color :#fff;border-left-color:#46a5df;background :rgb(56,172,231);background :-webkit-gradient(linear,left top,left bottom,from(rgba(56,172,231,1)),to(rgba(22,129,209,1)));background :-o-linear-gradient(top,rgba(56,172,231,1) 0%,rgba(22,129,209,1) 100%);background :linear-gradient(to bottom,rgba(56,172,231,1) 0%,rgba(22,129,209,1) 100%)}.dj-megamenu-default li:hover a.dj-up_a small.subtitle,.dj-megamenu-default li.hover a.dj-up_a small.subtitle,.dj-megamenu-default li.active a.dj-up_a small.subtitle{color:#a4c4f5}.dj-megamenu-default li.separator>a{cursor:default}.dj-megamenu-default li a.dj-up_a span span.image-title{background:none;padding :0;margin :0 0 0 15px;display :inline-block;float :none;height :auto}.dj-megamenu-default li a.dj-up_a img{border :0;margin :0;max-height :32px;vertical-align:middle}.dj-megamenu-default li.logo a.dj-up_a img{max-height :60px}.dj-megamenu-default li a.dj-up_a.withsubtitle img{margin-top:-24px} .dj-megamenu-default li:hover,.dj-megamenu-default li.hover{position:relative;z-index :200} .dj-megamenu-default li div.dj-subwrap,.dj-megamenu-default li:hover div.dj-subwrap li div.dj-subwrap,.dj-megamenu-default li.hover div.dj-subwrap li div.dj-subwrap{position :absolute;left :-9999px;top :-9999px;margin :0;padding :0;list-style:none} .dj-megamenu-default li div.dj-subwrap .dj-subwrap-in:after{content:"";display:table;clear:both}.dj-megamenu-default li:hover div.dj-subwrap,.dj-megamenu-default li.hover div.dj-subwrap{left :0;top :100%;background :#303030;height :auto;z-index :300;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);box-shadow :0px 0px 5px 0px rgba(0,0,0,0.2)} .dj-megamenu-default li:hover div.dj-subwrap li:hover>div.dj-subwrap,.dj-megamenu-default li.hover div.dj-subwrap li.hover>div.dj-subwrap{left :100%;top :0;margin :0 0 0 10px;background :#303030;height :auto;z-index :400;-webkit-box-shadow:0px 0px 5px 0px rgba(255,255,255,0.2);box-shadow :0px 0px 5px 0px rgba(255,255,255,0.2)} .dj-megamenu-default li div.dj-subcol{float:left}.dj-megamenu-default li ul.dj-submenu{padding:0px;margin :0 10px;height :auto;width :auto}.dj-megamenu-default li ul.dj-submenu>li{list-style:none outside;display :block;height :auto;position :relative;width :auto;border-top:1px solid #3a3a3a}.dj-megamenu-default li ul.dj-submenu>li.first{border:0}.dj-megamenu-default li ul.dj-submenu>li>a{display :block;font-size :13px;font-weight :normal;line-height :16px;color :#c3c3c3;background :transparent;text-decoration :none;padding :12px 20px;margin :0 -10px;-webkit-transition:all 0.2s ease-out;transition :all 0.2s ease-out;position:relative}.dj-megamenu-default li ul.dj-submenu>li>a .dj-icon{float :left;border :0;margin :0 15px 8px 0;vertical-align:middle;max-height :16px}.dj-megamenu-default li ul.dj-submenu>li>a small.subtitle{color :#666;display :block;font-size :10px;line-height:1}.dj-megamenu-default li ul.dj-submenu>li>a:hover,.dj-megamenu-default li ul.dj-submenu>li>a.active,.dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a{background:#1681d1;color :#fff}.dj-megamenu-default li ul.dj-submenu>li>a:hover small.subtitle,.dj-megamenu-default li ul.dj-submenu>li>a.active small.subtitle,.dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a small.subtitle{color:#a4c4f5}.dj-megamenu-default li ul.dj-submenu>li.parent>a .arrow{position :absolute;right :10px;top :50%;transform:translateY(-50%);display :inline-block;line-height:1;-webkit-transition:all 0.2s ease-out;transition :all 0.2s ease-out}.dj-megamenu-default li ul.dj-submenu>li.parent:not(.subtree)>a:hover .arrow{right:8px}.dj-megamenu-default.dj-fa-no li ul.dj-submenu>li.parent>a .arrow:before{content:'';border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:2px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:relative;top:-2px}.dj-megamenu-default.dj-fa-1 li ul.dj-submenu>li.parent>a .arrow:before,.dj-megamenu-default.dj-fa-5 li ul.dj-submenu>li.parent>a .arrow:before{content:"\f105";display:inline-block;font:normal normal normal 12px/1 "FontAwesome";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dj-megamenu-default.dj-fa-5 li ul.dj-submenu>li.parent>a .arrow:before{font-family:"Font Awesome 5 Free";font-weight:900} .dj-megamenu-default li ul.dj-subtree{list-style:none outside;padding :0 !important;margin :5px 0 5px 25px !important}.dj-megamenu-default li ul.dj-subtree>li{list-style:square outside;padding :0;margin :0;color :#666}.dj-megamenu-default li ul.dj-subtree>li>a{display :block;font-size :12px;font-weight :normal;line-height :13px;color :#c3c3c3;text-decoration:none;padding :5px 0}.dj-megamenu-default li ul.dj-subtree>li>a:hover{background:transparent;color :#fff}.dj-megamenu-default li ul.dj-subtree>li.active>a{text-decoration:underline}.dj-megamenu-default li ul.dj-subtree>li>a small.subtitle{color :#666;display :block;font-size :0.9em;line-height:1} .dj-megamenu-default .modules-wrap{padding:0px 10px;color :#d2d2d2}.dj-megamenu-default .modules-wrap p{display:block !important;padding:0 !important} .dj-megamenu-default.dj-megamenu-fixed{position :fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform :translateZ(0) scale(1.0,1.0);transform :translateZ(0)}.dj-megamenu-default.dj-megamenu-sticky{position:fixed;top :0;left :0;width :100%;height :auto}.dj-megamenu-default .dj-stickylogo{position:absolute;z-index :550}.dj-megamenu-default .dj-stickylogo img{max-height:100%;width :auto}.dj-megamenu-default .dj-stickylogo.dj-align-center{position :static;text-align:center;margin :10px 0}.dj-megamenu-default .dj-stickylogo.dj-align-left{left :20px;max-height:50px;margin :5px 0}.dj-megamenu-default .dj-stickylogo.dj-align-right{right :20px;max-height:50px;margin :5px 0} .dj-megamenu-default li.dj-up.fullsub{position:static !important}.dj-megamenu-default li.dj-up.fullsub a.dj-up_a{position:relative}.dj-megamenu-default li.dj-up.fullwidth > .dj-subwrap{width:100vw}.dj-megamenu-default li.dj-up.fullwidth > .dj-subwrap > .dj-subwrap-in{padding:30px;box-sizing:border-box}.dj-megamenu-default .djsubrow_separator{clear :both;border-bottom:1px solid #3a3a3a;padding :0 0 20px;margin :0 0 20px} .dj-megamenu-default.verticalMenu{height :auto;max-width:360px;z-index :400}.dj-megamenu-default.verticalMenu li.dj-up{float:none}.dj-megamenu-default.verticalMenu li a.dj-up_a{float :none;height :auto;padding-top :15px;padding-bottom:15px;border-left :0px;border-right :0px;border-bottom :1px solid #000;border-top :1px solid #555}.dj-megamenu-default.verticalMenu li.first a.dj-up_a{border-top:0}.dj-megamenu-default.verticalMenu li:last-child a.dj-up_a{border-bottom:0}.dj-megamenu-default.verticalMenu li a.dj-up_a small.subtitle{margin-top:0}.dj-megamenu-default.verticalMenu li a.dj-up_a>span{display:flex;align-items:center}.dj-megamenu-default.verticalMenu li a.dj-up_a span{float :none;height :auto;line-height:20px}.dj-megamenu-default.verticalMenu li a.dj-up_a span span.image-title{padding :0 15px;margin :0}.dj-megamenu-default.verticalMenu li a.dj-up_a img,.dj-megamenu-default.verticalMenu li ul.dj-submenu>li>a .dj-icon{max-height:100%;max-width:32px}.dj-megamenu-default.dj-fa-no.verticalMenu li a.dj-up_a .arrow:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.dj-megamenu-default.dj-fa-0.verticalMenu li a.dj-up_a .arrow:before,.dj-megamenu-default.dj-fa-1.verticalMenu li a.dj-up_a .arrow:before,.dj-megamenu-default.dj-fa-5.verticalMenu li a.dj-up_a .arrow:before{content:"\f105"}.dj-megamenu-default.verticalMenu li:hover div.dj-subwrap,.dj-megamenu-default.verticalMenu li.hover div.dj-subwrap,.dj-megamenu-default.verticalMenu li:hover div.dj-subwrap.open-right,.dj-megamenu-default.verticalMenu li.hover div.dj-subwrap.open-right{right:auto !important;left :100% !important;top :0}.dj-megamenu-default.verticalMenu li:hover div.dj-subwrap.open-left,.dj-megamenu-default.verticalMenu li.hover div.dj-subwrap.open-left{left :auto !important;right:100% !important} body.dj-megamenu-overlay{position:relative}body.dj-megamenu-overlay ul.dj-megamenu{z-index :1001;position:relative}body.dj-megamenu-overlay .dj-megamenu-sticky{z-index :1000}body .dj-megamenu-overlay-box{background:rgba(0,0,0,0.5);position :fixed;top :0;left :0;right :0;bottom :0;z-index :999;pointer-events:none;display:none} .dj-megamenu-default li a.dj-up_a span.dj-badge,.dj-megamenu-default li ul>li>a span.dj-badge{float:none;text-transform:uppercase;display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;height:auto;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;margin-left:10px} .dj-megamenu-default.dj-megamenu-wcag *:focus, .dj-megamenu-default.dj-megamenu-wcag *:focus-visible{ outline:2px solid currentColor;outline-offset:-2px}.dj-megamenu-default.dj-megamenu-wcag *:focus:not(:focus-visible){ outline:none} .dj-megamenu-default .dj-subwrap{-webkit-animation-duration:400ms;animation-duration:400ms;-webkit-animation-delay:50ms;animation-delay:50ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.dj-megamenu-default.fast .dj-subwrap{-webkit-animation-duration:200ms;animation-duration:200ms}.dj-megamenu-default.slow .dj-subwrap{-webkit-animation-duration:600ms;animation-duration:600ms} .dj-megamenu-default li div.dj-subwrap,.dj-megamenu-default li.hover div.dj-subwrap li div.dj-subwrap,.dj-megamenu-default:not(.dj-megamenu-js) li:hover div.dj-subwrap li div.dj-subwrap{display:none} .dj-megamenu-default li.hover div.dj-subwrap,.dj-megamenu-default li.hover div.dj-subwrap li.hover > div.dj-subwrap,.dj-megamenu-default:not(.dj-megamenu-js) li:hover div.dj-subwrap,.dj-megamenu-default:not(.dj-megamenu-js) li:hover div.dj-subwrap li:hover > div.dj-subwrap{display:block}