/*
*
*  Golden Grid System (1.01)	<http://goldengridsystem.com/>
*  by Joni Korpi 				<http://jonikorpi.com/>
*  licensed under MIT			<http://opensource.org/licenses/mit-license.php>
*	
*/
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/
body {
  font-size: 1em;
  line-height: 1.5;
}
/*
*
*  Four-column grid active
*  ----------------------------------------
*  Margin   | #  1   2   3   4   |   Margin
*  5.55555% | %  25  50  75  100 | 5.55555%
*
*/

.banner {
  display: none;
}

.wrapper {
  padding: 0 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#page:after {
  content: '';
  clear: both;
  display: block;
}

header hgroup,
.content,
footer .footer-middle {
  margin: 0 5.55555%;
}

header h1 img {
  width: 100%;
  height: auto;
}

nav > .menu-collapse { display: block; }
nav > ul { display: none; }

nav li,
nav a {
  display: block;
  width: 100%;
}

nav li:last-child a {
  border-bottom: 0;
}

nav a {
    border-bottom: 1px solid rgba(0,0,0,0.10);
    border-top: 1px solid rgba(255,255,255,0.10);
}

#.intro {
#    font-weight: bold;
#    color: #5B7314;
#}

/*
*
*  Fixes for IE6-8
*  http://jonikorpi.com/leaving-old-IE-behind/
*
*/
.ie body {
  width: 40em;
  margin: 0 auto;
  font-size: 1.0625em;
}
.ie h1 {
  /* 42px / 48px */

  font-size: 2.625em;
  line-height: 1.1428571428571428em;
  margin: 1.1428571428571428em 0 0.5714285714285714em;
}
/* @media screen and (min-width: 480px) */

@media screen and (min-width: 30em) {

  .practice-hours,
  .contact-us,
  .contact-details,
  .location-map {
    float: left;
    width: 50%;
  }
}


@media screen and (min-width: 40em) {
  body {
    /* Zoom baseline grid to 17/16 = 1.0625 */
  
    font-size: 1.0625em;
  }
}
/*
*
*  Eight-column grid active
*  ----------------------------------------------------------------------
*  Margin   | #  1     2     3     4     5     6     7     8   |   Margin
*  5.55555% | %  12.5  25.0  37.5  50.0  62.5  75.0  87.5  100 | 5.55555%
*	
*
*/
/* @media screen and (min-width: 720px) */
@media screen and (min-width: 45em) {
  body {
    /* Reset baseline grid to 16/16 = 1 */
  
    font-size: 1em;
  }

  header hgroup,
  nav,
  .content,
  footer .footer-middle {
    margin: 0 16.666666666666664%;
  }

  header h1 {
    width: 75%;
  }

  nav li {
    width: 20%;
  }

  nav a {
    border: none;
    border-right: 1px solid rgba(0,0,0,0.10);
    border-left: 1px solid rgba(255,255,255,0.10);
  }

  .mobile-actions {
    display: none;
  }

 # .intro {
 #   font-weight: normal;
 #   font-size: 1.5em;
 # }

  nav > .menu-collapse { display: none; }
  nav > ul { display: block; }
}
/* @media screen and (min-width: 888px) */
@media screen and (min-width: 55.5em) {
  body {
    /* Zoom baseline grid to 17/16 = 1.0625 */
  
    font-size: 1.0625em;
  }
}
/* @media screen and (min-width: 984px) */
@media screen and (min-width: 61.5em) {
  body {
    /* Reset baseline grid to 16/16 = 1.0 */
  
    font-size: 1em;
  }

  .banner {
    display: block;
    width: 16.666666666666664%;
  }

  .sidebar,
  .main {
    float: left;
  }

  header h1 {
    width: 75%;
  }


  .sidebar {
    width: 33.33%;
  }

  .main {
    width: 66.66%;
  }

  .practice-hours,
  .contact-us {
    float: none;
    width: 100%;
  }

  nav li {
    width: 16.666666666666664%;
  }

  .hide-tl {
    display: none;
  }
}
/* @media screen and (min-width: 1200px) */
@media screen and (min-width: 75em) {
  body {
    /* Zoom baseline grid to 17/16 = 1.0625 */
  
    font-size: 1.0625em;
  }

  .hide-tl {
    display: inline-block;
  }
}
/* @media screen and (min-width: 1392px) */
@media screen and (min-width: 87em) {
  body {
    /* Reset baseline grid to 16/16 = 1.0 */
  
    font-size: 1em;
  }
}
/* @media screen and (min-width: 1680px) */
@media screen and (min-width: 105em) {
  body {
    /* Zoom baseline grid to 17/16 = 1.0625 */
  
    font-size: 1.0625em;
  }
}
/*
*
*  Sixteen-column grid active
*  ----------------------------------------------------------------------------------------------------------------------
*  Margin   | #  1     2     3     4     5     6     7     8     9     10    11    12    13    14    15    16  |   Margin
*  5.55555% | %  6.25  12.5  18.75 25.0  31.25 37.5  43.75 50.0  56.25 62.5  68.75 75.0  81.25 87.5  93.75 100 | 5.55555%
*	
*
*/
/* @media screen and (min-width: 1872px) */
@media screen and (min-width: 117em) {

}
/* @media screen and (min-width: 2080px) */
@media screen and (min-width: 130em) {
  body {
    /* Zoom baseline grid to 18/16 = 1.125 */
  
    font-size: 1.125em;
    max-width: 160em;
  }
}