@media(min-width: 768px){.burger__span{font-family:"Lexia",serif;font-weight:700;font-size:17px;letter-spacing:.39px;color:#fff;padding-right:15px}}@media screen and (max-width: 767px){.burger__span{display:none}}.burger__open,.burger__close{cursor:pointer}.burger__icon{display:inline-block;vertical-align:middle}.burger__overlay{position:fixed;right:-100%;top:0;bottom:0;background-color:#004d7c;padding:50px 50px 50px 40px;min-width:320px;box-sizing:border-box;text-align:right;transition:right .3s ease 0s;z-index:105}@media screen and (max-width: 767px){.burger__overlay{padding-right:25px}}.burger__bg-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(18,35,70,.6);max-height:0;opacity:0;transition:opacity .2s,max-height 0s .2s;z-index:104}.burger__content{height:100%;display:flex;flex-direction:column}.burger__menus{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;text-align:left;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;margin-top:60px}.burger__menus::-webkit-scrollbar{display:none}.burger--open .burger__overlay{right:0}.burger--open .burger__bg-overlay{max-height:100%;opacity:1;transition:opacity .2s,max-height 0s 0s}.toolbar-horizontal .burger__overlay{top:39px}.toolbar-horizontal.toolbar-tray-open .burger__overlay{top:79px}