@charset "UTF-8";
/* 
Theme Name: Lab Notes
Theme URI: http://github.com/scholarslab/labnotes
Description: 
Version: 1.0 
Author: Jeremy Boggs 
Author URI: http://scholarslab.org 
License: Apache License, version 2.0
*/
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media screen {
  html {
    font-size: 112.5%;
    line-height: 1.66667em;
  }

  *, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    background-color: #f9f9f9;
    background-image: url("images/chalkboard.jpg");
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
    background-attachment: fixed;
  }

  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 0;
    padding: 0;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }

  img,
  svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }

  #banner,
  #main,
  #contentinfo {
    padding-left: 7.35294%;
    padding-right: 7.35294%;
  }

  #banner {
    text-align: center;
    border-bottom: 1px solid #999;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: white;
    border-top: 10px solid #333;
  }
  #banner:before, #banner:after {
    content: " ";
    display: table;
    width: 100%;
  }

  #homelink {
    display: inline-block;
    border: none;
    outline: none;
    content: " ";
    width: 50%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 0.88889em;
    line-height: 1.875em;
    line-height: 3.75em;
    vertical-align: middle;
  }
  #homelink svg {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    max-height: 30px;
  }
  #homelink:link path, #homelink:visited path {
    fill: #771100;
  }
  #homelink:hover path, #homelink:focus path, #homelink:active path {
    fill: #440a00;
  }
  .js #homelink {
    float: left;
    margin: 0;
  }

  #primary-navigation {
    display: block;
  }
  #primary-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 0.88889em;
    line-height: 1.875em;
    line-height: 1.875em;
  }
  #primary-navigation li {
    display: inline-block;
  }
  #primary-navigation li ul {
    display: none;
  }
  #primary-navigation a {
    text-decoration: none;
    display: block;
    color: #710;
    color: rgba(119, 17, 0, 0.8);
    padding: 0 0.375em;
  }
}
@media screen and (min-width: 1px) and (max-width: 800px) {
  .js #primary-navigation li {
    display: block !important;
  }
  .js #primary-navigation li a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -8.62069%;
    margin-left: -8.62069%;
    padding-right: 8.62069%;
    padding-left: 8.62069%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.46875em;
    padding-bottom: 0.46875em;
  }
  .js #primary-navigation li a:focus {
    outline: 0;
  }
  .js #primary-navigation li a:link, .js #primary-navigation li a:visited {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .js #primary-navigation li a:hover, .js #primary-navigation li a:focus, .js #primary-navigation li a:active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 800px) {
  #primary-navigation {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 70.58824%;
    float: right;
    margin-right: 0;
    text-align: right;
    clear: right;
  }
  #primary-navigation ul {
    line-height: 3.75em;
  }
  #primary-navigation li {
    display: inline-block;
  }
  #primary-navigation a {
    background: transparent !important;
    border: none;
    margin: 0;
    padding: 0 0.375em;
  }
}

@media screen {
  #main {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.975);
    padding-top: 1.66667em;
  }
  .singular #main {
    padding-bottom: 1.66667em;
  }
  .singular #main header {
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -8.62069%;
    margin-left: -8.62069%;
    padding-right: 8.62069%;
    padding-left: 8.62069%;
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
  }
  .singular #main header .custom-background {
    height: 200px;
  }
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .singular #main header .custom-background {
    height: 350px;
  }
}
@media screen and (min-width: 1200px) and (min-height: 600px) {
  .singular #main header .custom-background {
    height: 450px;
  }
}
@media screen {
  .singular.single-people #main header {
    background-image: none !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: top center !important;
  }
  #main header p, #main header ul, #main header .post-meta, #main header .title {
    text-align: center;
    font-weight: 200;
    font-size: 1.11111em;
    line-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
  }
  #main header .post-meta {
    margin-bottom: 1.66667em;
  }
  #main header .contacts {
    font-size: 0.88889em;
    line-height: 1.875em;
    margin-top: 1.875em !important;
  }
  #main header .contacts a, #main header .contacts span {
    color: #747474;
    text-decoration: none;
    padding-right: 0.83333em;
  }
  #main header .contacts a:last-child, #main header .contacts span:last-child {
    margin-right: 0;
  }

  #blog-archives,
  #recent-activity {
    background-color: rgba(0, 0, 0, 0.025);
    border-top: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.05);
    margin-top: 0;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -8.62069%;
    margin-left: -8.62069%;
    padding-right: 8.62069%;
    padding-left: 8.62069%;
    position: relative;
  }
}
@media screen and (min-width: 480px) {
  #blog-archives > div,
  #recent-activity > div {
    width: 48.27586%;
    float: left;
    margin-right: 3.44828%;
  }
  #blog-archives > div:last-child,
  #recent-activity > div:last-child {
    width: 48.27586%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 480px) and (min-width: 940px) {
  #blog-archives > div div,
  #recent-activity > div div {
    width: 46.42857%;
    float: left;
    margin-right: 7.14286%;
  }
  #blog-archives > div div:last-child,
  #recent-activity > div div:last-child {
    width: 46.42857%;
    float: right;
    margin-right: 0;
  }
}

