.ddm__menu{padding:0 10px;height:30px;border:0;border-radius:4px;font-size:13px;font-weight:700;line-height:30px;background:#ebebeb;outline:0}.ddm__menu:hover{background:#112d6d;color:#fff}.ddm__menu--isHighlighted{background:#ffde96}.ddm__menu.ddm__menu--isOpen{height:31px;padding-bottom:1px;background:#112d6d;color:#fff;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-ms-border-radius:4px 4px 0 0;-o-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.ddm__menu.ddm__menu--isOpen:after{content:"";position:absolute;margin-top:-4px;right:7px;top:50%;width:0;height:0;border:4px solid transparent;border-top:none;border-bottom:6px solid #fff}.ddm__menu.ddm__menu--isUp{padding-top:1px;padding-bottom:0;margin-top:-1px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.ddm__menu--hasItems{padding-right:20px}.ddm__menu--hasItems:after{content:"";position:absolute;margin-top:-3px;right:7px;top:50%;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #000;border-bottom:0}.ddm__menu--hasItems:hover:after{border-top-color:#fff}#ddm__menuContent{z-index:9997;width:150px;height:auto;min-height:50px;opacity:0;overflow-x:hidden;overflow-y:auto;line-height:25px;background:#112d6d;color:#fff;-webkit-box-shadow:0 2px 5px #646464;-moz-box-shadow:0 2px 5px #646464;-ms-box-shadow:0 2px 5px #646464;-o-box-shadow:0 2px 5px #646464;box-shadow:0 2px 5px #646464}#ddm__menuContent.ddm__menuContent--fadeIn{animation-name:ddm__fadeIn;animation-duration:.2s;animation-iteration-count:1;animation-fill-mode:forwards;animation-delay:0s;-webkit-animation-name:ddm__fadeIn;-webkit-animation-duration:.2s;-webkit-transform:translate(0);transform:translate(0)}@keyframes ddm__fadeIn{0%{opacity:0}to{opacity:1}}.ddm__menuContentItem{padding:0 10px;font-size:13px;height:30px;line-height:30px;text-transform:capitalize}.ddm__menuContentItem--isSelected,.ddm__menuContentItem:hover{background:#1f51c5}@media only screen and (max-width:768px){.ddm__menu{font-size:3.7vw;padding:1.6vw 8vw 1.6vw 5.3vw}.ddm__menu,.ddm__menu.ddm__menu--isOpen{height:auto}.ddm__menuContentItem{font-size:3.7vw;line-height:11.7vw;height:11.7vw}.ddm__menu--hasItems:after{right:3vw;margin-top:-1.1vw;border-left:2.1vw solid transparent;border-right:2.1vw solid transparent;border-top:2.7vw solid #000}.ddm__menu.ddm__menu--isOpen:after{content:"";position:absolute;margin-top:-1.1vw;right:3vw;top:50%;width:0;height:0;border:2.1vw solid transparent;border-top:none;border-bottom:2.7vw solid #000}}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.ddm__menu{font-size:2.4vw}.ddm__menuContentItem{font-size:1.4vw;line-height:4.7vw;height:4.7vw}.ddm__menu--hasItems:after{right:3vw;margin-top:-.6vw;border-left:1.2vw solid transparent;border-right:1.2vw solid transparent;border-top:1.5vw solid #000}.ddm__menu.ddm__menu--isOpen:after{content:"";position:absolute;margin-top:-.6vw;right:3vw;top:50%;width:0;height:0;border:1.2vw solid transparent;border-top:none;border-bottom:1.5vw solid #fff}}.sticky{position:absolute;min-height:80px;width:380px;margin:0;border-radius:4px;color:#fff;background-color:#112d6d;overflow:hidden;box-shadow:0 0 15px rgba(0,0,0,.5);z-index:9899}.sticky__title{margin:18px 0 10px;text-transform:uppercase;font-size:20px;font-weight:700}.sticky__content,.sticky__title{text-align:center;line-height:22px}.sticky__content{padding:0 15px 15px;font-size:15px}.sticky__close{top:10px;right:10px;width:15px;height:15px;cursor:pointer;fill:#fff}.sticky__arrow{position:absolute;width:0;height:0;z-index:9899}.sticky__arrow--left{border-right:15px solid #112d6d;border-top:14px solid transparent;border-bottom:14px solid transparent}.sticky__arrow--top{border-bottom:15px solid #112d6d;border-right:14px solid transparent;border-left:14px solid transparent}.sticky__arrow--right{border-left:15px solid #112d6d;border-top:14px solid transparent;border-bottom:14px solid transparent}.sticky__arrow--bottom{border-top:15px solid #112d6d;border-right:14px solid transparent;border-left:14px solid transparent}.switch{display:inline-block;position:relative;width:71px;height:30px;background-color:#fff;border:2px solid #a0a0a0;border-radius:3px;cursor:pointer;overflow:hidden}.switch:before{content:"YES";left:0;padding:8px 9px 7px 7px;background-color:#1e3e66}.switch:after,.switch:before{position:absolute;top:0;color:#fff;font-size:10px;font-weight:700;z-index:1}.switch:after{content:"NO";right:0;padding:8px 8px 7px 11px;background-color:#a0a0a0}.switch__tab{display:block;position:absolute;top:0;left:0;width:34px;height:26px;background-color:#fff;border-radius:1px;z-index:3}.switch:hover .switch__tab{left:2px}.switch--on .switch__tab{left:33px}.switch.switch--on:hover .switch__tab{left:31px}.switch__tab--animateLeft{animation-timing-function:linear;animation:switch-flip-left .2s 1;animation-fill-mode:forwards}.switch__tab--animateRight{animation-timing-function:linear;animation:switch-flip-right .2s 1;animation-fill-mode:forwards}@keyframes switch-flip-left{0%{transform:translateX(2px)}to{transform:translateX(29px)}}@keyframes switch-flip-right{0%{transform:translateX(29px)}to{transform:translateX(0)}}