@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

body > header {
  display: block;
  justify-content: unset;
  align-items: unset;
  margin: 0;
  list-style: none;
  line-height: 1.3;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  min-height: 200px;
  background: white;
  flex-shrink: 0;
  border: 0;
}
body > header .left-side a {
  color: #860000;
  text-decoration: underline;
}
body > header .left-side a div {
  opacity: 1 !important;
  float: left;
  background: #fff;
  margin-left: 50px;
  margin-top: 3px;
  position: absolute;
  z-index: 3000;
}
body > header .left-side a div img {
  max-width: 180px;
  border: none;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
}
body > header .header-top {
  background: #8c1c13;
  border-top: 3px solid #4c8245;
  padding: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
  width: 100%;
}
body > header .header-top .container {
  width: 99%;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1em;
}
body > header .header-top .container .login {
  text-align: right;
  width: 100px !important;
  float: none !important;
  padding-right: 1em;
}
body > header .header-top .container .login .fa {
  text-align: right;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  color: #fff;
  vertical-align: middle;
  line-height: 100%;
}
body > header .header-top .container .login a {
  text-align: right;
  font-family: Arial;
  color: #fff;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 600;
  vertical-align: middle;
  line-height: 100%;
}
body > header .header-bottom {
  font-family: "Open Sans", sans-serif;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  width: 100%;
  padding-left: 250px;
}
body > header .header-bottom .tag-line {
  font-size: 0.875em;
  font-style: italic;
  font-weight: 600;
  color: #4562a6;
  padding: 40px 10px 20px;
}
body > header .header-bottom #menubar {
  margin-left: auto;
}
body > header .header-bottom #menubar .inside-padding {
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}
body > header .header-bottom #menubar .inside-padding .megamenu nav ul {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 3001;
  text-align: left !important;
}
body > header .header-bottom #menubar .inside-padding .megamenu nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a {
  display: inline-block;
  margin: 0 0 -1px 0;
  color: #303c45;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  position: relative;
  border: none !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 40px 10px 20px;
}
body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a:hover div::after, body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a.highlight div::after {
  opacity: 1;
  height: 100%;
}
body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a:hover span, body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a.highlight span {
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
  color: #fff;
}
body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a div {
  list-style: none;
  font-weight: 600;
  text-transform: uppercase;
}
body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a div::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #4562a6;
  background: -moz-linear-gradient(top, #4562a6 0%, #3e5794 91%, #2f4270 100%);
  background: -webkit-linear-gradient(top, #4562a6 0%, #3e5794 91%, #2f4270 100%);
  background: linear-gradient(to bottom, #4562a6 0%, #3e5794 91%, #2f4270 100%);
  transition: all 200ms ease-in-out;
  z-index: 0;
  opacity: 0;
}
body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a div span {
  list-style: none;
  color: #303c45;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}
@media (max-width: 1150px) {
  body > header .header-bottom {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  body > header .header-bottom .tag-line {
    padding: 30px 0 20px 0;
  }
  body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a {
    color: red;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  body > header .header-bottom .tag-line {
    padding: 10px 0;
  }
  body > header .header-bottom #menubar {
    margin-left: unset;
    padding: 0;
    padding-bottom: 20px;
  }
  body > header .header-bottom #menubar .inside-padding .megamenu nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 3em;
  }
  body > header .header-bottom #menubar .inside-padding .megamenu nav ul li {
    display: block;
  }
  body > header .header-bottom #menubar .inside-padding .megamenu nav ul li a {
    padding: 0;
    border: 0 !important;
  }
}
@media (max-width: 600px) {
  body > header .left-side a div {
    margin-left: 20px;
    margin-top: 20px;
  }
  body > header .header-bottom {
    padding-left: 220px;
  }
  body > header .header-bottom #menubar .inside-padding .megamenu nav ul {
    grid-template-columns: 1fr;
  }
}
body > footer {
  padding: 0;
  margin-top: 3em;
  flex-shrink: 0;
}
body > footer #footer {
  background: linear-gradient(to bottom, #4562a6 0%, #25477a 80%, #25477a 100%);
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  display: flex;
  flex-flow: row wrap;
  row-gap: 20px;
  justify-content: center;
}
body > footer #footer > .logo {
  vertical-align: middle;
  text-align: center;
  flex: 0 0 25%;
  min-width: 250px;
  align-self: center;
}
body > footer #footer > .logo img {
  text-align: center;
  border: 0;
  width: 100%;
  max-width: 160px;
}
body > footer #footer .contact {
  vertical-align: middle;
  color: #fff;
  flex: 0 0 25%;
  min-width: 250px;
  text-align: center;
}
body > footer #footer .contact .inner {
  color: #fff;
  padding: 0 20px;
}
body > footer #footer .contact .inner h3 {
  color: #fff;
  font-size: 1.125em;
  line-height: 2em;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
