@charset "UTF-8";

/* Magnific Popup CSS */
.mfp-counter {
  font-family: Georgia, Times, serif;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Georgia, Times, serif;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #fff;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #fff;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-figure figcaption {
  margin-top: 0;
  margin-bottom: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


/* ==========================================================================
   MIXINS
   ========================================================================== */
   button:focus, a:focus {
    /* More universally supported style as a default */
    outline: thin dotted #6f777d;
    
    /* Explicit size for clarity and broader support */
    outline: 5px dotted #6f777d;
    outline-offset: -2px;
  }

/* ==========================================================================
/* Core CSS */
/* ==========================================================================
   STYLE RESETS
   ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  /* apply a natural box layout model to all elements */
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 64em) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 80em) {
  html {
    font-size: 22px;
  }
}

/* Remove margin */
body {
  margin: 0;
}

/* Selected elements */
::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

/* Display HTML5 elements in IE6-9 and FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

a {
  color: #2f7d95;
}

/* Apply focus state */
/* Remove outline from links */
a:hover,
a:active {
  outline: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* img border in anchor's and image quality */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%; /* part 1: Set a maximum relative to the parent*/
  width: auto\9 ; /* IE7-8 need help adjusting responsive images*/
  height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


/* Consistent form font size in all browsers, margin changes, misc */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible; /* inner spacing ie IE6/7*/
  line-height: normal; /* FF3/4 have !important on line-height in UA stylesheet*/
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* inner padding and border oddities in FF3/4*/
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* corrects inability to style clickable `input` types in iOS*/
  cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
}

textarea {
  overflow: auto; /* remove vertical scrollbar in IE6-9*/
  vertical-align: top; /* readability and alignment cross-browser*/
}

/* ==========================================================================
   BASE ELEMENTS
   ========================================================================== */
html {
  /* sticky footer fix */
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #3d4144;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  line-height: 1.5;
}
body.overflow--hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 0.5em;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
}

h1 {
  margin-top: 0;
  font-size: 1.563em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1.0625em;
}

h5 {
  font-size: 1.03125em;
}

h6 {
  font-size: 1em;
}

small,
.small {
  font-size: 0.75em;
}

p {
  margin-bottom: 1em;
}

u,
ins {
  text-decoration: none;
  border-bottom: 1px solid #3d4144;
}
u a,
ins a {
  color: inherit;
}

del a {
  color: inherit;
}

/* reduce orphans and widows when printing */
p,
pre,
blockquote,
ul,
ol,
dl,
figure,
table,
fieldset {
  orphans: 3;
  widows: 3;
}

/* abbreviations */
abbr[title],
abbr[data-original-title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted #3d4144;
}

/* blockquotes */
blockquote {
  margin: 2em 1em 2em 0;
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic;
  border-left: 0.25em solid #6f777d;
}
blockquote cite {
  font-style: italic;
}
blockquote cite:before {
  content: "—";
  padding-right: 5px;
}

/* links */
a:visited {
  color: #4e91a5;
}
a:hover {
  color: #235e70;
  outline: 0;
}

/* buttons */
/* code */
tt,
code,
kbd,
samp,
pre {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
}

pre {
  overflow-x: auto; /* add scrollbars to wide code blocks*/
}

/* horizontal rule */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #f2f3f3;
}

/* lists */
ul li,
ol li {
  margin-bottom: 0.5em;
}

li ul,
li ol {
  margin-top: 0.5em;
}


/*
   Media and embeds
   ========================================================================== */
/* Figures and images */
figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 0;
}
figure img,
figure iframe,
figure .fluid-width-video-wrapper {
  margin-bottom: 1em;
}
figure img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
figure > a {
  display: block;
}
@media (min-width: 37.5em) {
  figure.half > a,
  figure.half > img {
    width: calc(50% - 0.5em);
  }
}
figure.half figcaption {
  width: 100%;
}
@media (min-width: 37.5em) {
  figure.third > a,
  figure.third > img {
    width: calc(33.3333% - 0.5em);
  }
}
figure.third figcaption {
  width: 100%;
}

/* Figure captions */
figcaption {
  margin-bottom: 0.5em;
  color: #646769;
  font-family: Georgia, Times, serif;
  font-size: 0.75em;
}
figcaption a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
figcaption a:hover {
  color: #235e70;
}

/* Fix IE9 SVG bug */
svg:not(:root) {
  overflow: hidden;
}

/*
   Navigation lists
   ========================================================================== */
/**
 * Removes margins, padding, and bullet points from navigation lists
 *
 * Example usage:
 * <nav>
 *    <ul>
 *      <li><a href="#link-1">Link 1</a></li>
 *      <li><a href="#link-2">Link 2</a></li>
 *      <li><a href="#link-3">Link 3</a></li>
 *    </ul>
 *  </nav>
 */
