/************ RESET & DEFAULT STYLES *****************/
* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    list-style: none;
    font-family: Arial Helvetica, sans-serif;
}
#iowa_sliver_bar {
    position: fixed !important;
   
}


body {
    background-color: #333;
    background-size: cover;
    background-attachment: fixed;
    color: black;
    font: 100%/1.4 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto;
    *margin: 0 auto;
    width: 100%;
}

p {
	margin: .2em 0em 1.5em 0em !important;
	border: 0px solid red;
	line-height:1.5;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #333333;
    top: 0px;
    z-index: 99999;
}

/************ RESET & DEFAULT STYLES *****************/


/************ BACKGROUND IMAGE STYLES *****************/
.pagebackground, img.pagebackground {
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

/************ BACKGROUND IMAGE STYLES *****************/

 input.gsc-input{background: rgb(255, 255, 255)!important;}
::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }
   .gsc-input  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: transparent;
    }
  .gsc-input   ::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: transparent;
    }
   .gsc-input  :-ms-input-placeholder { /* Internet Explorer 10+ */
       color: transparent;
    }

   .gsc-input  textarea::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }
   .gsc-input  textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: transparent;
    }
    textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: transparent;
    }
   .gsc-input  textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
       color: transparent;
    }
.gsc-input textarea:-ms-input-placeholder {filter: alpha(opacity=10);}

.gs-spelling a {
       color: #A7C178 !important;
}

/************ CONTAINER STYLES *****************/
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.borderRight {
    border-right: 1px dotted #999;
}

.borderLeft {
    border-left: 1px dotted #999;
}

.childrenInlineBlock > div {
    display: inline-block;
    vertical-align: top;
}

section {
    position: absolute;
    top: 144px;
    width: 100%;
    text-align: center;
    min-height: 330px;
    padding: 0 0 50px;
}

    section > div {
        margin: 0px auto;
        width: 900px;
    }

#dnn_dnnLogo_hypLogo {
    display: inline-block;
    margin: 0px auto;
    width: auto;
}

.maincontent {
    min-height: 300px;
    font-size: 0.8125em; /* 13 / 16 */
    color: #333;
    line-height: 1.5;
}

.mainHeaderText {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    color: #D66B0D;
    text-transform: uppercase;
}

.subHeaderText {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
}

    .subHeaderText > a {
      color: #a2bd68;
      font-size: 14px;
      font-weight:normal;
    }
	
.vTop, .vtop {
    vertical-align: top;
}	
/************ CONTAINER STYLES *****************/


/************ Header STYLES *****************/

h1 {
     font-size: 26px;
	font-weight: bold;
	line-height: 23px;	
	text-transform: uppercase;
	margin: 0 0 .8em 0;
}


h2 {
	
	font-size: 18px; /*Level 1 and Level 2 */
	font-weight:600;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
}

h3 {
    font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	/*********** CAUTION: IF THIS IS CHANGED A LARGE GAP APPEARS BETWEEN WINDOW SHADE PANELS **********/
	margin: 0 0 0em 0; 
	/*********** CAUTION: IF THIS IS CHANGED A LARGE GAP APPEARS BETWEEN WINDOW SHADE PANELS **********/
	color: #333;
}


h4 {
    font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 .5em 0;	
	color: #333;
}
	

/************ CONTAINER STYLES *****************/


/************ TEXT STYLES *****************/

hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1.5em 0;
	padding: 0;
}
.caps {
    text-transform: uppercase;
}

