/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: push-button;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 0.5ex;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
}

a,
a:visited {
    text-decoration: underline;
}

a[href]:after {
    content: " (" attr(href) ")";
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

/*
 * Don't show links for images, or javascript/internal links
 */

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group; /* h5bp.com/t */
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}
}



*{margin: 0;padding: 0;}
body{
    background: -webkit-linear-gradient(#FFFFFF, #B0B0B0) repeat-y scroll 0 0 transparent;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #B0B0B0 100%);
    background-color: white;
    min-width: 1024px;
    width: 100%;
    overflow: auto;

}
header#main{
    background: none repeat scroll 0 0 #333333;
    border-bottom: 3px solid #FFFFFF;
    box-shadow: 0 0 1px 1px #DDDDDD;
    padding: 10px;
}
header#main h1{
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 53px;
    margin: 0;
    padding: 0;
    text-indent: -9000px;

}

#menu-container{
    border-bottom: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
    border-radius: 0 0 5px 5px;
    border-right: 3px solid #FFFFFF;
    box-shadow: 0 0 0 1px #E8E8E8;
    height: 117px;
    margin: 0 auto;
    position: relative;
}
#sky{
    background: #54A8F5;
    display: block;
    height: 115px;
    position: absolute;
    width: 100%;

}
#clouds{
    background: url("../images/clouds.png") no-repeat scroll 0 0 transparent;
    height: 100%;
}
#land{
    bottom: 0;
    display: block;
    height: 85px;
    position: absolute;
    width: 100%;
}
#road{
    background: url("../images/road.png") no-repeat scroll 142px 0 transparent;
    display: block;
    height: 87px;
    position: absolute;
    right: 0;
    width: 940px;
    z-index: 1;
}

div#signs-cont{
    position: absolute;
    right: 144px;

    width: 840px;
    height: 87px;
}
#signs-cont > div {
    position: relative;
    z-index: 3;
}
.sub-menu-signs li
{
    list-style: none outside none;
}
#signs-cont li.sub-menu {
    list-style: none outside none;
    display: none;
}
ul#signs {
    display: block;
    list-style: none outside none;
    padding: 17px 5px;
    position: relative;
    right: -45px;
    top: 182px;
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(-5deg) skewY(-4deg);
    transform-origin: 0 0;
    z-index: 999;
}

#signs-cont p {
    display: none;
}
#signs-cont .intakeProcess {
    position: relative;

}
#signs-cont ul.sub-menu li {
    display: none;
    height: 0;
}
#signs-cont ul.sub-menu {
    padding: 0;
}
#signs-cont ul.processNav {

}
.sub-menu-signs li.sub-menu
{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 3px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 4px -1px #000000;
}
#signs-cont li.sub-menu
{
    float: left;
    position: relative;
    transform-origin: 0 0;
    z-index: 105;
}

ul#signs li.first{
    margin: 25px 15px 0;
    transform: scale(1) rotate(3deg) translateX(0px) translateY(0px) skewX(6deg) skewY(-6deg);
    z-index: 5;}


#signs-cont li.sub-menu a.process_step_category_active, #current-sign.sub-menu-signs li.sub-menu a.process_step_category_active {
    background: -webkit-linear-gradient(#00B9D2, #00528C) repeat scroll 0 0 transparent;
    background-image: linear-gradient(to bottom, #00B9D2 0%, #00528C 100%);
    background-image: -ms-linear-gradient(top, #00B9D2 0%, #00528C 100%);


    background-color: #005c8c;
    box-shadow: 0 0 2px 2px #338792 inset;
    display: block;
/*    margin: 0 -2px; */
    text-shadow: 0 1px 0 #475F92;
}

ul#signs li.second{
    margin: 15px -26px 0 19px;
    transform: scale(0.9) rotate(3deg) translateX(0px) translateY(0px) skewX(6deg) skewY(-6deg);
    z-index: 4; }
ul#signs li.second:hover{}

ul#signs li.third{
    transform: scale(0.8) rotate(3deg) translateX(0px) translateY(0px) skewX(6deg) skewY(-6deg);
    z-index: 3;
}
ul#signs li.third:hover{margin: 5px -22px 0 26px;}

ul#signs li.fourth{
    margin: -3px -20px 0 13px;
    transform: scale(0.7) rotate(3deg) translateX(0px) translateY(0px) skewX(6deg) skewY(-6deg);
    z-index: 2;}
ul#signs li.fourth:hover{}

ul#signs li.fifth{
    margin: -10px 5px;
    transform: scale(0.6) rotate(3deg) translateX(0px) translateY(0px) skewX(6deg) skewY(-6deg);
    z-index: 1;

}

ul#signs li.fifth:hover{}

ul#signs li:hover{
    box-shadow: 0 0 6px 2px #000000;
    z-index: 99;
}

ul#signs li:hover a {
    background: -webkit-linear-gradient(#00B9D2, #00528C) repeat scroll 0 0 transparent;
    background-image: linear-gradient(to bottom, #00B9D2 0%, #00528C 100%);

    background-color: #00528c;
    box-shadow: 0 0 2px 2px #338792 inset;
    display: block;
    text-shadow: 0 1px 0 #475F92;
}

ul#signs li.selected{
    animation-duration: 1s;
    background: none repeat scroll 0 0 #E3E3E3;
    margin: 7px 0 0;
    position: relative;
    width: 214px;
    z-index: 999;
    box-shadow: 0 0 6px 2px #000000;

}

