@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Nunito:700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, div.content-width header, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(//themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); }
.gigantic, .huge, .large, .bigger, .big, .post_subtitle,
h1, h2, h3, h4, h5, h6 {
  color: #005374;
  font-weight: bold; }

.gigantic {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.huge, h1 {
  font-size: 40px;
  line-height: 1.14; }

.large, h2 {
  font-size: 33px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 28px;
  line-height: 1.38; }

.big, .post_subtitle, h4 {
  font-size: 23px;
  line-height: 1.38; }

.big2, .bloglist dt, h5 {
  font-size: 19px;
  line-height: 1.38; }

h6 {
  font-size: 16px;
  line-height: 1.38; }

.small, small {
  font-size: 12px;
  line-height: 1.2; }

p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

a {
  color: #009cda;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus {
  color: #005374; }

body {
  background: #f3f3f3;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  color: #2E2D33;
  -webkit-text-size-adjust: 100%; }

.header-area nav a, footer .content-wrap .copyright {
  font-size: 18px;
  font-weight: 700;
  font-text-transform: uppercase; }

.header-area {
  margin: 0 auto -112px;
  max-width: 960px;
  height: 337px;
  background: url(../img/snow.jpeg) center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start; }
  .header-area nav {
    margin: 15px 30px; }
    .header-area nav a {
      display: inline-block;
      margin-left: 20px; }
      .header-area nav a:hover {
        color: black; }
      .header-area nav a:first-child {
        margin-left: 0px; }
  .header-area h1 {
    margin: 15px 30px;
    font-size: 32px;
    font-weight: 700;
    font-family: Nunito, sans-serif;
    text-transform: uppercase; }
    .header-area h1 a {
      font-size: inherit;
      font-weight: inherit;
      color: rgba(0, 0, 0, 0.8); }
      .header-area h1 a:hover {
        color: black; }

@media screen and (max-width: 800px) {
  .header-area {
    margin: 0 auto -93.33333px;
    max-width: 800px;
    height: 280.83333px; } }
@media screen and (max-width: 650px) {
  .header-area {
    margin: 0 auto -75.83333px;
    max-width: 650px;
    height: 228.17708px; } }
@media screen and (max-width: 500px) {
  .header-area {
    margin: 0 auto -58.33333px;
    max-width: 500px;
    height: 175.52083px; } }
@media screen and (max-width: 300px) {
  .header-area {
    height: auto;
    margin: 0 auto 0;
    background: none; } }
footer {
  height: 100px;
  max-width: 960px;
  margin: 0 auto;
  float: none;
  clear: both; }
  footer .content-wrap {
    margin: 30px 40px;
    float: right; }
    footer .content-wrap .copyright {
      margin: 0;
      font-size: 10px; }
      footer .content-wrap .copyright p {
        max-width: 480px; }
      footer .content-wrap .copyright a {
        text-decoration: underline;
        font-size: 10px; }
        footer .content-wrap .copyright a:hover {
          color: black; }

section, div.content-width header {
  max-width: 960px;
  margin: 0 auto;
  float: none;
  padding: 20px 20px; }

.about-lockup {
  max-width: 860px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center; }
  .about-lockup .face {
    order: 1;
    margin: auto 2ex; }
  .about-lockup .about-txt {
    height: auto;
    width: 500px;
    order: 2;
    text-align: left;
    margin: auto 2ex; }

@media screen and (max-width: 800px) {
  .face {
    height: 200px;
    width: 133px; } }
@media screen and (max-width: 650px) {
  .about-lockup {
    display: block;
    text-align: center; }
    .about-lockup div {
      display: inline-block; }
    .about-lockup .face {
      display: block;
      background-postion: center center;
      background-repeat: no-repeat;
      margin-left: auto;
      margin-right: auto; }
    .about-lockup .about-txt {
      display: block;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
      .about-lockup .about-txt h3 {
        margin-left: -11px; }

  .blurb {
    max-width: 600px;
    margin: 0 auto; } }
section, div.content-width header {
  max-width: 960px;
  margin: 0 auto;
  float: none;
  padding: 20px 20px; }

.contact-section {
  padding: 20px 20px; }
  .contact-section:after {
    content: "";
    display: table;
    clear: both; }

.contact-info p {
  margin: auto;
  padding: initial; }

.contact-links {
  max-width: 960px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: 0px;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .contact-links a {
    text-align: center;
    margin: 0 auto; }

.contact-icon {
  height: 32px;
  width: 32px;
  margin: 3px;
  background: #f3f3f3;
  float: left; }
  .contact-icon:after {
    content: "";
    display: table;
    clear: both; }

.contact-link {
  margin: 0 auto;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 10px 10px; }
  .contact-link:after {
    content: "";
    display: table;
    clear: both; }
  .contact-link:last-child {
    margin-right: 0; }

@media screen and (max-width: 650px) {
  .contact-links {
    display: block;
    width: 100;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: center; }
    .contact-links .contact-link {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .contact-links .contact-link:after {
        content: "";
        display: table;
        clear: both; }
    .contact-links .contact-info {
      display: block;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
@media screen and (max-width: 300px) {
  .contact-links {
    display: block; } }
div.title {
  font-size: 16px;
  font-weight: bold;
  color: #005374; }

div.listingblock > div.content {
  border-width: 2px;
  border-color: #005374;
  background: #d3d7da; }

table td, table th {
  padding: 0.1em; }
  table td p, table th p {
    margin: auto; }
table caption.title {
  margin-top: auto; }

div.quoteblock {
  padding: 0;
  margin: 0;
  border: none;
  color: inherit; }

div.right {
  float: right;
  clear: right; }

div.left {
  float: left;
  clear: left; }

div.center {
  margin: 0 auto;
  width: -moz-min-content;
  width: min-content; }

div.flexcenter {
  clear: both; }

div.flexcenter div.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  div.flexcenter div.content table {
    margin-top: 0; }

div.floatright, div.floatright_3in {
  float: right;
  clear: right;
  margin-left: 0.5em; }
  div.floatright table, div.floatright_3in table {
    margin-top: 0; }

div.floatright_3in {
  max-width: 3in; }

article span.image img {
  max-width: 100%; }

li p:only-child {
  margin-bottom: 0; }

div.content-width {
  max-width: 960px;
  margin: 0 auto; }
  div.content-width header, div.content-width article {
    margin-top: -50px; }
  div.content-width header {
    padding-top: 0;
    padding-bottom: 0; }

ol, ul {
  padding-left: 30px; }

.post_subtitle {
  font-style: italic; }

.bibliography .author:after {
  content: ","; }
.bibliography .title {
  quotes: "“" "”"; }
.bibliography .title:before {
  content: open-quote; }
.bibliography .title:after {
  content: close-quote; }
.bibliography .conf {
  font-style: italic; }
.bibliography .conf:after {
  content: ","; }
.bibliography .where:after {
  content: ","; }
.bibliography .when:after {
  content: "."; }

dl.pub-info {
  width: 100%; }
  dl.pub-info dt {
    font-weight: bold;
    width: 6em;
    float: left;
    clear: left; }
  dl.pub-info dt:after {
    content: ":"; }
  dl.pub-info dd {
    margin-left: 7em; }

dl:after {
  clear: left;
  display: block;
  content: ""; }

article section, article div.content-width header, div.content-width article header {
  padding-top: 0;
  margin-top: 20px; }

/* Ptyles for printing a blog post
 */
@media print {
  body {
    background: white; }
    body > header {
      display: none; }

  t .webonly {
    display: none; }

  article div.title {
    page-break-after: avoid; }
  article span.image img {
    max-height: 10cm; } }
