/* Web Fonts */
@font-face {
  font-family: 'CalibreSemibold';
  src: url(/assets/fonts/CalibreWeb-Semibold.eot);
  src: url(/assets/fonts/CalibreWeb-Semibold.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/CalibreWeb-Semibold.woff2) format('woff2'), url(/assets/fonts/CalibreWeb-Semibold.woff) format('woff'), url(/assets/fonts/CalibreWeb-Semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'CalibreRegular';
  src: url(/assets/fonts/CalibreWeb-Regular.eot);
  src: url(/assets/fonts/CalibreWeb-Regular.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/CalibreWeb-Regular.woff2) format('woff2'), url(/assets/fonts/CalibreWeb-Regular.woff) format('woff'), url(/assets/fonts/CalibreWeb-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'CalibreMedium';
  src: url(/assets/fonts/CalibreWeb-Medium.eot);
  src: url(/assets/fonts/CalibreWeb-Medium.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/CalibreWeb-Medium.woff2) format('woff2'), url(/assets/fonts/CalibreWeb-Medium.woff) format('woff'), url(/assets/fonts/CalibreWeb-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'CalibrLight';
  src: url(/assets/fonts/CalibreWeb-Light.eot);
  src: url(/assets/fonts/CalibreWeb-Light.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/CalibreWeb-Light.woff2) format('woff2'), url(/assets/fonts/CalibreWeb-Light.woff) format('woff'), url(/assets/fonts/CalibreWeb-Light.ttf) format('truetype');
}
/* Global Baseline */
html {
  position: relative;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  font-smoothing: antialiased;
}
body {
  font-size: 1rem;
  font-family: 'CalibreRegular', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #2e2f33;
  margin-bottom: 8rem;
}
a:link,
a:visited {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: inherit;
  text-decoration: none;
  color: #2ea8e5;
}
/* Typography */
h1,
h2,
h3,
h4 {
  font-family: 'CalibreMedium', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
p,
span,
li {
  font-size: 2em;
}
li:last-child {
  margin-bottom: 2.4rem;
}
p {
  margin-bottom: 2.4rem;
  line-height: 2.8rem;
}
h1 {
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
}
h2 {
  font-family: 'CalibreSemibold';
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
/* Downloads */
.downloads {
  margin-bottom: 2.2rem;
  padding: 0.9rem 0;
  font-size: 0.7rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'CalibreMedium', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #edeff2;
  color: rgba(115, 117, 128, 0.66);
}
.downloads a:link,
.downloads a:visited {
  color: rgba(115, 117, 128, 0.66);
  border-bottom: 1px solid rgba(115, 117, 128, 0.16);
}
.downloads a:hover {
  color: #2ea8e5;
  border-bottom: 1px solid rgba(46, 168, 229, 0.16);
}
/* Post Content */
.post-content {
  margin-bottom: 90px;
}
.post-content img,
.page-content img {
  margin: 2.8rem auto;
  display: block;
  max-height: 75vh;
  max-width: 100%;
  border-radius: 6px;
}
.post-content iframe,
.page-content iframe {
  margin: 2.8rem auto;
  display: block;
  max-height: 75vh;
  max-width: 100%;
}
.post-content a:link,
.post-content a:visited,
.page-content a:link,
.page-content a:visited {
  color: #2ea8e5;
  border-bottom: 1px solid rgba(46, 168, 229, 0.08);
}
.post-content a:hover,
.page-content a:hover {
  color: #1b307b;
  border-bottom: 1px solid rgba(27, 48, 123, 0.12);
}
a.date,
time.date {
  margin-bottom: 0;
  font-size: 2rem;
  font-family: 'CalibreMedium', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a.date:link,
a.date:visited,
time.date {
  color: #737580;
  border-bottom: none;
}
hr {
  height: 1px;
  margin: 5rem 0 4.8rem;
  background: #ebecf0;
  border: none;
}
hr:last-child {
  margin-bottom: 4rem;
}
/* Pagination */
#pagination {
  padding: 0;
  margin-bottom: 90px;
  height: 90px;
  font-size: 0.9rem;
  color: #c8c9cc;
}
.previous {
  text-align: left;
}
.next {
  text-align: right;
}
#pagination a:link,
#pagination a:visited {
  color: #1a2e80;
}
/* Footer */
footer {
  padding: 3rem;
  font-size: 0.8rem;
  font-family: 'CalibreMedium', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #525b80;
  background-color: #050e33;
  bottom: 0;
  position: absolute;
  width: 100vw;
}
footer .col-lg-8 {
  text-align: left;
}
footer .col-lg-4 {
  text-align: right;
}
footer a:link,
footer a:visited {
  color: #525b80;
}
footer a:hover {
  color: #ffffff;
}
/* Utilities */
.clearfix {
  clear: both;
}
/* Resolution Exceptions */
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  /* html, body {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
} */
  footer .col-lg-8,
  footer .col-lg-4 {
    text-align: center;
    margin: .5rem auto 2rem;
  }
}
/* Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fadeIn ease;
  -moz-animation: fadeIn ease;
  animation: fadeIn ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
