section.footer-with-menu{background:#363636;flex-wrap:wrap}
ul.expandable-menu{overflow-y:none;border-top:1px solid rgba(200,200,200,.3);flex-wrap:wrap;flex-basis:100%;list-style:none;transition:all .3s ease-in-out;display:flex}ul.expandable-menu a{text-decoration:none}ul.expandable-menu li{font-size:1.1em}ul.expandable-menu li a{cursor:pointer}ul.expandable-menu li a.main-item{padding:1em}ul.expandable-menu li ul.submenu{margin-left:.5em;list-style:none}ul.expandable-menu li ul.submenu li a{cursor:pointer;font-size:.7em;font-weight:400}ul.expandable-menu a.disabled{opacity:.3;text-decoration:line-through;cursor:not-allowed!important}ul.expanded{max-height:2000px;margin-bottom:1em}ul.dark a{color:var(--darker)!important}ul.dark a:hover{color:var(--grey)!important}ul.light a{color:var(--lightgrey)!important}ul.light a:hover{color:var(--lighter)!important}
li.expandable-menu-item{min-width:150px;color:var(--lighter)}li.expandable-menu-item div.menu-title{gap:10px;min-width:150px;padding:1em;display:flex}li.expandable-menu-item div.menu-title input{display:none}li.expandable-menu-item div.menu-title label{cursor:pointer;align-self:flex-end;transition:all .3s ease-in-out;transform:rotate(45deg)}li.expandable-menu-item div.menu-title input:checked~label{transform:rotate(0)}li.expandable-menu-item ul.submenu{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}li.expandable-menu-item ul.submenu li{padding:.25em 1em}li.expandable-menu-item ul.expanded{max-height:500px;padding-bottom:1em}
div.copyright-bar{border-top:1px solid rgba(200,200,200,.1);flex-flow:wrap;justify-content:center;align-items:center;width:100%;height:50px;display:flex;position:relative}div.copyright-bar p{font-size:.8em}div.copyright-bar a{position:absolute;right:0}@media screen and (max-width:600px){div.copyright-bar a{position:relative}div.copyright-bar{gap:10px}}
div.footer-title{color:var(--lightgrey);padding:.3em}div.footer-title p{padding:.2em;font-size:1.2em}
.headers{z-index:10;flex-direction:column;width:100%;display:flex;overflow:hidden}
section.header-with-pannel{z-index:10;background:var(--lighter);flex-direction:row;justify-content:center;align-items:flex-start;width:100%;min-width:450px;max-height:50px;transition:max-height .3s ease-in-out;position:fixed;overflow:hidden}section.header-with-pannel div{padding:.2em}section.header-with-pannel a{color:var(--lightgrey);text-decoration:none}section.header-with-pannel a:hover{color:var(--darkgrey)}section.header-with-pannel.expanded{max-height:2000px}div.header-logo a{color:var(--grey);flex-direction:row;justify-content:left;align-items:center;gap:1em;font-weight:400;text-decoration:none;display:flex}div.header-logo a p{font-size:1.5em}div.header-logo a i{font-size:1.5em}div.header-login{flex-direction:row;flex:1;justify-content:right;gap:10px;display:flex}div.header-login a{justify-content:center;align-items:center;gap:10px;padding-right:.5em;font-size:.95em;display:flex}div.header-sandwich-menu{justify-content:center}div.header-sandwich-menu label{cursor:pointer;align-items:center;padding:0 1em;display:flex}div.header-sandwich-menu input{display:none}
