@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap");
/* ------------------ Colors ------------------- */
/* ------------------ Fonts -------------------- */
/* -------------- Grid & screens --------------- */
.post-password-form {
  min-height: initial;
  padding: 50px;
  max-width: 450px;
  margin: 0 auto 50px;
  background: #eee;
  border-radius: 4px;
  font-size: 1rem;
}

.post-password-form input[type=password] {
  border: 1px solid #ddd;
  margin-top: 0.5rem;
  border-radius: 4px;
  padding: 1rem;
  display: block;
  width: 100%;
}

.post-password-form input[type=submit] {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #2196F3;
  color: white !important;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 1rem auto 0;
  display: block;
  width: 100%;
}
.post-password-form input[type=submit]:hover {
  background: #0d8aee;
  cursor: pointer;
}
.post-password-form input[type=submit]:hover {
  background: #0c7cd5;
}

/* --------------------- Typography -------------------- */
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Text", serif;
  font-weight: normal;
}

h1 {
  margin: 0 0 50px;
  color: #333333;
  text-align: center;
  font-size: 2.5em;
  line-height: 1em;
}

a {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
}
a, a:link, a:visited {
  color: #333333;
}

h2 {
  text-align: center;
  color: #333333;
  font-size: 2.4em;
  margin: 80px 0 60px;
  line-height: 1em;
}

h3 {
  text-align: center;
  color: #505050;
  font-size: 1.8em;
  margin: 50px 0;
  line-height: 1em;
}

h4 {
  margin: 0 0 40px;
  color: #505050;
  font-size: 2em;
  text-align: center;
}

h5 {
  margin: 0 0 10px;
  color: #333333;
  font-size: 1.6em;
  text-align: left;
  line-height: 1.6em;
}

h6 {
  margin: 0;
  color: #505050;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  h5, h6 {
    text-align: center;
  }
}

h5 + h6 {
  margin-top: 0;
}

figcaption {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #bbb;
  text-align: center;
  font-style: italic;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  figcaption {
    margin-bottom: 12.5px;
  }
}

blockquote {
  padding: 10px 20px;
  margin: 10px auto 30px;
  border-left: 5px solid #eeeeee;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  blockquote {
    width: 100%;
  }
}
blockquote p {
  color: #505050;
}

pre {
  margin: 25px 0;
  background: #eee;
  padding: 25px;
  white-space: pre-wrap;
  border-left: 5px solid #ccc;
}

p {
  color: #505050;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: justify;
}
p p + p {
  margin-top: 20px;
}
p.intro {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.4rem;
  margin-bottom: 50px;
}

p a, p a:link, p a:visited, dl a, dl a:link, dl a:visited, ul a, ul a:link, ul a:visited, ol a, ol a:link, ol a:visited {
  color: #2196F3;
  border-bottom: 1px dotted #505050;
  text-decoration: none;
}
p a:hover, p a:link:hover, p a:visited:hover, dl a:hover, dl a:link:hover, dl a:visited:hover, ul a:hover, ul a:link:hover, ul a:visited:hover, ol a:hover, ol a:link:hover, ol a:visited:hover {
  color: #333333;
}

blockquote, ul, ol, p, em {
  font-size: 1em;
  line-height: 1.8em;
}

hr {
  border: none;
  display: block;
  border-top: 1px solid #ddd;
  width: 50%;
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .wp-block-spacer {
    max-height: 20px;
  }
}

.l-align-left {
  text-align: left;
}

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

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

.row {
  margin-left: -20px;
  margin-right: -20px;
}

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

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

  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }

  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }

  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
