.no-sidebar .site {
  max-width: 1180px;
}
.content-wrapper .content-area {
  max-width: 100%;
}
.site-branding {
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.entry-title {
  font-size: 3.75rem !important;
}
.is-style-info a {
  color: currentcolor;
}
blockquote::before {
  color: #2b8e98;
  top: -36px;
}
.main-navigation {
  background-color: #27818b;
}
#masthead, #tertiary {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#colophon {
  display: none;
}
#tertiary {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  color: white;
  background-color: #27818b;
  text-align: center;
}
@media screen and (min-width: 900px) {
  #tertiary {
    flex-direction: row;
    text-align: left;
  }
}
#tertiary a {
  color: white;
  text-decoration: underline;
}
#tertiary a:hover, #tertiary a:active, #tertiary a:focus {
  color: white;
  text-decoration: none;
}
#tertiary aside {
  margin-bottom: 0;
}
#tertiary .wp-block-social-links {
  justify-content: center;
}
@media screen and (min-width: 900px) {
  #tertiary .wp-block-social-links {
    justify-content: start;
  }
}
.footer-widget-area {
  padding-top: 3.2em;
  padding-bottom: 3.2em;
}
.footer-widget-area .widget-area {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .footer-widget-area .widget-area {
    max-width: 350px !important;
    width: 100% !important;
  }
}
.footer-widget-area .widget-area img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.footer-widget-area .widget:not(.widget_text) ul > li, .footer-widget-area .widget:not(.widget_text) ol > li {
  border: 0;
}
.wp-block-button .wp-block-button__link {
  font-size: 0.85em;
}
button, .wp-block-button__link {
  background-color: #27818b;
}
button:hover, .wp-block-button__link:hover, button:active, .wp-block-button__link:active, button:focus, .wp-block-button__link:focus {
  background-color: #1e656e !important;
}
.menu-toggle {
  background-color: transparent !important;
}
a {
  color: #27818b;
}
