html {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px; }
  @media print {
    html {
      font-size: 12px; } }
  @media screen and (min-width: 300px) {
    html {
      font-size: 16px; } }
  @media screen and (min-width: 600px) {
    html {
      font-size: 18px; } }
  @media screen and (min-width: 900px) {
    html {
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    html {
      font-size: 22px; } }
body {
  min-height: 100vh;
  background-color: #dcd9d4; }

.padder {
  padding: 1rem 1.25rem; }

.size-limiter {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%; }

.main-content {
  box-sizing: border-box;
  padding: 0 1.25rem; }

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

#content {
  background: white; }

a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline; }
  a:hover {
    color: inherit; }

.image-preview-container {
  border: 1px solid #000;
  background: #000;
  margin: 0 0 3rem; }
  @media print {
    .image-preview-container {
      display: none; } }
  .image-preview-container .image-preview {
    width: 100%;
    display: block;
    margin: 0 auto; }

#content h1 {
  border-bottom: 1px solid #000;
  margin: 0;
  padding: 1.5rem 0; }

header {
  background: #fff;
  border-bottom: 1px solid #000; }
  @media screen and (min-width: 1280px) {
    header {
      padding: 1rem 1.25rem; } }
  @media print {
    header {
      display: none; } }
  @media screen and (min-width: 811px) {
    header .header {
      display: flex;
      align-items: center; } }
  header .logo-container {
    text-align: center;
    padding: 1rem 1.25rem; }
    @media screen and (min-width: 811px) {
      header .logo-container {
        text-align: left; } }
    @media screen and (min-width: 1280px) {
      header .logo-container {
        padding: 1rem 0; } }
  header .search-container {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    background: #f4f4f4; }
    @media screen and (min-width: 811px) {
      header .search-container {
        margin: 0 0 0 auto;
        background-color: transparent; } }
    @media screen and (min-width: 1280px) {
      header .search-container {
        padding: 1rem 0; } }
  header .search-form {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    height: 2rem;
    width: 100%;
    max-width: 18rem;
    border-radius: 1.2rem;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center; }
    header .search-form label {
      margin: 0 0 0 0.68rem;
      font-size: 0.8rem;
      color: #555; }
  header .search-input {
    border: 0;
    padding: 0;
    outline: none;
    flex-grow: 1;
    margin: 0.28rem 0.68rem;
    background: transparent;
    width: 100%;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    color: #000000; }
  header .search-button {
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    width: 4rem;
    min-width: 4rem;
    max-width: 4rem;
    height: 2rem;
    background: #2980ba;
    border-radius: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around; }

footer {
  background-color: #dcd9d4;
  border-top: 1px solid #aaa; }
  @media print {
    footer {
      display: none; } }
  footer #footer-content {
    padding: 40px 0; }
    @media screen and (min-width: 600px) {
      footer #footer-content {
        display: flex;
        align-items: center; } }
    footer #footer-content #open_preferences_center {
      margin-top: 20px; }
      @media screen and (min-width: 600px) {
        footer #footer-content #open_preferences_center {
          margin-top: 0;
          margin-left: auto; } }
    footer #footer-content a,
    footer #footer-content a:hover,
    footer #footer-content .divider {
      font-family: "Roboto Condensed", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1rem;
      letter-spacing: -0.06em;
      color: #4e4e4e;
      text-decoration: none;
      display: block;
      margin-bottom: 40px; }
      footer #footer-content a:hover,
      footer #footer-content a:hover:hover,
      footer #footer-content .divider:hover {
        text-decoration: underline; }
      @media screen and (min-width: 600px) {
        footer #footer-content a,
        footer #footer-content a:hover,
        footer #footer-content .divider {
          margin: 0; } }
    footer #footer-content .divider {
      display: none; }
      @media screen and (min-width: 600px) {
        footer #footer-content .divider {
          display: inline;
          margin: 0 20px; } }
