/*----- BUTTONS -----*/

Production server
/*----- BUTTONS -----*/
.navwrapper .gsc-search-button:not(*:root) {

    margin-top:0px !important;
   }




.directoryListing > a {
        background: transparent url('../images/btn_atoz.png') top center scroll no-repeat;
        display: inline-block;
        margin: 0;
        width: 30px;
        height: 30px;
		position:absolute;
		top:25px;
    }

h1 {
	 font-size: 26px;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
	color: #d46200;
	margin: 5px 0;

}
h2 {
	font-size:20px;
	line-height:1.2;
	color: #7c9f3d;
}
h3 {line-height:1.4;
	font-size:16px;
	color: #333;
}
h4 {
	line-height:1.7;
	font-size:14px;
	color: #333;
}
.DNNContainer_Title_h2 {
    padding: 0px !important;
}

.contentSection .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	box-shadow: 0px 1px 2px #666;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #666;
    -moz-box-shadow: 0px 1px 2px #666;
    box-shadow: 0px 1px 2px #666;
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
}
.btnright {float:right;
margin-bottom:10px;}
.contentSection .btn:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #666;
	-moz-box-shadow: 0px 1px 2px #666;
	box-shadow: 0px 1px 2px #666;
	color: #ffffff;
}
.btn18, .btn18:hover {
	padding: 10px 18px;
	font-size: 18px;
	color:#fff !important;
}
.btn14, .btn14:hover {
	padding: 8px 14px;
	font-size: 14px;
	color:#fff !important;
}
.btn12, .btn12:hover {
	padding: 8px 14px;
	font-size: 12px;
	color:#fff !important;
}
a.btn.btn12.btnorange {
    font-size: 12px;
	margin-bottom:8px;
}
a.btn.btn12.btnblue {
    font-size: 12px;
	margin-bottom:8px;
}
a.btn.btn12.btngreen {
    font-size: 12px;
	margin-bottom:8px;
}
.btnblue {
	background: #1781cc;
}
.btnblue:hover {
	background: #198cde;
}
.btngreen {
	background: #7ea040;
}
.btngreen:hover {
	background: #86ac40;
}
.btnorange {
	background: #e7740d;
}
.btnorange:hover {
	background: #f57b0d;
}
.btngrey {
	background: #959494;
}
.btngrey:hover {
	background: #adadad;
}


/*----- BUTTONS -----*/

/*----- SITESEARCH -----*/

