/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
  line-height: 1; }

.btn{
    min-width: 5rem !important;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
}

h5 {
    color: #007dc5;
}

.usa-card__container .usa-card__body {
    font-family: 'Open Sans',sans-serif;
}

/*Carousel CSS*/
#slide-1 {
    background-image: url('../images/carousel/Image1.jpg');
}

#slide-2 {
    background-image: url('../images/carousel/Image2.jpg');
}

#slide-3 {
    background-image: url('../images/carousel/Image3.jpg');
}

#slide-4 {
    background-image: url('../images/carousel/Image4.jpg');
}

#slide-5 {
    background-image: url('../images/carousel/Image5.jpg');
}

.hero-image {
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%) no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 2rem;
    border-radius: .3rem;
}

#hero {
    position: relative;
}

#carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item {
    background: no-repeat;
    background-size: cover;
    background-position: center;
}

/*End of Carousel CSS*/



.skip-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    background: #495057;
    font-size: 1rem;
    line-height: 1.5;
    padding: 1px 1rem 2px;
    border-radius: 0 0 0.3rem 0.3rem;
    border-bottom-width: 0;
    outline: 0;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.skip-link.visually-hidden.focusable:focus {
    position: absolute !important;
    color: #fff;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.byways-intro {
   /* background-image: url(../images/Bellingrath_-_Mirror_Lake.jpg);*/
    background-size: cover;
    background-position: center;
}

.nav-links-byway a {
    font-size: .93rem;
 /*   color: #162e51 !important;*/
    font-weight: bold;
}


.usa-nav__secondary-links a {
    color: #162e51;
    font-weight: bold;
}

.activeMain {
    font-weight: bold !important;
    color: #ad1239 !important;
}

#map-container {
    max-width: 95rem;
}
/****** Main Map styles ******/
path:hover {
    fill: #15265d;
}

path:hover + text {
    fill: white;
}

path:hover + text .boldBlack {
    fill: black;
    font-weight: bold;
}

#session_map_container text:hover {
    fill: white;
}

#session_map_container text:hover .boldBlack {
    fill: black;
    font-weight: bold;
}

.stateSelected {
    fill: #15265d;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
    display: block;
}

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
    vertical-align: middle;
}

.designation {
    font-family: 'Open Sans',sans-serif !important;
    padding-left: 15px;
    background: url(../images/icon_nsb.png) left center no-repeat;
}
  .designation.all-american-road {
    background-image: url(../images/icon_aar.png); }

/**
 * Media (in lists, etc.)
 *
 * Expected HTML structure:
 *
 *  <div class="media">
 *    <a class="pull-left" href="#">
 *      <img class="media-object" src="http://placehold.it/75">
 *    </a>
 *    <div class="media-body">
 *      <h4 class="media-heading">Media heading</h4>
 *      ...
 *   
 *      <!-- Nested media object -->
 *      <div class="media">
 *      ...
 *      </div>
 *    </div>
 *  </div>
 *
 *  <ul class="media-list">
 *    <li class="media">
 *    [see above]
 *    </li>
 *  </ul>
 */
.media {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
  margin-top: 10px; }
  .media .media {
    margin-top: 10px; }
  .media:first-child {
    margin-top: 0; }
  .media .pull-left, .media .pull-right {
    margin-bottom: 20px; }
  .media .pull-left {
    margin-right: 10px; }
  .media .pull-right {
    margin-left: 10px; }
  img.media-object.thumbnail.pull-left {
    margin-right: 10px;}
  .media .media-object {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .media .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
.media .media-heading {
    margin: 0 0 5px;
    font-size: 1.5rem;
}
img.media-object.thumbnail {
    max-width: 75px;
}
.byway .media-heading {
    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
}

.byway abbr {
    border-bottom: none;
}

  .media .meta {
    color: #666;
    margin-bottom: 5px; }
    .media .meta a {
      color: #666;
      text-decoration: none; }
      .media .meta a:hover, .media .meta a:focus {
        color: #444;
        text-decoration: underline; }

.media-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

/**
 * Thumbnail lists
 */
.thumbnails {
 /* margin-left: -15px; Removed to align photos*/
  margin-right: -15px;
/* padding-left: 0;*/
  list-style: none;
  *zoom: 1; }

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: ""; }

.thumbnails:after {
  clear: both; }

.row-fluid .thumbnails {
  margin-left: 0; }