li#Intoduction{margin: 25px 15px 0!important;}
li#InitialInfo{margin: 15px -26px 0 19px!important;}
li#LegalProbs{margin: 5px -22px 0 26px !important}
li#FinancialInfo{margin: -3px -20px 0 13px!important;}
li#Demographics{
    margin: -10px 5px!important;

}
/*
color: green
*/
.sub-menu-signs li.sub-menu .process_subsection_label /* ul#signs li a, .leftside li.sub-menu > a */
{
    background: -webkit-linear-gradient(#00C861, #006736) repeat scroll 0 0 transparent;
    background-image: linear-gradient(to bottom, #00C861 0%, #006736 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00C861', EndColorStr='#006736'); /* IE6,IE7 */
    background-color: #00c861;
}

.processNav .process_subsection_label {
    display: none;
}

/*
  color: yellow
*/
.leftside li.sub-menu, ul.sub-menu
{
    background: -webkit-linear-gradient(#FFEF88, #FFB930) repeat scroll 0 0 transparent;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFEF88', EndColorStr='#FFB930'); /* IE6,IE7 */
    background-color: #FFEF88;
}
.sub-menu-signs li.sub-menu .process_subsection_label /* ul#signs li a, */
{
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px 2px #339271 inset;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: auto;
    padding: 18px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #0E7B59;
}

/* the finish flag */
.process_finish .process_subsection_label::after {
    content: " \f11e";
    font-family: FontAwesome;
}

section#intake-container{
    border-top: 3px solid #FFDB00;
    box-shadow: -4px 0 0 4px #000000;
    margin: -4px 0 0;
    padding: 0 0 30px;
    position: relative;
}
section#intake-container div.content-container{
    background: url("../images/roadtexturebg.png") repeat scroll 0 0 #413D3D;
    border-left: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    box-shadow: 0 0 3px -1px #B0B0B0;
    margin: 0 auto;
}
section#intake-container div.content-container div.inner{
    background: url("../images/roadlinesbg.png") no-repeat scroll 100% -3px transparent;
    padding: 20px 0 40px;
    height: 550px;
}
#past-sign-wrapper {
    left: 10px;
    top: 10px;
    width: 30%;
    z-index: 50;
    position: absolute;
    bottom: 15px;
}
#past-sign .past-sign-center li a:hover {
    z-index: 300;
}
#prev-step {
    font-size: 32px;
    left: 10px;
    top: 40px;
    width: 20px;
    z-index: 200;
    position: absolute;
    bottom: 15px;
    display: none; /* shown by js */
}
#next-step {
    font-size: 32px;
    right: 10px;
    top: 40px;
    width: 20px;
    z-index: 200;
    position: absolute;
    bottom: 15px;
    display: none; /* shown by js */
}
#prev-step a, #next-step a {
    text-decoration: none;
    color: white;
}

#current-sign-wrapper {
    float: left;
    width: 30%;
    z-index: 50;
    position: absolute;
    bottom: 15px;
}
#current-sign .current-sign-center {
    position: relative;
    margin: auto;
    width: 236px;
    padding: 0;
}
#current-sign li.sub-menu {
/*    margin-left: auto;
    margin-right: -40px;
    margin-bottom: -40px;
*/
    margin: 0;
}
#current-sign ul.sub-menu {
    margin: 0;
}
#signs-cont ul.sub-menu li, #current-sign ul.sub-menu li {
    display: none;
}
.content-container .processNav {
    margin: auto;
    max-width: 235px;
}

.leftside li.sub-menu {
    border: 5px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px 2px #000000, 0 0 2px 2px #0B5C40 inset;
    color: #FFFFFF;
    margin: 6px 0 0 0;
}
ul.sub-menu li {
    list-style: none outside none;
}
ul.sub-menu {
    list-style: none outside none;
    padding: 0;
}

.leftside li.sub-menu > a{
    border-bottom: 4px solid #006736;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px #fff;
    display: none;
}
.leftside .sub-menu > a {
    color: #ffffff;
    font-size: 120%;
    text-align: center;
    text-shadow: 0 1px 0 #0E7B59;
    text-transform: uppercase;
    display: block;
    padding-left: 5px;
    font-weight: bold;
}

.leftside .intakeProcess {
    float: left;
    width: 30%;
}

.intakeProcess > div > p {
    color: white;
    text-align: center;
    font-weight: bold;
}
.intakeProcess ul{
    margin: 0;
    padding: 15px 0 15px 20px;
}
.process_li a{
    color: #454545;
    text-decoration: none;
    font-weight: lighter;
}


.intakeProcess ul li a:hover{color: #333;}
.sub-menu a {
    text-decoration: none;
}
.leftside .sub-menu .current {
    font-weight: bold;
    color: #006736;
}

section#intake-container div.content-container div.content{
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px 1px #000000;
    padding: 10px 20px;
    margin: 5px 20px 0 0;
}

section#intake-container .active-content-wrap {
    width: 70%;
    float: right;
}
section#intake-container div.content-container div.content p{}

/*
add left padding on label
swap yellow and green
get line to extend into left
old text shadow: FFF177
old text color: #454545
add sliding drawer
http://spyrestudios.com/demos/sliding-panel-left/
*/

.income_container select
{
    max-width: 100px;
}

