@font-face {
  font-family: "alte_haas_groteskbold";
  src: url("../fonts/altehaasgroteskbold-webfont.eot");
  src: url("../fonts/altehaasgroteskbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/altehaasgroteskbold-webfont.woff") format("woff"), url("../fonts/altehaasgroteskbold-webfont.ttf") format("truetype"), url("../fonts/altehaasgroteskbold-webfont.svg#alte_haas_groteskbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alte_haas_groteskregular";
  src: url("../fonts/altehaasgroteskregular-webfont.eot");
  src: url("../fonts/altehaasgroteskregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/altehaasgroteskregular-webfont.woff") format("woff"), url("../fonts/altehaasgroteskregular-webfont.ttf") format("truetype"), url("../fonts/altehaasgroteskregular-webfont.svg#alte_haas_groteskregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 17, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}

blockquote {
padding-left: 1em;
border-left: 3px solid #ccc;
margin: 1em 0;
}


/* line 103, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 25, ../sass/screen.sass */
.hide-for-small {
  display: none;
}

/* line 28, ../sass/screen.sass */
body {
  font-family: "alte_haas_groteskregular", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

/* line 35, ../sass/screen.sass */
img {
  max-width: 100%;
  height: auto;
}

/* line 39, ../sass/screen.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: "alte_haas_groteskbold", Helvetica, sans-serif;
  font-weight: normal;
  color: #c8513b;
}
/* line 43, ../sass/screen.sass */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border-bottom: none !important;
}
/* line 45, ../sass/screen.sass */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  border-bottom: none;
}

/* line 48, ../sass/screen.sass */
h1 {
  font-size: 1.4em;
  margin: 1.5em 0 0.75em 0;
}

/* line 52, ../sass/screen.sass */
h2 {
  font-size: 1.2em;
  margin-bottom: 0.4em;
}

/* line 56, ../sass/screen.sass */
h3 {
  margin-bottom: 0.5em;
}

/* line 59, ../sass/screen.sass */
h4 {
  color: #333333;
  font-size: 0.9em;
}

h5 {
  color: #333333;
  font-size: 0.8em;
  margin-bottom: 0.8em;
}

h6 {
  color: #333333;
  font-size: 0.7em;
  margin-bottom: 0.7em
}

/* line 63, ../sass/screen.sass */
p {
  margin-bottom: 1em;
}
/* line 67, ../sass/screen.sass */
p.date {
  margin-top: 1em;
  letter-spacing: 1px;
  text-indent: 0;
  font-size: 0.8em;
  text-transform: uppercase;
}

/* line 74, ../sass/screen.sass */
small {
  font-size: 0.8em;
}

/* line 77, ../sass/screen.sass */
em {
  font-style: italic;
}

/* line 80, ../sass/screen.sass */
strong {
  font-family: "alte_haas_groteskbold", Helvetica, sans-serif;
  font-weight: normal;
}

/* line 84, ../sass/screen.sass */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 89, ../sass/screen.sass */
a:hover {
  color: #c8513b;
}

/* line 94, ../sass/screen.sass */
.main ul {
  list-style-type: disc;
  margin-left: 1.1em;
  margin-bottom: 1em;
}
ol {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
/* line 98, ../sass/screen.sass */
.main a {
  border-bottom: 1px solid #333333;
}
/* line 100, ../sass/screen.sass */
.main a:hover {
  border-bottom: 1px solid #c8513b;
}
/* line 102, ../sass/screen.sass */
.main ul.listing {
  list-style: none;
  margin-left: 0;
}

/* line 107, ../sass/screen.sass */
.vid p {
  margin-top: 1em;
  font-size: 0.9em;
}

/* line 111, ../sass/screen.sass */
.container.main-nav {
  background-color: #c8513b;
  margin-bottom: 2em;
  max-width: 100%;
}

/* line 116, ../sass/screen.sass */
#mobilenav {
  display: none;
  margin-bottom: 1em;
  clear: both;
  font-size: 0.85em;
}
/* line 121, ../sass/screen.sass */
#mobilenav h3 {
  margin-bottom: 0.5em;
  color: #333333;
}
/* line 124, ../sass/screen.sass */
#mobilenav a {
  font-weight: bold;
  display: block;
  color: white;
  margin-bottom: 0.4em;
}

/* line 131, ../sass/screen.sass */
header {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  max-width: 40em;
}
/* line 137, ../sass/screen.sass */
header h1 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
  float: left;
}
/* line 141, ../sass/screen.sass */
header h1 a {
  color: white;
}
/* line 143, ../sass/screen.sass */
header h1 a:hover {
  color: #d37463;
}
/* line 145, ../sass/screen.sass */
header nav {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  font-size: 1.1em;
  font-family: "alte_haas_groteskbold", Helvetica, sans-serif;
  font-weight: normal;
}
/* line 60, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
header nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
header nav li:first-child, header nav li.first {
  padding-left: 0;
}
/* line 49, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
header nav li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
header nav li.last {
  padding-right: 0;
}
/* line 150, ../sass/screen.sass */
header a#navtoggle {
  float: right;
  font-weight: bold;
  color: white;
  font-size: 1.2em;
}