@media screen {
  .local-navigation {
    border-top: 1px solid #ccc;
  }
  .local-navigation ul {
    list-style: none;
    margin-top: 0;
  }
  .local-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 0.41667em;
  }
  .local-navigation a:hover, .local-navigation a:focus, .local-navigation a:active {
    background-color: #e0e0e0;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .research,
  .people-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .research > *,
  .people-list > * {
    width: 31.03448%;
    float: left;
    margin-bottom: 1.66667em;
  }
  .research > *:nth-child(3n + 1),
  .people-list > *:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .research > *:nth-child(3n + 2),
  .people-list > *:nth-child(3n + 2) {
    margin-left: 34.48276%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(3n + 3),
  .people-list > *:nth-child(3n + 3) {
    margin-left: 68.96552%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(3n),
  .people-list > *:nth-child(3n) {
    width: 31.03448%;
    float: left;
  }
  .research > *:nth-child(3n):nth-child(3n + 1),
  .people-list > *:nth-child(3n):nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(3n):nth-child(3n + 2),
  .people-list > *:nth-child(3n):nth-child(3n + 2) {
    margin-left: 34.48276%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(3n):nth-child(3n + 3),
  .people-list > *:nth-child(3n):nth-child(3n + 3) {
    margin-left: 68.96552%;
    margin-right: -100%;
    clear: none;
  }
}
@media screen and (min-width: 940px) {
  .research,
  .people-list {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -17.24138%;
    margin-left: -17.24138%;
    padding-right: 17.24138%;
    padding-left: 17.24138%;
    padding: 0;
  }
  .research > *,
  .people-list > * {
    width: 23.07692%;
    float: left;
  }
  .research > *:nth-child(4n + 1),
  .people-list > *:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .research > *:nth-child(4n + 2),
  .people-list > *:nth-child(4n + 2) {
    margin-left: 25.64103%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(4n + 3),
  .people-list > *:nth-child(4n + 3) {
    margin-left: 51.28205%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(4n + 4),
  .people-list > *:nth-child(4n + 4) {
    margin-left: 76.92308%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(3n),
  .people-list > *:nth-child(3n) {
    width: 23.07692%;
    float: left;
  }
  .research > *:nth-child(3n):nth-child(4n + 1),
  .people-list > *:nth-child(3n):nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .research > *:nth-child(3n):nth-child(4n + 2),
  .people-list > *:nth-child(3n):nth-child(4n + 2) {
    margin-left: 25.64103%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(3n):nth-child(4n + 3),
  .people-list > *:nth-child(3n):nth-child(4n + 3) {
    margin-left: 51.28205%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(3n):nth-child(4n + 4),
  .people-list > *:nth-child(3n):nth-child(4n + 4) {
    margin-left: 76.92308%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(4n),
  .people-list > *:nth-child(4n) {
    width: 23.07692%;
    float: left;
  }
  .research > *:nth-child(4n):nth-child(4n + 1),
  .people-list > *:nth-child(4n):nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(4n):nth-child(4n + 2),
  .people-list > *:nth-child(4n):nth-child(4n + 2) {
    margin-left: 25.64103%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(4n):nth-child(4n + 3),
  .people-list > *:nth-child(4n):nth-child(4n + 3) {
    margin-left: 51.28205%;
    margin-right: -100%;
    clear: none;
  }
  .research > *:nth-child(4n):nth-child(4n + 4),
  .people-list > *:nth-child(4n):nth-child(4n + 4) {
    margin-left: 76.92308%;
    margin-right: -100%;
    clear: none;
  }
}

@media screen {
  .research img,
  .people-list img {
    border: 1px solid #e9e9e9;
    padding: 3px;
  }
  .research a,
  .people-list a {
    text-decoration: none;
  }
  .research h2,
  .people-list h2 {
    font-size: 1.33333em;
    line-height: 1.25em;
    line-height: 1.25em;
    margin: 0;
  }
  .research p,
  .people-list p {
    margin: 0;
  }
  .research p.title,
  .people-list p.title {
    color: #747474;
    font-size: 0.88889em;
    line-height: 1.875em;
    font-weight: 200;
  }

  .category-description p {
    color: #747474;
    font-weight: 200;
  }

  .graduate-fellowships #fellowships {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -8.62069%;
    margin-left: -8.62069%;
    padding-right: 8.62069%;
    padding-left: 8.62069%;
    position: relative;
  }
  .graduate-fellowships #fellowships:before, .graduate-fellowships #fellowships:after {
    content: " ";
    display: table;
    width: 100%;
  }
  .graduate-fellowships #fellowships h2 {
    margin-top: 0;
    padding-top: 0;
  }
  .graduate-fellowships .fellowship {
    padding: 1.66667em;
    background: #eee;
    background: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 700px) {
  .graduate-fellowships .fellowship {
    width: 48.27586%;
    float: left;
    margin-right: 3.44828%;
  }
  .graduate-fellowships .fellowship:last-child {
    width: 48.27586%;
    float: right;
    margin-right: 0;
  }
}

@media screen {
  .em-search-wrapper {
    display: none;
  }

  article footer {
    margin-top: 3.33333em;
    margin-bottom: 3.33333em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    border: 1px solid #ccc;
    border-width: 1px 0;
  }
  article footer .author_image_link {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
  }
  article footer .author-name,
  article footer .author-description {
    margin-left: 90px !important;
  }
  article footer p {
    font-size: 0.83333em;
    line-height: 2em;
    line-height: 1.5em;
    margin: 0;
  }
  article footer p.author-name {
    font-weight: bold;
  }
  article footer p.author-name a {
    text-decoration: none;
  }
  article + article:before {
    display: block;
    content: " ";
    height: 3.33333em;
    width: 100px;
    border-top: 2px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.1);
    margin: 3.33333em auto 0;
  }
  .home article + article:before {
    margin: 1.66667em auto 0;
    height: 1.66667em;
  }

  .singular .entry-content {
    margin: 0 0 1.66667em;
  }
  .singular .entry-content > p:first-of-type {
    margin-top: 0;
  }

  /* Comment Form */
  #respond {
    border-top: 1px solid #ccc;
  }
  #respond h3 {
    margin-top: 0;
  }
  #respond input[type=text] {
    width: 45%;
  }
  #respond input[type=submit] {
    margin-bottom: 1.875em;
  }
  #respond label {
    display: block;
  }
  #respond .required {
    color: #710;
  }
}
@media screen and (min-width: 700px) {
  #respond .comment-notes {
    float: right;
    width: 45%;
  }
}
@media screen {
  #respond .comment-notes p {
    font-size: 0.88889em;
    line-height: 1.875em;
    line-height: 1.875em;
  }
  #respond .comment-notes p:first-child {
    margin-top: 0;
  }
  #respond .comment-notes code {
    display: block;
  }

  .commentlist {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
  .commentlist > li {
    margin-bottom: 1.5em;
  }
  .commentlist .comment-content :first-child {
    margin-top: 0;
  }
  .commentlist .comment-meta {
    list-style: none;
    padding-left: 0;
    margin: 0;
    word-spacing: 0;
  }
  .commentlist .comment-meta a {
    text-decoration: none;
  }
  .commentlist .comment-meta li {
    display: inline-block;
  }
  .commentlist .comment-meta li.image {
    display: block;
    float: left;
    margin-left: -35px;
  }
  .commentlist .comment-meta li .author_image {
    width: 30px;
    height: 30px;
  }
  .commentlist .comment-meta li.fn {
    font-weight: 600;
  }
  .commentlist .comment-meta li.comment-date:before, .commentlist .comment-meta li.comment-date:after {
    content: " · ";
    color: #8d8d8d;
  }
  .commentlist li ul {
    padding-left: 1.66667em;
    list-style: none;
  }
  .commentlist .pingback a,
  .commentlist .trackback a,
  .commentlist .social-twitter a,
  .commentlist .social-twitter-rt a {
    text-decoration: none;
    font-weight: 600;
  }
  .commentlist .pingback:after,
  .commentlist .trackback:after,
  .commentlist .social-twitter:after,
  .commentlist .social-twitter-rt:after {
    content: ",";
  }
  .commentlist .pingback:last-child:after,
  .commentlist .trackback:last-child:after,
  .commentlist .social-twitter:last-child:after,
  .commentlist .social-twitter-rt:last-child:after {
    content: "";
  }
  .commentlist .pingback:last-child:before,
  .commentlist .trackback:last-child:before,
  .commentlist .social-twitter:last-child:before,
  .commentlist .social-twitter-rt:last-child:before {
    content: " and ";
  }
  .commentlist .pingback:first-child:before,
  .commentlist .trackback:first-child:before,
  .commentlist .social-twitter:first-child:before,
  .commentlist .social-twitter-rt:first-child:before {
    content: "" !important;
  }

  .posts-list {
    list-style: none;
  }
  .posts-list a {
    text-decoration: none;
  }
  .posts-list .post-meta {
    display: block;
  }

  /* Home page specific styles */
  #homepage-blurb {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -8.62069%;
    margin-left: -8.62069%;
    padding-right: 8.62069%;
    padding-left: 8.62069%;
    position: relative;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    *zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#D9771100', endColorstr='#D9771100');
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#D9771100', endColorstr='#D9771100');
    background-image: url("images/background.jpg");
    background-image: -moz-linear-gradient(left, rgba(119, 17, 0, 0.85), rgba(119, 17, 0, 0.85)), url("images/background.jpg");
    background-image: -webkit-linear-gradient(left, rgba(119, 17, 0, 0.85), rgba(119, 17, 0, 0.85)), url("images/background.jpg");
    background-image: linear-gradient(to right, rgba(119, 17, 0, 0.85), rgba(119, 17, 0, 0.85)), url("images/background.jpg");
    color: white;
    color: rgba(255, 255, 255, 0.9);
  }
  #homepage-blurb a, #homepage-blurb a:link {
    color: white;
    color: rgba(255, 255, 255, 0.9);
  }
  #homepage-blurb h1 {
    text-align: center;
    font-size: 2.22222em;
    line-height: 1.5em;
    line-height: 1.125em;
  }

  .home .widgets {
    border: 1px solid #ccc;
    border-width: 1px 0;
    background-color: #fafafa;
    color: #5a5a5a;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -8.62069%;
    margin-left: -8.62069%;
    padding-right: 8.62069%;
    padding-left: 8.62069%;
    position: relative;
  }
  .home .widgets:before, .home .widgets:after {
    content: " ";
    display: table;
    width: 100%;
  }
  .home .widgets h2 {
    margin-top: 0;
    font-size: 1.33333em;
    line-height: 1.25em;
    line-height: 1.25em;
  }
  .home .widgets p {
    font-weight: 200;
  }
  .home .widgets a {
    text-decoration: none;
    font-weight: 500;
  }
  .home .widgets a.all {
    font-weight: bold;
  }
}
@media screen and (min-width: 600px) {
  .home .widgets > div {
    width: 47.91667%;
    float: left;
    margin-right: 4.16667%;
    clear: left;
  }
  .home .widgets > div:nth-child(2n) {
    width: 47.91667%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}

@media screen {
  #recent-activity {
    background-color: #eee;
  }
  #recent-activity h1 {
    text-align: left;
  }
  #recent-activity section:last-child {
    padding-top: 1.66667em;
    margin-top: 1.66667em;
    border-top: 1px dotted #ccc;
  }
}
@media screen and (min-width: 600px) {
  #recent-activity section {
    width: 47.91667%;
    float: left;
    margin-right: 4.16667%;
  }
  #recent-activity section:last-child {
    width: 47.91667%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

