@import "littlefoot.css";
@import "fontawesome.min.css";
@import "brands.min.css";
@import "solid.min.css";
@import "hugo-easy-gallery.css";
/**
 * Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

summary {
  display: list-item; }

figure {
  margin: 0; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:focus {
  outline: thin dotted; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border: 0;
  vertical-align: middle; }

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

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

progress {
  display: inline-block;
  vertical-align: baseline; }

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

/**
 * General
 */
html {
  font-family: "PT Serif", serif;
  font-size: 112.5%;
  height: 100%;
  min-height: 100%; }

body {
  background: #fff;
  color: #333333;
  line-height: 1.66667; }

a {
  border-bottom: 2px solid #8B4513;
  color: #333333;
  text-decoration: none;
  -webkit-transition: border .3s ease, color .3s ease;
  transition: border .3s ease, color .3s ease; }
  a:hover {
    border-color: currentColor;
    color: #000000;
    text-decoration: none; }

a.external[target="_blank"]::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  font-size: 0.72222rem;
  margin: 0px 3px 0px 5px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
  margin: 1.66667rem 0 0.83333rem;
  text-rendering: optimizeLegibility; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.22222rem; }

h2 {
  font-size: 1.88889rem; }

h3 {
  font-size: 1.55556rem; }

h4 {
  font-size: 1.33333rem; }

h5 {
  font-size: 1.11111rem; }

h6 {
  font-size: 0.88889em;
  letter-spacing: 0.0625em;
  text-transform: uppercase; }

p {
  margin: 0 0 1.66667em; }

address {
  font-style: italic;
  margin: 0 0 1.66667em; }

mark,
ins {
  background: #fff493;
  color: #000000;
  padding: 0 3px;
  text-decoration: none; }

code {
  background: #f8f8f8;
  border-radius: 3px;
  color: #000000;
  padding: 0 3px; }

pre {
  background: #f8f8f8;
  border-radius: 3px;
  color: #000000;
  font-size: 0.88889rem;
  margin: 0 0 1.66667rem;
  overflow: auto;
  padding: 1.33333em;
  position: relative;
  white-space: pre; }
  pre > code {
    padding: 0; }

blockquote {
  border-left: 5px solid #8B4513;
  color: #000000;
  font-size: 1.33333rem;
  font-style: italic;
  line-height: 1.5;
  margin: 2.5rem auto;
  max-width: 555px;
  padding-left: 1.25em; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote p {
    margin-bottom: 0.5em; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote small,
  blockquote cite {
    color: #666666;
    display: block;
    font-size: 0.66667em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.15em;
    margin-top: 1em;
    text-transform: uppercase; }
    blockquote small:last-child,
    blockquote cite:last-child {
      margin-bottom: 0; }

dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1.66667em; }

ul,
ol {
  margin: 0 0 1.66667em;
  padding: 0 0 0 1.33333em; }

li > ul,
li > ol {
  margin-bottom: 0; }

hr {
  border: 0;
  border-bottom: 1px dashed #e5e5e5;
  margin: 1.66667em 0; }

table {
  font-size: 0.88889rem;
  line-height: 1.5;
  margin: 0 0 1.66667rem;
  text-align: left;
  width: 100%; }

caption {
  color: #666666;
  font-size: 0.875em;
  font-style: normal;
  margin-bottom: 1em;
  text-align: left; }

th,
td {
  border-bottom: 1px dashed #e5e5e5;
  padding: 0.5em 5px; }

th {
  color: #000000;
  font-weight: bold; }

/* Form fields */
label {
  color: #000000;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.88889rem;
  margin-bottom: 0.25em; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: #f8f8f8;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.5em 0.75em;
  vertical-align: baseline;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  height: 3em; }

.form-group {
  margin-bottom: 1em; }

.form-submit {
  margin-top: 1.66667em; }

.form-select-wrap {
  font-size: 16px;
  position: relative; }
  .form-select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px; }
    .form-select-wrap select:focus {
      outline: 0; }
  .form-select-wrap:before, .form-select-wrap:after {
    border: solid transparent;
    border-width: .3125em;
    box-sizing: border-box;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1; }
  .form-select-wrap:before {
    border-top-color: #666666;
    margin-top: .125em; }
  .form-select-wrap:after {
    border-bottom-color: #666666;
    margin-top: -.75em; }

