@charset "UTF-8";
@import url(/case-studies/css/normalize.css);
@import url(/css/lato.css);
@import url(/css/octicons.min.css);
@import url(/css/flag.min.css);
@import url(/css/bootstrap.min.css);
body {
  font-family: Lato, Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  vertical-align: baseline;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

#main {
  font-size: 16px;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}
@media (min-width: 900px) {
  #main {
    font-size: 1em;
    line-height: 1.375;
  }
}

p {
  padding-top: 0;
  margin: 0 auto 1em auto;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

h1 {
  margin-top: 0.6875em; /* (22px / 48px) * 1.5 */
  margin-bottom: 0.22916667em; /* (22px / 48px) * .5 */
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 3em;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
@media (max-width: 900px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.05;
    margin-top: 0.73333334em; /* (22px / 45px) * 1.5 */
    margin-bottom: 0.24444445em; /* (22px / 45px) * .5 */
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 2em;
    line-height: 1.125;
    margin-top: 0.9375em; /* (20px / 32px) * 1.5 */
    margin-bottom: 0.3125em; /* (20px / 32px) * .5 */
  }
}

h1 + h2 {
  margin-top: 0;
}

h2 {
  margin-top: 1.03125em; /* (22px / 32px) * 1.5 */
  margin-bottom: 0.34375em; /* (22px / 32px) * .5 */
  font-weight: 700;
  font-family: Lato, sans-serif;
  letter-spacing: -0.01em;
  font-size: 2.25em;
  line-height: 1.25;
}
@media (max-width: 900px) {
  h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-top: 1.03125em; /* (22px / 32px) * 1.5 */
    margin-bottom: 0.34375em; /* (22px / 32px) * .5 */
  }
}
@media (max-width: 700px) {
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
    margin-top: 1.15384616em; /* (20px / 26px) * 1.5 */
    margin-bottom: 0.38461539em; /* (20px / 26px) * .5 */
  }
}

h2 + h3 {
  margin-top: 0;
}

h3 {
  margin-top: 1.37500001em; /* (22px / 24px) * 1.5 */
  margin-bottom: 0.45833334em; /* (22px / 24px) * .5 */
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 1.75em;
  line-height: 1.25;
}
@media (max-width: 900px) {
  h3 {
    font-size: 1.5em;
    line-height: 1.25;
    margin-top: 1.37500001em; /* (22px / 24px) * 1.5 */
    margin-bottom: 0.45833334em; /* (22px / 24px) * .5 */
  }
}
@media (max-width: 700px) {
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
    margin-top: 1.36363637em; /* (20px / 22px) * 1.5 */
    margin-bottom: 0.45454546em; /* (20px / 22px) * .5 */
  }
}

h4, h5, h6 {
  font-size: 1.125em;
  line-height: 1.11111111;
  margin-top: 1.83333333em; /* (22px / 18px) * 1.5 */
  margin-bottom: 0.61111111em; /* (22px / 18px) * .5 */
}
@media (max-width: 700px) {
  h4, h5, h6 {
    line-height: 1.22222222;
    margin-top: 1.66666667em; /* (20px / 18px) * 1.5 */
    margin-bottom: 0.55555556em; /* (20px / 18px) * .5 */
  }
}

ul {
  list-style-type: disc;
}

ul ul {
  margin: 0 0 0 25px;
}

ol {
  list-style-type: decimal;
}

ol ol {
  margin: 0 0 0 25px;
}

hr {
  clear: both;
  width: 100%;
  padding: 0;
  margin: 40px 0;
  border: none;
  border-top: 2px solid #1e1e1e;
  border-bottom: 2px solid #1e1e1e;
  border-radius: 2px;
  text-align: center;
}

blockquote {
  background: #eeeeee;
  margin: 1em 0; /* (20px / 20px) */
  color: #555;
  border-left: 5px solid #1e1e1e;
  padding: 0.5em;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.45833333;
}
@media (max-width: 900px) {
  blockquote {
    line-height: 1.25;
  }
}

blockquote p {
  margin: 0;
}

blockquote .author {
  text-align: right;
  font-size: 0.875em;
  letter-spacing: 0.125em;
  color: #808080;
}

code {
  background-color: #eeeeee;
  border-radius: 2px;
  padding: 1px 3px;
}

code, kbd, samp {
  font-family: Consolas, "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", "Droid Sans Mono", "Andale Mono", Anonymous, "Monaco", monospaced;
}

.button {
  background: none;
  border: 2px solid #1e1e1e;
  position: relative;
  display: inline-block;
  padding: 7px 12px;
  margin: 0;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  letter-spacing: 2px;
}
.button:hover {
  background: #1e1e1e;
  color: #fff;
}
.button:active {
  top: 1px;
}

