.change{
/*     background: url(../images/ea489c46.bg-menu.png); */
	background-color:#00396c;
    font-size: 12px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    z-index: 10;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-nav>li>a {
    color: #fff !important;
    position: relative;
    height: 50px;
    padding: 15px;
}

.navbar-nav .homeLi {
    margin-left: -15px;
    width: 50px;
    height: 50px;
    background: url(../images/22a92915.ico-menu.png);
    border-radius: 5px 0 0 5px;
}

.jumbotron {
	background-color:white;
}

.jumbotron h1 {
    color: #003f8f;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

#powered img {
    height: 40px;
    margin-top: -30px;
/*     vertical-align: top; */
/*     margin-left: 3px; */
/*     margin-bottom: 2px; */
}

.navbar-default {
   border-color: #00539e;
}

/* Custom 
---------------------------------*/

.container-dem {
    width: 400px;
}

.navbar.navbar-logo {
	margin-left: 10px;
    margin-bottom: 5px;
}

#header-offset{
	width: 4%;
}

/******** WIZARD CUSTOM STYLES **********/

/* Container
----------------------------------- */

.printable { display: none; }

@media print {
    .non-printable { display: none; }
    .printable { display: block; }
}

.wizard-container {
    padding-top: 0;
}

.wizard-card .choice .icon {
    height: 90px;
    width: 90px;
}

.lighten{
    background-color: #CACACA !important;
}

.wizard-card .choice i {
    line-height: 82px;
}
