/**
 * Header
 */
#header .contact div,
#header .contact div a,
#header .contact div a:active{
	color: #BCBCBC;
	color: #676767;
}
#header .contact div{
	margin: 28px;
}

#header .navbar-brand{
	height: 76px;
}

#header .navbar-brand img{
    max-height: 100%;
}

#header{
    padding-top: 16px;
}

#content{
    margin-top: 60px;
}

h1{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}

h3{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

h1,
h3{
    color: #6b6b6a;
    text-align: center;
}

h3.step{
    text-align: right;
}

.help-block{
    margin: 0;
}

.form-group.submit{
    margin-bottom: 0;
}

.btn-cwp-gray {
    color: #6b6b6a;
    background-color: #ededed;
}

.btn.help{
    font-size: 13px;
}

.help{
    background: #e7e6e6;
    text-align: center;
    padding: 16px;
    color: #00A6CF;
}

.help a, .help a:active{
    color: #00A6CF;
}

.step-dots .dot{
    position: relative;
    background: #ededed;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    height: 12px;
    margin: 10px 10px 0 0;
    width: 12px;
    vertical-align: bottom;
}

.step-dots .dot.active{
    background: #00A6CF;
}

@media (max-width: 767px) {
    .navbar-brand, .navbar-brand img {
        padding: 0 26px;
    }

    #header .navbar-brand {
        height: auto;
        margin-top: 20px;
    }

    #footer {
        padding: 20px 10px;
    }
}