nav-heading-grid {
  display: block;
  text-align: center;
}
nav-heading-grid > a {
  display: inline-block;
  color: white !important;
  text-decoration: none !important;
  background-color: rgb(25, 60, 124);
  padding: 1.5rem 2rem;
  color: white;
  font-size: 1.18rem;
  line-height: 0.98;
}
nav-heading-grid > a span {
  margin-top: -0.2rem;
  margin-left: 1.1rem;
  font-size: 1.3em;
  vertical-align: middle;
}
nav-heading-grid .nav-heading-grid-container,
nav-heading-grid .gov-policies-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: left;
}
nav-heading-grid .gov-priority,
nav-heading-grid .gov-policy {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 2.4rem 3rem 2.4rem 2.4rem;
  color: inherit !important;
  text-decoration: none !important;
  transition: background-color 0.5s ease;
}
@media (max-width: 991.98px) {
  nav-heading-grid .gov-priority,
  nav-heading-grid .gov-policy {
    width: 100%;
    border-bottom: solid 0.1rem #ddd;
  }
  nav-heading-grid .gov-priority:last-child,
  nav-heading-grid .gov-policy:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  nav-heading-grid .gov-priority,
  nav-heading-grid .gov-policy {
    width: 50%;
    border-bottom: solid 0.1rem #ddd;
  }
  nav-heading-grid .gov-priority:not(:nth-of-type(2n)),
  nav-heading-grid .gov-policy:not(:nth-of-type(2n)) {
    border-right: solid 0.1rem #ddd;
  }
  nav-heading-grid .gov-priority:last-child,
  nav-heading-grid .gov-policy:last-child {
    border-bottom: none;
  }
  nav-heading-grid .gov-priority:nth-last-child(2),
  nav-heading-grid .gov-policy:nth-last-child(2) {
    border-bottom: none;
  }
  gov-priorities .nav-heading-grid-container:not(.odd) .gov-priority:nth-last-child(2) {
    border-bottom: none;
  }
}
nav-heading-grid .gov-priority > img,
nav-heading-grid .gov-policy > img {
  flex: 0 0 auto;
  width: 5.65rem;
  height: auto;
  margin-right: 2.4rem;
}
nav-heading-grid .gov-priority .gov-priority-content,
nav-heading-grid .gov-priority .gov-policy-content,
nav-heading-grid .gov-policy .gov-priority-content,
nav-heading-grid .gov-policy .gov-policy-content {
  flex: 0 1 100%;
}
nav-heading-grid .gov-priority .gov-priority-content > *,
nav-heading-grid .gov-priority .gov-policy-content > *,
nav-heading-grid .gov-policy .gov-priority-content > *,
nav-heading-grid .gov-policy .gov-policy-content > * {
  width: 60%;
  margin-left: 25%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88rem;
  line-height: 1.06;
}
nav-heading-grid .gov-priority .gov-priority-content > * .gov-amp,
nav-heading-grid .gov-priority .gov-policy-content > * .gov-amp,
nav-heading-grid .gov-policy .gov-priority-content > * .gov-amp,
nav-heading-grid .gov-policy .gov-policy-content > * .gov-amp {
  font-style: italic;
}
nav-heading-grid .gov-priority .gov-priority-content > * .gov-nbsp,
nav-heading-grid .gov-priority .gov-policy-content > * .gov-nbsp,
nav-heading-grid .gov-policy .gov-priority-content > * .gov-nbsp,
nav-heading-grid .gov-policy .gov-policy-content > * .gov-nbsp {
  white-space: nowrap;
}
nav-heading-grid .gov-priority > span,
nav-heading-grid .gov-policy > span {
  margin-left: 2.4rem;
  font-size: 2.4rem;
  transition: transform 0.5s ease;
}
nav-heading-grid .gov-priority:hover,
nav-heading-grid .gov-policy:hover {
  background: #f4f4f4;
}
nav-heading-grid .gov-priority:hover > span,
nav-heading-grid .gov-policy:hover > span {
  transform: translateX(1rem);
}
nav-heading-grid .gov-priority i,
nav-heading-grid .gov-policy i {
  color: #003DA6;
}