.article-grid {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .article-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 25px;
  }
}
.article-grid h1 {
  border-bottom: 5px solid #333;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
  grid-column: 1/-1;
}
@media only screen and (max-width: 767px) {
  .article-grid h1 {
    margin-top: 50px;
  }
}
.article-grid .article {
  text-align: center;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-grid .article:hover {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05);
}
.article-grid .article:hover .status {
  opacity: 1;
}
.article-grid .article.l-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.article-grid .article.l-horizontal .article-thumbnail {
  border-radius: 4px 0 0 4px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.article-grid .article.l-horizontal .article-details {
  border-radius: 0 4px 4px 0;
  padding: 3rem;
  height: 100%;
}
.article-grid .article.l-horizontal .article-title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2rem;
}
.article-grid .article.l-horizontal .article-category,
.article-grid .article.l-horizontal .article-date {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  .article-grid .article.l-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-grid .article.l-horizontal .article-thumbnail {
    border-radius: 4px 4px 0 0;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .article-grid .article.l-horizontal .article-details {
    padding: 1.5rem;
    border-radius: 0 0 4px 4px;
    height: auto;
  }
  .article-grid .article.l-horizontal .article-title {
    margin: 0 0 0.3rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.article-grid .article .article-thumbnail {
  background-color: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  border-radius: 4px 4px 0 0;
  height: auto;
  display: block;
  max-width: 100%;
}
.article-grid .article .article-details {
  padding: 1.5rem;
  margin: auto 0 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.article-grid .article .article-title {
  margin: 0 0 0.3rem;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1rem;
  text-align: left;
}
.article-grid .article .article-category,
.article-grid .article .article-date {
  color: #999;
  margin: 0;
  font-size: 0.8rem;
}
.article-grid .article .article-summary {
  color: #666;
  margin: 0;
  line-height: 1.4rem;
  text-align: left;
  font-size: 0.8rem;
}
.article-grid .article .article-status {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ccc;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 2px;
  color: #fff;
  opacity: 0.5;
  border-radius: 0 0 4px 0;
  text-align: left;
  line-height: 1em;
}
.article-grid .article .article-status::before, .article-grid .article .article-status::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-color: transparent #ccc #ccc transparent;
}
.article-grid .article .article-status::before {
  top: 0;
  right: 100%;
}
.article-grid .article .article-status::after {
  bottom: 100%;
  left: 0;
}
.article-grid .article ul {
  list-style: none;
  margin: 15px 0 0 -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-grid .article ul li {
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 8px;
  color: #999;
  font-size: 0.7rem;
  line-height: 0.7rem;
  margin-right: 4px;
}
.article-grid.l-col-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1600px) {
  .article-grid.l-col-1 {
    grid-template-columns: repeat(auto-fill, 45%);
  }
}
.article-grid.l-col-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .article-grid.l-col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .article-grid.l-col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  .article-grid.l-col-2 {
    grid-template-columns: repeat(auto-fill, 600px);
  }
}
@media only screen and (max-width: 1199px) {
  aside .article-grid.l-col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  aside .article-grid.l-col-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.article-grid.l-col-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .article-grid.l-col-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .article-grid.l-col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  .article-grid.l-col-3 {
    grid-template-columns: repeat(auto-fill, 400px);
  }
}
@media only screen and (max-width: 767px) {
  aside .article-grid.l-col-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  aside .article-grid.l-col-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.btn {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 0.8em;
  line-height: 1rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 0.9em;
}
.btn.btn-lg {
  padding: 15px 30px;
  font-size: 1.2em;
}
.btn.btn-hollow {
  border: 2px solid #333;
  color: #333;
}
.btn.btn-hollow.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-hollow.btn-sm {
  border-width: 1px;
}

@-webkit-keyframes home-sidebar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  80% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes home-sidebar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  80% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.sidebar {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
}
.sidebar .btn-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    width: 75vw;
    max-width: 300px;
    z-index: 999;
    background: #f5f5f5;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .sidebar.is-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
  .sidebar.is-open .btn-menu {
    top: 0;
    left: auto;
    right: 0;
    border: none;
  }
  .sidebar .btn-menu {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: block;
    background: #f5f5f5;
    position: absolute;
    top: 10px;
    left: 100%;
    border: none;
    color: #505050;
    padding: 15px;
    font-size: 1.2rem;
    border: 1px solid #e5e5e5;
    border-left: none;
  }
}
.sidebar .brand {
  margin: 0 auto;
  width: 80%;
  max-width: 100px;
  display: block;
}
.sidebar .brand img,
.sidebar .brand svg {
  max-width: 100%;
  max-height: 100%;
}
.sidebar .sidebar-nav {
  list-style: none;
  margin: 50px 0 auto 25px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar .sidebar-nav > li {
  width: 100%;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .sidebar .sidebar-nav > li {
    margin: 10px 0;
  }
}
.sidebar .sidebar-nav > li > a {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #505050;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.sidebar .sidebar-nav > li > a, .sidebar .sidebar-nav > li > a:visited, .sidebar .sidebar-nav > li > a:hover {
  border: none;
}
.sidebar .sidebar-nav > li > a::after {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: #333333;
  left: 0;
  top: 100%;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scaleX(0) translateY(2px);
      -ms-transform: scaleX(0) translateY(2px);
          transform: scaleX(0) translateY(2px);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
}
.sidebar .sidebar-nav > li > a .fas {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.7rem;
  color: #999999;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .sidebar .sidebar-nav > li > a .fas {
    opacity: 0.5;
  }
}
.sidebar .sidebar-nav > li > a:hover {
  color: #333333;
}
.sidebar .sidebar-nav > li > a:hover .fas {
  opacity: 1;
}
.sidebar .sidebar-nav > li > a:hover::after {
  -webkit-transform: scaleX(1) translateY(2px);
      -ms-transform: scaleX(1) translateY(2px);
          transform: scaleX(1) translateY(2px);
}
.sidebar .sidebar-nav > li.is-active > a {
  color: #333333;
  font-weight: bold;
}
.sidebar .sidebar-nav > li.is-active > a::after {
  -webkit-transform: scaleX(1) translateY(2px);
      -ms-transform: scaleX(1) translateY(2px);
          transform: scaleX(1) translateY(2px);
}

.home .sidebar {
  opacity: 0;
  -webkit-animation: home-sidebar 0.8s 1 forwards;
          animation: home-sidebar 0.8s 1 forwards;
}
@media only screen and (max-width: 767px) {
  .home .sidebar {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}

.nav-mobile {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 1px rgba(0, 0, 0, 0.15);
  background: #fafafa;
  display: none;
  bottom: 0;
  height: 50px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
}
.nav-mobile.is-hidden {
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
}
.nav-mobile.is-scrolled {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.nav-mobile .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.nav-mobile .navbar-nav > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav-mobile .navbar-nav > li > a {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  cursor: pointer;
  padding: 10px 0 8px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1em;
  color: #333;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  text-align: center;
}
.nav-mobile .navbar-nav > li > a:active {
  color: #2196F3;
}
.nav-mobile .navbar-nav > li > a:active [class*=icon-] {
  color: #2196F3;
}
.nav-mobile .navbar-nav > li > a [class*=icon-] {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #666666;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 1.8em;
  margin-bottom: 5px;
}
.nav-mobile .navbar-nav > li.is-active > a {
  color: #2196F3;
  border-bottom-color: #2196F3;
}
.nav-mobile .navbar-nav > li.is-active > a [class*=icon-] {
  color: #2196F3;
}

.navbar.is-transparent {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.navbar.is-transparent .brand svg .blue,
.navbar.is-transparent .brand svg .gray {
  fill: #fff;
}
.navbar.is-transparent .btn-hollow {
  border-color: #fff;
  color: #fff;
}
.navbar.is-transparent .navbar-nav > li > a {
  color: #fff;
  opacity: 0.7;
}
.navbar.is-transparent .navbar-nav > li > a:hover {
  opacity: 1;
}
.navbar.is-transparent .navbar-nav > li > a:hover [class*=icon-] {
  color: #fff;
}
.navbar.is-transparent .navbar-nav > li > a:active [class*=icon-] {
  color: #fff;
}
.navbar.is-transparent .navbar-nav > li > a [class*=icon-] {
  color: #fff;
}
.navbar.is-transparent .navbar-nav > li.is-active > a {
  opacity: 1;
  background: transparent;
  border-bottom-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fafafa;
  margin: 0;
}

main {
  padding: 50px;
  margin-left: 200px;
}
@media only screen and (max-width: 767px) {
  main {
    padding: 25px;
    margin-left: 0;
  }
}
main .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
main.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
}
main.error-page * {
  text-align: center;
}
main.error-page img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
}

img {
  color: #999999;
  text-align: center;
  text-decoration: none;
}