/*----- SITESEARCH -----*/
/*----- ACCORDION -----*/
.accordion1, .accordion1 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.accordion1 {
	overflow: hidden;
	border-radius: 3px;
	background: #f7f7f7;
}
.initial {
	color: white;
}
.accordion-section-title {
	width: 100%;
	padding: 9px 20px 9px 48px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	background: #999;
	transition: all linear 0.15s;
	font-size: 1.200em;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow_side.png);
	background-repeat: no-repeat;
	background-position: 18px center;
}
.accordion-section-title.initial {
	color: #fff;
}
.accordion-section-title.active, .accordion-section-title.visited {
	background: #1580cb;
	background-image: url(../images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	text-decoration: none;
	font-size: 1.200em;
	color: #fff;
}
.accordion-section-title:hover {
	background: #7c9f3d;
	text-decoration: none;
	font-size: 1.200em;
	color: #fff;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 18px center;
}
.accordion-section:last-child .accordion-section-title {
	border-bottom: none;
}
.accordion-section-content {
	padding: 6px 20px 10px 18px;
	display: none;
}
/*----- ACCORDION -----*/




/*----- PANELS -----*/

h4.panelwhite {
	color: white;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.headblue {
	background: #1781cc;
}
.headgreen {
	background: #719134;
}
.headorange {
	background: #d76f13;
}
.panelheading {
	max-width: 100%;

	min-height: 20px;
	padding: 11px 46px 8px 16px;
	margin: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.headercontact {
	background-image: url(../images/header_contact.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}
.headerbulb {
	background-image: url(../images/header_bulb.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}
.headernote {
	background-image: url(../images/header_note.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}

.headerclock {
	background-image: url(../images/header_clock.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}
.headerquestion {
	background-image: url(../images/header_question.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}
.headerfaq {
	background-image: url(../images/header_faq.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}
.headermap {
	background-image: url(../images/header_mapmarker.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}

.headermap {
	background-image: url(../images/header_railmapmarker.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}


.headertool {
	background-image: url(../images/header_tool.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}

.headercone {
	background-image: url(../images/header_cone.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}

.headergear {
	background-image: url(../images/header_gear.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}
.headercheck {
	background-image: url(../images/header_check.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}
.headersearch {
	background-image: url(../images/header_search.png);
	position: relative;
	background-position: top right;
	background-repeat: no-repeat;
}

.tt-dataset-searchTerms {display:none;}
.panel_body_solid, .contentSection .panel_body_solid {
	background: #F2F2F2;
	max-width: 100%;
	padding: 16px 20px 20px 20px;
	margin: 0px 0 5px 0;
	border-top: 0px solid #fff;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.gs-spelling a {
       color: #A7C178 !important;
}
    cursor: pointer;
    text-decoration: underline;
}
.test
{
	min-height: 273px;
	border: 0px solid black;
}
.panel_body_gradient, .contentSection .panel_body_gradient {
	max-width: 100%;
	padding: 16px 20px 20px 20px;
	margin: 0px;
	border-top: 0px solid #CCC;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
 background: linear-gradient(to bottom, #f2f2f20%, #f2f2f2 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}
.well_body_solid {
	background: #F2F2F2;
	max-width: 100%;
	padding: 16px 16px 3px 16px;
	margin: 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.well_body_gradient {
	background: #F2F2F2;
	max-width: 100%;
	padding: 16px 16px 3px 16px;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}
/*----- PANELS -----*/



/* *********************************************************************************************************************
 * GRID SYSTEM FOR OUR PAGES
 */
 .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block; /* for IE/Mac */
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.contentSection {font-size: 14px;}


/************ LIST STYLES *****************/

.contentSection ul {
    padding: 0;
    margin: 7px 0 7px 0px;
}
.contentSection ul li {
    list-style:disc;
	color: #000;
	line-height: 22px;
	margin: 0 0 6px 26px;

}


.contentSection table td ul li {
    list-style:disc;
	color: #000;
	line-height: 21px;
	margin: 0 0 0 22px;
}

.contentSection table td ul.pdf2 li{
    list-style: none;
    background-image: url("../images/icon_pdf.png");
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding: 0 0 2px 1.7em;
    margin: 0 0 0px 0;
    border: 0px solid blue;
}



.contentSection table td ul.arrow li{
    list-style: none;
    background-image: url("../images/icon_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding: 0 0 2px 1.7em;
    margin: 0 0 0px 0;
    border: 0px solid blue;
}
.contentSection table td ul.vid li{
    list-style: none;
    background-image: url("../images/icon_vid.png");
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding: 0 0 2px 1.8em;
    margin: 0 0 0px 0;
    border: 0px solid blue;
}
.contentSection table td ul.word2 li{
    list-style: none;
    background-image: url("../images/icon_word2.png");
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding: 0 0 2px 1.7em;
    margin: 0 0 0px 0;
    border: 0px solid blue;
}
.contentSection table td ul.file2 li{
    list-style: none;
    background-image: url("../images/file.png");
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding: 0 0 0 1.7em;
    margin: 0 0 0px 0;
    border: 0px solid blue;
}

.contentSection ol {
	padding: 0px;
    margin: 7px 0 7px 6px;
}
.contentSection ol li {
	list-style:decimal;
    color: #000;
	line-height: 24px;
	margin: 0 0 0 25px;
	
}

.contentSection ol li p {
	list-style:decimal;
    color: #000;
	line-height: 22px;
	margin: 0 0 0 25px;
	
}

.contentSection ol li ul li{
	list-style:disc !important;
	line-height: 24px;

}

ul.check, ul.arrow {
	margin: 0px;
	list-style: none;
	padding: 0px 0 0px 6px;
}
ul.check li {
	list-style: none;
	background-image: url(../images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 1.8em;
	margin: 0 0 10px 6px;
	border: 0px solid blue;
}
ul.arrow li {
	list-style: none;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 1.8em;
	margin: 0 0 10px 6px;
	border: 0px solid blue;
}
ul.word2 {
	margin: 0px;
	list-style: none;
	padding: 0px 0 0px 6px;
}

ul.word2 li {
	list-style: none;
	background-image: url(../images/icon_word2.png);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding: 0 0 .4em 2em;
	margin: 0 0 10px 6px;
	border: 0px solid blue;
}
ul.excel2 {
	margin: 0px;
	list-style: none;
	padding: 0px 0 0px 6px;
}

ul.excel2 li {
	list-style: none;
	background-image: url(../images/icon_excel2.png);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding: 0 0 .4em 2em;
	margin: 0 0 10px 6px;
	border: 0px solid blue;
}

.contentSection table td ul.excel2 li{
    list-style: none;
	background-image: url(../images/icon_excel2.png);
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding: 0 0 2px 1.7em;
    margin: 0 0 0px 0;
    border: 0px solid blue;
}

table ul.excel2 li {list-style:none !important;}
table ul.pdf2 li {list-style:none !important;}
table ul.vid li {list-style:none !important;}
ul.pp, ul.pdf2 {
	margin: 0px;
	list-style: none;
	padding: 0px 0 0px 6px;
}

ul.pdf2 li {
	list-style: none;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding: 0 0 .2em 2em;
	margin: 0 0 10px 7px;
	border: 0px solid blue;
}


ul.pp, ul.vid {
	margin: 0px;
	list-style: none;
	padding: 0px 0 0px 2px;
}

ul.vid li {
	list-style: none;
	background-image: url(../images/icon_vid.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding: 0 0 0 2em;
	margin: 0 0 10px 0;
	border: 0px solid blue;
}



ul.file2 {
	margin: 0px;
	list-style: none;
	padding: 0px 0 0px 6px;
}

ul.graycheck {
	margin: 0px;
	list-style: none;
	padding: 0px 0 0px 6px;
}

ul.file2 li {
	list-style: none;
	background-image: url(../images/file.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 2em;
	margin: 0 0 4px 0;
	border: 0px solid blue;
}

ul.graycheck li {
	list-style: none;
	background-image: url(../images/graycheck.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 2em;
	margin: 0 0 4px 0;
	border: 0px solid blue;
}

ul.pdf2 li ul li {
    list-style:disc;
 background-image:none;
 margin: 0 0 0px 22px;
 padding:0px;
}

.contentSection a ul.pdf2 li {
	list-style: none;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 2em;
	margin: 0 0 0px 0;
	border: 0px solid blue;
	line-height:21px;
	color: #af580c;
}

.contentSection a ul.pp2 li {
	list-style: none;
	background-image: url(../images/icon_pp2.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 2em;
	margin: 0 0 0px 0;
	border: 0px solid blue;
	line-height:21px;
	color: #af580c;
}

.contentSection a ul.file2 li {
	list-style: none;
	background-image: url(../images/file.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 2em;
	margin: 0 0 0px 0;
	border: 0px solid blue;
	line-height:21px;
	color: #af580c;
}

.contentSection a ul.graycheck li {
	list-style: none;
	background-image: url(../images/graycheck.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 2em;
	margin: 0 0 0px 0;
	border: 0px solid blue;
	line-height:21px;
	color: #af580c;
}

.contentSection a:hover ul.pdf2 li {

	color: #d66b0d;
}



ul.pp2 {
	margin: 0px;
	list-style: none;
	padding: 0px 0 0px 5px;
}

ul.pp2 li {
	list-style: none;
	background-image: url(../images/icon_pp2.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 .4em 2em;
	margin: 0 0 8px 6px;
	border: 0px solid blue;
}



/************ LIST STYLES *****************/



/************ LIST GROUPS *****************/
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}




.list-group-item.head {
	z-index: 2;
	color: #fff;
	background-color: #1882cc;
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #1882cc;
	line-height: 18px;
}
.list-group-item.head:hover {background-color: #1882cc;
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.list-group-item:hover {
background-color: #fff;
}
.list-group a:link, .list-group a:visited {
	color: ##af580c;
}
/************ LIST GROUPS *****************/




/************ FORM PROGRESS BAR *****************/



#breadcrumb a{
 
    text-align: center;
	font: NORMAL 12px Arial, Sans-Serif;
    text-transform: uppercase;
    color: #af580c;
	font-weight:normal;
}

#breadcrumb a:hover{
    color: #d66b0d;
	font-weight:normal;
}


#breadcrumb 
{ font-size: 12px; color: #ccc; line-height: 1.2; margin: 0px 0; padding-left: 0;}

#breadcrumb   li { display: inline; list-style-type: none; margin-left: 0; color:#8b8a8a; }
#breadcrumb   li:before { content: "/"; padding-right: 3px; }
#breadcrumb   li:first-child:before { content: ""; padding-right: 0;  }







/************ IMAGE & IMAGE CONTAINERS *****************/

.contentSection img {
	
max-width: 100%;

    height: auto;
    margin: 0px auto 0px auto;
    display: block;
}


.contentSection div.imageCaptionHeader {
	line-height: 1;
	margin-bottom: 10px;
}
.contentSection .caption_border, .contentSection .captionright_border, .contentSection .captionleft_border, .contentSection .caption, .contentSection .captionright, .contentSection .captionleft, .contentSection .image_border, .contentSection .imageright_border, .contentSection .imageleft_border, .contentSection .image, .contentSection .imageright, .contentSection .imageleft {
	font-size: 85%;
	font-style: italic;
	text-align: center;
	display: block;
}

 .contentSection .captionright_border{   max-width: 100%;
    font-size: 85%;
    font-style: italic;
    text-align: center;
    float: right;
    display: block;
    margin: 13px 0px 5px 15px;
    padding: 8px;
    border: 1px solid #ccc;}
	
.contentSection .caption_border, .contentSection .captionright_border, .contentSection .captionleft_border, .contentSection .image_border, .contentSection .imageright_border, .contentSection .imageleft_border {
	padding: 8px;
	border: 1px solid #ccc;
}
.contentSection .caption_border img, .contentSection .captionright_border img, .contentSection .captionleft_border img, .contentSection .captionright img, .contentSection .captionleft img, .contentSection .image_border img, .contentSection .imageright_border img, .contentSection .imageleft_border img, .contentSection .image img, .contentSection .imageright img, .contentSection .imageleft img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	padding-bottom: 0%;
}

.contentSection .caption img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	padding-bottom: 10px;
}

.contentSection .captionright_border, .contentSection .captionright, .contentSection .imageright_border, .contentSection .imageright {
	float: right;
	margin: 0px 10px 15px 15px;

}
.contentSection .captionleft_border, .contentSection .captionleft, .contentSection .imageleft_border, .contentSection .imageleft {
	float: left;
	margin: 0px 15px 5px 0px;
}
.contentSection .caption_border, .contentSection .caption, .contentSection .image_border, .contentSection .image {
	float: none;
	margin: 5px 0px;
}

.codedefinition {
	padding: 5px 20px 5px 20px;
	font-style: italic;
	line-height: 20px;
	
}

/************ IMAGE & IMAGE CONTAINERS *****************/






/************ ALERTS *****************/
.alertgreen {
	max-width: 100%;
	padding: 14px 18px 18px 18px;
	margin: 14px 0;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
	-moz-box-shadow: 0 0 7px #c8e5bc;
	-webkit-box-shadow: 0 0 7px #c8e5bc;
	box-shadow: 0 0 7px #c8e5bc;
}
.alertblue {
	max-width: 100%;
	padding: 14px 18px 18px 18px;
	margin: 14px 0;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea;
	-moz-box-shadow: 0 0 7px #b9def0;
	-webkit-box-shadow: 0 0 7px #b9def0;
	box-shadow: 0 0 7px #b9def0;
}
.alertyellow {
	max-width: 100%;
	padding: 14px 18px 18px 18px;
	margin: 14px 0;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e;
	-moz-box-shadow: 0 0 7px #f8efc0;
	-webkit-box-shadow: 0 0 7px #f8efc0;
	box-shadow: 0 0 7px #f8efc0;
}
.alertred {
	max-width: 100%;
	padding: 14px 18px 18px 18px;
	margin: 14px 0;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
	-moz-box-shadow: 0 0 7px #e7c3c3;
	-webkit-box-shadow: 0 0 7px #e7c3c3;
	box-shadow: 0 0 7px #e7c3c3;
}
img.attention {
	float: left;
	padding: 0 16px 4px 0;
	margin: 0;
}
/************ ALERTS *****************/



 
 /* ****  TABLE STYLES BEGIN  **** */


code {
	background: #c6d8d8;
	border-radius: 5px;
	color: #3d6969;
	display: block;
	margin: 2em 0;
	padding: 15px;
	position: relative;
}
code:after {
	bottom: 5px;
	color: #eaebeb;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
}
code.css:after {
	content: 'css';
}
code.js:after {
	content: 'js';
}
table {
	border-collapse: collapse;
	margin: 0.5em 0 0;
	width: 100%;
}
#table {
	background: white;
}
table tr, table th, table td {
	border: none;
	border-bottom: 1px solid #e4e3e3;
	font-family: 'Lato', sans-serif;
	font-size: .875rem;
}

table.DynamicForms_HeaderTable tr, table.DynamicForms_HeaderTable th, table.DynamicForms_HeaderTable td {
background: #F2F2F2;
   border-bottom: 0px solid #e4e3e3 !important;
  padding: 0px 0px !important;
  margin: 0 0 0 !important;

}



table#dnn_ctr4136_DynamicForms_tblTest tr, table#dnn_ctr4136_DynamicForms_tblTest th, table#dnn_ctr4136_DynamicForms_tblTest td {
background: #F2F2F2;
   border-bottom: 0px solid #e4e3e3 !important;

}

table#dnn_ctr5289_DynamicForms_tblTest tr, table#dnn_ctr5289_DynamicForms_tblTest th, table#dnn_ctr5289_DynamicForms_tblTest td {
background: #F2F2F2;
   border-bottom: 0px solid #e4e3e3 !important;
   padding: 0;

}

table th, table td {
	padding: 8px 12px;
	text-align: left;
}
table th {
	background: #1781cc;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 16px;
}

table tr td {
	background: #f7f7f8;
	color: #000;
}
table tr:nth-of-type(2n+2) td {
	background: #ebeff5;
}
table.bt tbody td {
	font-size: .8125rem;
	padding: 0;
}
table.bt tbody td:before {
	background: #1781cc;
	color: white;
	margin-right: 10px;
	padding: 2px 10px;
}
table.bt tbody td .bt-content {
	display: inline-block;
	padding: 2px 5px;
}
table.bt tbody td:first-of-type:before, table.bt tbody td:first-of-type .bt-content {
	padding-top: 10px;
}
table.bt tbody td:last-of-type:before, table.bt tbody td:last-of-type .bt-content {
	padding-bottom: 10px;
}
/* 
 * Example 5:
 * Two axis styling
 */
table.two-axis tr td:first-of-type {
	background: #cadde1;
}
/* ****  TABLE STYLES END  **** */



.paneOutline {
	color: #616161;
	min-height: 30px;
	outline: 1px dashed #ccc;
	margin: 15px 3px;
}
.paneOutline:first-child {
	height: 30px;
	outline: 1px dashed #ccc;
	margin: 3px 0px 15px;
}
.contentArea {
	background-color: rgba(51,51,51,0.81);
	font-size: 0;
	margin: 160px auto 100px;
	min-height: 432px;
	max-width: 990px;
	width: 98%;
}
.contentArea > div {
	display: inline-block;
	font: 13px Arial, Helvetica, sans-serif;
	height: auto;
	margin: 0;
	vertical-align: top;
}
.slideFromBottom {
	animation: slideBottomTop 1s;
	-webkit-animation: slideBottomTop 1s; /* Chrome, Safari, Opera */
	-ms-animation: slideBottomTop 1s; /* IE */
}
.menuSection {
	width: 23.0367%;
	padding-top: 45px;
}
.parentLogoSection {
	height: auto;
}
.parentLogoSection a {
	background: transparent url('/portals/_default/skins/iowadot2014/images/dot_logo.png') 11px 5px no-repeat;
	display: block;
	height: 42px;
	padding: 0px 0px 12px 0;
	min-width: 191px;
}
.siteNavigation {
	margin: 15px 0 0 0;
}
.contentContainer {
	width: 76.9633%;
	min-height: 432px;
}
#secondarymenu {
    margin: 26px 0 0 0px;
}

#secondarymenu ul {
    list-style: none;
    height: 100%;
    border-bottom: 4px solid #1882cc;
    padding: 0 0 7px 0;
    margin: 0px;
}
#secondarymenu ul li {
    display: inline;
    float: none;
    margin: 0 -3px 0 0;
}


#secondarymenu ul li a {
    padding: 10px 14px 8px 14px;
    background: #999;
    text-decoration: none;
    font: NORMAL 12px Arial, Sans-Serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
}
a img {
    opacity: 1;
    transition: 1s opacity;
}

#secondarymenu ul li a:hover {
    background: #7c9f3d !important;
    margin: 0px;
}

#secondarymenu ul li a.active {
    background: #1882cc!important;
    margin: 0px;
}
#secondarymenu ul li.active {
    background: #1882cc!important;
    margin: 0px;
}
div.navInfo {
	color: #fff;
	display: block;
	height: 45px;
	padding: 0px;
	text-transform: uppercase;
	width: auto;
}
.mobileNav {
	display: none;
}
.mobileNav > a {
	background: transparent url('../images/mobilemenu.png') 0px 0px no-repeat;
	display: block;
	height: 45px;
	width: 145px;
	outline: none;
}
.breadCrumb {
	color: #FFF;
	display: inline-block;
	float: right;
	font-size: 10px;
	height: auto;
	padding: 14px 20px 0px 0px;
	text-align: right;
	text-transform: uppercase;
	width: auto;
	vertical-align: top;
}
#dnn_dnnBreadCrumb_lblBreadCrumb img {
	margin: 0 0 1px 0;
}
.contentSection {
	background-color: #FFF;
	height: auto;
	min-height: 360px;
	    padding: 1.5% 2.2% 7% 2.2%;
	   line-height: 1.5;
	font-size: 16px;

}
.contentSection > div {
	display: inline-block;
	vertical-align: top;
}
.contentSection > div.DNNEmptyPane {
	display: none;
}
.contentSection .siteName {
	display: block;
 font-size: 26px;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
	font-weight: bold;
	
	color: #D46200;
	margin: .6em 0 .8em 0;
	padding: 0px;
	text-transform: uppercase;
}
.iPadFix {
	display: none;
}

.contentSection .btn_container a:link, .contentSection .btn_container a:visited, .contentSection .btn_container a:hover, .contentSection .btn_container a:active {

color:white;
}

.imageCenterMobile {
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	max-width: 250px;
}


/*.contentSection .ModDNNHTMLC div.disclaimer {
    color: black;
    font-style: italic;
    font-size: 11px;
    margin-top: 25px;
    text-align: left;
}


button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    background-color: #d66908;
    padding: 10px 5px;
    border:0;
    border-radius: 6px;
    color: #FFF;
    text-transform: uppercase;
    float: left;
    margin: 0 5px 0 0;
}

input[type="text"]
{
    height: 37px;
}
*/

/* Standard syntax */
@keyframes slideBottomTop {
 from {
 margin-top: 1000px;
}
 to {
 margin-top: 45px;
}
}

/*/* Chrome, Safari, Opera */
@-webkit-keyframes slideBottomTop {
 from {
 margin-top: 1000px;
}
 to {
 margin-top: 45px;
}
}
 @-ms-keyframes slideBottomTop {
 from {
 margin-top: 1000px;
}
 to {
 margin-top: 45px;
}
}

/*iPad in portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.iPadFix {
	display: block;
	height: 10px;
}
}

/*iPad in landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.iPadFix {
	display: block;
	height: 10px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.contentContainer {
	width: 76.56%;
}
}

@media only screen and (max-width: 990px) {
.menuSection {
	width: 22%;
}
.parentLogoSection a {
	background: transparent url('../images/dot_logotab.png') 11px 5px no-repeat;
	height: 33px;
	width: 150px;
}
.contentContainer {
	width: 77%;
}
/* ****  PANELS STYLES BEGIN  **** */

.headercontact {
	background-image: url(../images/header_contact2.png);
}
.headerbulb {
	background-image: url(../images/header_bulb2.png);
}
.headernote {
	background-image: url(../images/header_note2.png);
}
.headerquestion {
	background-image: url(../images/header_question2.png);
}
.headerfaq {
	background-image: url(../images/header_faq2.png);
}
.headertool {
	background-image: url(../images/header_tool2.png);
}

.headercone {
	background-image: url(../images/header_cone.png);
}
.headergear {
	background-image: url(../images/header_gear2.png);
}
.headercheck {
	background-image: url(../images/header_check2.png);
}
.headersearch {
	background-image: url(../images/header_search2.png);
}
/* ****  PANELS STYLES END  **** */

.sb-material-white .search-box {
width:35%;



}
	
	.directoryListing > a{

    top: 5px;
}

}

@media only screen and (min-width: 180px) and (max-width: 767px) {
	
		.well_body_solid {
	background: #F2F2F2;
	max-width: 100%;
	padding: 16px 16px 3px 16px;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
	
.contentSection {
	background-color: #FFF;
	height: auto;
	min-height: 360px;
	    padding: 1.5% 4% 7% 4%;
	   line-height: 1.5;

}
	
	.sb-material-white .search-box {
width:35%;
float:left;
margin-left:5px;

}

.sb-material-white .search-btn {
 
    position: relative;
    float:left;
    padding: 15px 15px 17px 15px;
    margin: 5px 0px 0 -10px;
}

	.contentSection ul.pdf2 li {
	list-style: none;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 1.7em;
	margin: 0 0 6px 0;
	border: 0px solid blue;
	line-height:1.8em;
}
.contentArea {
	width: 100%;
	/*transition: all 0.4s ease-in-out 0s;*/
	margin-left: -300px;
	transform: translate3d(300px, 0px, 0px);
	margin-top: 12% !important;
}
.contentSection {
	min-height: auto !important;
}
div.menuSection {
	float: right;
	font-size: 0px;
	margin-right: -300px;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: rgba(51,51,51,0.81);
	padding: 2.5em 1.5em 0px;
	transition: transform 0.4s cubic-bezier(0.6, 0, 0.3, 1) 0s;
	display: none;
}
div.menushow {
	display: block;
	transition: all 0.4s ease-in-out 0s;
	transform: translate3d(0px, 0px, 0px);
}
div.animateMenu {
	transform: none;
	width: 300px;
}
.contentContainer {
	width: 100%;
}
.mobileNav {
	display: block;
	float: right;
}
.breadCrumb {
	display: none;
}
div.slideLeft {
	transition: all 0.4s ease-in-out 0s;
	transform: translate3d(0px, 0px, 0px);
}
.parentLogoSection {
	display: none;
}
.siteNavigation {
	margin: 45px 0 0 0;
}
.accordion-section-title {
	padding: 11px 20px 11px 48px;
	line-height: 20px;
}
.panelheading {
	max-width: 100%;
	
	min-height: 20px;
	padding: 12px 56px 10px 16px;
	margin: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.headercontact {
	background-image: url(../images/header_contact.png);
}
.headerbulb {
	background-image: url(../images/header_bulb.png);
}
.headernote {
	background-image: url(../images/header_note.png);
}
.headerquestion {
	background-image: url(../images/header_question.png);
}
.headerfaq {
	background-image: url(../images/header_faq.png);
}
.headertool {
	background-image: url(../images/header_tool.png);
}
.headergear {
	background-image: url(../images/header_gear.png);
}
.headercheck {
	background-image: url(../images/header_check.png);
}
.headersearch {
	background-image: url(../images/header_search.png);
	
	
	
}
/************ IMAGE & IMAGE CONTAINERS *****************/



.captionright_border, .captionleft_border, .captionright, .captionleft, .imageright_border, .imageleft_border, .imageright, .imageleft {
	float: none;
	margin: 0 auto 15px auto;
	text-align:center;
}
.caption_border, .captionright_border, .captionleft_border, .image_border, .imageright_border, .imageleft_border {
	padding: 0px;
	border: 0px solid #ccc;
	
}


.contentSection .caption_border, .contentSection .captionright_border, .contentSection .captionleft_border, .contentSection .image_border, .contentSection .imageright_border, .contentSection .imageleft_border {

    border:0px solid #ccc;
}



.captionright_border img, .captionleft_border img, .imageright_border img, .imageleft_border img {
	margin: 0 auto 5px auto;
		
}



.centermobile {
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.imageCenterMobile {
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 70%;
	max-width: 290px;
}
.imageCenterMobile > img {
	width: 100%;
}
.imageCenterMobile .slides {
	display: inline-block;
}
.imageHideMobile {
	display: none;
}


.imageleftmobile {
	display: block;
	text-align: left;
	padding:0px;
	margin:0px;
	max-width:50%;
}
.imageleftmobile > img {
	text-align: left;
	padding:0px;
	margin:0px;
}

.contentSection table td ul li a{
    
    padding: 0 0 2px 0em;
    margin: 0 0 0px 0px;
    border: 0px solid blue;
}

.contentSection table td ul.vid li{
    
    padding: 0 0 2px 1.7em;
    margin: 0 0 0px 0px;
    border: 0px solid blue;
}
.contentSection table td ul.word2 li{
 
    padding: 0 0 2px 1.7em;
    margin: 0 0 0px 10px;
    border: 0px solid blue;
}


.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: none;
	margin: 5% 0% 5% 0%;
	width:100%;
	
}
/************ IMAGE & IMAGE CONTAINERS *****************/


.contentSection {
    background-color: #FFF;
    height: auto;
    min-height: 360px;
    padding: 1.5% 3% 7% 1.8%;
    line-height: 1.5;
}
}





@media only screen and (max-width: 568px) {
	
	.well_body_solid {
	background: #F2F2F2;
	max-width: 100%;
	padding: 16px 16px 3px 16px;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
	
	
.contentSection {
	background-color: #FFF;
	height: auto;
	min-height: 360px;
	    padding: 1.5% 3.5% 7% 3.5%;
	   line-height: 1.5;
}	

	.contentSection .captionright_border, .contentSection .captionright, .contentSection .imageright_border, .contentSection .imageright {
	float: none;
	display: block;
	margin: 0px auto 2% auto;

}
.contentSection .captionleft_border, .contentSection .captionleft, .contentSection .imageleft_border, .contentSection .imageleft {
	float: none;
	display: block;
	margin: 2% auto 5% auto;
}
	
.test
{
	min-height: 10px;
}

#table-no-resize thead {
	display: none;
}
#table-no-resize tbody td {
	border: none !important;
	display: block;
	font-size: .8125rem;
	padding: 0;
	vertical-align: top;
}
#table-no-resize tbody td:before {
	background: #8bac4e;
	content: attr(data-th) ": ";
	color: white;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px 10px;
	width: 6.5em;
}
#table-no-resize tbody td .bt-content {
	display: inline-block;
	padding: 2px 5px;
}
#table-no-resize tbody td:first-of-type:before, #table-no-resize tbody td:first-of-type .bt-content {
	padding-top: 10px;
}
#table-no-resize tbody td:last-of-type:before, #table-no-resize tbody td:last-of-type .bt-content {
	padding-bottom: 10px;
}
table.two-axis tr td:first-of-type, table.two-axis tr:nth-of-type(2n+2) td:first-of-type, table.two-axis tr td:first-of-type:before {
	background: #3584b3;
	color: #ffffff;
}
table.two-axis tr td:first-of-type {
	border-bottom: 1px solid #eaebeb;
}
table.two-axis tr td:first-of-type:before {
	padding-bottom: 10px;
}

.contentSection ul.pdf2 li {
	list-style: none;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding: 0 0 0 1.7em;
	margin: 0 0 6px 0;
	border: 0px solid blue;
	line-height:1.8em;
}
}

@media print {
	body {
    font: 100%/1.5 Arial, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
    color: black;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
    background-size: cover;
    background-attachment: fixed;
    background-color:#fff !important;
}
	.navwrapper {
    position: fixed;
    height: 1px !important;
		top: 0px!important;
   
}
	
	#iowa_sliver * {
display: none;
		
	}
	#nanorep1 #nanorep-fw [nr] {
		display: none;
	}


	h2.entry-header {
    color: #000 !important;
    font-size: 21px !important;
    font-weight: bold;
    line-height: 19px;
}
	
	h1 {
    color: #000; 
}	
	
	h2 {color:#000!important;
	font-size:21px!important;
	}
	
	h2.date-header {
    font-size: 13px!important;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
	
	.loader {   
    background: url() center no-repeat #fff;
	}
	
	.onepcssgrid-1000, .onepcssgrid-1200 {
    margin: 0px auto 0 auto !important;
    padding: 0 0% 0 0%;
    overflow: hidden;
    border: 0px green solid;
    background:#fff !important;
}
	
	.demo-container {
		display:none;
    float: none;
    width: 100%;
}
h4.panelwhite {
    color: #000;
   
}
	.panelheading {
    max-width: 100%;
    min-height:5px;
    padding: 11px 46px 0px 16px;
    margin: 0px;

}
.contentContainer {
    width: 100% !important;
}
	.contentSection[style] {
    background-color: #FFF;
    height: auto !important;
    min-height: 2px !important;
    padding: .5% 2.2% 0% 2.2% !important;
    line-height: 1.5;
}
	.contentArea {
    
    margin: 0px !important;
    min-height: 10px;
    max-width: 990px;
    width: 98%;
}
	.menuSection {
		display:none;
    width:0!important;
    padding-top: 0px!important;
}
	.nav { height:0px;
	padding:0 0 0 0;}
	
	div.navInfo {
    color: #fff;
    display: block;
    height: 0px!important;
    padding: 0px;
    text-transform: uppercase;
    width: auto;
}
	.contentSection > div {
    display:block;
    vertical-align: top;
}
	.contentArea > div {
    display:block !important;
    font: 13px Arial, Helvetica, sans-serif;
    height: auto;
    margin: 0;
    vertical-align: top;
}
	
		.nav2 {  
    width: 100% !important;
    background-color:#fff !important;
}
	.nav3 {
       visibility:hidden;
		padding: 0 1.5% 0 1.5%;
    position: relative;
    height: 10px !important;
    color: #fff;
    border: 0px red solid;
    overflow: auto;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
    background-color:#fff !important;
}
	img.img-matters{display:none;}
	
	img.pagebackground {
   display:none;
}
	.sidenavbox {display:none;}
	
	img {padding:10px;
		margin:8px;}
	
	#slogan {
		display:none;
    height: 12px;
        background-color:transparent !important;
    border-bottom: 0px solid #fff!important;
		color:#000;
   
}
	#slogan a {
    color: #000 !important;
}
	.vtab {
    background-color:transparent!important;
}
	
	a.iowadotlogo {
    background-image:transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 42px;
    text-indent: -9999px;
    white-space: nowrap;
    border: 0px solid red;
}
	
	
	.comments-open {display:none !important;}
	.navwrapper {display:none;}
	#iowa_sliver_spacer {display:none;}
	#iowa_sliver_bar {display:none;}	
	
	
.onepcssgrid-1000, .onepcssgrid-1200 {
	margin: 0px auto 0 auto;
	}
	.comments  {display:none;}
	
	.breadcrumb {
	height:0px !important; 
	margin:0!important;
	padding:0!important;}
	
	#atp-comments {display:none;}

	
	.content3 .blogpost img[style] {
    max-width: 100% !important;
    height: auto;
   margin:9px!important;
	padding:10px !important;

	}
	.content3 {width:100% !important;}
	
.content3 .blogpost .asset-img-link[style] {
margin:9px!important;
	padding:10px !important;
	float:right !important;
	}
	
	#footer {display:none;}
	.printfriendly {display:none ;}
	
	.asset-img-link {display:block;
	margin:10px;}
}