.thumbnails > li {
  float: left;
  margin-bottom: 30px;
  margin-left: 15px; }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.thumbnail:hover, a.thumbnail:focus {
  border-color: #d00041;
  box-shadow: 0 1px 4px rgba(157, 0, 49, 0.25); }

.thumbnail > img {
    display: block;
    max-width: 75px;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555; }

/**
 * Labels/badges
 *
 * Expected HTML structure:
 *
 * <span class="label">Label Text</span>
 * <span class="badge">5</span>
 */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999; }

.label {
  border-radius: 3px; }

.badge {
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 9px; }

.label:empty,
.badge:empty {
  display: none; }

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label-important,
.badge-important {
  background-color: #b94a48; }

.label-important[href],
.badge-important[href] {
  background-color: #953b39; }

.label-warning,
.badge-warning {
  background-color: #f89406; }

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605; }

.label-success,
.badge-success {
  background-color: #468847; }

.label-success[href],
.badge-success[href] {
  background-color: #356635; }

.label-info,
.badge-info {
  background-color: #3a87ad; }

.label-info[href],
.badge-info[href] {
  background-color: #2d6987; }

.label-inverse,
.badge-inverse {
  background-color: #333333; }

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a; }

.alert, .validation-summary-errors {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  border: 1px solid;
  border-radius: 4px; }
  .alert.success, .success.validation-summary-errors {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6; }
  .alert.info, .info.validation-summary-errors {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1; }
  .alert.warning, .warning.validation-summary-errors {
    color: #C09853;
    background-color: #FCF8E3;
    border-color: #FBEED5; }
  .alert.error, .validation-summary-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7; }

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0; }

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc; }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

.nav-tabs,
.nav-pills {
  *zoom: 1; }

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: ""; }

.nav-tabs:after,
.nav-pills:after {
  clear: both; }

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  margin-right: 0; }

.nav-tabs.nav-stacked {
  border-bottom: 0; }

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px; }

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px; }

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100); }

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999; }

.tabbable {
  *zoom: 1; }

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: ""; }

.tabbable:after {
  clear: both; }

.tab-content {
  overflow: auto; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff; }

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent; }

body {
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: 13px; */
  line-height: 1.2; }

/************/
/* Defaults */
/************/
p {
  margin-bottom: 1em; }

h1, h2, h3, h4 {
  font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 10px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

h1 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px; }