.breadcrumbs {
  padding: 1.45rem 1.25rem;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  color: #4e4e4e;
  text-decoration: none; }
  @media print {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs a {
    text-decoration: none;
    font-weight: bold;
    color: #000; }
  .breadcrumbs .breadcrumbs-in .v-el {
    margin-bottom: 1.45rem; }
    @media screen and (min-width: 1024px) {
      .breadcrumbs .breadcrumbs-in .v-el:first-child {
        margin: 0 auto 0 0; } }
    .breadcrumbs .breadcrumbs-in .v-el:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 1024px) {
        .breadcrumbs .breadcrumbs-in .v-el:last-child {
          margin: 0 0 0 1.45rem; } }
    @media screen and (min-width: 1024px) {
      .breadcrumbs .breadcrumbs-in .v-el {
        margin: 0; } }
  @media screen and (min-width: 1024px) {
    .breadcrumbs .breadcrumbs-in {
      display: flex;
      align-items: center; } }
  .breadcrumbs .breadcrumbs-in .nav-dep .nav-piece {
    display: block;
    margin-bottom: 1.45rem;
    line-height: 1.45rem; }
    .breadcrumbs .breadcrumbs-in .nav-dep .nav-piece:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .breadcrumbs .breadcrumbs-in .nav-dep .nav-piece {
        display: inline; } }
    .breadcrumbs .breadcrumbs-in .nav-dep .nav-piece.divider {
      display: none; }
      @media screen and (min-width: 1024px) {
        .breadcrumbs .breadcrumbs-in .nav-dep .nav-piece.divider {
          display: inline; } }
  .breadcrumbs .breadcrumbs-in .action-icons {
    min-width: 120px; }
    @media screen and (min-width: 1024px) {
      .breadcrumbs .breadcrumbs-in .action-icons {
        margin: 0 0 0 auto; } }
    .breadcrumbs .breadcrumbs-in .action-icons .action-link {
      all: unset;
      color: #000;
      cursor: pointer;
      display: inline-block;
      margin: 0 1rem 0 0; }
      .breadcrumbs .breadcrumbs-in .action-icons .action-link:last-child {
        margin: 0; }
      .breadcrumbs .breadcrumbs-in .action-icons .action-link img {
        height: 2rem; }

#google-search-results {
  background-color: #fff; }
  #google-search-results #___gcse_0 {
    width: 100%; }
    #google-search-results #___gcse_0 .gsc-control-cse {
      margin: 0;
      padding: 0 !important; }
  #google-search-results .gsc-search-box.gsc-search-box-tools {
    display: none; }
  #google-search-results .search-results {
    margin: 0 20px;
    background: #fff; }
  #google-search-results .gsc-resultsbox-visible {
    padding: 40px 0; }
  #google-search-results table {
    margin: 0;
    padding: 0; }
    #google-search-results table th,
    #google-search-results table td {
      border: 0; }
  #google-search-results .gsc-above-wrapper-area {
    border: 0; }
  #google-search-results .gsc-above-wrapper-area-container {
    border: 0; }
  #google-search-results .gsc-results-wrapper-visible {
    padding: 40px 0 0; }
  #google-search-results * {
    font-size: 1rem; }
  #google-search-results .gsc-result-info-container {
    padding: 0; }
  #google-search-results a.gs-title {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.2rem;
    text-decoration: none; }
    #google-search-results a.gs-title b {
      font-style: normal;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.2rem;
      text-decoration: none; }
    #google-search-results a.gs-title:hover {
      text-decoration: underline; }

