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; }

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 {
    content: "";
    content: none;
}

q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
}

body, input, textarea, select, option {
    font: 11pt "Open Sans", sans-serif;
}

body {
    line-height: 1.8em;
    color: #707070;
    margin-bottom: 2em;
}

strong {
    color: #333;
    font-weight: bold;
}

em {
    font-style: italic;
}

p
{
    margin: 1em 0;
}

a
{
    text-decoration: none;
    color: #2798ce;
}

a:hover
{
    color: #10b5e8;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in; 
}

address {
    font-style: normal;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

h1, h2 {
    color: black;
    line-height: 1.4em;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    text-transform: uppercase;
    color: #797979;
    font-weight: bold;
    font-size: 0.8em;
}

figure {
    margin: 0;
    font-size: 0.8em;
    text-align: center;
}

ul, ol {
    margin-left: 2em;
}

ul li {
    background: url(/images/bullet.png) no-repeat 0 10px;
    padding-left: 1em;
    margin-bottom: 1em;
}

blockquote {
    overflow: hidden;
    margin-bottom: 1em;
}

blockquote q {
    background-color: #2798ce;
    color: #f8fbfd;
    border-radius: 6px;
    display: block;
    padding: 20px;
}

blockquote .attribution {
    background: #2798ce url(/images/speech-bubble-arrow.png) no-repeat top left;
    color: #999;
    display: block;
    font-size: 0.9em;
    padding-left: 30px;
}

blockquote .attribution .name {
    color: #707070;
}

.divide {
    border-top: 1px solid #e3e3e3;
    margin: 2em 0;
}

.amp {
    font-family: Palatino, "Palatino Linotype", Constantia, serif;
    font-style: italic;
}

.button
{
    background: url(button.png) no-repeat 0 0;
    color: white;
    display: block;
    font-size: 0.8em;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 20px;
    text-shadow: 0 1px 0 black;
    text-transform: uppercase;
    width: 140px;
}

.button:hover
{
    background-position: 0 50%;
    color: white;
}


.button:active
{
    background-position: 0 100%;
}


.hero,
div.page_header,
div.page_footer
{
    background-color: #2798ce;
}
.hero h2 {
    color: #fff;
}

div.readme,
body > div,
body table
{
    padding: 10px 30px;
}

table.project_list,
div.page_body table
{
    width: 100%;
}

div.page_header,
div.page_footer
{
    padding: 20px 30px;
}

div.page_footer
{
    margin-top: 20px;
}

div.readme
{
  font-family: inherit;
}

.linenr
{
  background-color: #f4f3f2;
  padding: 0 5px;
}

div.page_header,
div.page_footer_text
{
  color: #fff;
}

div.page_header a:visited
		      {
			  color: #eee;
		      }

div.page_header a:active,
div.page_header a:hover
		      {
			  color: #ccc;
		      }

.hero .content
{
    margin: auto;
    width: 940px;
    overflow: hidden;
    padding: 30px 0 50px;
}

.hero .logo
{
    float: left;
    margin-top: 40px;
}

.hero .blurb
{
    background: #E7F3F7;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    color: black;
    font-size: 1.2em;
    float: right;
    line-height: 1.6em;
    margin-right: 2em;
    padding: 60px;
    width: 380px;
}

.hero .blurb p
{
    margin: 0;
}

.hero .button
{
    text-align: center;
    position: absolute;
    margin: 40px 0 0 100px;
}


footer.site {
  margin: auto;
  width: 940px;
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 1em auto 2em;
}

footer.site .fn, footer.site .tel, footer.site .email, footer.site .adr {
    display: block;
    float: left;
}

footer.site .fn, footer.site .tel, footer.site .email {
    line-height: 80px;
    padding: 0 20px;
}

footer.site .fn {
    color: #4C4C4C;
}

footer.site .adr {
    border-color: #c6c6c6;
    border-style: solid;
    border-width: 0 1px;
    background: url(/address.png) no-repeat 50% 50%;
    display: block;
    color: #707070;
    line-height: 1.2em;
    font-size: 0.8em;
    overflow: hidden;
    padding: 15px 0 10px 170px;
    height: 60px;
    width: 170px;
}

  
.case-study {
    border: 1px solid #e3e3e3;
    margin: 1em 0;
    padding: 20px;
    overflow: hidden;
}

.case-study .title {
    display: block;
}

.case-study .industry {
    display: block;
    color: #999;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}

.case-study .client {
    display: block;
    font-size: 2.4em;
    line-height: 1em;
}

.case-study .about {
    float: left;
    width: 360px;
}

.case-study .about p {
    margin: 0;
}

.case-study aside {
    float: right;
    width: 180px;
    text-align: center;
}

.case-study.teaser {
    font-size: 0.9em;
    margin-top: 0;
    padding: 10px;
}

.case-study.teaser .client {
    font-size: 2em;
}

.case-study.teaser .about {
      float: none;
      width: auto;
}

.case-study.teaser .about p {
    margin: 0 0 10px;
}

.case-study.teaser .button {
      position: absolute;
      margin-top: -0.5em;
      margin-left: 30px;
      text-align: center;
}
    
.home-features {
    margin: auto;
    width: 940px;
    overflow: hidden;
    padding: 20px 0;
}

.home-features header {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0.2em;
    overflow: hidden;
}

.home-features .case-studies {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    width: 580px;
}

.home-features .case-studies header h3 {
    float: left;
}

.home-features .case-studies header nav.carousel-nav {
    float: right;
}

.home-features .case-study {
    margin-right: 40px;
    border-style: none;
    padding: 0;
    width: 580px;
}

.home-features .learn-more {
    float: right;
    width: 280px;
}

.home-features .learn-more nav a {
    background: #2798ce url(/images/learn-more.png) no-repeat 0 50%;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    font-size: 1em;
    padding: 30px 40px 30px 80px;
}

.home-features .learn-more nav a.team {
    background-position: -280px 50%;
}

.home-features .learn-more nav a.employment {
    background-position: -560px 50%;
}

.home-features .learn-more nav a:hover {
    background-color: #10b5e8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.watershed-graph {
    margin: auto;
    width: 940px;
    overflow: hidden;
    padding: 20px 0;
}

