body, html {
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "neue-haas-unica", sans-serif;
  overflow-x: hidden !important;
  min-height: 100%;
}

ul.tags {
  margin-left: 0px;
  margin-top: -0.5rem;
  margin-bottom: 2.5rem;
  padding: 0px;
}
ul.tags li {
  display: inline-block !important;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  margin-right: 0.5rem !important;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 4px;
  font-weight: bold;
}
ul.tags span {
  display: inline-block !important;
}
ul.tags img.avatar {
  display: inline-block !important;
  background: none !important;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 100px !important;
  vertical-align: middle !important;
  margin-right: 0.5rem !important;
  border: solid 5px #000000;
}
ul.tags ion-icon {
  font-size: 24px;
  margin-bottom: -6px;
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .mobile-column {
    margin-bottom: 30px !important;
  }
}
p {
  margin-top: 0px !important;
  font-weight: 300;
  margin-bottom: 0px !important;
  line-height: 1.5rem;
}

p.date {
  font-size: 18px;
  margin-bottom: 2rem !important;
  margin-top: -2rem !important;
  padding-bottom: 1em;
  border-bottom: 1px solid #F1F3F5;
}
p.date ion-icon {
  font-size: 22px !important;
  margin-bottom: -4px;
}

p.location {
  margin-top: -1em !important;
  margin-bottom: 1.5em !important;
}

figcaption {
  background: #F1F3F5 !important;
  color: #000000 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: -0.25rem !important;
  font-weight: bold;
  text-align: left;
}

span.info {
  font-size: 14px;
  display: inline-block !important;
  width: 300px;
}
span.info a {
  text-decoration: underline !important;
  font-weight: bold;
}
span.info a, span.info div {
  font-size: 14px;
  display: inline-block;
}

.eta {
  font-size: 14px;
  margin-bottom: -0.5rem !important;
}

a {
  color: #000000;
}

a:hover {
  opacity: 0.5;
}

article {
  margin-bottom: -2rem !important;
}
article a, article h1 {
  text-decoration: none !important;
}
article .more-link-block {
  margin-top: 2rem !important;
}
article img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 38px;
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  line-height: 2.8rem !important;
}