.italics {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.Normal, .NormalDisabled, .NormalDeleted {
    color: black;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

/************ TEXT STYLES *****************/


/************ HORIZONTAL SCROLLING STYLES *****************/
.animate-left {
    transition: all .8s cubic-bezier(0.650, 0.000, 0.175, 1.000);
    transform: translateX(-100%);
}

.animate-right {
    transition: all .8s cubic-bezier(0.650, 0.000, 0.175, 1.000);
    transform: translateX(100%);
}

.animate-center {
    transition: all .8s cubic-bezier(0.650, 0.000, 0.175, 1.000);
    transform: translateX(0%);
}

/************ HORIZONTAL SCROLLING STYLES *****************/


/************ ANCHOR STYLES *****************/
a {
    color: #ccc;
    font-size: 12px;
    text-decoration: underline;
}

    a:visited {
        color: #ccc;
    }

    a:hover {
        color: #fff;
    }

    a:active {
        color: #ccc;
    }
    
    a:focus {
        color: #fff;
    }
    
.whiteAnchor {
    color: #fff;
}

    .whiteAnchor:visited {
        color: #fff;
    }

    .whiteAnchor:hover {
        color: #ccc;
    }

    .whiteAnchor:active {
        color: #ccc;
    }
    
    .whiteAnchor:focus {
        color: #ccc;
    }

.moreInfo a {
    color: #ccc;
    font-size: 12px;
    font-family: Arial;
    text-decoration: underline;
}

    .moreInfo a:visited {
        color: #ccc;
    }

    .moreInfo a:hover {
        color: #fff;
    }

    .moreInfo a:active {
        color: #ccc;
    }
    
    .moreInfo a:focus {
        color: #fff;
    }

.greenLink {
    color: #a2bd68;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

    .greenLink:visited {
        color: #a2bd68;
    }

    .greenLink:hover {
        color: #FFFFFF;
    }

    .greenLink:active {
        color: #97d451;
    }
    
    .greenLink:focus {
        color: #FFFFFF;
    }
	
	.dnnLoginActions ul li  {list-style:none !important;
	}
/************ ANCHOR STYLES *****************/

@media only screen and (max-width: 990px) {
    /************ CONTAINER STYLES *****************/
    .center {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5px;
        text-align: center;
    }

    section {
        top: 106px;
        padding: 0 0 75px;
    }

        section > div {
            width: 740px;
        }
    /************ CONTAINER STYLES *****************/

}

@media only screen and (min-width: 180px) and (max-width: 767px) {
    /************ CONTAINER STYLES *****************/
    section > div {
        width: 100%;
    }

    .maincontent {
        width: 95%;
    }

    .containment {
        display: none;
    }

    .storyBox {
        padding-bottom: 25px;
    }

    .mainHeaderText {
        font-size: 15px;
    }

    #iowa_sliver_search_form form {
        display: none;
    }
    /************ CONTAINER STYLES *****************/
}


/********Menu CSS ********/
.MainNav {
    font-family: Arial, Helvetica, sans-serif;	
}

ul#MainNavList
{    
    margin: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

ul#MainNavList li {
    display: inline-block;
    padding: 0;
    overflow: visible;
}

ul#MainNavList li a {
    display: block;
    margin: 0px;
    padding: 5px 0;
    line-height: 125%;
    color: #181818;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

ul#MainNavList li:first-child a span.MenuText {
    border: none;
}

ul#MainNavList li a span.MenuText {
    border-left: 1px solid #FFF;
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 0 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.mobileSearch {
    display: none;
}

#MainNav-toggle{display:none;}

ul#MainNavList a:hover {
    padding: 5px 0 24px;
}

ul#MainNavList a:hover span.MenuText {
    color: #F67F17;
}

ul#MainNavList li a.active span.MenuText {
    color: #FFF;	
	text-decoration: none;
}

@media only screen and (min-width: 180px) and (max-width: 767px){
	
	.navcol_right {
    display: none;
}
	
	ul#MainNavList {
    max-height: 0;
    overflow: hidden;
}

ul#MainNavList li {
    background-color: #333;
    display: block;
    text-align: left;
    border-bottom: 1px solid #4C4B4B;
}

ul#MainNavList li a span.MenuText {
    border: none;
}
	
	div#responsiveMenu > a {
		background: transparent url(https://iowadot.gov/DesktopModules/PfDnnNavigation/themes/IowaDOT2014/images/menu.png) top center no-repeat;
		display: inline-block;
		height: 24px;
		width: 38px;
	}

div#responsiveMenu > a:hover {
    background: transparent url(https://iowadot.gov/DesktopModules/PfDnnNavigation/themes/IowaDOT2014/images/menuhover.png) 0px -3px no-repeat;
}
	
	div#responsiveMenu {
		display: inline-block;
		float: left;
		margin: 6px 2px 0px 5px;
	}

	.mobileSearch {
    display: block;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 2s ease-out 0.1s;
}
	
	.mobileSearch li {
    background-color: #333;
    display: block;
    text-align: left;
    border-bottom: 1px solid #4C4B4B;
}
	
	.mobileSearch li a span.MenuText, .mobileSearch li div.MenuText a {
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.mobileSearch a, .mobileSearch li div.MenuText {
    display: block;
    margin: 0px;
    padding: 9px 0px;
    line-height: 125%;
    color: #181818;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
	
	.animateSlide {
    max-height: 800px !important;
    transition: max-height 3s ease-out 0.1s !important;
}

nav {
    height: 45px !important;
}

.MainNav {
    clear: both;
}
}

@media only screen and (max-width: 990px){

ul#MainNavList a {
    display: block;
    margin: 0;
    padding: 9px 0px;
    line-height: 125%;
    color: #181818;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
}
/*****END of MENU CSS *****/