@import url("https://fonts.googleapis.com/css?family=Lato:400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Trocchi&display=swap");
table.grid-transposed tbody th,
.grid-1d th,
main table thead tr,
.parcel-info div.gis {
  background-color: #154259;
}

.grid-1d.wide {
  padding-right: revert;
  padding-left: revert;
}

[role=tablist] a {
  font-weight: 600;
  color: black;
}

[role=tablist] [aria-selected] {
  background-color: #154259;
  padding: 0.5em 1em;
  font-weight: 600;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #154259;
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
}

main h1 {
  font-weight: 700;
}

h1 {
  font-weight: normal;
  font-family: "Lato", sans-serif;
  line-height: 36px;
  margin-bottom: 0;
  padding-bottom: 0;
}

h2 {
  display: block;
  font-size: 22px;
  margin: 0.4em 0 0;
  padding-bottom: 0;
}
h2 + .form-buttons {
  padding-top: 1em;
}

h3 {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

.search-results {
  font-size: 90%;
}

body > header {
  background-color: white;
  padding: 0;
}

body > footer {
  padding: 0;
}

body > nav {
  background-color: hsl(215deg, 73%, 24%);
  color: white;
  font-weight: 700;
  padding-left: 2em;
}
body > nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1em;
}
body > nav ul li {
  padding-top: 1em;
  padding-bottom: 1em;
}

main {
  font-size: 85%;
}
main > section > .content {
  display: flex;
  gap: 2em;
  flex-flow: wrap;
}
main > section > .content > .tile {
  flex-basis: 20em;
  flex-grow: 1;
  flex-shrink: 1;
}
main > .carousel {
  height: 400px;
  position: relative;
  overflow: hidden;
}
main > .carousel img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main nav.quick-links > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main nav.quick-links > ul li {
  margin-bottom: 0.1em;
  background-color: hsl(215deg, 73%, 24%);
  color: white;
  padding: 0.7em;
  padding-right: 1.5em;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  #masthead .search-wrap input.s {
    width: 350px;
  }
}
input[type=text], input[type=email], input[type=password], input[type=url] {
  margin: 0;
}

.search-adv {
  font-size: 110%;
}
.search-adv form h2 {
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

.header-post-title-container {
  padding: unset;
}
.header-post-title-container .breadcrumb {
  font-size: unset;
  margin-top: 18px;
}

body > main {
  font-size: 90%;
}

.search-adv form .form-buttons button {
  background-color: #263f4b;
}

body header {
  background-color: white;
  position: relative;
}

[role=tablist] [aria-selected] {
  background: #263f4b;
  color: #fff;
}

form.quick-search button svg,
.grid-1d th,
table.grid-transposed tbody th,
.parcel-info div.gis,
main table thead tr th,
.search-results thead th header {
  background-color: #263f4b;
}

html body > footer {
  background: #263f4b;
  text-align: left;
  color: white;
}
html body > footer h3, html body > footer a, html body > footer a:hover {
  color: white;
}
html body > footer #footer-top,
html body > footer #footer-links {
  text-align: center;
  color: white;
  background: #263f4b;
  padding: 30px;
}

#site-description {
  letter-spacing: 1px;
  font-size: 20px;
  font-family: "Trocchi";
  padding-left: 6px;
}

#site-title a {
  color: #263f4b;
  font-family: "Trocchi";
  font-size: 50px;
}
#site-title a:hover {
  color: #48788f;
}

#header-left-section {
  display: flex;
}

@media screen and (max-width: 600px) {
  #main {
    padding-top: 0;
  }
  #header-right-section {
    display: none;
    background-color: red;
  }
  .site-header.spacious-header-display-four .bottom-menu {
    position: unset !important;
  }
  .better-responsive-menu .site-header.spacious-header-display-four .bottom-menu .menu-toggle {
    top: 10px;
    right: 10px;
    left: unset;
  }
}
#site-title a {
  transform: none;
}

@media print {
  #header-right-sidebar,
#site-navigation,
.footer-widgets-wrapper {
    display: none !important;
  }
  .bottom-menu.clearfix {
    height: 0.1em !important;
  }
}
li.menu-item {
  margin-right: 1.5em;
  margin-left: 0;
}