h2 {
  font-size: 28px;
  color: #007dc5; }

h2.section, section > h2 {
  border-bottom: 1px solid #007dc5; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 16px; }

.subtitle {
    font-size: 80%;
    color: #007bc3;
}

.subtitle-abbr {
    font-size: 80%;
}

td, th {
  padding: 0.35em; }

.nonvisual {
  position: absolute;
  left: 0;
  top: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.center {
  text-align: center;
  margin: 0 auto; }

ul, ol {
  padding-left: 2.5em; }

/*********/
/* Links */
/*********/
a {
  color: #9d0031; }

a:hover, a:focus {
  color: #d00041; }

a.external, a[rel=external] {
  padding-right: 16px;
  background: url(../images/offsite_link.gif) right center no-repeat; }

a.external:hover, a.external:focus, a[rel=external]:hover, a[rel=external]:focus {
  background-image: url(../images/offsite_link_hover.gif); }

    a img {
        border-width: 0;
        border-style: none;
        border-color: #fff;
        color: #fff; }

/***********/
/* Generic */
/***********/
/***************************/
/* Primary Page Structures */
/***************************/
/*
body {
  margin: 0;
  background: #333333; }
*/

.layout-switcher {
  background: #8DABC2;
  padding: 4px 12px; }
  .layout-switcher a {
    color: white; }

#wrap {
  position: relative;
  margin: 10px auto;
  text-align: left;
  width: 960px;
  background: #fff;
  border: 4px solid #1e1e1e; }

header[role=banner] {
  position: relative;
  height: 85px; }
  header[role=banner] #skiplinks a {
    position: absolute;
    left: 0;
    top: -5000px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    header[role=banner] #skiplinks a:focus {
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      background: #fff;
      color: #444;
      padding: 4px; }
  header[role=banner] h1 a {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    display: block;
    height: 85px;
    /* Height of replacement image */
    /*width: 160px;*/
    /* Width of replacement image */
    background: url(../images/header_logo_ab.png) top left no-repeat; }
  header[role=banner] #collage {
    position: absolute;
    top: 0;
    left: 160px; }

nav[role=navigation] {
  height: 30px; }
  nav[role=navigation] ul {
    *zoom: 1;
    background: #9d0031;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7e0027 0%, #9d0031 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e0027), color-stop(100%, #9d0031));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7e0027 0%, #9d0031 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7e0027 0%, #9d0031 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7e0027 0%, #9d0031 100%);
    /* IE10+ */
    background: linear, to bottom, #7e0027 0%, #9d0031 100%;
    /* W3C */
    border: 1px solid #9d0031;
    border-left: none;
    border-radius: 0 6px 6px 0;
    height: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
   /* width: 775px;*/
    z-index: 200; }
    nav[role=navigation] ul:before, nav[role=navigation] ul:after {
      content: " ";
      display: table; }
    nav[role=navigation] ul:after {
      clear: both; }
    nav[role=navigation] ul li {
      display: inline;
      margin: 0;
      padding: 0; }
    nav[role=navigation] ul a {
      color: #fff;
      display: block;
      float: left;
      font-size: 14px;
      font-weight: normal;
      height: 14px;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
      padding: 7px 15px; }
      nav[role=navigation] ul a:hover, nav[role=navigation] ul a:focus, nav[role=navigation] ul a.active {
        background: #840029;
        /* Old browsers */
        background: -moz-linear-gradient(top, #65001f 0%, #840029 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65001f), color-stop(100%, #840029));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #65001f 0%, #840029 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #65001f 0%, #840029 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #65001f 0%, #840029 100%);
        /* IE10+ */
        background: linear, to bottom, #65001f 0%, #840029 100%;
        /* W3C */
        text-decoration: underline; }
      nav[role=navigation] ul a:hover, nav[role=navigation] ul a:focus {
        color: #fff7ae; }

body.home #nav-home a,
body.byways #nav-americas-byways a,
body.bywaymaps #nav-americas-byways a,
body.states #nav-americas-byways a,
body.statemaps #nav-americas-byways a,
body.about #nav-about a {
  background: #840029;
  /* Old browsers */
  background: -moz-linear-gradient(top, #65001f 0%, #840029 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65001f), color-stop(100%, #840029));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #65001f 0%, #840029 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #65001f 0%, #840029 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #65001f 0%, #840029 100%);
  /* IE10+ */
  background: linear, to bottom, #65001f 0%, #840029 100%;
  /* W3C */
  text-decoration: underline; }

#content {
    clear: both;
    /*padding: 15px 0;*/
    position: relative;
    /* width: 960px;*/
    width: auto;
    z-index: 300;
    /* To layer it over the masthead image */
    *zoom: 1;
    min-height: 55vh;
}
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }
  #content div[role=main] {
    margin: 0 15px; }
    #content div[role=main] > header.media {
      margin-bottom: 15px;
      padding-bottom: 10px; }
      #content div[role=main] > header.media h1 {
        font-size: 300%;
        font-weight: normal; }
      #content div[role=main] > header.media .pull-left {
        margin-bottom: 0; }
  /*#content.with-secondary {
    background: url("../images/bg_secondary.png") repeat-y left top; }*/
    #content.with-secondary #secondary {
      display: inline;
      float: left; }
    #content.with-secondary div[role=main] {
      display: inline;
      float: left;
      width: 770px; }
  #content.with-sidebar div[role=main] {
    background: url("../images/column_border.png") no-repeat right bottom;
    display: inline;
    float: left;
    padding-right: 14px;
    /* Take 1 away for border */
    width: 610px; }
  #content.with-sidebar #sidebar {
    display: inline;
    float: left; }
  #content #sidebar, #content nav#secondary {
    display: none; }
  #content #sidebar {
    margin-top: 30px;
    /* To get past header "circle" */
    width: 290px; }
  #content #secondary {
    margin: 0 15px;
    width: 130px; }
    #content #secondary ul {
      padding-left: 0; }
    #content #secondary li li a {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 12px;
      font-weight: normal;
      padding-left: 10px; }
    #content #secondary a {
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      color: #5a5650;
      display: block;
      font-size: 16px;
      font-weight: bold;
      padding: 5px;
      text-decoration: none; }
      #content #secondary a:hover, #content #secondary a:focus {
        background-color: rgba(0, 0, 0, 0.1);
        color: #43403c;
        text-decoration: underline; }
      #content #secondary a.active {
        background-color: rgba(0, 0, 0, 0.2); }
    #content #secondary li:first-child a {
      border-top: none; }

