@charset "UTF-8";
/* https://harmony.solutions/wp-content/themes/allegiant_pro/blocks/menuswitcher/menuswitcher.css?ver=1.3.9 */
.menuswitcher--section{position:static;top:71px;z-index:2;background:var(--theme-blue);color:#fff}@media (min-width:1200px){.menuswitcher--section{top:87px}}.menuswitcher--container{padding-top:30px;padding-bottom:30px;overflow:auto}.menuswitcher--menu{list-style-type:none;padding:0;margin:0;display:flex;min-width:550px}.menuswitcher--menu>li{list-style:none;flex-basis:0%;flex-grow:1;max-width:100%;text-align:center;border-bottom:2px solid #aaa;padding-bottom:10px;margin:0}.menuswitcher--menu>li.current-menu-item{border-color:#fff;color:#fff}.menuswitcher--menu>li>a{transition:color .3s;display:block;color:#fff!important;font-size:1.25em}.menuswitcher--menu>li a:hover{color:var(--theme-dk-blue)!important;text-decoration:none}.menuswitcher--container::-webkit-scrollbar{width:7px;height:5px}.menuswitcher--container::-webkit-scrollbar-track{background:var(--theme-dk-blue)}.menuswitcher--container::-webkit-scrollbar-thumb{background-color:var(--theme-blue);border-radius:0;border:2px solid var(--theme-blue)}