nav {
  /* override white-space for nested lists */
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
}
nav a {
  text-decoration: none;
}
nav ul li,
nav ol li {
  margin-bottom: 0;
}
nav li ul,
nav li ol {
  margin-top: 0;
}

/*
   Global animation transition
   ========================================================================== */
b,
i,
strong,
em,
blockquote,
p,
q,
span,
figure,
img,
h1,
h2,
header,
input,
a,
tr,
td,
form button,
input[type=submit],
.btn,
.highlight,
.archive__item-teaser {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/* ==========================================================================
   TABLES
   ========================================================================== */
table {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  border-collapse: collapse;
  overflow-x: auto;
}
table + table {
  margin-top: 1em;
}

thead {
  background-color: #f2f3f3;
  border-bottom: 2px solid #b6b6b6;
}

th {
  padding: 0.5em;
  font-weight: bold;
  text-align: left;
}

td {
  padding: 0.5em;
  border-bottom: 1px solid #b6b6b6;
}

tr,
td,
th {
  vertical-align: middle;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@-webkit-keyframes intro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes intro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Components */
/* ==========================================================================
   BUTTONS
   ========================================================================== */
/*
   Default button
   ========================================================================== */
.btn {
  /* default */
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-width: 0;
  border-radius: 4px;
  cursor: pointer;
  /* button colors */
  /* fills width of parent container */
  /* disabled */
  /* extra large button */
  /* large button */
  /* small button */
}
.btn .icon {
  margin-right: 0.5em;
}
.btn .icon + .hidden {
  margin-left: -0.5em; /* override for hidden text*/
}

.btn--info {
  background-color: #3b9cba;
  color: #fff;
}
.btn--info:visited {
  background-color: #3b9cba;
  color: #fff;
}
.btn--info:hover {
  background-color: #2f7d95;
  color: #fff;
}
.btn--linkedin {
  background-color: transparent;
  color: #007bb6;
}
.btn--linkedin:visited {
  background-color:transparent;
  color:  #006292;
}
.btn--linkedin:hover {
  background-color: transparent;
  color:  #006292;
}

.btn--github {
  background-color: transparent;
  color: #333;  /* GitHub's logo is often shown in black, adjust as needed */
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
}

.btn--github:visited, .btn--github:hover, .btn--github:active {
  color: #6e5494;  /* GitHub's secondary color, a purplish tone, for hover states */
}

.btn--github i {
  margin-right: 5px;  /* Space between the icon and text */
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 0.25em;
}
.btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
.btn--x-large {
  font-size: 1.25em;
}
.btn--large {
  font-size: 1em;
}
.btn--small {
  font-size: 0.6875em;
}


/* ==========================================================================
   MASTHEAD
   ========================================================================== */
   .masthead {
    position: relative;
    border-bottom: 1px solid #f2f3f3;
    z-index: 2;/* Adjust this value as needed */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-title {
    align-self: center;
    font-size: 4em;
    font-weight: 500;/* Adjust based on your preference */
    color: whitesmoke !important;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 0;
  
  }

  @media (max-width: 768px) {
    .masthead { /* Ensures that layout stays as a row */
        align-items: center; /* Keeps items vertically centered */
    }
    .site-title {
        font-size: 3em; /* Adjust font size for mobile */
    }
}

@media (max-width: 480px) {
    .site-title {
        font-size: 2em; /* Even smaller font size for very small devices */
    }
}

.masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url('../images/banner_01.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
  
  .masthead__inner-wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    max-width: 100%;
    display: flex;
    justify-content: center; /* Center the content */
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    flex-grow: 4;
    z-index: 7
  }
  
  .masthead__inner-wrap::after {
    clear: both;
    content: "";
    display: table;
  }

  
  @media (min-width: 80em) {
    .masthead__inner-wrap {
      max-width: 1280px;
    }
  }
  .masthead__inner-wrap nav {
    z-index: 10;
  }
  
  .masthead__menu {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items vertically */
    justify-content: flex-end; /* Align menu items to the right */
    width: 30%; /* Only as wide as it needs to be */
    padding-top: 100px;
    padding-bottom: 75px;
    padding-left: 75px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
  }
  

  @media (max-width: 768px) {
    .masthead__menu {/* Menu takes full width */
      justify-content: left; /* Center menu items */
      padding: 50px;  /* Add some space above the menu */
      width: 40%; /* Ensures menu does not take full width on mobile */
      font-size: 1em;  /* Adjusts padding for smaller screens */
    }
  }

  @media (max-width: 480px) {
      .masthead__menu {
          width: 40%;
          font-size: 0.6em; 
          padding: 20px;
      }
  }
    
  /* ==========================================================================
     NAVIGATION
     ========================================================================== */
  .breadcrumbs {
    clear: both;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    -webkit-animation: intro 0.3s both;
    animation: intro 0.3s both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  
  .breadcrumbs::after {
    clear: both;
    content: "";
    display: table;
  }
  
  @media (min-width: 80em) {
    .breadcrumbs {
      max-width: 1280px;
    }
  }
  
  .breadcrumbs ol {
    padding: 0;
    list-style: none;
    font-size: 0.75em;
  }
  
  @media (min-width: 64em) {
    .breadcrumbs ol {
      float: right;
      width: calc(100% - 200px);
    }
  }
  
  @media (min-width: 80em) {
    .breadcrumbs ol {
      width: calc(100% - 300px);
    }
  }
  
  .breadcrumbs li {
    display: inline;
  }
  
  .breadcrumbs .current {
    font-weight: bold;
  }
  
  .pagination {
    clear: both;
    float: left;
    margin-top: 1em;
    padding-top: 1em;
    width: 100%;
  }
  
  .pagination::after {
    clear: both;
    content: "";
    display: table;
  }
  
  .pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  }
  
  .pagination li {
    display: block;
    float: left;
    margin-left: -1px;
  }
  
  .pagination li a {
    display: block;
    margin-bottom: 0.25em;
    padding: 0.5em 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    color: #646769;
    border: 1px solid #b6b6b6;
    border-radius: 0;
  }
  
  .pagination li a:hover {
    color: #235e70;
  }
  
  .pagination li a.current, .pagination li a.current.disabled {
    color: #fff;
    background: #6f777d;
  }
  
  .pagination li a.disabled {
    color: rgba(100, 103, 105, 0.5);
    pointer-events: none;
    cursor: not-allowed;
  }
  
  .pagination li:first-child {
    margin-left: 0;
  }
  
  .pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .pagination--pager {
    display: block;
    padding: 1em 2em;
    float: left;
    width: 50%;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #646769;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
  }
  
  .pagination--pager:hover {
    background-color: #646769;
    color: #fff;
  }
  
  .pagination--pager:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .pagination--pager:last-child {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .pagination--pager.disabled {
    color: rgba(100, 103, 105, 0.5);
    pointer-events: none;
    cursor: not-allowed;
  }
  
  .page__content + .pagination,
  .page__meta + .pagination,
  .comment__date + .pagination,
  .page__share + .pagination,
  .page__comments + .pagination {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #f2f3f3;
  }
  

/*
     Priority plus navigation
     ========================================================================== */
.greedy-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2em;
  background: #fff;
}
.greedy-nav a {
  display: block;
  margin: 0 1rem;
  color: #6f777d;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.greedy-nav a:hover {
  color: #53595e;
}
.greedy-nav a.site-logo {
  margin-left: 0;
  margin-right: 0.5rem;
}
.greedy-nav a.site-title {
  margin-left: 0;
}
.greedy-nav img {
  -webkit-transition: none;
  transition: none;
}
.greedy-nav__toggle {
  -ms-flex-item-align: center;
  align-self: center;
  height: 2rem;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.greedy-nav .visible-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.greedy-nav .visible-links li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.greedy-nav .visible-links a {
  position: relative;
}
.greedy-nav .visible-links a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #6f777d;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
  transform: scaleX(0) translate3d(0, 0, 0);
}
.greedy-nav .visible-links a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.greedy-nav .hidden-links {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 15px;
  padding: 5px;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.greedy-nav .hidden-links.hidden {
  display: none;
}
.greedy-nav .hidden-links a {
  margin: 0;
  padding: 10px 20px;
  font-size: 1em;
}
.greedy-nav .hidden-links a:hover {
  color: #53595e;
  background: #dbdddf;
}
.greedy-nav .hidden-links:before {
  content: "";
  position: absolute;
  top: -11px;
  right: 10px;
  width: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #f2f3f3 transparent;
  display: block;
  z-index: 0;
}
.greedy-nav .hidden-links:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #fff transparent;
  display: block;
  z-index: 1;
}
.greedy-nav .hidden-links li {
  display: block;
  border-bottom: 1px solid #f2f3f3;
}
.greedy-nav .hidden-links li:last-child {
  border-bottom: none;
}

.no-js .greedy-nav .visible-links {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: visible;
}

/*
     Navigation list
     ========================================================================== */
.nav__list {
  margin-bottom: 1.5em;
}
.nav__list input[type=checkbox],
.nav__list label {
  display: none;
}
@media (max-width: 63.9375em) {
  .nav__list {
    /* selected*/
    /* on hover show expand*/
  }
  .nav__list label {
    position: relative;
    display: inline-block;
    padding: 0.5em 2.5em 0.5em 1em;
    color: #7a8288;
    font-size: 0.75em;
    font-weight: bold;
    border: 1px solid #bdc1c4;
    border-radius: 4px;
    z-index: 20;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
  }
  .nav__list label:before, .nav__list label:after {
    content: "";
    position: absolute;
    right: 1em;
    top: 1.25em;
    width: 0.75em;
    height: 0.125em;
    line-height: 1;
    background-color: #7a8288;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .nav__list label:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav__list label:hover {
    color: #fff;
    border-color: #7a8288;
    background-color: #333333;
  }
  .nav__list label:hover:before, .nav__list label:hover:after {
    background-color: #fff;
  }
  .nav__list input:checked + label {
    color: white;
    background-color: #333333;
  }
  .nav__list input:checked + label:before, .nav__list input:checked + label:after {
    background-color: #fff;
  }
  .nav__list label:hover:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav__list input:checked + label:hover:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .nav__list ul {
    margin-bottom: 1em;
  }
  .nav__list a {
    display: block;
    padding: 0.25em 0;
  }
}
@media (max-width: 63.9375em) and (min-width: 64em) {
  .nav__list a {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
  }
}
@media (max-width: 63.9375em) {
  .nav__list a:hover {
    text-decoration: underline;
  }
}

.nav__list .nav__items {
  margin: 0;
  font-size: 1.25rem;
}
.nav__list .nav__items a {
  color: inherit;
}
.nav__list .nav__items .active {
  margin-left: -0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
}
@media (max-width: 63.9375em) {
  .nav__list .nav__items {
    position: relative;
    max-height: 0;
    opacity: 0%;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
}

@media (max-width: 63.9375em) {
  .nav__list input:checked ~ .nav__items {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    max-height: 9999px; /* exaggerate max-height to accommodate tall lists*/
    overflow: visible;
    opacity: 1;
    margin-top: 1em;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.nav__title {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

.nav__sub-title {
  display: block;
  margin: 0.5rem 0;
  padding: 0.25rem 0;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #f2f3f3;
}

/*
     Table of contents navigation
     ========================================================================== */
.toc {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  color: #7a8288;
  background-color: #fff;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.toc .nav__title {
  color: #fff;
  font-size: 0.75em;
  background: #6f777d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.toc .active a {
  background-color: #e2e4e5;
  color: #3d4144;
}

.toc__menu {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  font-size: 0.75em;
}
@media (min-width: 64em) {
  .toc__menu {
    font-size: 0.6875em;
  }
}
.toc__menu a {
  display: block;
  padding: 0.25rem 0.75rem;
  color: #646769;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #f2f3f3;
}
.toc__menu a:hover {
  color: #3d4144;
}
.toc__menu li ul > li a {
  padding-left: 1.25rem;
  font-weight: normal;
}
.toc__menu li ul li ul > li a {
  padding-left: 1.75rem;
}
.toc__menu li ul li ul li ul > li a {
  padding-left: 2.25rem;
}
.toc__menu li ul li ul li ul li ul > li a {
  padding-left: 2.75rem;
}
.toc__menu li ul li ul li ul li ul li ul > li a {
  padding-left: 3.25rem;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.page__footer {
  position: relative;
  z-index: 2; /* Higher z-index to keep it above the sidebar */
  clear: both; 
  clear: both;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 3em;
  color: #646769;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  background-color: #f2f3f3;
}
.page__footer::after {
  clear: both;
  content: "";
  display: table;
}
.page__footer footer {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  max-width: 100%;
  padding: 0 1em 2em;
}
.page__footer footer::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 80em) {
  .page__footer footer {
    max-width: 1280px;
  }
}
.page__footer a {
  color: inherit;
  text-decoration: none;
}
.page__footer a:hover {
  text-decoration: underline;
}
.page__footer .fas,
.page__footer .fab,
.page__footer .far,
.page__footer .fal {
  color: #646769;
}

.page__footer-copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.6875em;
}

.page__footer-follow ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page__footer-follow li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
}
.page__footer-follow li + li:before {
  content: "";
  padding-right: 5px;
}
.page__footer-follow a {
  padding-right: 10px;
  font-weight: bold;
}
.page__footer-follow .social-icons a {
  white-space: nowrap;
}


/* Utility classes */
/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */
/*
   Visibility
   ========================================================================== */
/* http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */
.hidden,
.is--hidden {
  display: none;
  visibility: hidden;
}

/* for preloading images */
.load {
  display: none;
}

.transparent {
  opacity: 0;
}

/* https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html */
.visually-hidden,
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  width: 1px !important;
  border: 0 !important;
  overflow: hidden;
}

body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
  display: none !important;
}

/* screen readers */
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  background: #fff;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*
   Skip links
   ========================================================================== */
.skip-link {
  position: fixed;
  z-index: 20;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  white-space: nowrap;
}

.skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/*
   Type
   ========================================================================== */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

/*
   Task lists
   ========================================================================== */
.task-list {
  padding: 0;
}
.task-list li {
  list-style-type: none;
}
.task-list .task-list-item-checkbox {
  margin-right: 0.5em;
  opacity: 1;
}

.task-list .task-list {
  margin-left: 1em;
}

/*
   Alignment
   ========================================================================== */
/* clearfix */
.cf {
  clear: both;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/*
   Images
   ========================================================================== */
/* image align left */
.align-left {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .align-left {
    float: left;
    margin-right: 1em;
  }
}

/* image align right */
.align-right {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .align-right {
    float: right;
    margin-left: 1em;
  }
}

/* image align center */
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* file page content container */
@media (min-width: 64em) {
  .full {
    margin-right: -20.3389830508% !important;
  }
}

/*
   Icons
   ========================================================================== */
.icon {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1.1em;
  line-height: 1;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}

/* social icons*/
.social-icons .fas,
.social-icons .fab,
.social-icons .far,
.social-icons .fal {
  color: #3d4144;
}

social-icons .fa-foursquare {
  color: #0072b1;
}
.social-icons .fa-github, .social-icons .fa-github-alt, .social-icons .fa-github-square {
  color: #171516;
}


/*
   Sticky, fixed to top content
   ========================================================================== */
@media (min-width: 64em) {
  .sticky {
    clear: both;
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
  }
  .sticky::after {
    clear: both;
    content: "";
    display: table;
  }
  .sticky > * {
    display: block;
  }
}

/*
   Wells
   ========================================================================== */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/*
   Modals
   ========================================================================== */
.show-modal {
  overflow: hidden;
  position: relative;
}
.show-modal:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.85);
}
.show-modal .modal {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  min-height: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid #f2f3f3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.modal__title {
  margin: 0;
  padding: 0.5em 1em;
}
.modal__supporting-text {
  padding: 0 1em 0.5em 1em;
}
.modal__actions {
  padding: 0.5em 1em;
  border-top: 1px solid #f2f3f3;
}

/*
   Footnotes
   ========================================================================== */
.footnote {
  color: #9ba1a6;
  text-decoration: none;
}

.footnotes {
  color: #9ba1a6;
}
.footnotes ol,
.footnotes li,
.footnotes p {
  margin-bottom: 0;
  font-size: 0.75em;
}

a.reversefootnote {
  color: #7a8288;
  text-decoration: none;
}
a.reversefootnote:hover {
  text-decoration: underline;
}

/*
   Required
   ========================================================================== */
.required {
  color: #ee5f5b;
  font-weight: bold;
}

/*
   Copy <pre> block to clipboard
   ========================================================================== */
.clipboard-helper {
  font-size: 12pt !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  position: absolute;
}

pre.highlight .clipboard-copy-button {
  color: #ffffca;
}
pre .clipboard-copy-button {
  display: block;
  position: absolute;
  top: 0.6em;
  right: 0.5em;
  width: 1.8em;
  height: 1.5em;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
  border-radius: 0.1em;
  padding: 0.2em 0.5em;
  opacity: 0.4;
  transition: color 0.25s linear -0.25s, opacity 0.25s linear;
}
pre .clipboard-copy-button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
pre .clipboard-copy-button i {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
}
pre .clipboard-copy-button i.copied {
  opacity: 0;
}
pre .clipboard-copy-button.copied i {
  opacity: 0;
}
pre .clipboard-copy-button.copied i.copied {
  opacity: 1;
}
.no-copy pre .clipboard-copy-button {
  display: none;
}

pre:hover .clipboard-copy-button {
  opacity: 1;
}

/* Layout specific */
/* ==========================================================================
   SINGLE PAGE/POST
   ========================================================================== */
#main {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  max-width: 100%;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#main::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 80em) {
  #main {
    max-width: 1280px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.initial-content,
.search-content {
  flex: 1 0 auto;
}

@media (min-width: 64em) {
  .page {
    float: right;
    width: calc(100% - 200px);
    padding-right: 200px;
  }
}
@media (min-width: 80em) {
  .page {
    width: calc(100% - 300px);
    padding-right: 300px;
  }
}
.page .page__inner-wrap {
  float: left;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  clear: both;
}
.page .page__inner-wrap .page__content,
.page .page__inner-wrap .page__meta,
.page .page__inner-wrap .comment__date,
.page .page__inner-wrap .page__share {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  clear: both;
}

.page__title {
  margin-top: 0;
  line-height: 1;
  z-index: 21;
}
.page__title a {
  color: #3d4144;
  text-decoration: none;
  
}
.page__title + .page__meta, .page__title + .comment__date {
  margin-top: -0.5em;
}

.page__lead {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 1.25em;
}

.page__content {
  /* paragraph indents */
  /* blockquote citations */
}
.page__content h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f2f3f3;
}
.page__content h1 .header-link, .page__content h2 .header-link, .page__content h3 .header-link, .page__content h4 .header-link, .page__content h5 .header-link, .page__content h6 .header-link {
  position: relative;
  left: 0.5em;
  opacity: 0;
  font-size: 0.8em;
  -webkit-transition: opacity 0.2s ease-in-out 0.1s;
  -moz-transition: opacity 0.2s ease-in-out 0.1s;
  -o-transition: opacity 0.2s ease-in-out 0.1s;
  transition: opacity 0.2s ease-in-out 0.1s;
}
.page__content h1:hover .header-link, .page__content h2:hover .header-link, .page__content h3:hover .header-link, .page__content h4:hover .header-link, .page__content h5:hover .header-link, .page__content h6:hover .header-link {
  opacity: 1;
}
.page__content p,
.page__content li,
.page__content dl {
  font-size: 1em;
}
.page__content p {
  margin: 0 0 1.3em;
  /* sibling indentation*/
}
.page__content a:not(.btn):hover {
  text-decoration: underline;
}
.page__content a:not(.btn):hover img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.page__content :not(pre) > code {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 0.8em;
  background: #fafafa;
  border-radius: 4px;
}
.page__content :not(pre) > code::before, .page__content :not(pre) > code::after {
  letter-spacing: -0.2em;
  content: " "; /* non-breaking space*/
}
.page__content dt {
  margin-top: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
}
.page__content dd {
  margin-left: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
}
.page__content .small {
  font-size: 0.75em;
}
.page__content blockquote + .small {
  margin-top: -1.5em;
  padding-left: 1.25rem;
}

.page__hero {
  position: relative;
  margin-bottom: 2em;
  clear: both;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.page__hero::after {
  clear: both;
  content: "";
  display: table;
}
.page__hero--overlay {
  position: relative;
  margin-bottom: 2em;
  padding: 3em 0;
  clear: both;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: intro 0.3s both;
  animation: intro 0.3s both;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.page__hero--overlay::after {
  clear: both;
  content: "";
  display: table;
}
.page__hero--overlay a {
  color: #fff;
}
.page__hero--overlay .wrapper {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 80em) {
  .page__hero--overlay .wrapper {
    max-width: 1280px;
  }
}
.page__hero--overlay .page__title,
.page__hero--overlay .page__meta,
.page__hero--overlay .comment__date,
.page__hero--overlay .page__lead,
.page__hero--overlay .btn {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.page__hero--overlay .page__lead {
  max-width: 768px;
}
.page__hero--overlay .page__title {
  font-size: 1.953em;
}
@media (min-width: 37.5em) {
  .page__hero--overlay .page__title {
    font-size: 2.441em;
  }
}

.page__hero-image {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.page__hero-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 2px 5px;
  color: #fff;
  font-family: Georgia, Times, serif;
  font-size: 0.6875em;
  background: #000;
  text-align: right;
  z-index: 5;
  opacity: 0.5;
  border-radius: 4px 0 0 0;
}
@media (min-width: 64em) {
  .page__hero-caption {
    padding: 5px 10px;
  }
}
.page__hero-caption a {
  color: #fff;
  text-decoration: none;
}

/*
   Social sharing
   ========================================================================== */
.page__share {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #f2f3f3;
}
@media (max-width: 37.5em) {
  .page__share .btn span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.page__share-title {
  margin-bottom: 10px;
  font-size: 0.75em;
  text-transform: uppercase;
}

/*
   Wide Pages
   ========================================================================== */
@media (min-width: 64em) {
  .wide .page {
    padding-right: 0;
  }
}
@media (min-width: 80em) {
  .wide .page {
    padding-right: 0;
  }
}
@media (min-width: 64em) {
  .wide .page__related {
    padding-right: 0;
  }
}
@media (min-width: 80em) {
  .wide .page__related {
    padding-right: 0;
  }
}

/* ==========================================================================
   ARCHIVE
   ========================================================================== */
  .archive {
    margin-top: 1em;
    margin-bottom: 2em;
    width: 70%; 
    margin-left: auto; 
    margin-right: auto;
    padding: 0; 
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
  }
  @media (min-width: 64em) {
    .archive {
      width: 70%; /* Adjust width for larger screens */
    }
  }

  /* Ensuring text justification within specific sections */
  .archive p {
    text-align: justify; /* Justify text for better readability */
    padding: 0.5em;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
  }

  .entries-list .archive__item {
    margin: 10px 0; /* Add some vertical spacing */
  }
    /* Update font for .archive__subtitle */
    .archive__title {
      font-family: 'Roboto', sans-serif;
      font-size: 2.5em; /* Adjust the font size as needed */
      font-weight: 500; /* Adjust the font weight if needed */
      margin: 1.414em 0 0.5em;
      padding-bottom: 0.5em;
      color: #2f7d95;
      border-bottom: 1px solid #f2f3f3;
    }

  /* Update font for .archive__subtitle */
  .archive__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em; /* Adjust the font size as needed */
    font-weight: 500; /* Adjust the font weight if needed */
    margin: 1.414em 0 0.5em;
    padding-bottom: 0.5em;
    color: #2f7d95;
    border-bottom: 1px solid #f2f3f3;
  }

  .archive__item-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em; /* Adjust the font size as needed */
    font-weight: 500; 
    margin: 1.414em 0 0.5em; 
    margin-bottom: 0.1em;
    line-height: 1; /* Improve line spacing for readability */
    color: #3b9cba;
    font-family: 'Roboto', sans-serif;
  }

  @media (max-width: 768px) {
    .archive__title { /* Ensures that layout stays as a row */
        font-size: 2em; /* Keeps items vertically centered */
    }
    .archive__subtitle {
        font-size: 1.4em; /* Adjust font size for mobile */
    }
    .archive__item-title {
    font-size: 1.2em; /* Adjust font size for mobile */
    }
  }

  @media (max-width: 480px) {
    .archive__title { /* Ensures that layout stays as a row */
        font-size: 1.8em; 
        font-family: 'Roboto', sans-serif;/* Keeps items vertically centered */
    }
    .archive__subtitle {
        font-size: 1.2em; 
        font-family: 'Roboto', sans-serif;/* Adjust font size for mobile */
    }
    .archive__item-title {
    font-size: 1.1em; /* Adjust font size for mobile */
    }
  }

  
  /* Remove pseudo-element that causes the entire area to be clickable */
  .archive__item-title a[rel=permalink]::before {
    content: none;
  }
  .archive__item-title a + a {
    opacity: 0.5;
  }
  /* Targeting links within the archive item titles to remove underlines */
  .archive__item-title a {
    text-decoration: none; /* Removes underline from links */
  }
  /* Optionally, if you want to remove underlines on hover as well */
  .archive__item-title a:hover {
    text-decoration: none; /* Ensures no underline appears when hovering */
  }
  /* remove border */
  .page__content .archive__item-title {
    margin-top: 1em;
    border-bottom: none;
    font-family: 'Roboto', sans-serif;
  }
  /* Optional: Additional styling for other elements */
  .archive__item-excerpt {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em; /* Adjust the font size as needed */
    margin-top: 0;
    margin-bottom: 0;
    text-align: left; 
  }
  .page__footer-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    justify-content: center;
    text-align: center;
    padding: 10px  /* Adjust the font size as needed */
  }
  .archive__item-excerpt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
  }
  .archive__item-excerpt + p {
    text-indent: 0;
    text-align: left;
  }
  .archive__item-excerpt a {
    position: relative;
  }
  .archive__item-teaser {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
  }
  .archive__item-teaser img {
    width: 100%;
  }
  .archive__item-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    padding: 2px 5px;
    color: #fff;
    font-family: Georgia, Times, serif;
    font-size: 0.625em;
    background: #000;
    text-align: right;
    z-index: 5;
    opacity: 0.5;
    border-radius: 4px 0 0 0;
  }
  @media (min-width: 64em) {
    .archive__item-caption {
      padding: 5px 10px;
    }
  }
  .archive__item-caption a {
    color: #fff;
    text-decoration: none;
  }
  
  .social-icons {
    display: flex;
    justify-content: center; /* Ensures icons are centered horizontally within their container */
    align-items: center; /* Center icons vertically if the footer height is larger */
  }
  
  .social-icons a {
    font-size: 15px; /* Adjust this value to increase the icon size */
    color: #007bb6; /* Color for LinkedIn, adjust per brand */
    margin: 0 10px; /* Space between icons */
  }
  
  .social-icons a:hover {
    color: #006292; /* Darker blue for hover effect */
  }
  
  /* FontAwesome specific sizing, optional if more control is needed */
  .fab {
    font-size: 2em; /* Makes the font icons larger */
  }

