html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%
}

body {
    padding-top: 50px;
    padding-bottom: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Header style */
.or-header {
    position: relative;
    background-color: #344032;
    background-image: url('or-cascades.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.4)
}

    .or-header .or-header-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #638035;
        opacity: .5
    }

    .or-header .or-header-content {
        position: relative
    }

.or-header-link {
    display: table;
    transition: .15s ease opacity
}

    .or-header-link, .or-header-link:hover, .or-header-link:visited, .or-header-link:active, .or-header-link:focus {
        color: #fff;
        text-decoration: none !important
    }

        .or-header-link:hover {
            opacity: .7
        }

.or-header-title, .or-header-logo-wrapper {
    display: table-cell;
    vertical-align: middle
}

.or-header-title {
    font-size: calc(16px + 2vw);
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: .67em 0;
    box-sizing: border-box;
    background-color: transparent
}

@media(min-width:1200px) {
    .or-header-title {
        font-size: 40px
    }
}

.or-header-title small {
    color: inherit;
    display: block;
    font-size: 65%;
    font-weight: 300;
    background-color: transparent;
    margin-top: 5px
}

@media screen and (max-width:767px) {
    .or-header-title small {
        display: none
    }
}

.or-header-logo-wrapper {
    padding: 20px 20px 20px 0
}

.or-header-logo {
    background: url('oregon-seal-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px
}

@media(max-width:767px) {
    .or-header-logo {
        width: 80px;
        height: 80px;
        padding: 15px 15px 15px 0
    }
}

.or-small-header .or-header-logo {
    width: 85px;
    height: 85px;
    padding: 15px 15px 15px 0
}

@media(max-width:767px) {
    .or-small-header .or-header-logo {
        width: 65px;
        height: 65px
    }
}

.or-small-header .or-header-title {
    font-size: calc(16px + 1vw)
}

.or-header-content-row {
    display: table
}

    .or-header-content-row .or-header-content-cell {
        display: table-cell;
        vertical-align: middle
    }

    .or-header-content-row a {
        transition: .15s ease opacity
    }

        .or-header-content-row a, .or-header-content-row a:hover, .or-header-content-row a:visited, .or-header-content-row a:active, .or-header-content-row a:focus {
            color: #fff;
            text-decoration: none !important
        }

            .or-header-content-row a:hover {
                opacity: .7
            }


.or-navbar {
    position: relative;
    background: #344032;
    padding-left: 155px;
    padding-right: 60px;
    min-height: 60px
}

@media(max-width:767px) {
    .or-navbar {
        padding-right: 120px
    }
}

.or-navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 100%
}

    .or-navbar-brand > img, .or-navbar-brand > svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: -1px
    }

.or-navbar-sticky {
    position: fixed;
    z-index: 1049;
    width: 100%;
    top: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


/* styling for footer */
.footer-links {
    font-size: 14px;
    text-align: left;
}

a.footera:link {
    color: #70757a;
    text-decoration: none
}

a.footera:visited {
    color: #70757a;
    text-decoration: none
}

a.footera:hover {
    color: #70757a;
    text-decoration: underline;
}

footer {
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.3);
    padding-top: 10px;
    background-color: rgba(0,0,0,.040);
}

    footer li {
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
        padding-bottom: 5px
    }

        footer li > a {
            display: block;
        }

.or-footer-link-oregon-department-of-veteran-s-affairs {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 140px;
    height: 35px;
    text-indent: -5000em;
    text-decoration: none;
    background: transparent url('logo-odva.svg') no-repeat left top;
    border-bottom: 0 solid transparent
}

.copycolor {
    color: #1a1a1a;
}

/* styling for footer h4 */
.jumbotron h1 {
    font-size: 48px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4, h4 {
    font-size: 22px
}



.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}

