body {
    color: #322d1f;
    font-size: 14px;
    font-family: 'Object Sans', serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
}

a {
    color: #d7802d;
    text-decoration: none;
}

a:hover {
    color: #9a5a1d;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1178px;
    }
}

.line-container {
    width: 100%;
}

.line-container .line {
    height: 8px;
    width: 100%;
}

.line-container .line.line-top {
    background-color: #F38C3C;
}

.line-container .line.line-bottom {
    background-color: #2CCCD3;
}

.container {
    padding-bottom: 2rem;
    padding-top: 35px;
}

.btn-ndw {
    color: #FFFFFF;
    background-color: #F98A3C;
    border-color: #FF5100;
}

.btn-ndw:hover,
.btn-ndw:focus,
.btn-ndw:active,
.btn-ndw.active,
.open .dropdown-toggle.btn-ndw {
    color: #FFFFFF;
    background-color: #FF5100;
    border-color: #FF5100;
}

.btn-ndw:active,
.btn-ndw.active,
.open .dropdown-toggle.btn-ndw {
    background-image: none;
}

.btn-ndw.disabled,
.btn-ndw[disabled],
fieldset[disabled] .btn-ndw,
.btn-ndw.disabled:hover,
.btn-ndw[disabled]:hover,
fieldset[disabled] .btn-ndw:hover,
.btn-ndw.disabled:focus,
.btn-ndw[disabled]:focus,
fieldset[disabled] .btn-ndw:focus,
.btn-ndw.disabled:active,
.btn-ndw[disabled]:active,
fieldset[disabled] .btn-ndw:active,
.btn-ndw.disabled.active,
.btn-ndw[disabled].active,
fieldset[disabled] .btn-ndw.active {
    background-color: #F98A3C;
    border-color: #FF5100;
}

.btn-ndw .badge {
    color: #F98A3C;
    background-color: #FFFFFF;
}

svg.ndw-logo {
    height: 3rem;
}

div.block-header-container {
    background-color: #F8F8F8;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;
    padding: 8px 23px;
}

div.block-header-container span.icon {
    padding-right: 8px;
}

div.block-header-container span.text {
    vertical-align: middle;
}

footer div.orange {
    background-color: #F38C3C;
    padding-top: 8px;
    padding-bottom: 8px;
}

footer span.separator {
    margin-left: 1rem;
    margin-right: 1rem;
}

footer a, footer a:hover {
    color: #322d1f;
}

table tbody tr td {
    text-align: left;
}

table tbody tr:nth-child(1) th {
    border-top-width: 0 !important;
}

.header-links {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-link {
    color: black;
}

.header-link:nth-child(2) {
    margin-left: 24px;
}

.header-link svg {
    height: 20px;
}

.header-link:hover {
    color: #c23d00;
}

.header-link:hover svg {
    color: #c23d00;
}
