body {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1300px;
}

.form-group {
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.row .form-group {
    position: relative;
}

form > .form-group > label {
    font-size: 1em;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #cdd3dd;
    padding: 15px 15px 10px;
    margin-left: -15px;
    margin-top: -10px;
    width: calc(100% + 30px);
    background-color: #395271;
    color:#fff;
}

.form-group label strong {
    background-color: #486180;
    padding: 3px 7px;
    font-size: 0.7em;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.toggle {
    float: right;
    background-color: #5F83BD;
    color: #fff;
    font-weight: bold;
    padding: 0 8px;
    cursor: pointer;
}

.content {
    background-color: rgba(107, 123, 241, 0.09);
    padding: 10px 15px;
    display: none;
    font-size: 0.8em;
}

.form-group .form-group .content {
    padding: 8px 15px;
    font-size: 0.7em;
}

.info-block.show .content {
    display: block;
}

.info-block {
    min-width: 100%;
}

.form-group .content {
    margin-left: -15px;
    margin-right: -15px;
}

.info-block img {
    max-width: 100%;
    margin: 5px 0;
}

.header {
    background-image: url(header.jpg);
    background-size: cover;
    background-position: 0 70%;
    width: 100%;
    min-height: 400px;
    position: relative;
}

.header:after {
    content: ' ';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(69, 101, 180, 0.44);
    z-index: 1;
}


h3 {
    padding-bottom: 11px;


    color: #3a5271;
    margin-bottom: 0;
    font-weight: 400;
}

h3:not(:first-child){
    margin-top: 30px;
}

.header .container {
    position: relative;
}

form > .form-group.disabled {
    opacity: 0.8;
    cursor: default;
    pointer-events: none;
}

form > .form-group:not(.active) {
    max-height: 49px;
    overflow: hidden;
    opacity: 0.7;
    transition: opacity 0.2s;
}

form > .form-group:not(.active) > label {
    background-color:#f2f5f9;
    color: #395271;
}

form > .form-group:not(.active):hover {
    opacity: 1;
}

form > .form-group:not(.active):hover > label {
    background-color: #395271;
    color: #fff;
}

form > .form-group:not(.disabled) label {
    cursor: pointer;
}

.button-set {
    margin-bottom: 20px;
}

button {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.itemBox {
    position: sticky;
    background-color: #f2f5f9;
    top: 80px;
    right: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.itemBox .p-2 {
    background-color: #395271;
    color: #fff;
    padding: 15px 15px 10px !important;
    text-align: right;
}

input[type=checkbox] {
    top: 15px;
    border: double 2px #ccc !important;
    color: #FFF !important;
    white-space: nowrap;
    overflow: hidden;
    width: 15px;
    height: 15px;
    -webkit-appearance: inherit;
}

input[type=checkbox]:checked {
    background-color: #5F83BD;
}

.items {
    background-color: #fff;
    height: auto;
    width: 100%;
}

.itemBox .items {
    margin-right: 0 !important;
}

.items .toggle {
    display: none;
}

.item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9em;
    padding-left: 15px;
    padding-right: 15px;
}

.item:last-child {
    border-bottom: 0;
}

.options {
    display: none;
}

.options.show {
    display: block;
}

.create-offer {
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.create-offer .row:not(:first-child) {
    padding-top: 15px;
}

.branding-bar {
    padding: 15px 0;
    background: url(header.png) center/50% #eee;
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .1);
}
.navbar {
    color: #878787;
    border-bottom: 1px solid #eee;
    background-color:#fff;
}
.navbar-brand-logo {
    background: url(nh_logo_clean.png) 0 0/auto 25px no-repeat #fff;
    height: 25px;
    width: 167px;
    display: inline-block;
    vertical-align: middle;
}
.container-fluid {
    width: 90%;
}
.navbar-brand {
    display: inline-block;
    padding-top: .32421875rem;
    padding-bottom: .32421875rem;
    margin-right: 1rem;
    font-size: 1.171875rem;
    line-height: inherit;
    white-space: nowrap;
}
.nav-link {
    display: block;
    padding: .5rem 2rem;

    color: #878787;
    font-size:15px;
    font-weight: normal;
    margin:0;
}
.nav-link.active {
    color: #e84f1d!important;
}
input[type="number"] {
    margin-bottom:10px;
}
form {

    margin-top: -43px;
}
.item {
    font-size: 0.8em;
}
.item i {
    float:right;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
}
.item:after {
    display: block;
    clear:both;
    content: " ";
}