@media screen {
  #latest-posts p {
    margin: 0;
  }
  #latest-posts .post-meta {
    margin: 0;
    font-weight: 200;
    color: #747474;
  }

  /* Footer styles */
  #contentinfo {
    border-top: 1px solid #ccc;
    clear: both;
    background-color: #363636;
    color: #ccc;
    letter-spacing: .05em;
    background-image: url("images/chalkboard.jpg");
    background-attachment: fixed;
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  #contentinfo {
    padding: 0 6.41026%;
  }
}
@media screen {
  #contentinfo .menu ul {
    margin-bottom: 0;
    list-style: none;
  }
  #contentinfo .menu ul li {
    display: inline-block;
  }
  #contentinfo a {
    text-decoration: none;
  }
  #contentinfo a:link, #contentinfo a:visited {
    color: #ccc;
    color: rgba(255, 255, 255, 0.75);
  }
  #contentinfo a:link i, #contentinfo a:visited i {
    background-color: #292929;
    background-color: rgba(0, 0, 0, 0.35);
    color: #999;
  }
  #contentinfo a:link svg path, #contentinfo a:visited svg path {
    fill: #ccc;
    fill: rgba(255, 255, 255, 0.75);
  }
  #contentinfo a:hover, #contentinfo a:focus, #contentinfo a:active {
    color: #f0f0f0;
    color: rgba(255, 255, 255, 0.9);
  }
  #contentinfo a:hover i, #contentinfo a:focus i, #contentinfo a:active i {
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
  }
  #contentinfo a:hover svg path, #contentinfo a:focus svg path, #contentinfo a:active svg path {
    fill: #fff;
  }

  #slab-link,
  #uva-library-link {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    margin: 0;
    padding: 5px 10px;
  }
  #slab-link svg,
  #uva-library-link svg {
    vertical-align: middle;
    max-height: 30px;
  }

  #slab-link {
    max-width: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 580px) {
  #slab-link {
    display: inline-block;
    border-right: 1px solid #777;
    padding-right: 20px;
  }
}

