*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;min-height:100vh;display:flex;flex-direction:column;overflow-y:scroll}.topHeader{background-color:#333;padding:0;color:#fff}.topNav{display:flex;justify-content:center;width:100%}.nav-container{position:relative;width:100%;max-width:1200px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}#menu-toggle{display:none}.hamburger-menu{display:none}.menu{display:flex;list-style-type:none;min-height:60px;flex-wrap:wrap;justify-content:center;width:100%}.menu li{margin:0 .5rem;height:60px;display:flex;align-items:center}.menu a{text-decoration:none;color:#9d9d9d;font-size:1.1rem;font-weight:bold;display:flex;align-items:center;height:100%;padding:0 .5rem;white-space:nowrap}.menu a:hover{background-color:#555;color:#fff}.menu a:focus,.menu a:active{color:#ffa500}.mainContent{display:flex;flex:1}.bottomFooter{background-color:#333;color:#fff;padding:1rem;text-align:center;margin-top:auto}@media(max-width:768px){.nav-container{min-height:60px;flex-direction:column;align-items:center}.hamburger-menu{display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:2rem;color:#9d9d9d;height:60px;width:100%}.hamburger-menu::after{content:"☰"}.menu{display:none;flex-direction:column;width:100%;background-color:#333;height:auto;flex-wrap:nowrap}.menu li{margin:0;width:100%;text-align:center;border-top:1px solid #555;height:60px}.menu a{justify-content:center;width:100%}#menu-toggle:checked~.menu{display:flex}#menu-toggle:checked~.hamburger-menu::after{content:"✕"}}ul.menu>li>a>svg.homeIcon>g.dynamicIconColor{fill:#9d9d9d}ul.menu>li>a:hover>svg.homeIcon>g.dynamicIconColor{fill:white}ul.menu>li>a:focus>svg.homeIcon>g.dynamicIconColor,ul.menu>li>a:active>svg.homeIcon>g.dynamicIconColor{fill:orange}.copy-left{display:inline-block;text-align:right;margin:0;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.for_seo_only{display:none}