* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:active,
a:focus {
  text-decoration: none;
}
a,
a:active,
a:focus,
a:hover {
  color: #005bd2;
}
a[href]:after,
a:active[href]:after,
a:focus[href]:after,
a:hover[href]:after {
  content: none;
}
a:hover {
  text-decoration: underline;
}
body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 65px;
}
dd,
dl {
  margin: 0;
}
dt {
  font-weight: bold;
}
footer {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2,
h3 {
  font-size: 24px;
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  margin-bottom: 15px;
}
main,
nav > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  main,
  nav > * {
    width: 768px;
  }
}
@media (min-width: 992px) {
  main,
  nav > * {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  main,
  nav > * {
    width: 1170px;
  }
}
main > p:first-child,
nav > * > p:first-child {
  margin-top: 0;
}
table {
  border-spacing: 0;
}
ul {
  margin: 0;
}
.category-route {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  margin-bottom: 15px;
}
.category-route-list {
  font-size: 15px;
  padding-left: 25px;
}
.category-route-logo {
  display: table-cell;
  text-align: center;
  width: 10%;
  width: calc(60px);
}
.category-route-text {
  display: table-cell;
  font-size: 18px;
  line-height: 1.1;
  vertical-align: top;
  width: 90%;
  width: calc(100% - 60px);
}
.category-route-text small {
  color: #777;
  font-size: 14px;
  line-height: 1;
}
.continuation-link {
  border: 2px dashed #ddd;
  border-radius: 5px;
  color: black;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  right: 0;
  display: block;
  padding: 15px;
  text-align: center;
}
.continuation-link:hover,
.continuation-link:focus {
  color: black;
}
.county-map {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 800px;
  max-height: 600px;
  text-align: center;
}
.county-map svg {
  max-width: 800px;
  max-height: 600px;
}
.county-map-item {
  fill: white;
  stroke: black;
  stroke-width: 0.25;
}
.county-map-link {
  fill: #FFCD00;
  stroke: black;
  stroke-width: 0.25;
}
.county-map-link:hover {
  fill: #006747;
}
.county-map-outline {
  fill: none;
  stroke: #000044;
  stroke-width: 0.5;
}
.county-list {
  text-align: center;
}
.county-list li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.county-list :nth-child(7n+1) ::before {
  content: '\A';
  white-space: pre;
}
.data-fields dt {
  display: inline-block;
}
.data-fields dd {
  display: inline;
}
.data-fields dd:after {
  display: block;
  content: '';
}
.document-category {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.document-category-header {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.document-category-header-logo {
  display: table-cell;
  vertical-align: middle;
  padding-right: 3px;
}
.document-category-header-text {
  display: table-cell;
}
.document-category-item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.document-category-item:last-child {
  border-bottom: 0;
}
.document-category-item-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.example-shield {
  padding-right: 5px;
  width: auto;
  height: auto;
}
.example-shield:last-child {
  padding-right: 0px;
}
.exit-list {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  border: none;
  border-collapse: separate;
}
.exit-list tr {
  border-bottom: 1px solid #ccc;
}
.exit-list tr:first-child td,
.exit-list tr:first-child th {
  border-top: 1px solid #ccc;
}
.exit-list td,
.exit-list th {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.exit-list td:first-child,
.exit-list th:first-child {
  border-left: 1px solid #ccc;
}
.exit-list td:last-child,
.exit-list th:last-child {
  border-right: 1px solid #ccc;
}
.exit-list th {
  text-align: left;
}
@media not print {
  .exit-list th {
    background-color: #ddd;
    border: 1px solid #ddd;
  }
}
.exit-list tr:first-child td:first-child,
.exit-list tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.exit-list tr:first-child td:last-child,
.exit-list tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.exit-list tr:last-child td:first-child,
.exit-list tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.exit-list tr:last-child td:last-child,
.exit-list tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}
.exit-number {
  width: 75px;
}
.front-photo {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: center;
}
.front-photo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.home-page-group {
  align-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 98px;
}
@media (min-width: 1200px) {
  .home-page-group {
    gap: 5px 90px;
  }
}
.home-page-item {
  width: 320px;
}
.listing-group-body {
  margin-bottom: 15px;
}
.listing-group-header {
  background-color: #006747;
  border-radius: 5px;
  left: 0px;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
  padding: 5px;
}
@media print {
  .listing-group-header {
    border: 1px solid #333;
  }
}
.listing-group-header-logo {
  display: table-cell;
  line-height: 0;
  padding: 3px;
  vertical-align: top;
}
.listing-group-header-text {
  color: white;
  display: table-cell;
  font-size: 12pt;
  font-stretch: condensed;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 3px;
}
.listing-group-header-logo {
  color: white;
  display: table-cell;
  font-size: 16pt;
  line-height: 1;
  padding: 3px;
  vertical-align: middle;
}
.listing-group-header-text {
  color: white;
  display: table-cell;
  font-size: 16pt;
  font-stretch: condensed;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 3px;
}
.listing-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}
.listing-title h1,
.listing-title h2,
.listing-title h3,
.listing-title h4,
.listing-title h5,
.listing-title h6 {
  margin: 0;
}
.menu {
  position: relative;
}
.menu-button {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 10px;
}
@media (max-width: 767px) {
  .menu-button {
    display: none;
  }
}
.menu-button:hover,
.menu-button:focus {
  background-color: #ccc;
}
.menu-button:focus-visible {
  outline: none;
}
.menu-dropdown {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  margin-top: 2px;
  right: 0;
  left: auto;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9997;
}
.menu-dropdown li {
  padding-left: 16px;
  padding-right: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.menu-dropdown li a {
  color: black;
  white-space: nowrap;
  width: 100%;
}
.menu-dropdown li a:focus-visible {
  outline: none;
}
.menu-dropdown li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu-dropdown li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu-dropdown li:hover,
.menu-dropdown li:focus,
.menu-dropdown li.menu-focused {
  background-color: #005bd2;
}
.menu-dropdown li:hover a,
.menu-dropdown li:focus a,
.menu-dropdown li.menu-focused a {
  color: white;
  text-decoration: none;
}
.menu-open .menu-button {
  background-color: #005bd2;
  border: 1px solid #005bd2;
  color: white;
}
.menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news-item {
  border: 1px solid #006747;
  border-radius: 5px;
  margin-bottom: 15px;
}
.news-item ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.news-item ul li {
  display: block;
  padding: 7px;
}
.news-item ul li {
  border-top: 1px solid #006747;
}
.news-item-date {
  background-color: #006747;
  color: white;
  padding: 7px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.news-item-pinned {
  border: 1px solid #ffe166;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #ffe166;
  font-weight: bold;
}
.news-item-pinned ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.news-item-pinned ul li {
  display: block;
  padding: 7px;
}
.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  margin: 0;
}
.photo-group {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
  max-width: 100%;
  text-align: center;
}
.photo-group-anchor {
  position: relative;
  top: -90px;
  top: calc(-1 * (50px + 30px + 10px));
}
.photo-group-photos {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.photo-group-text {
  padding: 10px;
}
.photo-group a.road-thumb {
  font-size: 0;
  padding: 2px;
}
.photo-group :active,
.photo-group :hover {
  text-decoration: none;
}
.photo-nav {
  background-color: white;
  border: none;
  border-radius: 3px;
  color: #333;
  height: 22px;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
  padding: 1px 5px;
  touch-action: manipulation;
  width: 22px;
}
.photo-nav:hover {
  background-color: #ddd;
}
.photo-nav[disabled] {
  color: #ccc;
  pointer-events: none;
}
.photo-nav-left {
  background-color: white;
  border: none;
  border-radius: 3px;
  color: #333;
  height: 22px;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
  padding: 1px 5px;
  touch-action: manipulation;
  width: 22px;
  float: left;
}
.photo-nav-left:hover {
  background-color: #ddd;
}
.photo-nav-left[disabled] {
  color: #ccc;
  pointer-events: none;
}
.photo-nav-right {
  background-color: white;
  border: none;
  border-radius: 3px;
  color: #333;
  height: 22px;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
  padding: 1px 5px;
  touch-action: manipulation;
  width: 22px;
  float: right;
}
.photo-nav-right:hover {
  background-color: #ddd;
}
.photo-nav-right[disabled] {
  color: #ccc;
  pointer-events: none;
}
.road-header {
  background-color: #006747;
  border-radius: 5px;
  left: 0px;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
  padding: 5px;
}
@media print {
  .road-header {
    border: 1px solid #333;
  }
}
.road-header-logo {
  display: table-cell;
  line-height: 0;
  padding: 3px;
  vertical-align: top;
}
.road-header-text {
  color: white;
  display: table-cell;
  font-size: 12pt;
  font-stretch: condensed;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 3px;
}
.road-map {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 480px;
  max-width: 100%;
}
@media (min-height: 768px) {
  .road-map {
    height: 600px;
  }
}
@media (min-height: 1024px) {
  .road-map {
    height: 768px;
  }
}
.road-progress {
  height: 22px;
  margin-bottom: 0px;
  overflow: hidden;
  background: #ddd;
  border-radius: 4px;
}
.road-progress-bar {
  float: left;
  width: 0px;
  height: 100%;
  background-color: #006747;
}
.road-section-table {
  margin-top: 20px;
  border: none;
  border-collapse: separate;
}
.road-section-table tr:last-child td,
.road-section-table tr:last-child th {
  border-bottom: 1px solid #ccc;
}
.road-section-table td,
.road-section-table th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}
.road-section-table td:last-child,
.road-section-table th:last-child {
  border-right: 1px solid #ccc;
}
.road-section-table th {
  font-size: 16px;
  text-align: center;
}
.road-section-table tr:first-child td:first-child,
.road-section-table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.road-section-table tr:first-child td:last-child,
.road-section-table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.road-section-table tr:last-child td:first-child,
.road-section-table tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.road-section-table tr:last-child td:last-child,
.road-section-table tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}
.road-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.road-section-title-text {
  font-size: 18px;
}
.road-title {
  margin-bottom: 10px;
  overflow: auto;
}
.route-list-item {
  margin-bottom: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.shield-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shield-preview-item {
  display: table-cell;
  padding: 10px;
}
.site-nav {
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 9998;
}
@media not print {
  .site-nav {
    position: fixed;
  }
}
@media print {
  .site-nav {
    background-color: black;
    position: absolute;
  }
}
.site-nav-logo {
  float: left;
}
@media print {
  .site-nav-logo img {
    content: url("/images/printlogo.svg");
  }
}
.site-nav-search {
  float: right;
  display: flex;
  justify-content: space-between;
  height: 34px;
  width: 280px;
  padding: 6px 12px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .site-nav-search {
    display: none;
  }
}
@media print {
  .site-nav-search {
    display: none;
  }
}
.site-nav-search-box {
  border: none;
  width: 250px;
}
.site-nav-search-box:focus {
  outline: 0;
}
.site-nav-search-box:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 250px white inset;
}
.site-nav-search-button {
  border: none;
  background: none;
}
.site-nav-search-button:focus {
  outline: 0;
}
.site-nav-breadcrumb {
  background-color: white;
  border-bottom: 1px solid black;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9998;
}
@media (max-width: 767px) {
  .site-nav-breadcrumb {
    display: none;
  }
}
@media print {
  .site-nav-breadcrumb {
    display: none;
  }
}
.site-nav-breadcrumb ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.site-nav-breadcrumb ul li {
  display: inline-block;
  color: black;
}
.site-nav-breadcrumb ul li + li:before {
  padding-left: 5px;
  padding-right: 5px;
  color: #ccc;
  content: "/\00a0";
}
.site-nav-breadcrumb ul a {
  color: black;
}
.site-nav-breadcrumb ul a:hover,
.site-nav-breadcrumb ul a:focus {
  color: black;
}
@media (min-width: 768px) {
  .site-nav-breadcrumb + * {
    margin-top: 30px;
  }
}
.state-category {
  display: flex;
  align-items: center;
  height: 50px;
}
.state-category-examples {
  text-align: center;
  width: 20%;
  width: calc(120px);
}
.state-category-text {
  font-size: 18px;
  width: 80%;
  width: calc(100% - 120px);
}
.subcategory-title {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 24px;
}
.view-photo {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
.view-photo-dialog {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.view-photo-dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0;
  border-radius: 5px;
}
@media print {
  .view-photo-dialog-content {
    display: none;
  }
}
.view-photo-dialog-content-small {
  width: 670px;
  width: calc(280px + 30px);
}
.view-photo-dialog-content-small .view-photo {
  height: 480px;
  height: calc(280px * 3 / 4);
}
@media (min-width: 800px) and (min-height: 600px) {
  .view-photo-dialog-content-small {
    width: 670px;
    width: calc(640px + 30px);
  }
  .view-photo-dialog-content-small .view-photo {
    height: 480px;
    height: calc(640px * 3 / 4);
  }
}
.view-photo-dialog-content-large {
  width: 670px;
  width: calc(280px + 30px);
}
.view-photo-dialog-content-large .view-photo {
  height: 480px;
  height: calc(280px * 3 / 4);
}
@media (min-width: 800px) and (min-height: 600px) {
  .view-photo-dialog-content-large {
    width: 670px;
    width: calc(640px + 30px);
  }
  .view-photo-dialog-content-large .view-photo {
    height: 480px;
    height: calc(640px * 3 / 4);
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  .view-photo-dialog-content-large {
    width: 670px;
    width: calc(800px + 30px);
  }
  .view-photo-dialog-content-large .view-photo {
    height: 480px;
    height: calc(800px * 3 / 4);
  }
}
.view-photo-dialog-content-xlarge {
  width: 670px;
  width: calc(280px + 30px);
}
.view-photo-dialog-content-xlarge .view-photo {
  height: 480px;
  height: calc(280px * 3 / 4);
}
@media (min-width: 800px) and (min-height: 600px) {
  .view-photo-dialog-content-xlarge {
    width: 670px;
    width: calc(640px + 30px);
  }
  .view-photo-dialog-content-xlarge .view-photo {
    height: 480px;
    height: calc(640px * 3 / 4);
  }
}
@media (min-width: 1024px) and (min-height: 768px) {
  .view-photo-dialog-content-xlarge {
    width: 670px;
    width: calc(800px + 30px);
  }
  .view-photo-dialog-content-xlarge .view-photo {
    height: 480px;
    height: calc(800px * 3 / 4);
  }
}
@media (min-width: 1280px) and (min-height: 960px) {
  .view-photo-dialog-content-xlarge {
    width: 670px;
    width: calc(1024px + 30px);
  }
  .view-photo-dialog-content-xlarge .view-photo {
    height: 480px;
    height: calc(1024px * 3 / 4);
  }
}
.view-photo-dialog-content-body {
  padding: 15px;
  position: relative;
}
.view-photo-dialog-content-body img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.view-photo-dialog-content-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.view-photo-dialog-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.5;
}
.view-photo-buttons {
  width: 200px;
}
.view-photo-left,
.view-photo-right {
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translate(0, -50%);
  border: none;
  background: none;
  outline: none;
  padding: 30px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  opacity: 0;
}
.view-photo-left:hover,
.view-photo-right:hover {
  opacity: 1;
}
.view-photo-left:disabled,
.view-photo-right:disabled {
  opacity: 0;
}
.view-photo-left {
  left: 0;
  width: 33%;
  text-align: left;
  margin-left: 15px;
}
.view-photo-right {
  right: 0;
  width: 66%;
  text-align: right;
  margin-right: 15px;
}