/* line 156, ../sass/screen.sass */
.hentry {
  margin-bottom: 3em;
}
.hentry .cats {
  display: none;
}
/* line 158, ../sass/screen.sass */
.hentry img {
  margin-bottom: 1.7em;
}
/* line 161, ../sass/screen.sass */
.hentry p img {
  margin-top: 1em;
  margin-bottom: 0.7em;
}
/* line 164, ../sass/screen.sass */
.hentry p a {
  border-bottom: 1px solid #333333;
}
/* line 166, ../sass/screen.sass */
.hentry p a:hover {
  border-bottom: 1px solid #c8513b;
}
/* line 169, ../sass/screen.sass */
.hentry h1 a {
  color: #c8513b;
}
/* line 171, ../sass/screen.sass */
.hentry h1 a:hover {
  color: #d37463;
}

/* line 174, ../sass/screen.sass */
.container {
  overflow: hidden;
  *zoom: 1;
  max-width: 40em;
  margin: 0 auto;
  padding: 0 1em;
}

/* line 180, ../sass/screen.sass */
.main.group {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  float: none;
}

/* line 186, ../sass/screen.sass */
.sidebar {
  width: 100%;
  float: none;
  clear: both;
}
/* line 191, ../sass/screen.sass */
.sidebar h3 {
  margin-bottom: 0.5em;
}
/* line 193, ../sass/screen.sass */
.sidebar ul {
  margin-bottom: 2em;
}

/* line 196, ../sass/screen.sass */
p#pagenumber {
  text-align: center;
}

/* line 199, ../sass/screen.sass */
.pagination {
  margin-top: 1em;
}
/* line 201, ../sass/screen.sass */
.pagination a {
  font-weight: bold;
}
/* line 203, ../sass/screen.sass */
.pagination a#older {
  float: right;
}

/* line 206, ../sass/screen.sass */
.footer.container {
  clear: both;
  height: 6em;
  margin-top: 1em;
  padding-top: 2em;
  padding-bottom: 1.2em;
  background-color: #333333;
  color: white;
}
/* line 214, ../sass/screen.sass */
.footer.container a {
  color: white;
  border-bottom: 1px solid white;
}
/* line 217, ../sass/screen.sass */
.footer.container a:hover {
  color: #c8513b;
  border-bottom: 1px solid #c8513b;
}

.backtotop {
  clear: both;
}

.backtotop a {
padding: 4px 6px 5px 6px;
background-color: #333;
color: #fff;
display: inline-block;
}

.backtotop a:hover {
  background-color: #c8513b;
  color: #fff;
}



@media only screen and (min-width: 30em) {
  /* line 226, ../sass/screen.sass */
  .container {
    padding: 0 3em;
  }

  /* line 229, ../sass/screen.sass */
  .footer.container {
    max-width: 100%;
  }

  /* line 232, ../sass/screen.sass */
  footer.wrapper {
    max-width: 40em;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 62em) {
  /* line 238, ../sass/screen.sass */
  .hide-for-small {
    display: block;
  }

  /* line 241, ../sass/screen.sass */
  .container.main-nav {
    background-color: white;
    height: 12em;
    margin-bottom: 3em;
  }

  /* line 246, ../sass/screen.sass */
  body.Work a.work {
    color: #c8513b;
  }

  /* line 248, ../sass/screen.sass */
  body.About a.about {
    color: #c8513b;
  }

  /* line 250, ../sass/screen.sass */
  body.News a.news {
    color: #c8513b;
  }

  /* line 253, ../sass/screen.sass */
  header {
    margin-bottom: 6em;
    padding-top: 5em;
    max-width: 66em;
  }
  /* line 257, ../sass/screen.sass */
  header h1 {
    display: block;
    float: none;
    font-size: 1.8em;
    margin-bottom: 0;
  }
  /* line 262, ../sass/screen.sass */
  header h1 a {
    color: #c8513b;
  }
  /* line 264, ../sass/screen.sass */
  header h1 a:hover {
    color: #d37463;
  }
  /* line 266, ../sass/screen.sass */
  header nav {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    font-size: 1.7em;
  }
  /* line 60, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
  header nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
  }
  /* line 48, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
  header nav li:first-child, header nav li.first {
    padding-left: 0;
  }
  /* line 49, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
  header nav li:last-child {
    padding-right: 0;
  }
  /* line 50, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
  header nav li.last {
    padding-right: 0;
  }
  /* line 269, ../sass/screen.sass */
  header a#navtoggle {
    display: none;
  }

  /* line 272, ../sass/screen.sass */
  .hentry {
    margin-bottom: 6em;
  }

  /* line 275, ../sass/screen.sass */
  .container {
    max-width: 66em;
    padding: 0 7em;
  }

  /* line 279, ../sass/screen.sass */
  .main.group {
    width: 60%;
    float: left;
  }

  /* line 284, ../sass/screen.sass */
  .sidebar {
    width: 30%;
    float: right;
    clear: none;
  }

  /* line 290, ../sass/screen.sass */
  .footer.container {
    height: 6em;
    margin-top: 2em;
    padding-top: 2em;
  }

  /* line 295, ../sass/screen.sass */
  footer.wrapper {
    max-width: 66em;
  }
}
