/* Font awesome */
@font-face{font-family:'FontAwesome';src:url('/font/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');src:url('/font/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('/font/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('/font/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('/font/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-envelope-alt:before{content:"\f003";}
.icon-twitter-sign:before{content:"\f081";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-github-sign:before{content:"\f092";}
.icon-twitter:before{content:"\f099";}
.icon-github:before{content:"\f09b";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-github-alt:before{content:"\f113";}


/* Google web fonts */
@font-face {
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: local('Crete Round'), local('CreteRound-Regular'), url(https://fonts.gstatic.com/s/creteround/v5/ZCcPJiCGOzh84o2siPk48Y4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: local('Karla'), local('Karla-Regular'), url(https://fonts.gstatic.com/s/karla/v5/Zi_e6rBgGqv33BWF8WTq8g.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Maven Pro Regular'), local('MavenProRegular'), url(https://fonts.gstatic.com/s/mavenpro/v7/MG9KbUZFchDs94Tbv9U-pVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Maven Pro Bold'), local('MavenProBold'), url(https://fonts.gstatic.com/s/mavenpro/v7/uDssvmXgp7Nj3i336k_dSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  font-display: swap;
}


/* Teaspoon */

body {
  color: #333;
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
}

a {
  color: #666;
  border-bottom: 1px solid #dedede;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

h1 {
  color: black;
  font-family: 'Crete Round', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32pt;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}


h2 {
  color: black;
  font-family: 'Crete Round', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20pt;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  color: black;
  font-family: 'Crete Round', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14pt;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}


ul li {
  margin: 0.5em 0 0.5em 0;
}

body.longform {
  font-size: 18px;
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: 400;
  word-spacing: 0em;
  line-height: 1.4;
}

.article img {
  max-width: 80%;
  width: auto;
  height: auto;
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  padding: 5px;
}

.article .author {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.article .author .thumbnail {
  padding: 0;
  border: 0;
  margin: 0;
  float: left;
  margin-right: 0.5em;
}


.article .author .details {
  overflow: hidden;
}

.article .author .details .name {
  margin-top: 0.5em;
  font-weight: bold;
  color: #222;
}

.article .author .details .email {
  margin-top: 0.5em;
  font-weight: normal;
  color: #444;
}

.article .author .details .description {
  display: inline-block;
  margin-top: 0.5em;
}

.article .toc {
  position: relative;
  top: -10px;
  background-color: #555;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 700px;
}

#toc-area {
  margin-bottom: 20px;
}


.arrow-right {
  display: inline-block;
  height: 0;
  position: relative;
  top: 2px;
  margin-left: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  padding-left: 5px;
}


.arrow-down {
  display: inline-block;
  width: 0;

  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;

  border-top: 8px solid white;

  position: relative;
  margin-left: 5px;
}

.article .toc-button {
  position: relative;
  top: -10px;
  background-color: #555;
  color: #efefef;
  border: none;
  margin: 0;

  font-size: 18px;
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: 400;
  word-spacing: 0em;
  line-height: 1.4;

  text-align: left;
}

.article .toc-entry {
  display: block;
  border: none;
  color: #efefef;
}

.article .toc-entry:hover {
  color: #fff;
  font-weight: bold;
}


.article-previews {
  text-align: left;
}

a.article-preview-link {
  border-bottom: none;
}

.article-preview {
  display: inline-block;
  text-align: center;
  border: 2px solid #efefef;
  width: 40%;
  padding: 5px;
  margin: 2%;
}


.article-preview .caption {
  color: #444;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
}


.article-preview:hover {
  border: 2px solid #666;
}

.article-preview .thumb {
  max-width: 100%;
  opacity:0.7;
  filter:alpha(opacity=70);
}

.article-preview:hover .thumb {
  opacity:1.0;
  filter:alpha(opacity=100);
}

.article-preview:hover .caption {
  color: black;
}


.bio {
  margin: 1em 0 1em 0;
  overflow: hidden;
}

.border-left {
  padding: 0 0 0 0.5em;
  border-left: 1px solid #efefef;
}

.border-right {
  padding: 0 0.5em 0;
  border-right: 1px solid #efefef;
}


/* Clearfix junk */
.page:before,
.page:after {
  content:"";
  display:table;
}
.page:after {
  clear:both;
}
.page {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/* end clearfix junk */

.page {
  margin-top: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  max-width: 700px;
}

.article .header, .wide .header {
  max-width: 700px;
}

.article .header {
  font-size: 20px;
}

.article .content, .wide.content {
  max-width: 900px;
}

blockquote {
  color: #222;
  margin: 2em 0 2em 1em;
  border-left: 2px solid #efefef;
  padding-left: 0.5em;
}

.header {
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  text-align: right;
  height: 130px;
}

.header-logo {
  background: url(logo.png) no-repeat;
  background-size: auto 100px;
  display: block;
  width: auto;
  height: 100px;
  border: none;
}

.nav {
  display: block;
  position: absolute;
  right: 0.5em;
  bottom: 0px;
}

.navlink {
  margin-left: 1em;
  font-size: 110%;
  color: #444;
  border-bottom: none;
  text-decoration: none;
}

.contact-us {
  font-weight: 600;
  margin-left: 2em;
}

.contact-us:before {
  color: #efefef;
  content: "> ";
}




.navlink:hover {
  color: black;
}

.navlink.active {
  font-weight: bold;
}

.spacer-img {
  max-width: 700px;
  display: block;
  margin: 0.5em 0 0.5em 0;
  border: 1px solid black;
}

.portrait-thumb-left {
  float: left;
  border: 1px solid black;
  margin: 1em 0.5em 0.0em 0;
  border-radius: 5px;
}

.portrait-thumb-right {
  float: right;
  border: 1px solid black;
  margin: 1em 0 0 0.5em;
  border-radius: 5px;
}

.footer {
  border-top: 1px solid #cdcdcd;
  margin-top: 4em;
  margin-bottom: 1em;
  font-size: 12pt;
  text-align: right;
  position: absolute;
  left: 6vw;
  width: 85vw;
  background-color: white;
}

.footer p {
  margin: 0;
}


.moreinfo {
  color: black;
}

.links {
  text-align: right;
  padding-right: 1em;
  font-size: 24pt;
}

.article-links {
  padding-right: 0;
  font-size: 14pt;
  margin: 0;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  float: right;
}

.links a {
  border-bottom: none;
  padding: 0.2em;
  margin-left: 0.1em;
}

.links a:hover {
  color: black;
}


@media screen and (max-width: 1000px) {
  .links {
    font-size: 28pt;
  }

  .links.article-links {
    display: none;
  }

}

.testimonials {
  border-left: 1px solid #efefef;
  padding: 0 0.5em 0 0.5em;
  margin-top: 25%;
  float: left;
  margin-left: 3em;
  width: 200px;
  overflow: visible;
}


.testimonials-list {
  overflow: auto;
  padding-right: 1em;
}

.testimonial {
  padding: 0.5em;
  font-style: italic;
  margin-bottom: 1em;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2em;
}

.sitenote {
  font-style: normal;
}

.quotee {
  margin-top: 0.5em;
  font-weight: bold;
  text-align: right;
}

.quotee:before {
  content: "\2014  ";
}


code {
  font-size: 12pt;
  overflow-x: auto;
}

.contact-form label {
  display: block;
  font-weight: 600;
  padding: 0 0 5px 0;
}

.contact-form input[type=text] {
  width: 80%;
  font-size: 120%;
  height: 1.5em;
  color: #444;
}

.contact-form .form-row {
  margin-top: 20px;
}

.contact-form textarea {
  width: 80%;
  min-height: 300px;
  font-size: 100%;
  color: #444;
}

.contact-submit {
  padding: 10px;
  font-size: 100%;
  margin-top: 0.5em;
  background-color: #1874cd;
  border: 0;
  border-radius: 5px;
  color: #efefef;
  box-shadow: 1px 1px 3px #000000;
}

.contact-divider {
  margin: 2em 0 2em 0;
  border: 0;
  background-color: #efefef;
  height: 1px;
  width: 100%;
}

label.requiredFormField {
  color: red;
  font-weight: bold
}

label.requiredFormField:after {
  color: #444;
  font-size: 80%;
  content: " (required)";
}

.thanks-message {
  padding: 20px;
  background-color: #54ff9f;
  max-width: 600px;
  margin: 2em auto 2em auto;
  border: solid 2px #00ff00;
}

.thanks-message h2 {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  /* Narrow display */
  .testimonials {
    display: none;
  }

  .contact-us {
    display: block;
  }

  .header {
    text-align: left;
    padding-bottom: 20px;
    height: 140px;
  }

  .nav {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .navlink {
    margin-top: 1em;
    margin-left: 0.4em;
    font-size: 80%;
  }

  .portrait-thumb-left, .portrait-thumb-right {
    max-width: 33%;
  }

  h1 {
    font-size: 26pt;
  }

  .article-preview {
    width: 90%;
  }

  .article .author .email {
    display: block;
  }

  .article .author, article .author .details {
    display: block;
    width: 90%;
  }

  .spacer-img {
    max-width: 100%;
  }
}


@media screen and (min-width: 1000px) {
  /* wide display */
  .content {
    float: left;
    min-width: 700px;
  }
}

.article-selection {
  list-style: none;
  padding-left: 0;
  font-size: 20pt;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.article-selection li {
  display: inline-block;
  margin-right: 0.5em;
  color: #999;
}


.article-selection a {
  border-bottom: 0;
}

.article-selection li.active a {
  color: black;
  font-weight: 600
}

.article-selection li a:hover {
  color: #222;
}

.article-selection li.active a:hover {
  color: #111;
  cursor: default;
}


.article-selection li + li {
  border-left: solid #666 1px;
  padding-left: 0.5em;
}


.articles-about {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 80%;
}