nav-block {
  display: block;
  width: 100%;
}
@media (max-width: 980px) {
  nav-block {
    margin: 10% 0;
  }
}
nav-block .navblock-section {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  width: 80%;
}
@media (max-width: 980px) {
  nav-block .navblock-section {
    width: 100%;
  }
}
nav-block .navblock-section .btn-subtitle {
  white-space: normal;
}
nav-block .navblock-section-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
nav-block :not(#x) .link-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav-block :not(#x) .link-list li {
  margin: 0;
  padding: 0;
}
nav-block :not(#x) .link-list li a {
  position: relative;
  display: block;
  text-decoration: none !important;
  padding: 1.1rem 1.6rem;
  padding-right: 5rem;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 0.1rem green solid;
  text-align: left;
  background-color: transparent;
  color: inherit !important;
  border-radius: 0;
}
nav-block :not(#x) .link-list li a .btn-title {
  font-size: 1.5em !important;
  margin-bottom: 0 !important;
}
nav-block :not(#x) .link-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #293352;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
nav-block :not(#x) .link-list li a:hover::before {
  transform: scaleX(1);
}
nav-block :not(#x) .link-list li a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  font-size: 2em;
  transform: translateY(-50%);
}
nav-block :not(#x) .link-list li:last-of-type a {
  border-bottom: none;
}

cta-nav-img-reveal-grid {
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
  display: block;
}
cta-nav-img-reveal-grid .nav-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
cta-nav-img-reveal-grid .nav-grid .row {
  margin: 0 !important;
}
cta-nav-img-reveal-grid .nav-grid .nav-grid-item-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 !important;
  border: white 1px solid;
}
cta-nav-img-reveal-grid .nav-grid > * {
  flex: 0 0 auto;
  width: 100%;
}
cta-nav-img-reveal-grid .nav-grid-item {
  margin: 0.05rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  background: rgba(41, 51, 82, 0.85);
  color: white;
  padding: 2rem;
  text-decoration: none;
}
cta-nav-img-reveal-grid .nav-grid-item:hover {
  background: rgba(27, 34, 58, 0.6);
  text-decoration: none;
}
@media (max-width: 575px) {
  cta-nav-img-reveal-grid .nav-grid-item {
    justify-content: center;
    min-height: unset;
  }
}
@media (max-width: 480px) {
  cta-nav-img-reveal-grid .nav-grid-item {
    align-items: center;
  }
  cta-nav-img-reveal-grid .nav-grid-item h2,
  cta-nav-img-reveal-grid .nav-grid-item h3,
  cta-nav-img-reveal-grid .nav-grid-item h4,
  cta-nav-img-reveal-grid .nav-grid-item h5,
  cta-nav-img-reveal-grid .nav-grid-item h6 {
    text-align: center;
  }
}
cta-nav-img-reveal-grid .nav-grid-item:hover .nav-grid-img img {
  filter: none;
}
cta-nav-img-reveal-grid .nav-grid-item:hover .nav-grid-img::after {
  background: rgba(0, 0, 0, 0.45);
  color: white;
}
cta-nav-img-reveal-grid .nav-grid-item:focus {
  outline-color: #AF060C !important;
  outline-width: 3px !important;
  outline-offset: 0 !important;
}
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0%) contrast(200%);
  transform: translate(-50%, -50%);
  transition: filter 0.45s ease;
}
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 61, 166, 0.92);
  transition: background-color 0.45s ease;
}
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content {
  position: relative;
  width: 100%;
  color: white;
}
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h2,
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h3,
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h4,
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h5,
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h6 {
  font-weight: 800;
  transition: transform 0.45s ease;
}
cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content p {
  margin-bottom: 0.3rem;
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h2,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h3,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h4,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h5,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h6,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content p {
    transform: translateY(1.5rem);
  }
}
@media (min-width: 768px) {
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h2,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h3,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h4,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h5,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content h6,
  cta-nav-img-reveal-grid .nav-grid-item .nav-grid-content p {
    transform: translateY(2rem);
  }
}
@media (min-width: 576px) {
  cta-nav-img-reveal-grid .nav-grid-item:hover .nav-grid-content h2,
  cta-nav-img-reveal-grid .nav-grid-item:hover .nav-grid-content h3,
  cta-nav-img-reveal-grid .nav-grid-item:hover .nav-grid-content h4,
  cta-nav-img-reveal-grid .nav-grid-item:hover .nav-grid-content h5,
  cta-nav-img-reveal-grid .nav-grid-item:hover .nav-grid-content h6, cta-nav-img-reveal-grid .nav-grid-item:focus .nav-grid-content h2,
  cta-nav-img-reveal-grid .nav-grid-item:focus .nav-grid-content h3,
  cta-nav-img-reveal-grid .nav-grid-item:focus .nav-grid-content h4,
  cta-nav-img-reveal-grid .nav-grid-item:focus .nav-grid-content h5,
  cta-nav-img-reveal-grid .nav-grid-item:focus .nav-grid-content h6 {
    transform: none;
  }
  cta-nav-img-reveal-grid .nav-grid-item:hover .nav-grid-content p, cta-nav-img-reveal-grid .nav-grid-item:focus .nav-grid-content p {
    opacity: 1;
    transform: none;
  }
}

banner-text {
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
  display: block;
  border-radius: 0.5rem;
}
banner-text .banner-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
banner-text .banner-container > * {
  width: 50%;
}
@media (max-width: 725px) {
  banner-text .banner-container > * {
    width: 75%;
  }
}
@media (max-width: 500px) {
  banner-text .banner-container > * {
    width: 100%;
    margin: 0 !important;
  }
}
banner-text .banner-text {
  position: absolute;
  bottom: 3rem;
  height: auto;
  color: black;
  font-size: 170%;
  border-radius: 10px;
  background-color: white;
  opacity: 0.7;
  margin-left: 24px;
  padding: 20px;
}

option-select .form-control {
  height: auto;
}

