
header .logo {
    width: 100%;
    padding-left: 15px;

}
header .logo img {
}
header .logo .tagline
{
    float: right;
    padding: 10px 15px 0 0;
    font-size: 0.8em;
}
nav.navbar {
    clear: both;
    text-align: center;
    padding: 0px;
    display: inline;
}
nav ul {
    margin: 0px;
    padding: 0px;
}
nav li {
    text-transform: uppercase;
    border: 1px solid #192F69;
    text-align: center;
}
nav li a {
    color: #6B6B6B;
    font-weight: bold;
    font-size: 0.8em;
    display:block;
    height: 25px;
    padding-top: 3px;
}
nav li a:hover {
    background-color: #192F69;
    color: #FFF;
    text-decoration: none;
}
nav li.active a {
    background-color: #192F69;
    color: #FFFFFF;
}
nav .bottom {
    background-color: #192F69;
    height: 5px;
}
.hero {
    background-color: #DEDEDE;
}
.hero .bottom {
    height: 7px;
    background-color: #B9CCEA;
}
.content {
    width: 80%;
    padding: 30px;
}
.content-full {
    width: 100%;
    padding: 20px;
}
footer {
    padding: 50px;
    font-size: .7em;
    text-align: center;
}
ul.steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
ul.steps li {
    display: inline;
    background-color: #E0E0E0;
    padding: 5px 20px;
    border-radius: .5rem;
    text-align:  center;
    margin: 0px 5px;
    width: 22%;
    float: left;
    font-weight: bold;
    color: #C1C1C1;
}
ul.steps li.complete {
    background-color: #AAAAAA;
    color: #999;
}
ul.steps li.active {
    background-color: #AAAAAA;
    color: #666;
}
.itemLabel {
    background-color: #BACBE7;
    color: #1D2D6B;
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
    width: 40px;
    border-radius: 0.75rem;
    float: left;
    margin-right: 10px;
}
.questions {
    background-color: #BACBE7;
    color: #000000;
    padding: 10px;
    border-radius: 0.75rem;
}
.questions h4 {
    color: #1D2D6B;
}
.step2 select {
    margin-bottom: 15px;
}
.red {
    color: #CC0000;
}
@media screen and (min-width: 801px) {
    .container {
        margin: 0 auto;
        width: 80%;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        padding: 0px;
        box-shadow: 3px 0 5px -4px rgba(0, 0, 0, 0.8), -3px 0 5px -4px rgba(0, 0, 0, 0.8);
        background: #FFF;
    }
    .gradient {
        height: 173px;
        background: -webkit-gradient(linear, left top, left bottom, from(#15326C), to(#B5CDE9));
        position: fixed;
        top: 112px;
        width: 100%;
        z-index:-999;
    }
    header {
        background: linear-gradient(
                to bottom,
                #FFFFFF,
                #C7C9D6 50%,
                #FFFFFF 50%,
                #FFFFFF
        );
        background-size: 100% 3px;
    }
    header .logo {
        background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
    }
    .hero .body {
        height: 125px;
        width: 100%;
        background-image: url("/images/instant_estimator_hero.png");
        background-repeat: no-repeat;
        background-position: right;
        padding: 15px 0px;
    }
    .hero h2 {
        text-align:  center;
        background-color: rgba(255,255,255,.75);
        width: 75%;
        margin: 0px auto;
    }
    .hero .c2action {
        float: right;
        margin: 50px 50px;
    }
    .navbar-header {
        display: none;
    }
    #ie-navbar-collapse-1 {
        display: inherit;
    }
    .navbar ul {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .navbar ul li {
        display: table-cell;
    }
}
@media screen and (max-width: 800px) {
    header {
        display: none;
    }
    .gradient {
        background: none;
    }
    .container {
        width: 100%;
    }
    header .logo .tagline {
        display: none;
    }
    .hero
    {
        display: none;
    }
    .navbar-brand img {
        max-width: 200px;
    }
    nav {
        background-color: #FF0000;
    }
    nav li {
        display: list-item;
        list-style: none;
    }
    nav .bottom {
        display: none;
    }
    ul.steps  {
        display: none;
    }
    .content {
        width: 95%;
        padding: 15px;
    }
    .col {
        flex-basis: inherit;
    }
    .questions {
        margin-top: 15px;
    }
    .navbar-toggle {
        float: right;
        margin-top: 15px;
        border: 0px;
        background-color: #FFF;
    }
}