.form-checkbox {
  padding-left: 24px;
  position: relative; }
  .form-checkbox input[type=checkbox] {
    height: 1.5em;
    left: 0;
    position: absolute;
    top: 0; }

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
  background: #000000;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.9em 30px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  button:hover, button:focus, button:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  .button:hover,
  .button:focus,
  .button:active {
    background: #333333;
    color: #fff;
    outline: 0; }

#menu-toggle {
  background: 0;
  border: 0;
  box-shadow: none;
  color: inherit;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px; }

.button-circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #666666;
  border-radius: 50%;
  box-sizing: border-box;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1em;
  height: 2.22222em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2.22222em;
  padding: 0;
  position: relative;
  width: 2.22222em; }

.cta {
  margin-top: -27px;
  margin-bottom: -7px;
  text-align: center;
  font-size: 0.8em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.cta-button {
  background-color: #8B4513;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 4px;
  font-size: 1.6em;
  padding: 10px 16px;
  float: none !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

/* Placeholder text */
::-webkit-input-placeholder {
  color: #666666; }

::-moz-placeholder {
  color: #666666;
  opacity: 1; }

:-ms-input-placeholder {
  color: #666666; }

::-ms-input-placeholder {
  color: #666666; }

::placeholder {
  color: #666666; }

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe {
  margin: 0 0 1.66667em; }

/* Images */
img {
  height: auto;
  max-width: 100%;
  border-radius: 3px; }

.post-thumbnail img,
.post-content img,
.block img {
  border-radius: 3px; }

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title,
.site-logo + .site-title + .site-description {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

/* Clearing floats */
.post-content:after {
  clear: both; }

.post-content:before, .post-content:after {
  content: "";
  display: table; }

/* Justifying and hyphenating paragraph */
.post-content p {
  text-align: justify; }

p.none {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

p.manual {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual; }

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

@media only screen and (max-width: 600px) {
  html {
    font-size: 100%; }
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.77778rem; } }

.home-content p {
  text-align: justify;
  margin-top: 1.26667rem;
  margin-bottom: 0.66667rem; }

.text-icon {
  display: inline-block; }

.meta-text {
  color: #666666; }

/**
 * Icons
 */
.icon-menu {
  background: currentColor;
  border-radius: 1px;
  color: inherit;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 30px; }
  .icon-menu:before, .icon-menu:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }
  .icon-menu:before {
    top: -8px;
    -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
    transition: top 75ms ease .12s,opacity 75ms ease; }
  .icon-menu:after {
    bottom: -8px;
    -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.menu--opened .icon-menu {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .menu--opened .icon-menu:before {
    top: 0;
    -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0; }
  .menu--opened .icon-menu:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.icon-arrow-left,
.icon-arrow-right {
  background: currentColor;
  color: inherit;
  height: 2px;
  left: 50%;
  margin-left: -6px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 12px; }
  .icon-arrow-left:before,
  .icon-arrow-right:before {
    border-style: solid;
    content: "";
    position: absolute;
    height: 0;
    margin-top: -4px;
    top: 50%;
    width: 0; }

.icon-arrow-left:before {
  border-width: 4px 4px 4px 0;
  border-color: transparent currentColor transparent transparent;
  left: -2px; }

.icon-arrow-right:before {
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent currentColor;
  right: -2px; }

.icon-arrow-up {
  background: currentColor;
  color: inherit;
  height: 12px;
  left: 50%;
  margin-left: -1px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 2px; }
  .icon-arrow-up:before {
    border-color: transparent transparent currentColor transparent;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    content: "";
    left: 50%;
    position: absolute;
    height: 0;
    margin-left: -4px;
    top: -2px;
    width: 0; }

/**
 * Structure
 */
.site {
  overflow: hidden;
  position: relative; }

.inner {
  max-width: 750px; }

.site-content {
  padding: 2.5em 4vw 1.66667em; }
  @media only screen and (min-width: 801px) {
    .site-content {
      margin-left: 30vw; } }
  @media only screen and (min-width: 1091px) {
    .site-content {
      padding-left: 6vw;
      padding-right: 6vw; } }
  @media only screen and (min-width: 1501px) {
    .site-content {
      margin-left: 450px;
      padding-left: 130px;
      padding-right: 130px; } }
.site-main {
  padding-bottom: 1.66667em; }

/**
 * Site Header
 */
.site-header {
  background: #000000;
  color: #fff;
  position: relative; }

.site-header-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .site-header-bg:before {
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.01) 1%, rgba(17, 17, 17, 0.7) 70%, rgba(17, 17, 17, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.01) 1%, rgba(17, 17, 17, 0.7) 70%, rgba(17, 17, 17, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.01) 1%, rgba(17, 17, 17, 0.7) 70%, rgba(17, 17, 17, 0.9) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.site-header-inside {
  box-sizing: border-box;
  padding: 3.33333em 4vw;
  position: relative; }

.site-branding {
  margin-right: 45px; }

.site-logo {
  margin: 0; }
  .site-logo a {
    border: 0; }
  .site-logo img {
    max-height: 60px; }

.site-title {
  color: #fff;
  font-size: 1.66667rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }
  .site-title a {
    border-color: #8B4513;
    color: inherit; }

.site-description {
  font-size: 1rem;
  font-style: italic;
  margin: 0.75em 0 0; }

.menu {
  border-bottom: 1px dashed #333333;
  font-weight: bold;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-item {
  border-top: 1px dashed #333333;
  padding: 0.5em 0; }
  .menu-item a {
    border: 0;
    color: inherit;
    display: inline-block; }

.menu-item a:hover,
.current-menu-item a {
  color: #e5e5e5; }

.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.5rem; }
  .social-links a {
    color: inherit;
    margin: 0 5% 0.5em 0; }
    .social-links a:not(.button-circle) {
      border: 0; }
      .social-links a:not(.button-circle):hover {
        color: #e5e5e5; }
  .social-links .button-circle {
    font-size: 18px; }
    .social-links .button-circle:hover {
      border-color: #8B4513; }

#menu-toggle {
  position: absolute;
  right: 4vw;
  top: 3.33333em;
  z-index: 9999; }

.site-navigation-alt {
  padding: 1.33333em 4vw; }

.home-link {
  color: #000000;
  display: inline-block;
  font-size: 0.88889rem;
  font-weight: bold;
  padding: 0.3em 0 0.3em 24px;
  position: relative; }
  .home-link .icon-arrow-left {
    left: 0;
    margin-left: 2px;
    margin-right: 0;
    right: auto; }

@media only screen and (min-width: 801px) {
  .site-header,
  .site-header-alt {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 30vw; }
  .site-header-scroll {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .site-header-inside {
    display: table;
    height: 100%;
    width: 100%; }
  .site-header-vertical {
    display: table-cell;
    height: 100%;
    vertical-align: bottom; }
  .site-branding {
    margin: auto auto 0;
    max-width: 580px;
    width: 100%; }
  .site-logo img {
    max-height: 120px; }
  #menu-toggle {
    display: none; }
  .site-navigation {
    margin: 2.5rem auto 0;
    max-width: 280px;
    width: 100%; }
  .site-navigation-alt {
    padding: 2.5em 4vw; } }

@media only screen and (min-width: 1001px) {
  .site-title {
    font-size: 1.88889rem; } }

@media only screen and (min-width: 1501px) {
  .site-header,
  .site-header-alt {
    width: 450px; }
  .site-header-inside {
    padding-left: 60px;
    padding-right: 60px; }
  .site-title {
    font-size: 2.66667rem; }
  .site-description {
    font-size: 1.11111rem; } }

@media only screen and (max-width: 800px) {
  .site-navigation {
    background: #000000;
    box-sizing: border-box;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: -100%;
    top: 0;
    -webkit-transition: right .3s, visibility 0s .3s;
    transition: right .3s, visibility 0s .3s;
    visibility: hidden;
    width: 100%;
    z-index: 9998; }
  .site-nav-scroll {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .site-nav-inside {
    padding: 7.5em 4vw 2.5em; }
  .menu-item {
    padding: 0; }
    .menu-item a {
      display: block;
      padding: 0.5em 0; }
  .menu--opened .site {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 9997; }
  .menu--opened .site-navigation {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    visibility: visible; } }

/**
 * General
 */
.featured-article {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 1em;
  grid-auto-flow: dense; }

.featured-article-image {
  display: block;
  margin-bottom: 0.8em;
  border: 0; }

.article {
  border-radius: 3px;
  padding: 1em;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 20px 20px rgba(0, 0, 0, 0.05); }

.article:nth-child(1) {
  grid-column: 1 / -1;
  background: #f8f8f8; }

.article:nth-child(1) > hr:first-child {
  padding-bottom: 30%; }

.article:nth-child(1) > hr:last-child {
  margin-right: 20%;
  height: 28px; }

.article:nth-child(3) {
  grid-column: -3 / -1;
  background: rgba(100, 60, 20, 0.15); }

.article:nth-child(4) {
  grid-column: 1 / -2;
  background: rgba(255, 200, 255, 0.3); }

.article:nth-child(4) > hr:first-child {
  padding-bottom: 30%; }

.article:after {
  color: #808;
  font-weight: bold;
  font-family: courier; }

@media (max-width: 680px) {
  .archive {
    display: flex;
    flex-direction: column; }
  .article {
    margin-bottom: 1em; } }

/**
 * Posts and Pages
 */
.post {
  margin-bottom: 3.33333em; }

.post-header {
  margin-bottom: 2.5em; }

.post-title {
  margin-bottom: 0.66667rem; }
  .post-title a {
    border: 0;
    color: inherit; }
    .post-title a:hover {
      color: #333333; }

.post-meta {
  color: #666666;
  font-size: 0.88889rem; }

.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.5em; }
  .post-thumbnail img {
    width: 100%; }

.post-subtitle {
  color: #000000;
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 2.5rem; }

.post-content {
  margin-bottom: 1.25rem; }
  .post-content .summary {
    margin-bottom: -1.65rem; }

.post-related-articles-list {
  margin: 0 0 0;
  padding: 0 0 0 0;
  list-style: none; }
  .post-related-articles-list li {
    padding-left: 1em;
    text-indent: -1em; }
  .post-related-articles-list li:before {
    content: "+";
    padding-right: 5px; }

.post-tags {
  margin-bottom: 2.05rem; }

.post-related-articles {
  margin-bottom: 1.25rem;
  line-height: 1; }

.post-related-article {
  line-height: 1.6; }

.read-more-link {
  color: #000000;
  display: inline-block;
  font-size: 0.88889rem;
  font-weight: bold;
  padding: 0.3em 24px 0.3em 0;
  position: relative; }
  .read-more-link .icon-arrow-right {
    left: auto;
    margin-left: 0;
    margin-right: 2px;
    right: 0; }

.post-feed .post {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 1.66667em; }
  .post-feed .post:last-child {
    border: 0;
    padding-bottom: 0; }

.post-feed .post-header,
.post-feed .post-thumbnail {
  margin-bottom: 1.66667em; }

.post-feed .post-title {
  font-size: 1.66667rem; }

.post-feed .post-meta {
  font-size: 14px; }

.transcription .i18n, .translation .i18n {
  font-style: italic; }

.transcription {
  margin-bottom: -0.85rem; }
  .transcription p {
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important; }

.notice .i18n {
  font-weight: bold; }

.supplement {
  margin-top: 1.85rem;
  margin-bottom: 2.85rem; }

.list {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.no-bullet-item {
  list-style: none; }

.item__title {
  font-weight: bold; }

.item__description {
  margin-bottom: 1rem; }

.list:last-child {
  margin-bottom: -1em; }

@keyframes highlight {
  0% {
    background: #ffed99; }
  100% {
    background: none; } }

#registration:target, .highlight:target {
  animation: highlight 4.5s; }

.post-feed {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.post-summary {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5; }
  .post-summary:last-child {
    border-bottom: none; }
  .post-summary .post-header {
    margin-bottom: 1rem; }
  .post-summary .post-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
    .post-summary .post-title a {
      text-decoration: none;
      color: inherit; }
      .post-summary .post-title a:hover {
        text-decoration: underline; }
  .post-summary .post-meta {
    font-size: 0.875rem;
    color: #666; }
    .post-summary .post-meta .published {
      margin-right: 0.5rem; }
  .post-summary .post-excerpt {
    margin: 1rem 0;
    line-height: 1.6; }
  .post-summary .post-footer {
    margin-top: 1rem; }
    .post-summary .post-footer .read-more {
      font-size: 0.875rem;
      text-decoration: none;
      color: #8B4513;
      font-weight: 500; }
      .post-summary .post-footer .read-more:hover {
        text-decoration: underline; }

/**
 * Site Footer
 */
.site-footer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px dashed #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.66667em; }

.site-footer-inside {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 15px; }
  .site-footer-inside .copyright,
  .site-footer-inside a {
    margin-right: 6px; }

.to-top {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.5;
  margin-left: auto;
  padding-right: 12px;
  position: relative; }
  .to-top .icon-arrow-up {
    left: auto;
    margin-left: 0;
    margin-right: 2px;
    right: 0; }

@media only screen and (max-width: 800px) {
  .to-top {
    display: block; } }

/**
 * Header bg animation
 */
.site-header .site-header-bg,
.site-header .site-header-inside {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1); }

.site-header.bg--loaded .site-header-bg,
.site-header.bg--loaded .site-header-inside {
  opacity: 1; }

/**
 * Tag Cloud
 */
.tag-cloud {
  margin: 2em 0 3em;
  text-align: center;
  font-family: "PT Serif", serif; }
  .tag-cloud .tag-cloud-title {
    display: inline-block;
    font-size: 1rem; }
  .tag-cloud .tag-cloud-tags {
    margin: 10px 0; }
    .tag-cloud .tag-cloud-tags a {
      display: inline-block;
      position: relative;
      margin: 20px;
      word-wrap: break-word;
      transition-duration: 0.2s;
      transition-property: transform;
      transition-timing-function: ease-out; }
      .tag-cloud .tag-cloud-tags a .tag-count {
        display: inline-block;
        position: relative;
        top: -8px;
        right: -2px;
        font-size: 2rem; }
      .tag-cloud .tag-cloud-tags a:active, .tag-cloud .tag-cloud-tags a:focus, .tag-cloud .tag-cloud-tags a:hover {
        transform: scale(1.1); }

/**
 * Team
 *
 * Based on Team section of Meghna Hugo Theme;
 * Bootstrap is used partially.
 */
/*!
 * Meghna Hugo Theme Version: 1.3
 * Copyright 2020 Designed by Themefisher & Developed by Gethugothemes
 * Licensed under MIT (https://github.com/themefisher/meghna-hugo/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
section {
  display: block; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

#team {
  margin-top: 1.66666rem; }

.team-member {
  background-color: #fff;
  margin-bottom: 10px; }

.team-member:hover .mask {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1); }

.member-photo {
  overflow: hidden;
  position: relative; }

.member-photo img {
  transition: all 0.4s ease 0s; }

.member-photo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.img-fluid {
  max-width: 100%;
  height: auto; }

.member-photo .mask {
  background-color: rgba(139, 69, 19, 0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .5s ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5); }

.member-photo .mask ul {
  text-align: center;
  position: relative;
  top: 100px; }

.member-photo .mask ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px; }

.member-photo .mask ul li a:hover {
  background-color: #fff;
  color: #8B4513;
  border: 1px solid transparent; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.mask list-inline {
  padding-left: 0;
  list-style: none; }

.mask list-inline-item {
  display: inline-block; }

.mask list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

a .fa {
  pointer-events: none; }

.member-meta {
  padding: 15px 0 0 0; }

.member-meta h4 {
  margin: 0 0 -4px; }

.member-meta span {
  font-size: 14px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-12,
.col-md-6,
.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 0px; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (max-width: 768px) {
  .member-photo {
    text-align: center; } }

@media (max-width: 768px) {
  .member-photo img {
    display: inline-block; } }

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

/**
 * Modal dialog
 */
@keyframes fade-in {
  from {
    opacity: 0; } }

@keyframes slide-up {
  from {
    transform: translateY(10%); } }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 10, 0.65);
  /* Black w/ opacity */
  animation: fade-in 230ms both; }

/* Modal Content (box) */
.modal-content {
  text-align: left;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  margin-bottom: 15%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 70%;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  animation: fade-in 260ms both, slide-up 260ms both; }

.modal-content h2 {
  font-variant: small-caps;
  margin: 0rem 0rem -1rem 0rem; }

.modal-content h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.7rem;
  text-align: left; }

.modal-content p {
  text-align: left;
  margin-top: -0.5rem;
  margin-bottom: 0rem; }

/* Close Button */
.close {
  color: #666666;
  float: right;
  font-size: 1.7rem;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/**
 * Palettes
 */
.palette-tan a,
.palette-tan blockquote,
.palette-tan .site-title a,
.palette-tan .site-title a:hover,
.palette-tan .social-links .button-circle:hover {
  border-color: #8B4513; }

.palette-tan a:hover {
  border-color: currentColor; }

.palette-tan .button-circle {
  border-color: #666666; }

.palette-blue a,
.palette-blue blockquote,
.palette-blue .site-title a,
.palette-blue .site-title a:hover,
.palette-blue .social-links .button-circle:hover {
  border-color: #4682B4; }

.palette-blue a:hover {
  border-color: currentColor; }

.palette-blue .button-circle {
  border-color: #666666; }

.palette-green a,
.palette-green blockquote,
.palette-green .site-title a,
.palette-green .site-title a:hover,
.palette-green .social-links .button-circle:hover {
  border-color: #556B2F; }

.palette-green a:hover {
  border-color: currentColor; }

.palette-green .button-circle {
  border-color: #666666; }

.palette-red a,
.palette-red blockquote,
.palette-red .site-title a,
.palette-red .site-title a:hover,
.palette-red .social-links .button-circle:hover {
  border-color: #8B0000; }

.palette-red a:hover {
  border-color: currentColor; }

.palette-red .button-circle {
  border-color: #666666; }

body.has-theme-bar #page {
  top: 60px; }
  @media only screen and (max-width: 801px) {
    body.has-theme-bar #page {
      top: 60px; } }
/**
 * 404 (not found) page
 */
.center404 {
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center; }
  .center404 .cta {
    margin-top: -15px; }

/**
 * Custom styles for academic/professional appearance
 */
body {
  background-color: #ffffff; }

.site-header .site-header-inside {
  padding: 2em 4vw; }

.site-navigation a {
  color: #ffffff; }
  .site-navigation a:hover {
    color: #ffffff;
    opacity: 0.8; }

.site-navigation .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  opacity: 1;
  font-weight: 600; }

.social-links a {
  color: #ffffff; }
  .social-links a:hover {
    color: #ffffff;
    opacity: 0.8; }

.site-title a {
  color: #ffffff !important; }

.site-description {
  color: #ffffff;
  opacity: 0.8; }

.language-switcher {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .language-switcher .language-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    display: inline-block;
    margin-right: 1em;
    opacity: 0.8; }
    .language-switcher .language-link:hover {
      opacity: 1;
      text-decoration: underline; }

.site-content {
  background-color: #ffffff; }

.post-summary {
  border-bottom-color: #e5e5e5; }
  .post-summary .post-meta {
    color: #666666; }

.site-footer {
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  color: #666666; }
  .site-footer a {
    color: #333333; }
    .site-footer a:hover {
      color: #8B4513; }

.tag-list {
  margin-top: 2em; }
  .tag-list .tag-item {
    display: inline-block;
    margin: 0.5em;
    padding: 0.5em 1em;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    text-decoration: none;
    color: #333333; }
    .tag-list .tag-item:hover {
      background-color: #8B4513;
      color: #ffffff;
      border-color: #8B4513; }
