a.button {
  /*  background: red;*/ }

body {
  width: 100%;
  zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/* grid */
/* breakpoints */
/* other stuff */
.region {
  padding-top: 2em;
  display: inline;
  float: left;
  width: 96.2264150943%;
  margin: 0 1.8867924528%; }
  .region ul li {
    display: block;
    border: solid 1px gray;
    border-top: none; }
    .region ul li a, .region ul li a:hover, .region ul li a:active, .region ul li a:visited {
      border: none;
      display: block;
      padding: 0.5em 1em; }
    .region ul li a:hover {
      background: gray;
      color: white; }
  .region ul li:first-child {
    border-top: solid 1px gray; }
  .region h1, .region h2, .region h3 {
    padding-left: 0.75em; }

#locations {
  display: none; }

@media screen and (min-width: 668px) {
  #logo {
    display: inline;
    float: left;
    width: 29.5597484277%;
    margin: 0 1.8867924528%; }

  #navbar .nav {
    display: block; }

  #locations {
    display: inline;
    float: left;
    width: 96.2264150943%;
    margin: 0 1.8867924528%; }

  #navbar #locations ul {
    text-align: right;
    border-top: solid 1px gray; }
    #navbar #locations ul li {
      line-height: 1.5em;
      display: inline-block;
      padding: 0 0.5em; }
      #navbar #locations ul li a {
        color: black; }
      #navbar #locations ul li a.selected {
        color: gray; }

  body.index #scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: none; }
  body.index #container > *, body.index #scroll .nav {
    display: none; }
  body.index #container > #about {
    display: block;
    position: relative;
    top: 65px;
    z-index: 3;
    display: inline;
    float: left;
    width: 46.2264150943%;
    margin: 0 1.8867924528%;
    background-color: white;
    opacity: 0.9;
    padding: 2em;
    margin-top: 65px; }
  body.index #footer.seam.before:before {
    display: table;
    height: 3px; }

  .region {
    display: inline;
    float: left;
    width: 29.5597484277%;
    margin: 0 1.8867924528%; }
    .region ul li {
      display: block;
      border: solid 1px gray;
      border-top: none; }
      .region ul li a, .region ul li a:hover, .region ul li a:active, .region ul li a:visited {
        border: none;
        display: block;
        padding: 0.5em 1em; }
      .region ul li a:hover {
        background: gray;
        color: white; }
    .region ul li:first-child {
      border-top: solid 1px gray; } }
/* end tablet min */