h1.main {
  border-bottom: 1px solid #000;
  margin: 0 0 2rem;
  padding: 1rem 0; }
  h1.main img {
    height: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

h1 {
  margin: 1.5rem 0;
  padding: auto;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #000000; }

h2 {
  font-size: 1.25rem;
  margin: 1.45rem 0; }

h3 {
  font-size: 1.2rem;
  margin: 1.4rem 0; }

h4 {
  font-size: 1.15rem;
  margin: 1.35rem 0; }

h5 {
  font-size: 1.1rem;
  margin: 1.3rem 0; }

h6 {
  font-size: 1.05rem;
  margin: 1.25rem 0; }

p {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.2rem; }

@media screen and (min-width: 1400px) {
  .article-cols {
    display: flex; } }

.article-cols .article-content {
  padding: 0 0 4rem; }
  .article-cols .article-content hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #d9d9d9; }
  @media screen and (min-width: 1400px) {
    .article-cols .article-content {
      width: 70%; }
      .article-cols .article-content.full {
        width: 100%; } }
.article-cols .article-extras {
  padding: 0 0 4rem; }
  .article-cols .article-extras h2 {
    padding-bottom: 1.45rem;
    border-bottom: 1px solid #000; }
  @media screen and (min-width: 1400px) {
    .article-cols .article-extras {
      width: 25%;
      margin-left: 5%; } }
ol,
ul {
  margin: 0;
  padding: 0; }

ol li,
ul li {
  padding: 0;
  margin: 0 0 0.8rem;
  list-style: none; }

ol li,
ul li {
  list-style-position: inside;
  list-style-type: disc; }

ol {
  margin-bottom: 0.8rem; }

ol ol,
ol ul,
ul ul,
ul ol {
  padding-left: 0.8rem;
  margin-bottom: 0.8rem; }

ol li,
ul li {
  padding-top: 1px;
  padding-bottom: 1px; }

dl {
  margin: 0.8rem 0; }

dl > dt {
  font-style: italic;
  font-weight: bold;
  margin: 1.2rem 0 0.2rem 0; }

dl dd {
  margin: 0 0 0.8rem;
  padding: 0; }

ul {
  margin-bottom: 0.8rem; }

ul > li {
  list-style: disc;
  margin: 0.8rem 0 0 1.32rem; }

ul > li:last-child {
  margin-bottom: 0; }

ol {
  margin: 0.8rem 0 0 0.8rem;
  list-style-type: decimal; }

ol > li {
  list-style-type: decimal; }

ol > li:last-child {
  margin-bottom: 0; }

ul > li > ul > li {
  list-style: square;
  margin: 0.8rem 0 0; }

ol li p {
  display: inline; }

blockquote {
  margin: 2rem 0;
  padding: 1.25rem;
  background-color: rgba(204, 204, 204, 0.25);
  font-size: 1rem;
  font-family: Georgia, serif;
  line-height: 1.5;
  color: #555;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  blockquote p:first-of-type {
    margin-top: 0; }
  blockquote p:last-of-type {
    margin-bottom: 0; }
  blockquote:before {
    content: "\201C";
    color: #888;
    font-size: 1.5rem;
    line-height: 0.1; }
  blockquote cite {
    display: block;
    font-size: 1rem;
    font-style: italic;
    color: #999; }
  blockquote p:first-child {
    display: inline; }

.highlight {
  margin: 1rem 0;
  padding: 0;
  border: 0;
  white-space: normal;
  background: transparent; }
  .highlight pre {
    line-height: 0; }

pre {
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  white-space: normal;
  border-radius: 0; }

pre code {
  font-family: "Fira Code", monospace !important;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: pre;
  background: transparent;
  display: inline-block;
  overflow-x: auto;
  line-height: 150%; }

li code,
p > code {
  font-family: "Fira Code", monospace;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.08);
  padding: 2px 10px;
  font-weight: 400;
  border-radius: 10px;
  display: inline-block; }

p > code > * {
  font-family: "Fira Code", monospace;
  font-size: 1rem; }

table {
  margin: 2rem 0;
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem; }
  table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 0 1rem;
    border-bottom: 2px solid #ddd; }
  table th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 1rem;
    border-bottom: 2px solid #ddd;
    white-space: pre; }
  table td {
    border-bottom: 1px solid #ddd;
    padding: 1rem;
    vertical-align: top; }
  table tr:hover {
    background-color: #f5f5f5; }
  table tr:nth-child(even) {
    background-color: #f2f2f2; }

.paginator {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1rem; }
  .paginator li {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1rem; }
    .paginator li a {
      text-decoration: none; }
      .paginator li a:hover {
        text-decoration: underline; }
    .paginator li .published-at {
      color: #000;
      font-weight: bold;
      font-style: italic; }

@media screen and (min-width: 1600px) {
  #home-page {
    display: flex;
    justify-content: space-between;
    max-width: 1280px; } }

#home-page ul.latest-posts-list {
  list-style: none;
  margin: 0;
  padding: 0 0 6rem; }
  @media screen and (min-width: 1600px) {
    #home-page ul.latest-posts-list {
      margin: 0 auto; } }
  #home-page ul.latest-posts-list li.latest-post {
    list-style: none;
    border-top: 1px dashed #000;
    margin: 0;
    padding: 2rem 0; }
    #home-page ul.latest-posts-list li.latest-post:first-child {
      border-top: 0; }
    #home-page ul.latest-posts-list li.latest-post:last-child {
      margin-bottom: 0;
      border-bottom: 0; }
    #home-page ul.latest-posts-list li.latest-post h2 {
      margin: 0 0 2rem;
      text-decoration: none;
      font-size: 1.2rem;
      font-family: Arial, sans-serif; }
    #home-page ul.latest-posts-list li.latest-post h3 {
      font-size: 1rem; }
    #home-page ul.latest-posts-list li.latest-post .created-at {
      margin: 0.83rem 0 0; }
    #home-page ul.latest-posts-list li.latest-post .summary {
      margin: 0.83rem 0 0;
      text-align: justify; }
    #home-page ul.latest-posts-list li.latest-post .read-more {
      margin: 0.83rem 0 0; }
      #home-page ul.latest-posts-list li.latest-post .read-more a {
        color: cadetblue; }

