@import 'normalize.css';
.nowrap {
  white-space: nowrap;
}

.no-text-decoration {
  text-decoration: none !important;
}

/* ImageReplacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.right {
  float: right;
}

html {
  background-color: #333;
}

body {
  font-family: georgia, cambria, palatino, "bitstream vera serif", serif;
  line-height: 1.6em;
  max-width: 55em;
  margin: 0 auto 30px;
}

p {
  margin-top: 0.5em;
}

a {
  text-decoration: none;
}

#header {
  background-color: #fff;
  margin: 0;
  padding: 1em 1em 1em 1em;
  overflow: hidden;
}
#header h1 {
  font-size: 2em;
  line-height: 1.25em;
}
#header p {
  padding-top: 0;
  font-size: 1em;
  line-height: 1.25em;
}

#logo {
  float: right;
  height: 120px;
  clip-path: circle(60px at center);
}

#main h1 {
  font-size: 1.5em;
}

#main {
  padding: 1em;
  background-color: #ddd;
}

#footer {
  padding-left: 1em;
  padding-right: 1em;
  background-color: #666;
}
#footer a, #footer a:visited {
  color: #ccf;
  text-decoration: none;
}

address {
  font-style: normal !important;
}

ul.none {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li i.fa-solid, li i.fa-brands {
  width: 1.5em;
}

li span.indent {
  display: inline-block;
  width: 1.5em;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

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