@media screen {
  #newsletter {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -8.62069%;
    margin-left: -8.62069%;
    padding-right: 8.62069%;
    padding-left: 8.62069%;
    position: relative;
    background-color: #ddd;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url("images/squared_metal.png");
    margin-top: 0;
    margin-bottom: 1.66667em;
    color: #777;
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  #newsletter h2, #newsletter p {
    font-weight: 200;
    margin-top: 0;
    text-align: center;
  }
  #newsletter h2, #newsletter p, #newsletter form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #newsletter label, #newsletter input {
    display: inline;
  }
  #newsletter [name=_mc4wp_required_but_not_really] {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  #newsletter {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -7.35294%;
    margin-left: -7.35294%;
    padding-right: 7.35294%;
    padding-left: 7.35294%;
    position: relative;
    padding-top: 3.33333em;
    padding-bottom: 3.33333em;
    margin-top: 0;
    margin-bottom: 3.33333em;
  }
}

@media screen {
  .license {
    font-size: 0.88889em;
    line-height: 1.875em;
    line-height: 1.875em;
    margin-top: 0;
  }

  .vcard {
    font-size: 0.88889em;
    line-height: 1.875em;
    line-height: 1.875em;
    margin: 0;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
  }
  .vcard .street-address,
  .vcard .tel {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .vcard .street-address,
  .vcard .tel {
    display: inline;
  }
  .vcard .street-address:after {
    content: ",";
  }
  .vcard .tel:before {
    content: " · ";
    color: #666;
    margin: 0 .25em;
  }
}

@media screen {
  .social {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.875em;
  }
  .social li {
    display: inline-block;
  }
  .social i {
    font-size: 1.55556em;
    line-height: 2.14286em;
    line-height: 2.14286em;
    width: 2.14286em;
    height: 2.14286em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
@media screen and (min-width: 800px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }

  #banner {
    padding-left: 6.41026%;
    padding-right: 6.41026%;
  }
  #banner:before, #banner:after {
    content: " ";
    display: table;
    width: 100%;
  }

  #homelink {
    width: 19.11765%;
    float: left;
    margin-right: 2.94118%;
    text-align: left;
  }

  #main {
    padding-left: 12.82051%;
    padding-right: 12.82051%;
    padding-top: 3.33333em;
    padding-bottom: 3.33333em;
  }
  .singular #main {
    padding-top: 1.66667em;
  }
  .singular #main header {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -17.24138%;
    margin-left: -17.24138%;
    padding-right: 17.24138%;
    padding-left: 17.24138%;
    position: relative;
    margin-bottom: 0;
  }
  #main blockquote {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: -6.41026%;
    padding: 6.41026%;
    padding-left: 0;
    padding-right: 0;
  }
  #main .commentlist blockquote {
    margin: 0 0 0 1.66667em !important;
    padding: 0 !important;
  }

  #blog-archives,
  #recent-activity,
  .graduate-fellowships #fellowships,
  #homepage-blurb,
  .home .widgets {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -17.24138%;
    margin-left: -17.24138%;
    padding-right: 17.24138%;
    padding-left: 17.24138%;
    position: relative;
    padding-left: 8.62069%;
    padding-right: 8.62069%;
  }

  #blog-archives {
    margin-top: 0;
    clear: both;
  }

  #homepage-blurb {
    padding-top: 3.33333em;
    padding-bottom: 3.33333em;
  }

  .page.page-parent .local-navigation,
  .page.page-child .local-navigation {
    width: 26.47059%;
    float: right;
    margin-right: 0;
    margin-right: -8.62069%;
  }
  .page.page-parent .entry-content,
  .page.page-child .entry-content {
    width: 85.29412%;
    float: left;
    margin-right: 2.94118%;
    margin-left: -8.62069%;
  }

  .supplies {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3.33333em;
    -webkit-column-gap: 3.33333em;
    column-gap: 3.33333em;
  }
  .supplies li,
  .supplies li ul {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }

  .posts-list {
    margin-left: 0;
  }
  .posts-list .post-meta {
    width: 37.5%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 940px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }

  #main {
    padding-left: 17.04545%;
    padding-right: 17.04545%;
  }
  #main blockquote {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: -11.36364%;
    padding: 11.36364%;
    padding-left: 0;
    padding-right: 0;
  }
  .singular #main header {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -25.86207%;
    margin-left: -25.86207%;
    padding-right: 25.86207%;
    padding-left: 25.86207%;
    position: relative;
    margin-bottom: 0;
  }

  #blog-archives,
  #recent-activity,
  .graduate-fellowships #fellowships,
  #homepage-blurb,
  .home .widgets {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -25.86207%;
    margin-left: -25.86207%;
    padding-right: 25.86207%;
    padding-left: 25.86207%;
    position: relative;
    padding-left: 8.62069%;
    padding-right: 8.62069%;
  }

  .page.page-parent .local-navigation,
  .page.page-child .local-navigation {
    width: 39.65517%;
    float: right;
    margin-right: 0;
    margin-right: -17.24138%;
  }
  .page.page-parent .entry-content,
  .page.page-child .entry-content {
    width: 82.75862%;
    float: left;
    margin-right: 3.44828%;
    margin-left: -17.24138%;
  }

  .graduate-fellowships #fellowships .fellowship {
    width: 48.52941%;
    float: left;
    margin-right: 2.94118%;
  }
  .graduate-fellowships #fellowships .fellowship:last-child {
    width: 48.52941%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }

  #homepage-blurb {
    padding-top: 3.33333em;
    padding-bottom: 3.33333em;
  }

  #blog-archives {
    margin-top: 0;
  }
}
@media screen {
  a {
    color: #771100;
    color: rgba(119, 17, 0, 0.8);
    -moz-transition: color 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, background-color 0.5s;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
  }
  a:visited {
    color: #771100;
  }
  a:focus {
    color: #440a00;
  }
  a:hover {
    color: #440a00;
  }
  a:active {
    color: #771100;
  }
  a:visited {
    color: rgba(119, 17, 0, 0.8);
  }
  a:focus {
    color: rgba(68, 10, 0, 0.8);
  }
  a:hover {
    color: rgba(68, 10, 0, 0.8);
  }
  a:active {
    color: rgba(119, 17, 0, 0.8);
  }
  a:before {
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  a img {
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a i,
  a input[type=submit] {
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }

  h1 a, h1 a:link, h2 a, h2 a:link, h3 a, h3 a:link, h4 a, h4 a:link, h5 a, h5 a:link, h6 a, h6 a:link {
    text-decoration: none;
  }

  body {
    font-family: "Source Sans Pro", sans-serif;
    color: #5a5a5a;
    color: rgba(90, 90, 90, 0.9);
  }

  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }

  h1 {
    font-weight: 200;
    font-size: 2.22222em;
    line-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 0.75em;
    text-align: center;
  }
  .singular main header h1, main > header h1 {
    padding: 0.75em 7.35294%;
  }
  .singular main header h1:before, .singular main header h1:after, main > header h1:before, main > header h1:after {
    display: block;
    content: " ";
    height: 1.07143em;
    width: 100px;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1);
  }
  .singular main header h1:before, main > header h1:before {
    border-width: 0 0 2px;
    margin-bottom: 0.53571em;
  }
  .singular main header h1:after, main > header h1:after {
    border-width: 2px 0 0;
    margin-top: 0.53571em;
  }
}
@media screen and (min-width: 480px) {
  .singular main header h1, main > header h1 {
    font-size: 3.11111em;
    line-height: 1.07143em;
    line-height: 1.07143em;
    margin: 0;
    padding-top: 1.07143em;
    padding-bottom: 1.07143em;
  }
}
@media screen {
  .archive main > header h1 {
    padding: 0 !important;
  }
  .home article h1 {
    font-size: 1.38889em;
    line-height: 1.2em;
    line-height: 1.2em;
    margin-bottom: 0em;
  }

  h2 {
    font-size: 1.66667em;
    line-height: 2em;
    line-height: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 200;
  }
  header + h2, h1 + h2, h1 ~ * h2:first-child {
    margin-top: 1em;
  }

  h3 {
    font-size: 1.38889em;
    line-height: 1.2em;
    line-height: 2.4em;
    color: #747474;
    font-weight: 200;
    margin-top: 1.2em;
  }

  h4 {
    font-size: 1em;
    line-height: 1.66667em;
    margin-top: 3.33333em;
  }
  h3 + h4 {
    margin-top: 1.66667em;
  }

  h5 {
    font-size: 1em;
    line-height: 1.66667em;
    color: #8d8d8d;
    margin-top: 3.33333em;
  }
  h4 + h5 {
    margin-top: 1.66667em;
  }

  h6 {
    font-size: 1em;
    line-height: 1.66667em;
    color: #747474;
    margin-top: 3.33333em;
  }
  h5 + h6 {
    margin-top: 1.66667em;
  }

  h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
    margin-top: 0 !important;
  }

  p {
    margin: 1.66667em 0;
  }

  blockquote {
    font-size: 1.11111em;
    line-height: 1.5em;
    line-height: 1.5em;
    font-weight: 200;
  }

  ul {
    list-style: circle;
  }

  ol {
    list-style: decimal;
  }

  ul, ol {
    padding: 0;
    margin: 1.66667em 0 1.66667em 1.66667em;
  }
  nav ul, nav ol {
    margin-left: 0;
  }
  ul ul, ol ul {
    list-style: disc;
  }
  ul ol, ol ol {
    list-style: upper-alpha;
  }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0 0 0 1.66667em;
  }
  ul ul ul, ul ol ul, ol ul ul, ol ol ul {
    list-style: square;
  }
  ul ul ol, ul ol ol, ol ul ol, ol ol ol {
    list-style: lower-alpha;
  }

  ::-moz-list-bullet,
  ::-moz-list-number {
    color: #8d8d8d;
  }

  dl {
    margin: 1.66667em 0;
  }

  dt {
    font-weight: 600;
  }

  dd {
    margin-left: 2.94118%;
  }

  code {
    font-family: "Source Code Pro", monospace, monospace;
    font-size: 0.88889em;
    line-height: 1.875em;
    color: #8d8d8d;
  }

  pre {
    font-family: "Source Code Pro", monospace, monospace;
    font-size: 0.88889em;
    line-height: 1.875em;
    color: #8d8d8d;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }

  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -.5em;
  }

  sub {
    bottom: -.25em;
  }

  del {
    color: #8d8d8d;
  }

  ins {
    text-decoration: none;
    background: #8d8d8d;
  }

  strong,
  b {
    font-weight: 600;
  }

  em,
  i {
    font-style: italic;
  }

  abbr,
  acronym {
    border-bottom: 1px dotted #8d8d8d;
  }

  address {
    font-style: normal;
    margin: 1.66667em 0;
  }

  br {
    margin: 0;
    line-height: 0;
  }

  hr {
    border: none;
    text-align: center;
  }
  hr:before {
    display: block;
    content: " · · · · · ";
    color: rgba(116, 116, 116, 0.5);
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  th,
  td {
    padding: 1.66667em 0.83333em 0;
    border-bottom-width: 0.05556em;
    border-bottom-style: solid;
    padding-bottom: 1.61111em;
    border-color: rgba(90, 90, 90, 0.2);
    vertical-align: top;
  }
  .home .events-table th, .home .events-table
  td {
    font-size: 0.88889em;
    line-height: 1.875em;
    padding: 0.46875em;
  }
  .home .events-table th:first-of-type, .home .events-table
  td:first-of-type {
    width: 30%;
    color: #747474;
  }

  th {
    border-bottom-width: 0.16667em;
    border-bottom-style: solid;
    padding-bottom: 1.5em;
    text-align: left;
    font-weight: 600;
  }

  input[type=text],
  input[type=email],
  textarea,
  input[type=submit] {
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, 0.25);
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 0.88889em;
    line-height: 1.875em;
    padding-left: 0.46875em;
    padding-right: 0.46875em;
    line-height: 1.875em;
    min-height: 1.875em;
  }

  input[type=submit] {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0)), -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0));
    background-color: #900;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
    background-color: #b00;
    cursor: pointer;
  }

  textarea {
    width: 100%;
  }

  /* Utility classes */
  .visuallyhidden, #newsletter label, .vcard .org, .social span, .skip,
  .audible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .all {
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-top: 1.66667em;
  }

  .pagination {
    text-align: justify;
    margin-top: 3.33333em;
    margin-bottom: 3.33333em;
  }
  .pagination:before, .pagination:after {
    content: " ";
    display: table;
    width: 100%;
  }
  .pagination li {
    display: inline-block;
    float: left;
  }
  .pagination li + li {
    float: right;
  }
  .pagination a, .pagination a:link {
    border: 2px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0.41667em 0.83333em;
    display: block;
    text-decoration: none;
  }

  .alignnone {
    margin: 1.66667em 0;
  }

  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 1.66667em auto;
  }

  .alignright {
    float: right;
    margin: 1.66667em 0 1.66667em 2.94118%;
  }

  .alignleft {
    float: left;
    margin: 1.66667em 2.94118% 1.66667em 0;
  }

  .aligncenter {
    display: block;
    margin: 1.66667em auto;
  }

  /*a {*/
  /*img {*/
  /*&.alignright {*/
  /*float: right;*/
  /*margin: rhythm() 0 rhythm() gutter();*/
  /*}*/
  /*&.alignnone {*/
  /*margin: rhythm() auto;*/
  /*}*/
  /*&.alignleft {*/
  /*float: left;*/
  /*margin: rhythm() gutter() rhythm() 0;*/
  /*}*/
  /*&.aligncenter {*/
  /*display: block;*/
  /*margin-left: auto;*/
  /*margin-right: auto*/
  /*}*/
  /*}*/
  /*}*/
  .author_image {
    display: block;
  }
  #wpadminbar .author_image {
    display: inline !important;
    /* Make sure the image in the admin bar stays put.*/
  }
  .author_image img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
  }

  .wp-caption {
    max-width: 100%;
    /* Image does not overflow the content area */
  }
  .wp-caption img {
    margin-bottom: 0 !important;
  }
  .wp-caption p {
    font-size: 0.83333em;
    line-height: 2em;
    color: #747474;
    line-height: 2em;
    margin-top: 0;
  }

  .headroom {
    -moz-transition: -moz-transform 200ms linear;
    -o-transition: -o-transform 200ms linear;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: "transform" 200ms linear;
  }

  .headroom--pinned {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .headroom--unpinned {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .headroom--not-top {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    max-width: 1200px;
  }
  .admin-bar .headroom--not-top {
    top: 32px;
  }

  /* Button to activate the navigation */
  .nav-toggle {
    position: relative;
    text-decoration: none;
    float: right;
    display: none;
    font-size: 0.88889em;
    line-height: 1.875em;
    line-height: 3.75em;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    background: transparent;
  }
  .nav-toggle:hover {
    color: #333;
    background: rgba(0, 0, 0, 0.0125);
  }
  .nav-toggle:active, .nav-toggle.active {
    background: rgba(0, 0, 0, 0.025);
  }
}
@media screen and (min-width: 1px) and (max-width: 800px) {
  .nav-toggle {
    display: block;
  }
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .js .nav-collapse {
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: -1.66667em;
    margin-bottom: -1.66667em;
    padding-top: 1.66667em;
    padding-bottom: 1.66667em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -8.62069%;
    margin-left: -8.62069%;
    padding-right: 8.62069%;
    padding-left: 8.62069%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .js .nav-collapse.closed {
    clip: rect(0 0 0 0);
    max-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    clear: both;
  }
  .js .nav-collapse.opened {
    max-height: 9999px;
  }
}
@media screen {
  .disable-pointer-events {
    pointer-events: none !important;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links for images, or javascript/internal links */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* h5bp.com/t */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