.card-body {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header {
    background-color: #DDE9EB;
}



.osbn-btn {
    background-color: #C6D5AD;
}

.osbn-btn:hover {
    background-color: #99B271;
}

.osbn-btn:active {
    background-color: #8DA763 !important;
}

a.osbn-btn:visited {
    color: #212529;
}

.cancel-btn {
    background-color: #CC6600;
    color: black;
}

    .cancel-btn:visited {
        color: black;
    }

@media (min-width:1000px) {
    .check-container {
        float: left;
        width: 33%;
    }
}

.check-container-2col {
    float: left;
    width: 50%;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

@media(min-width:768px) {
    .or-navigation-list, .or-navigation-list > form {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        min-height: 60px;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center
    }
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-toggle {
    margin: 0 0 0 5px;
    padding: 6px 12px
}

/*override nav*/
.icon-bar {
    width: 90px;
    background-color: #555;
}

.navbar-collapse.show, .navbar-collapse.collapsing {
}

    .navbar-collapse.show li, .navbar-collapse.collapsing li {
    }

    .navbar-collapse.show form > li {
    }

    .navbar-collapse.show li > a, .navbar-collapse.collapsing li > a {
    }

#navbar7 .collapse.in li {
}

.or-navigation-list {
    padding-left: 0
}

    .or-navigation-list > li > a, .or-navigation-list > form > li > a {
        display: normal;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        border: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
    }

    .or-navigation-list > li > a:hover, .or-navigation-list > form > li > a:hover {
        background-color: transparent;
        text-decoration: underline;
        color: #fff;
    }

@media(min-width:769px) {
    .or-navigation-list > li > a, .or-navigation-list > form > li > a {
        padding-top: 10px;
    }
}


/*bootstrap 5 fixes*/

a:not([class]) {
    text-decoration: none;
    color: #007bff;
}

a:not([class]):hover {
    text-decoration: underline;
    color: #0056b3;
}

.btn-link {
    text-decoration: none;
    color: #007bff;
}

.btn-link:hover {
    text-decoration: underline;
    color: #0056b3;
}

.text-info {
    color: #17a2b8 !important;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover, .btn-info:visited {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }


/*pager*/

.cssPager span {
    background-color: aliceblue;
    border: solid 1px steelblue;
    padding: 0 2px;
}

.btn-link {
    padding: 0;
    margin: 0;
    line-height: 1.0em;
}

label {
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}

/*problem with pager buttons*/
.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-link2 {
    color: #0056b3;
    padding: 0;
    margin: 0;
    line-height: 1.0em;
}

    .btn-link2:hover {
        color: #00254d;
        text-decoration: none;
    }

    .btn-link2:focus, .btn-link2.focus {
        text-decoration: none;
    }




.mb-100 {
    margin-bottom: 100px;
}

.mb-200 {
    margin-bottom: 200px;
}

@media (max-width:1000px) {
    input,
    select,
    textarea {
        max-width: 100%;
    }
}


/*file upload*/
.upload-form label {
    justify-content: center;
    align-items: center;
   /* background-color: #fafbfb;
    border: 1px solid #e6e8ec;
    color: #737476;*/
    padding: 10px 12px;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

    .upload-form label i {
        margin-right: 10px;
        padding: 5px 0;
        color: #dbdce0;
    }

    .upload-form label span {
        align-items: center;
        justify-content: center;
        word-break: break-all;
    }

    .upload-form label:hover {
        /*background-color: #f7f8f9;
        border: 1px solid #e3e5ea;
        color: #68686a;*/
        color: #E5E5E5;
        background-color: #157347;
        border-color: #146c43;
    }

        .upload-form label:hover i {
            color: #cfd1d4;
        }

.upload-form input[type="file"] {
    appearance: none;
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.upload-form .progress {
    height: 20px;
    border-radius: 4px;
    margin: 10px 0;
    background-color: #e6e8ec;
}

.upload-form button {
    appearance: none;
}

    .upload-form button:disabled {
        background-color: #aca7a5;
    }

.upload-form .result {
    padding-top: 15px;
}