.no-sidebar div[role=main] > .alert, .no-sidebar div[role=main] > .validation-summary-errors {
  margin-right: 80px; }

body > footer {
  *zoom: 1; }
  body > footer:before, body > footer:after {
    content: " ";
    display: table; }
  body > footer:after {
    clear: both; }

/**
 * Sidebar panels
 *
 * <section class="panel">
 *   <header><h3>Heading</h3></header>
 *   <div class="panel-body">
 *   ...
 *   </div>
 * </section>
 */
.panel {
  margin: 0 0 15px 0;
  border: 1px solid #e2d8c8;
  border-radius: 5px; }
  .panel > header {
    background-color: #006237;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    margin: -1px -1px 0 -1px; }
    .panel > header h2, .panel > header h3 {
      color: #fff;
      margin-bottom: 0;
      text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0; }
  .panel .panel-body {
    background: #faf0de;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e2d8c8 0%, #faf0de 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2d8c8), color-stop(100%, #faf0de));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2d8c8 0%, #faf0de 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2d8c8 0%, #faf0de 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2d8c8 0%, #faf0de 100%);
    /* IE10+ */
    background: linear, to bottom, #e2d8c8 0%, #faf0de 100%;
    /* W3C */
    padding: 10px; }
  .panel > *:last-child {
    margin-bottom: 0; }

/**
 * "Well" - highlighted portion of content
 *
 *  <div class="well">
 *  ...
 *  </div>
 */
.well {
  background-color: #fbf0de;
  /*background-color: #fdf8f0;*/
  border: 1px solid #E2D8C8;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px; }

.well *:last-child {
  margin-bottom: 0; }

/**
 * Tabs
 */
.tabs {
  position: relative;
  border-bottom: 5px solid #008c4f;
  list-style: none;
  padding: 0;
  margin: 0; }

.tabs li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.tabs a {
  display: block;
  background: #007040;
  border: 1px solid #767676;
  border-bottom-color: #005731;
  border-radius: 4px 4px 0 0;
  font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin: 0 6px 0 0;
  padding: 3px 6px;
  text-align: left;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.25) -1px -1px 0;
  color: #f0f0f0; }

.tabs a.active-tab {
  background: #008c4f;
  border-bottom-color: #008c4f;
  color: #fff; }

.tabs li a:hover {
  background: #008c4f;
  border-bottom-color: #007040;
  color: #fff; }

#sidebar .tab {
  position: relative;
  padding: 14px 14px 0 14px;
  /* background: #faf0de url(../images/panel_bg.png) top left repeat-x; */ /* commented on 8/25/2017 - image couldn't be found */
  border: 1px solid #e2d8c8; }

/**
 * Columns
 */
.span-1 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 50px; }

.span-2 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 130px; }

.span-3 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 210px; }

.span-4 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 290px; }

.span-5 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 370px; }

.span-6 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 450px; }

.span-7 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 530px; }

.span-8 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 610px; }

.span-9 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 690px; }

.span-10 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 770px; }

.span-11 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 850px; }

.span-12 {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 930px; }

.column.first {
  margin-left: 0; }

.column.last {
  margin-right: 0; }

/**
 * Lists
 */
dl.links dd {
  margin-bottom: 1em; }

body.home div[role=main] p {
  text-align: center; }
body.home #location-search {
  *zoom: 1;
  margin-bottom: 1.5em; }
  body.home #location-search:before, body.home #location-search:after {
    content: " ";
    display: table; }
  body.home #location-search:after {
    clear: both; }
  body.home #location-search input {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(1, #f0f0f0));
    background-image: -moz-linear-gradient(center bottom, white 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    float: left;
    height: 22px;
    padding: 2px 5px;
    width: 251px; }
  body.home #location-search input:focus {
    border-color: #999; }
  body.home #location-search button {
    background: transparent url(../images/location_search_button.png) top left no-repeat;
    border: none;
    float: left;
    height: 28px;
    width: 28px;
    padding: 0; }
  body.home #location-search button {
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  body.home #location-search button:hover, body.home #location-search button:focus {
    background-position: -28px 0; }
  body.home #location-search button:active {
    background-position: -56px 0;
    outline: none; }
body.home #nearby-byways {
  margin-bottom: 20px; }
  body.home #nearby-byways .media-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; }
    body.home #nearby-byways .media-heading .subtitle {
      font-size: 100%; }
  body.home #nearby-byways .media-object {
    width: 44px;
    height: 44px; }
  body.home #nearby-byways .thumbnail {
    padding: 2px; }
  body.home #nearby-byways .media .pull-left {
    margin-bottom: 0; }