/* info box
    ========================================================================== */   
    .info-box {
      border: 2px dashed black; /* Dashed border with a specific color */
      padding: 30px; /* Padding inside the box */ /* Vertical margin and horizontally center */
      background-color: whitesmoke; /* Light background color for the box */
      width: 70%; /* Full width of the container minus padding */
      box-sizing: border-box;
      font-family: 'Roboto', sans-serif;
      margin-top: 1em;
      margin-bottom: 2em;
      margin-left: auto; 
      margin-right: auto;
      display: flex;
      flex-direction: column;
      font-family: 'Roboto', sans-serif;
      font-size: 0.8em;

    }
    
    @media (min-width: 64em) {
      .info-box {
        width: 70%; /* Adjust width for larger screens */
      }
    }

    /* Ensuring text justification within specific sections */
    .info-box p {
      font-family: 'Roboto', sans-serif;
      font-size: inherit;
    }
    
    .info-box h4 {
      color: #333; /* Dark color for the heading */
      font-size: 1em; /* Ensures visibility */
      margin-top: 10px; /* Adjust spacing as needed */
      margin-bottom: 10px;
      font-family: 'Roboto', sans-serif;
    }
    
    .info-box h3 {
      color: #333; /* Dark color for the heading */
      font-size: 1.25em; /* Ensures visibility */
      margin-top: 0; /* Adjust spacing as needed */
      margin-bottom: 10px;
      font-family: 'Roboto', sans-serif;
    }

    .info-box ul, .info-box li {
      list-style-type: none; /* Removes list bullets */
      padding: 0; /* Removes padding from list */
      margin: 0;
      font-family: 'Roboto', sans-serif;
      font-size: inherit;
      display: flex;
      flex-direction: column;
    }
    
    .info-box ul {
      margin-top: 0px;
      font-size: inherit; /* Space above the first list */
    }
    
    .info-box li {
      padding-left: 10px; /* Indentation for list items */
      text-indent: -10px;
      font-size: inherit;
    }
  
  /* Plot container
    ========================================================================== */  
    .plot-container {
      flex-direction: row;
      justify-content: space-between;
      margin-top: 1em;
      margin-bottom: 1em;
    }


