/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1
*/
/* ==========================================================================
   Less Variables
   ========================================================================== */
/* ==========================================================================
   CSS Reset By Eric Meyer
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #1ABC9C;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1ABC9C;
  color: #fff;
  text-shadow: none;
}
/* =========================================================================
    Clearfix
   ========================================================================= */.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
h1 {
  color: #213448;
  font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 2.25em;
  line-height: 130%;
  margin-bottom: .75em;
}
h3 {
  color: #213448;
  font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.7em;
  line-height: 130%;
  margin-bottom: .5em;
}
h4 {
  color: #213448;
  font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  margin-bottom: .5em;
}
h5 {
  color: #213448;
  font-family: "Museo Sans Rounded", "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 150%;
  margin-bottom: .3em;
}
h6 {
  color: #213448;
  font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 150%;
  margin-bottom: .3em;
}
p {
  color: #213448;
  font-size: 1em;
  font-weight: 300;
  line-height: 150%;
}
p a {
  color: #3498db;
  text-decoration: none;
}
p a:hover {
  color: #5dade2;
}
/* =========================================================================
    Global Styles
   ========================================================================= *//* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #ffffff;
  border-top: 5px solid #213448;
  color: #666666;
  font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 100%;
}
.wrapper {
  margin: 0 auto;
  width: 90%;
}
img {
  max-width: 100%;
}
.button {
  background-color: #55b59a;
  border-radius: 4px;
  color: #fff;
  font-size: 1.1em;
  padding: 1em 1em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  /* Safari */

}
.button:hover {
  background-color: #16A085;
  color: #fff;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  /* Safari */

}
header {
  background: #ecf0f1;
  padding: 1.5em 0;
  margin: 0 0 3em 0;
}
header #logo {
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
header a.tel {
  background-color: #55b59a;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: 200;
  margin: 0 auto;
  padding: .75em 0;
  text-align: center;
  text-decoration: none;
  width: 75%;
}
.site-intro hgroup {
  margin-bottom: 2.5em;
}
.site-intro hgroup h1 {
  margin-bottom: .5em;
  text-align: center;
}
.site-intro hgroup h5 {
  text-align: center;
}
.site-intro .flatpoint {
  display: block;
  margin-bottom: 2em;
  text-align: center;
}
.site-intro .flatpoint img {
  margin-bottom: .7em;
}
.site-intro .flatpoint p {
  font-size: 1.1em;
}
.map {
  background: #213448 url(../images/map-sm.png) center center no-repeat;
  color: #fff;
  margin: 1em 0 3em 0;
  padding: 5em 0em;
  text-align: center;
}
.map a {
  color: #fff;
  display: block;
  padding: 1em 0;
  text-decoration: none;
}
.map span {
  display: block;
  font-size: 2.5em;
  line-height: 160%;
}
.subject-overview {
  margin: 0 0 4em 0;
}
.subject-overview h3 {
  text-align: left;
}
.subject-overview p {
  text-align: left;
  line-height: 165%;
  margin-bottom: 2em;
}
.subject-overview .button {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
footer {
  background-color: #ecf0f1;
  padding: 1em 0;
  text-align: center;
}
footer em {
  display: none;
}
footer span {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: .5em 0;
}
footer p {
  margin-bottom: 1em;
}
@media screen and (min-width: 45em) {
  header {
    padding: 1.5em 0;
    margin: 0 0 3em 0;
  }
  header #logo {
    display: block;
    float: left;
    margin: .6em 0 0 0;
  }
  header a.tel {
    display: inline;
    float: right;
    margin: 0;
    padding: .75em 0;
    max-width: 25%;
  }
  .site-intro hgroup {
    margin-bottom: 3em;
  }
  .site-intro hgroup h1 {
    margin-bottom: .5em;
    text-align: center;
  }
  .site-intro hgroup h5 {
    text-align: center;
  }
  .site-intro .flatpoint {
    display: block;
    float: left;
    margin: 0 5% 3em 0;
    width: 30%;
  }
  .site-intro .flatpoint img {
    margin-bottom: .7em;
    max-width: 75%;
  }
  .site-intro .flatpoint p {
    font-size: 1.1em;
  }
  .site-intro .flatpoint.last {
    margin-right: 0;
  }
  .map {
    background: #213448 url(../images/map-lg.png) center center no-repeat;
    padding: 8em 0em;
  }
  .subject-overview {
    margin: 0 auto 5em;
  }
  .subject-overview .overview-position {
    margin: 0 auto;
    width: 70%;
  }
  .subject-overview h3 {
    text-align: left;
  }
  .subject-overview p {
    text-align: left;
    font-size: 1.1em;
    line-height: 160%;
    margin-bottom: 2em;
  }
  .subject-overview .button {
    display: block;
    margin: 0;
    text-align: center;
    width: inherit;
  }
}
@media screen and (min-width: 64em) {
  .wrapper {
    margin: 0 auto;
    width: 58em;
  }
  .site-intro hgroup h1 {
    margin-bottom: .2em;
  }
  .subject-overview {
    margin: 0 auto 5em;
  }
  .subject-overview .overview-position {
    margin: 0 auto;
    width: 65%;
  }
  .subject-overview h3 {
    text-align: left;
  }
  .subject-overview p {
    text-align: left;
    font-size: 1.1em;
    line-height: 160%;
    margin-bottom: 2em;
  }
  .subject-overview .button {
    display: block;
    margin: 0;
    text-align: center;
    width: inherit;
  }
  h1 {
    color: #213448;
    font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 3.5em;
    line-height: 130%;
    margin-bottom: 0em;
  }
  h3 {
    color: #213448;
    font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2em;
    line-height: 130%;
    margin-bottom: .75em;
  }
  h4 {
    color: #213448;
    font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.65em;
    line-height: 130%;
    margin-bottom: .5em;
  }
  h6 {
    color: #213448;
    font-family: "museo-sans-rounded" "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.25em;
    line-height: 130%;
    margin-bottom: .3em;
  }
}