.facts td, .facts th {
  padding: 2px; }
.facts th {
  text-align: right;
  white-space: nowrap; }
  .facts th:after {
    content: ":"; }

.photos {
  margin-right: -15px; }
  .photos > li {
    margin-bottom: 15px; }
  .photos .has-tip {
    cursor: pointer; }

.byways-nearby .q label {
  display: block; }
.byways-nearby #map_canvas {
  height: 400px;
  width: 100%; }
.byways-nearby .byway.popup .media-object {
  width: 40px;
  height: 40px;
  padding: 2px; }
.byways-nearby .byway.popup .media-heading {
  font-size: 1.25em; }

ul.photos .meta {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.photo .fancybox-inner {
  height: auto !important; }
.photo .fancybox-image {
  height: auto;
  width: auto;
  margin: 0 auto; }

body.states .states {
  list-style: none;
  padding-left: 0; }
  body.states .states li {
    border-top: 1px solid #eee; }
  body.states .states a {
    *zoom: 1;
    display: block;
    padding: 3px 0; }
    body.states .states a:before, body.states .states a:after {
      content: " ";
      display: table; }
    body.states .states a:after {
      clear: both; }
  body.states .states .badge {
    float: right; }

.admin-states-index .media-list .media, .admin-byways-index .media-list .media {
  border-bottom: 1px solid #eee;
  margin-top: 0; }
.admin-states-index .media-list .media-heading, .admin-byways-index .media-list .media-heading {
  font-size: 24px; }
.admin-states-index .media-list .media > a, .admin-byways-index .media-list .media > a {
  display: block;
  text-decoration: none;
  padding: 5px; }
  .admin-states-index .media-list .media > a:hover, .admin-states-index .media-list .media > a:focus, .admin-byways-index .media-list .media > a:hover, .admin-byways-index .media-list .media > a:focus {
    background-color: #f0f0f0; }
    .admin-states-index .media-list .media > a:hover .media-heading, .admin-states-index .media-list .media > a:focus .media-heading, .admin-byways-index .media-list .media > a:hover .media-heading, .admin-byways-index .media-list .media > a:focus .media-heading {
      text-decoration: underline; }
.admin-states-index .media-list .thumbnail, .admin-byways-index .media-list .thumbnail {
  padding: 2px;
  border-radius: 2px;
  width: 44px;
  height: 44px;
  margin-bottom: 0; }

.field {
  margin-bottom: 10px; }
  .field label {
    display: block;
    font-weight: bold; }
  .field input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

@media (min-width: 768px) {
    .media .media-heading {
        font-size: 2rem;
    }

    .byway .media-heading {
        font-size: 24px;
    }

    img.media-object.thumbnail {
        max-width: 100%;
    }

    .thumbnail > img {
        max-width: 100%;
    }
}

/*Main Byways Logo*/

.byways-logo {
    display: flex;
    align-items: center;   
}
    .byways-logo img {
        margin-right: 35px;
        float: left;
    }

    .byways-logo div {
        margin-left: 15px;
        display: block;
        margin: 2px 0 0 0;


}

div .usa-header--extended .usa-navbar {
    padding: 0;
}

div .usa-navbar {
    height: 4rem;
}

div .usa-nav__secondary {
    bottom: 2rem;
}

#logo {
    width: 84px;
    height: auto; 
}
@media (min-width: 64em) {
    div .usa-header--extended .usa-navbar {
        width: 100%;
    }
    /*div .usa-header--extended .usa-logo {
        font-size: 2rem;
    }*/
        #logo {
        width: 141px;
    }

    #navbar-main img {
        margin-top: 0px !important;
    }
   
}
div .usa-header--extended .usa-logo {
    font-size: 1.6rem;
    margin: 0.25rem 0 0.25rem;
    max-width: 100%;
}

@media (min-width: 1130px) {
    div .usa-header--extended .usa-logo {
        font-size: 1.75rem;
    }
}
@media (min-width: 1200px) {
    div .usa-header--extended .usa-navbar {
        max-width: 1140px;
    }
    div .usa-header--extended .usa-logo {
        font-size: 2rem;
    }
}
@media (min-width: 64em) and (max-width: 1400px) {
    .byways-logo div {
        inline-size: 450px;
        overflow-wrap: break-word;
    }
}

#navbar-main img {
    margin-top: -10px;
}

