html{overflow-x:clip}#masthead{top:-1px;z-index:200;position:sticky}html.open body{width:100%}.mobile-toggle,.menu-control{border:none;background:transparent}.site-header{background:#fff;box-shadow:0 10px 15px -5px #0000000d}.site-header,.site-header ul,.site-header li{list-style:none;margin:0;padding:0}.site-header a:not(.btn){display:inline-block;color:inherit;text-decoration-color:transparent;text-wrap:balance}.site-header li li a{font-size:calc(.9 * var(--body-font-size))}.site-header li.icon-before{display:flex;align-items:center;gap:1.25rem;font-size:calc(.9 * var(--body-font-size))}.site-header li.icon-before .fal{color:var(--link-color)}.site-header .major{font-weight:600;font-size:var(--s1, 1.25rem);display:block;line-height:1.2}.site-header .subtext{font-size:var(--tsn1);display:inline-block;margin-top:2%}.site-header sup,.site-header .sup{top:-1rem;font-size:.25em}.site-header sub,.site-header .sub{top:.25em;font-size:.25em}.panel-categories a:not(.btn){display:flex;padding:.25rem 0;transition:text-decoration .4s ease-out;text-decoration-color:transparent;text-underline-offset:5px;text-decoration-thickness:1px;color:inherit}.panel-categories a:not(.btn) i[class*=fa-]{display:inline-block;font-size:var(--ts1);color:var(--primary);padding:.35rem 2rem 0 0;text-decoration-color:transparent}.panel-categories a:not(.btn):hover{text-decoration:underline;text-decoration-color:var(--primary);text-decoration-thickness:1px;color:var(--primary)}html.mobile a[aria-haspopup=true].active+.menu-panel{display:block;transform:translateY(0);opacity:1}html.mobile a[aria-haspopup=true].active i.fa-angle-down{transform:rotate(180deg)}html.mobile .primary-nav{display:block!important;overflow-y:auto;position:absolute;top:100%;right:0;left:0;height:100vh;z-index:-11;background:var(--black);visibility:hidden;transition:.25s cubic-bezier(.36,-.01,0,.77);transform:translateY(-10rem);opacity:0;color:var(--light)}html.mobile .primary-nav a.btn{color:var(--light)}html.mobile .primary-nav.open{visibility:visible;transform:translateY(0);opacity:1}html.mobile .primary-nav .mobile-wrapper{margin:auto;padding-bottom:max(10vh,100px);width:90%;max-width:60ch;flex-direction:column}html.mobile .primary-nav .mobile-wrapper .major,html.mobile .primary-nav .mobile-wrapper .majora{padding:1rem 0!important;font-size:.75rem;margin:0!important;text-transform:uppercase;color:var(--gray-500)}html.mobile .primary-nav .mobile-wrapper>ul>li>a:not(.btn){padding:.5rem 1rem}html.mobile .primary-nav .mobile-wrapper>ul>li>a:not(.btn):hover,html.mobile .primary-nav .mobile-wrapper>ul>li>a:not(.btn).active{background:var(--primary)}html.mobile .primary-nav .mobile-wrapper>ul{flex-direction:column;margin:2rem 0;width:100%}html.mobile .primary-nav .mobile-wrapper>ul:not(.buttons)>li{width:100%}html.mobile .primary-nav .mobile-wrapper>ul:not(.buttons)>li>a:not(.btn){display:flex;justify-content:space-between;font-size:1.25rem;align-items:center}html.mobile .primary-nav .mobile-wrapper .menu-panel{display:none;position:relative;visibility:unset}html.mobile .primary-nav .mobile-wrapper .menu-panel .container{width:unset}html.mobile .primary-nav .mobile-wrapper .menu-panel .subtext,html.mobile .primary-nav .mobile-wrapper .menu-control,html.mobile .primary-nav .mobile-wrapper .panel-title span{display:none}html.mobile .primary-nav .mobile-wrapper .panel-title a{padding:1rem 0;display:block}html.mobile .primary-nav .mobile-wrapper .panel-title a:after{content:"Overview";font-size:var(--tsn1);transition:text-decoration 1s ease-out;text-decoration-color:transparent}html.mobile .primary-nav .mobile-wrapper .panel-title a:hover:after{text-decoration:underline;text-decoration-color:var(--primary);text-decoration-thickness:1px;text-underline-offset:4px;color:var(--primary)}html.mobile .primary-nav .mobile-wrapper .panel-categories .major{margin:1.5rem 0 .5rem}html.mobile .primary-nav .mobile-wrapper .panel-categories ul{margin:0;padding:0}html.mobile .primary-nav .mobile-wrapper .panel-categories li a{padding:1rem 0;display:block}html.mobile .primary-nav .mobile-wrapper .panel-categories li a.btn{padding:var(--btn-padding-y) var(--btn-padding-x);margin:1.5rem}.menu-panel{visibility:hidden}html:not(.mobile) .primary-nav>div>ul>li>a{font-size:14px;white-space:nowrap;font-weight:600;text-transform:uppercase}html:not(.mobile) .menu-panel{position:absolute;background:#fff;left:0;right:0;top:100%;border-bottom:4px solid var(--gray-200);padding:2rem;z-index:-1;visibility:hidden;transition:.15s cubic-bezier(.36,-.01,0,.77);transform:translateY(-10rem);opacity:0}@media screen and (max-height: 720px){html:not(.mobile) .menu-panel{height:75vh;overflow:auto}}html:not(.mobile) a[aria-haspopup=true].active+.menu-panel{visibility:visible;transition:.25s cubic-bezier(.36,-.01,0,.77);transform:translateY(0);opacity:1}html:not(.mobile) .menu-control{color:var(--primary);font-size:1.5rem;position:absolute;top:.5rem;right:.5rem}html:not(.mobile) .panel-title a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--gray-400);padding-bottom:var(--spacer);margin-bottom:var(--spacer)}html:not(.mobile) .panel-title a span:first-of-type{font-size:var(--ts2);font-weight:800}html:not(.mobile) .panel-categories ul{margin:0;padding:0;text-transform:none}html:not(.mobile) .panel-categories>ul{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 3rem}html:not(.mobile) .panel-categories.grid-3>ul{grid-template-columns:repeat(3,1fr)}html:not(.mobile) .panel-categories.grid-4>ul{grid-template-columns:repeat(4,1fr)}html:not(.mobile) .panel-categories .grid-span-2{grid-column:span 2}html:not(.mobile) .panel-categories .grid-span-3{grid-column:span 3}html:not(.mobile) .panel-categories .grid-span-4{grid-column:span 4}html:not(.mobile) .panel-categories li[class*=grid-span]>ul.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:0 3rem}html:not(.mobile) .panel-categories a.btn{margin:1rem 0}#menu-toggle{width:1.5rem;aspect-ratio:1;position:relative}#menu-toggle *{margin:0;padding:0}#menu-toggle span{display:block;position:absolute;height:2px;width:100%;background:#222;border-radius:2px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}#menu-toggle span:nth-child(1){top:0}#menu-toggle span:nth-child(2),#menu-toggle span:nth-child(3){top:8px}#menu-toggle span:nth-child(4){top:16px}#menu-toggle.open span:nth-child(1){top:8px;width:0%;left:50%}#menu-toggle.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#menu-toggle.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#menu-toggle.open span:nth-child(4){top:8px;width:0%;left:50%}