/*
   List view
   ========================================================================== */
.list__item .page__meta, .list__item .comment__date {
  margin: 0 0 4px;
  font-size: 0.6em;
}



/*
   Wide Pages
   ========================================================================== */
@media (min-width: 64em) {
  .wide .archive {
    padding-right: 0;
  }
}
@media (min-width: 80em) {
  .wide .archive {
    padding-right: 0;
  }
}

/* Place inside a single layout */
.layout--single .feature__wrapper {
  display: inline-block;
}

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  [hidden] {
    display: none;
  }
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    margin: 0;
    padding: 0;
    min-height: auto !important;
    font-size: 16px;
  }
  body {
    margin: 0 auto;
    background: #fff !important;
    color: #000 !important;
    font-size: 1rem;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    margin-top: 0;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
  }
  table {
    border-collapse: collapse;
  }
  thead {
    display: table-header-group;
  }
  table,
  th,
  td {
    border-bottom: 1px solid #000;
  }
  td,
  th {
    padding: 8px 16px;
  }
  img {
    border: 0;
    display: block;
    max-width: 100% !important;
    vertical-align: middle;
  }
  hr {
    border: 0;
    border-bottom: 2px solid #bbb;
    height: 0;
    margin: 2.25rem 0;
    padding: 0;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0;
    margin-bottom: 0.75rem;
  }
  abbr[title],
  acronym[title] {
    border: 0;
    text-decoration: none;
  }
  table,
  blockquote,
  pre,
  code,
  figure,
  li,
  hr,
  ul,
  ol,
  a,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  h4,
  p,
  a {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h1 + p,
  h2 + p,
  h3 + p {
    page-break-before: avoid;
  }
  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }
  pre {
    white-space: pre-wrap !important;
    word-wrap: break-word;
  }
  a[href^="http://"]:after,
  a[href^="https://"]:after,
  a[href^="ftp://"]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  abbr[title]:after,
  acronym[title]:after {
    content: " (" attr(title) ")";
  }
  #main {
    max-width: 100%;
  }
  .page {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page-break,
  .page-break-before {
    page-break-before: always;
  }
  .page-break-after {
    page-break-after: always;
  }
  .no-print {
    display: none;
  }
  a.no-reformat:after {
    content: "";
  }
  abbr[title].no-reformat:after,
  acronym[title].no-reformat:after {
    content: "";
  }
  .page__hero-caption {
    color: #000 !important;
    background: #fff !important;
    opacity: 1;
  }
  .page__hero-caption a {
    color: #000 !important;
  }
  /*
     Hide the following elements on print
     ========================================================================== */
  .masthead,
  .toc,
  .page__share,
  .page__related,
  .pagination,
  .ads,
  .page__footer,
  .page__comments-form,
  .author__avatar,
  .author__content,
  .author__urls-wrapper,
  .nav__list,
  .sidebar,
  .adsbygoogle {
    display: none !important;
    height: 1px !important;
  }
}

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