h2 {
  font-size: 34px;
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

h3 {
  font-size: 30px;
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

h4 {
  font-size: 26px;
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

h5 {
  font-size: 22px;
  padding-top: 0px !important;
  margin-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

h6 {
  font-size: 18px;
  padding-top: 0px !important;
  margin-top: -20px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  font-family: plau, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

#main ul {
  padding: 0px !important;
  margin: 0 !important;
}
#main ul span {
  margin-left: 10px;
}

small {
  font-family: "neue-haas-unica", sans-serif;
  color: #868E96 !important;
}

li, ol {
  list-style: none !important;
  margin-left: 0px;
  padding: 0px;
}

hr {
  border: solid 1px #F1F3F5;
  margin-top: 5px;
  margin-bottom: 30px;
}

button.btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
  height: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  vertical-align: center !important;
}
button.btn ion-icon {
  font-size: 22px !important;
  margin-bottom: -6px;
}

button.btn:hover {
  opacity: 0.5;
  cursor: pointer;
}

a.button.btn {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
  height: 40px !important;
  padding-top: 8px;
  padding-bottom: 9.5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  vertical-align: center !important;
}
a.button.btn ion-icon {
  font-size: 22px !important;
  margin-bottom: -6px;
}

a.button.btn:hover {
  opacity: 0.5;
}

iframe {
  width: 100%;
  min-height: 40rem;
  max-height: 60rem;
}
@media only screen and (max-width: 576px) {
  iframe {
    min-height: 50rem;
    max-height: 100rem;
  }
}
@media only screen and (max-width: 800px) {
  iframe {
    min-height: 20rem;
    max-height: 100rem;
  }
}

@media only screen and (max-width: 800px) {
  aside.recent {
    padding-top: 30px !important;
  }
}
.content {
  padding-top: 0rem;
  padding-bottom: 1.5rem;
}
.content p {
  padding-top: 0.01rem !important;
}
.content p a {
  text-decoration: underline !important;
  color: #0070fe !important;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
  padding-top: 0.5rem !important;
}
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a {
  text-decoration: none !important;
  color: #000000 !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.row {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  padding-left: 20px;
  padding-right: 20px;
}

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

.container:before, .container:after, .row:before, .row:after {
  clear: both;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.page-container {
  margin-top: 1.8rem;
}
article.no-results {
  margin-top: 1.8rem;
}

.error button.btn {
  margin-top: 4rem;
}

.header {
  position: relative;
  z-index: 1000;
  width: 100vw;
  min-width: 100% !important;
  height: 35px;
  margin-left: -8px;
  margin-top: -10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Prevent scaling on mobile */
}
.header .logo {
  background-image: url("../images/logo.svg");
  width: 170px !important;
  height: 50px !important;
  display: block;
  margin-top: -22px;
}
@media (max-width: 768px) {
  .header .logo {
    width: 170px;
    height: 50px;
  }
}
.header button.btn {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 4px !important;
  height: 40px !important;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.header button.btn ion-icon {
  font-size: 18px !important;
  margin-top: -2px;
}

.homepage-header {
  background-color: #f8f9fa;
  padding-bottom: 50px;
  z-index: 999;
  border-bottom: 1px solid #F1F3F5;
}

.nav {
  margin-top: 0px;
}

@media only screen and (max-width: 576px) {
  .nav {
    margin-top: -30px;
  }
  aside.recent {
    padding-top: 30px !important;
  }
}
.menu-bar {
  margin-top: -8px;
}

.ham-bar {
  width: 28px;
  height: 2px;
  background: #000000;
  margin: 6px 0;
}

.ham-bar:hover {
  cursor: pointer !important;
}

.ham-3 {
  width: 15px;
  float: right;
  opacity: 0.5;
  margin-top: 0px;
}

.menu {
  position: relative;
  background: #FFFFFF;
  display: none;
  max-height: 800px;
  padding: 0px 0px 10px 0px;
}
.menu .links {
  width: 150px !important;
  float: left !important;
}
.menu .links li {
  margin-bottom: 4px !important;
}
.menu .links hr {
  border-top: solid 1px #F1F3F5;
  width: 28px;
}
.menu .links input.search-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.menu .menu-website-menu-container a, .menu .menu-category-menu-container a, .menu a.link {
  font-size: 26px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  text-align: left;
}
.menu .menu-category--menu-container {
  margin-top: -10px;
}
.menu .menu-category-menu-container a {
  font-size: 22px !important;
}
.menu .menu-website-menu-container a:hover, .menu .menu-category-menu-container a:hover, .menu a.link:hover {
  opacity: 0.5;
  cursor: pointer !important;
}
.menu .social {
  border-top: solid 1px #F1F3F5;
  width: 28px;
  padding-top: 1em;
  margin-top: 1em;
}
.menu .social a {
  font-size: 18px;
  font-weight: 300;
}
.menu .social ion-icon {
  font-size: 26px !important;
}
@media only screen and (max-width: 800px) {
  .menu h4 {
    margin-top: -40px !important;
  }
  .menu aside.recent {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 576px) {
  .menu .links {
    margin-top: 0px;
    float: left !important;
  }
  .menu .social a {
    margin-right: 75px !important;
  }
  .menu aside.recent {
    padding-top: 30px !important;
  }
}

footer {
  position: relative;
  clear: both;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #F1F3F5;
}
footer ul, footer li {
  margin-left: -1.28rem !important;
}
footer p, footer h4 {
  color: #000000;
  line-height: 1.8rem;
}
footer p {
  border-left: 4px solid #000000;
  padding-left: 10px;
}
footer p.ip {
  font-size: 14px !important;
  color: #868E96 !important;
  padding-top: 0.5em !important;
  line-height: 1.4em !important;
}
footer button.btn {
  margin-top: 20px;
}
footer .copyright p {
  border: none !important;
  margin-left: -12px !important;
  margin-top: 0px !important;
}
footer aside.recent h4 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}
footer aside.recent a {
  margin-top: 0px !important;
  padding-top: 0px !important;
  color: #000000;
  text-decoration: none;
}
footer aside.recent a:hover {
  opacity: 0.5;
}
footer aside.recent ol {
  margin-top: 10px !important;
  padding-top: 0px !important;
}
footer span.info .menu li {
  margin-bottom: 0.4rem;
}
footer span.info .menu a {
  text-decoration: none !important;
}
footer span.info .menu a:hover {
  opacity: 0.5;
}

span.info .menu {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 500px;
  }
  .row {
    display: flex;
  }
  .full-row {
    display: flex;
  }
  .column {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 948px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .col-1 {
    flex: 1;
  }
  .col-2 {
    flex: 2;
  }
  .col-3 {
    flex: 3;
  }
  .col-4 {
    flex: 4;
  }
}
.pagination {
  margin-top: 2rem !important;
}
.pagination a {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid #000000 !important;
  border-radius: 4px !important;
  height: 40px !important;
  padding-top: 8px;
  padding-bottom: 9.5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  vertical-align: center !important;
}
.pagination a ion-icon {
  font-size: 22px !important;
  margin-bottom: -6px;
}
.pagination a:hover {
  opacity: 0.5;
}

.blog-content p {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  line-height: 1.8rem;
}
.blog-content figure {
  margin-top: 2.3rem !important;
  margin-bottom: 1.5rem !important;
}
.blog-content a.more-link {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 2px solid #000000 !important;
  border-radius: 4px !important;
  height: 40px !important;
  padding-top: 8px;
  padding-bottom: 9.5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  vertical-align: center !important;
  position: relative;
}
.blog-content a.more-link:hover {
  opacity: 0.5;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .logo {
    margin-left: 0.5rem !important;
  }
}
.wp-block-image img, .wp-block-gallery img {
  cursor: pointer;
}

.lity-container {
  vertical-align: middle !important;
}

.lity-image img {
  margin-top: 0px !important;
  max-width: 80vw !important;
  max-height: 80vh !important;
}

:root {
  --input-border: #8b8a8b;
  --input-focus-h: 245;
  --input-focus-s: 100%;
  --input-focus-l: 42%;
}

form input {
  font-size: 16px;
  font-size: max(16px, 1em);
  font-family: inherit;
  padding: 0.25em 0.5em;
  background-color: #fff;
  border: 2px solid var(--input-border);
  border-radius: 4px;
  transition: 180ms box-shadow ease-in-out;
  margin-bottom: 0.5em;
  color: #000000;
}
form input:focus {
  border-color: hsl(var(--input-focus-h), var(--input-focus-s), var(--input-focus-l));
  box-shadow: 0 0 0 3px hsla(var(--input-focus-h), var(--input-focus-s), calc(var(--input-focus-l) + 40%), 0.8);
  outline: 3px solid transparent;
}

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