body > footer #footer .contact .inner ul {
  color: #fff;
  padding: 0;
  margin: revert;
}
body > footer #footer .contact .inner ul li {
  color: #fff;
  list-style: none;
  line-height: 1.75em;
}
body > footer #footer .contact .inner ul li a {
  list-style: none;
  line-height: 1.75em;
  color: #fff;
  text-decoration: underline;
}
body > footer #footer .links {
  vertical-align: middle;
  color: #fff;
  flex: 0 0 25%;
  min-width: 250px;
  text-align: center;
}
body > footer #footer .links .inner {
  color: #fff;
  padding: 0 20px;
  position: relative;
}
body > footer #footer .links .inner h3 {
  color: #fff;
  font-size: 1.125em;
  line-height: 2em;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
body > footer #footer .links .inner ul {
  color: #fff;
  padding: 0;
  margin: revert;
}
body > footer #footer .links .inner ul li {
  color: #fff;
  list-style: none;
}
body > footer #footer .links .inner ul li a {
  list-style: none;
  color: #fff;
  line-height: 1.75em;
  text-decoration: underline;
}
body > footer #footer .social {
  vertical-align: middle;
  text-align: center;
  flex: 0 0 25%;
  min-width: 250px;
  align-self: center;
}
body > footer #footer .social .inner {
  text-align: center;
  padding: 0 20px;
}
body > footer #footer .social .inner h3 {
  text-align: center;
}
body > footer #footer .social .inner ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
body > footer #footer .social .inner ul li {
  list-style: none;
  display: inline-block;
  min-width: 100px;
  min-height: 100px;
}
body > footer #footer .social .inner ul li a {
  list-style: none;
  color: #860000;
  text-decoration: underline;
  position: relative;
}
body > footer #footer .social .inner ul li a::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 75px solid #fff;
  position: relative;
  z-index: 0;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body > footer #footer .social .inner ul li a em {
  list-style: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 10;
  top: 60px;
  color: #4562a6;
  font-size: 30px;
  left: 28px;
}
body > footer #footer .social > a {
  text-align: center;
  margin-top: 25px;
  display: block;
}
body > footer #footer .social > a img {
  border: 0;
}
body > footer #footer #static-map {
  display: inline-block;
  vertical-align: middle;
  background: url("/img/douglas-smap.png");
  height: 350px;
  width: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body > footer #footer .credit {
  width: 100% !important;
  background: #303c45;
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.75em;
  border-bottom: 3px solid #4c8245;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
}

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

.search-adv form .form-buttons button {
  background-color: #004e99;
  color: white;
}

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

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

[role=tablist] {
  margin-bottom: 0;
}

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: #004e99;
}

html body > footer {
  background: #004e99;
  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: #004e99;
  padding: 30px;
}

.cart-container .flex-row button,
.cart-container .flex-row button svg,
.search caption header form button {
  background-color: #004e99;
  stroke: white;
  color: white;
}

h2, h3, h4 {
  margin-bottom: 0 !important;
}

h3 {
  margin-top: 0;
}

h4 {
  margin-top: 0.5em;
}