#menucont #menu-checkbox {
  display: none;
}
#menucont .menutitle {
  display: none;
}
#menucont .menu {
  margin: 0;
  padding: 0;
}
#menucont .menu li {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
#menucont .menu li a {
  color: #FFF;
  width: 100%;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: 2px;
}
#menucont .menu li:hover {
  background: rgba(0, 0, 0, 0.2);
}
#menucont .menu li.active {
  background: rgba(0, 0, 0, 0.2);
}
#menucont .menu li.active a {
  font-weight: 600;
}
#menucont .menu li .menu-item-text {
  padding: 10px 20px;
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  #menucont #menu-checkbox:checked ~ .menu {
    display: block;
    margin-bottom: 0.5em;
  }
  #menucont .menutitle {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 0.85;
  }
  #menucont .menutitle .icon-menu {
    fill: currentColor;
    height: 16px;
    width: 16px;
  }
  #menucont .menutitle .menu-text {
    margin: 0 0 0 0.8em;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
  }
  #menucont .menu {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    display: none;
  }
  #menucont .menu li.active {
    background: transparent;
  }
  #menucont .menu li.active a, #menucont .menu li.active a:hover {
    font-weight: 600;
    color: #FFF;
  }
  #menucont .menu li a {
    width: 100%;
    display: inline-block;
    margin: 0;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    text-transform: uppercase;
  }
  #menucont .menu li .menu-item-text {
    padding: 5px 20px;
  }
}
.side-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .side-container {
    flex-flow: column nowrap;
  }
}

@media (min-width: 700px) {
  #sidebar {
    flex: 0 0 auto;
    height: 100vh;
  }
}
@media (max-width: 700px) {
  #sidebar {
    flex: 1 0 auto;
    width: 100vw;
  }
}

#sidebar-links {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 700px) {
  #sidebar-links {
    flex-flow: row nowrap;
  }
}

.post-header h1 {
  margin-top: 0;
}
.post-header .byline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.375rem;
}
@media (max-width: 900px) {
  .post-header .byline {
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 700px) {
  .post-header .byline {
    margin-bottom: 1.25rem;
  }
}

#main {
  flex: 1 1 0;
}
@media (min-width: 700px) {
  #main {
    height: 100vh;
    overflow-y: scroll;
  }
}

#prev-next {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#prev-next .prev, #prev-next .next {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  fill: currentColor;
  text-decoration: none;
}
#prev-next .prev .icon, #prev-next .next .icon {
  flex: 0 0 1em;
  height: 1em;
  width: 1em;
}
#prev-next .prev .nav-text, #prev-next .next .nav-text {
  flex: 1 1 0;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
}

/* Based on https://github.com/bvosk/jsonresume-theme-pumpkin/blob/050a4c8/style.css */
/* Copyright (c) 2019 Łukasz Czapliński */
/* Permission is hereby granted, free of charge, to any person obtaining a copy */
/* of this software and associated documentation files (the "Software"), to deal */
/* in the Software without restriction, including without limitation the rights */
/* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell */
/* copies of the Software, and to permit persons to whom the Software is */
/* furnished to do so, subject to the following conditions: */
/* The above copyright notice and this permission notice shall be included in all */
/* copies or substantial portions of the Software. */
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR */
/* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, */
/* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE */
/* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER */
/* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, */
/* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE */
/* SOFTWARE. */
body {
  background: #fff;
  font-family: Lato, sans-serif;
}

a {
  background: linear-gradient(to bottom, #FB0 0%, #FB0 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 2px;
  color: #000;
  text-decoration: none;
  transition: background-size 0.5s;
}

a:hover {
  background-size: 4px 50px;
  color: #000;
  text-decoration: none;
}

p {
  line-height: 1.5;
  margin: 0;
}

p + p {
  margin-top: 10px;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
}

section {
  margin-top: 30px;
}

li {
  line-height: 1.8;
}

blockquote {
  border-left: 5px solid #e7e9ec;
  font-size: 14px;
}

em {
  color: #95a5a6;
  font-weight: normal;
  font-style: normal;
}

h4 span:first-child {
  color: #000;
  font-weight: bold;
}

.col-sm-6 {
  margin-bottom: 10px;
}

.col-sm-12 h4 {
  margin-top: 12px;
}

.col-sm-12 + .col-sm-12 {
  margin-top: 30px;
}

#header {
  color: #fff;
  background: #1E1E1E;
  padding: 50px 0;
  margin-bottom: 30px;
}
#header a {
  color: #fff1cc;
}

#header h2 {
  color: #FB0;
  font-size: 24px;
}

#content h3 {
  /* color: var(--accentColor); */
  color: black;
  font-size: 26px;
  margin-top: -4px;
}

