
:root{
  --green:#005f2b;
  --gold:#f6a400;
  --dark:#14351f;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;font-family:Arial,Helvetica,sans-serif;color:#111}
body{min-height:100vh}
.site-shell{width:100%;display:flex;justify-content:center;background:#fff}
.page-wrap{
  position:relative;
  width:100%;
  max-width:1440px;
  margin:0 auto;
  background:#fff;
  box-shadow:0 0 0 rgba(0,0,0,0);
}
.page-img{display:block;width:100%;height:auto;margin:0 auto}
.hotspot{
  position:absolute;
  display:block;
  text-decoration:none;
  color:transparent;
  background:rgba(255,255,255,0);
  border:0;
  z-index:5;
}
.hotspot:focus{outline:3px solid rgba(0,95,43,.35);border-radius:6px}
.skip-links{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
@media(max-width:700px){
  .page-wrap{max-width:100%}
}