#home-page .sections-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  #home-page .sections-list .sections-list-entry {
    margin: 0;
    padding: 0;
    list-style: none; }

#list-page {
  padding: 0 0 6rem; }
  #list-page h2 {
    margin: 0 0 2rem;
    text-decoration: none;
    font-size: 1.2rem; }
  #list-page h3 {
    font-size: 1rem; }
  #list-page .description {
    margin: 2rem 0; }
  #list-page a {
    text-decoration: none; }
    #list-page a:hover {
      text-decoration: underline; }
  #list-page .pages-list {
    list-style: none;
    margin: 0;
    padding: 0; }

#single-page .youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 1.45rem 0 0; }
  @media print {
    #single-page .youtube-video {
      display: none; } }
  #single-page .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

#single-page h1 {
  margin: 0 0 1.35rem; }
  #single-page h1.clean {
    border-bottom: 0;
    margin-bottom: 0; }

@media print {
  #single-page .article-extras {
    display: none; } }

#single-page .article-extras .paginator {
  margin: 0 0 3rem; }

#single-page .pager {
  margin: 5rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 0 1rem;
  border-top: 1px solid #d9d9d9; }
  @media print {
    #single-page .pager {
      display: none; } }
  #single-page .pager a {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1rem;
    color: #2980ba;
    text-decoration: none;
    display: flex;
    align-items: center; }
    #single-page .pager a:hover {
      text-decoration: underline; }
  #single-page .pager .prev-section {
    text-align: left;
    margin: 0 auto 0 0; }
    #single-page .pager .prev-section .chevron {
      margin: 0 0.4rem 0 0; }
  #single-page .pager .next-section {
    text-align: right; }
    #single-page .pager .next-section .chevron {
      margin: 0 0 0 0.4rem; }

#single-page li > p > img {
  margin: 1rem 0; }

@media screen and (min-width: 1280px) {
  #not-found-page {
    display: flex;
    justify-content: space-around;
    align-items: center; } }

#not-found-page .not-found-image {
  font-size: 0; }
  #not-found-page .not-found-image img {
    display: block;
    border: 1px solid #000;
    margin: 0 auto;
    max-width: 100%;
    max-height: 800px; }
  @media screen and (min-width: 1280px) {
    #not-found-page .not-found-image {
      width: 45%;
      max-width: 600px; } }
#not-found-page .details {
  padding: 0 0 4rem; }
  @media screen and (min-width: 1280px) {
    #not-found-page .details {
      width: 45%; } }
#not-found-page .search-form {
  margin: 60px auto 0;
  max-width: 450px;
  box-sizing: border-box;
  position: relative;
  height: 2rem;
  background: rgba(217, 217, 217, 0.5);
  border-radius: 30px;
  display: flex; }

#not-found-page .search-input {
  border: 0;
  padding: 0;
  outline: none;
  flex-grow: 1;
  margin: 7px 17px;
  background: transparent;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  color: #000000; }

#not-found-page .search-button {
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  width: 4rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #2980ba;
  border-radius: 30px;
  cursor: pointer; }

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