/* State of the System styling */
body.state-of-the-system #main {
  padding-top: 0 !important;
}
body.state-of-the-system h1,
body.state-of-the-system h2,
body.state-of-the-system h3,
body.state-of-the-system h4,
body.state-of-the-system h5,
body.state-of-the-system h6 {
  margin: 0 0 2rem 0;
}
body.state-of-the-system .or-header {
  background-image: none;
}
body.state-of-the-system nav.breadcrumbs {
  display: none;
}
body.state-of-the-system h1.or-page-title {
  display: none;
}
body.state-of-the-system small.or-header-site-description {
  display: none;
}
body.state-of-the-system .full-width-container-dark {
  background-color: #1b223a;
  color: white;
  padding: 55px 0 85px 0;
}
body.state-of-the-system .full-width-container-dark li {
  margin-top: 3%;
}
body.state-of-the-system main {
  padding-bottom: 0;
}
body.state-of-the-system .full-width-container-dark h1,
body.state-of-the-system .full-width-container-dark h2,
body.state-of-the-system .full-width-container-dark h3,
body.state-of-the-system .full-width-container-dark h4,
body.state-of-the-system .full-width-container-dark h5,
body.state-of-the-system .full-width-container-dark h6 {
  text-align: center;
}
body.state-of-the-system .full-width-image-container .full-width-image {
  background: linear-gradient(0deg, rgba(60, 60, 60, 0.3), rgba(60, 60, 60, 0.3)), url(/odot/Style%20Library/Forest-Highway.jpg);
  background-position: 100% 60%;
  background-size: 2000px;
  height: 400px;
}
body.state-of-the-system div.content-width-container {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
@media (max-width: 980px) {
  body.state-of-the-system div.content-width-container {
    margin-top: 5rem;
  }
}
body.state-of-the-system div.content-width-container p {
  margin-bottom: 1.5%;
}
body.state-of-the-system .component-container {
  margin-top: 5%;
}
body.state-of-the-system div.full-width-container {
  margin-bottom: 5rem;
  margin-top: 6rem;
}
@media (max-width: 980px) {
  body.state-of-the-system div.full-width-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
body.state-of-the-system div.full-width-container p {
  margin-bottom: 10px;
}
body.state-of-the-system div.full-width-container .container {
  width: 90%;
}
@media (max-width: 980px) {
  body.state-of-the-system div.full-width-container .container {
    width: 100%;
  }
}
body.state-of-the-system div.odot-sots-search-container {
  background-color: #1b223a;
  height: 280px;
}
@media (max-width: 1077px) {
  body.state-of-the-system div.odot-sots-search-container {
    height: 100% !important;
  }
}
body.state-of-the-system div.odot-sots-search-container h1 {
  color: white;
}
body.state-of-the-system div.odot-sots-search-container .odot-sots-intro {
  background: rgba(255, 255, 255, 0.6);
  padding: 1% 2%;
  font-size: 170%;
  border-radius: 10px;
  color: black;
  margin-bottom: 30px;
}
body.state-of-the-system div.odot-sots-search-container a {
  color: white;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
}
body.state-of-the-system div.odot-sots-search-container select {
  color: black;
  text-decoration: none;
  font-size: 20px;
  width: 100%;
  padding: 8px 15px;
}
body.state-of-the-system div.odot-sots-search-container .container {
  height: 100%;
}
body.state-of-the-system div.odot-sots-search-container .container .row:not(.tagline) {
  height: 40%;
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
@media (max-width: 1077px) {
  body.state-of-the-system div.odot-sots-search-container .container .row:not(.tagline) {
    height: 100%;
    flex-direction: column;
    align-items: center;
  }
  body.state-of-the-system div.odot-sots-search-container .container .row:not(.tagline) .col {
    margin-top: 20px;
  }
}
body.state-of-the-system div.odot-sots-search-container .odot-sots-search {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.state-of-the-system div.odot-sots-search-container .odot-sots-search h2 {
  margin: 0 15px 15px 15px;
}
body.state-of-the-system div.odot-sots-search-container .odot-sots-search i {
  margin-top: 5px;
}
body.state-of-the-system.odot-state-of-the-system-pages-default-aspx div.odot-sots-search-container {
  background: linear-gradient(0deg, rgba(60, 60, 60, 0.3), rgba(60, 60, 60, 0.3)), url(/odot/state-of-the-system/PublishingImages/Forest-Highway.jpg);
  background-position: 100% 60%;
  background-size: 2000px;
  height: 400px;
}
body.state-of-the-system .column-image-container .column-image {
  width: 100%;
}
body.state-of-the-system .vert-center-container {
  display: flex;
  flex-direction: column;
}
body.state-of-the-system .vert-center-container .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body.state-of-the-system .vert-center-container .row {
    display: block;
  }
}
body.state-of-the-system .btn-container {
  display: flex;
  justify-content: center;
}
body.state-of-the-system button.sots-btn {
  background-color: #293352;
  width: auto;
  align-self: center;
  padding: 7% 15%;
}
body.state-of-the-system button.sots-btn a {
  color: white;
  text-decoration: none;
  font-size: 2rem;
}