#content aside {
  text-align: right;
  padding-right: 30px;
}

#profiles .network {
  text-transform: capitalize;
}

#work .position,
#volunteer .position {
  font-weight: bold;
  margin-bottom: 8px;
}

#education .area {
  font-weight: bold;
}

#education .area:before {
  content: "\f0d7";
  font: 16px Octicons;
  margin-right: 6px;
}

#education .studyType {
  margin-left: 25px;
}

#awards .summary,
#publications .summary {
  margin-top: 8px;
}

#publications .website a:before {
  content: attr(href);
}

#skills .skill-senior:before {
  content: "\f047";
  font: 16px Octicons;
  margin-right: 6px;
}

#skills .skill-mid:before {
  content: "\f019";
  font: 16px Octicons;
  margin-right: 6px;
}

@media (min-width: 480px) {
  .strike-through {
    border-top: 1px solid #f4f6f6;
    height: 20px;
    margin-top: 12px;
    margin-bottom: -2px;
    position: relative;
  }
  .strike-through span,
  .strike-through a {
    position: absolute;
  }
  .strike-through span:first-child {
    padding-right: 20px;
    margin-top: -12px;
  }
  .strike-through span + span {
    font-size: 14px;
    margin-top: -10px;
    padding-left: 20px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .col-sm-6:last-child {
    margin-bottom: 0px;
  }
  #content aside {
    margin-bottom: 20px;
    padding-right: 0;
    text-align: left;
  }
  #publications .website a:before {
    content: "View publication";
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .strike-through span:first-child {
    margin-bottom: 7px;
  }
  .strike-through span {
    display: block;
  }
  #header {
    margin-bottom: 10px;
    padding: 40px 0;
  }
  #actions {
    display: none;
  }
}
@media print {
  .pagebreak {
    clear: both;
    page-break-after: always;
  }
}
/* ==================================================
   Global Styles
================================================== */
*, *:before, *:after {
  box-sizing: inherit;
}

:root {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fbfbfb;
  color: #1e1e1e;
}

::selection, ::-moz-selection {
  background: #1e1e1e;
  color: #fbfbfb;
}

a {
  color: #614141;
  text-decoration: none;
  text-decoration: underline solid currentColor;
}
a:hover {
  color: #9d6b6b;
}

@media screen and (min-width: 700px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .desktop-and-tablet-only {
    display: none;
  }
}

/* ==================================================
   Images
================================================== */
img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* ==================================================
   Sections
================================================== */
#sidebar {
  background: #1e1e1e;
  color: #fff;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 700px) {
  #sidebar {
    padding-bottom: 10px;
  }
}
#sidebar #logo {
  padding: 20px;
  width: 100%;
  color: #fff;
}
#sidebar #logo .icon {
  box-shadow: 0px 0px 14px 2px rgba(255, 255, 255, 0.05);
  display: block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  height: 100px;
  width: 100px;
  margin: 0 auto 10px;
  border-radius: 80px;
}
#sidebar #logo .text {
  color: #fff;
  width: 100%;
  font-size: 30px;
  line-height: 0.8;
  font-weight: 600;
  font-family: Lato, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}
@media (min-width: 700px) {
  #sidebar #logo .text.desktop-and-tablet-only {
    display: table-caption;
  }
}
#sidebar #logo a {
  text-decoration: none;
}

@media (min-width: 700px) {
  #socialmedia {
    flex: 0 1 auto;
    padding: 20px;
  }
}
@media (max-width: 700px) {
  #socialmedia {
    padding: 0 20px 0 0;
  }
}
#socialmedia ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#socialmedia ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  #socialmedia ul li {
    height: 34px;
    width: 34px;
  }
}
@media (max-width: 700px) {
  #socialmedia ul li {
    height: 30px;
    width: 30px;
    margin-left: 10px;
  }
}
#socialmedia ul .icon {
  fill: #fff;
  max-height: 100%;
  max-width: 100%;
  opacity: 0.85;
}
#socialmedia ul .icon:hover {
  opacity: 1;
}

#main {
  max-width: 700px;
}
@media (min-width: 700px) {
  #main {
    padding: 2rem;
  }
}
@media (max-width: 700px) {
  #main {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  #main {
    max-width: 1170px;
  }
}

#main p:last-child {
  margin: 0;
}

.post-header .byline .date {
  font-variant-caps: small-caps;
}

#post {
  margin: 0 auto;
  max-width: 700px;
}
@media (min-width: 1200px) {
  #post {
    max-width: 1170px;
  }
}

#footercont {
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 11px;
}

.tag-count {
  font-size: small;
}

#post img {
  width: 100%;
}

/*# sourceMappingURL=blog.css.map */
