/* Minification failed. Returning unminified contents.
(1231,25): run-time error CSS1030: Expected identifier, found '['
(1231,30): run-time error CSS1031: Expected selector, found '='
(1231,30): run-time error CSS1025: Expected comma or open brace, found '='
(1235,22): run-time error CSS1030: Expected identifier, found '.'
(1235,33): run-time error CSS1031: Expected selector, found ')'
(1235,33): run-time error CSS1025: Expected comma or open brace, found ')'
(1239,22): run-time error CSS1030: Expected identifier, found '.'
(1239,31): run-time error CSS1031: Expected selector, found ')'
(1239,31): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.bg-transparent {
    background-color: transparent;
}

.bg-primary {
    background-color: #0d1f61;
}

.bg-green {
    background-color: #166534;
}

.text-primary {
    color: #005180;
}

.text-danger {
    color: #e71313;
}

.m-0 {
    margin: 0px;
}

.m-1 {
    margin: 8px 8px 8px 8px;
}

.mt-1 {
    margin-top: 8px;
}

.mb-1 {
    margin-bottom: 8px;
}

.mx-1 {
    margin-left: 8px;
    margin-right: 8px;
}

.my-1 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 8px 8px 8px 8px;
}

.pt-1 {
    padding-top: 8px;
}

.pb-1 {
    padding-bottom: 8px;
}

.px-1 {
    padding-left: 8px;
    padding-right: 8px;
}

.py-1 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.px-20 {
    padding-left: 80px;
    padding-right: 80px;
}

.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}
/*#region BootstrapResets*/

/* Bootstrap default font-size: resets;  for accessibility. 
	Enables dynamic text sizing in browsers.

References
    WAI Guidelines
        https://www.w3.org/WAI/older-users/developing.html#textsize
	Bootstrap Standard Heading Sizes
    	http://www.w3schools.com/bootstrap/bootstrap_typography.asp
    Conversion Tool:
    	http://www.w3schools.com/tags/ref_pxtoemconversion.asp
*/

html {
    font-size: 87.5%;
}

body {
    font-size: 1em;
}

/*  h1: 36px; 2.25em;
    h2: 30px; 1.875em;
    h3: 24px; 1.5em;
    h4: 18px; 1.125em;
    h5: 14px; .875em;
    h6: 12px; .75em;
*/

h1, .h1 {
    font-size: 2.25em;
}

h2, .h2 {
    font-size: 1.875em;
}

h3, .h3 {
    font-size: 1.5em;
}

h4, .h4 {
    font-size: 1.125em;
}

h5, .h5 {
    font-size: .875em;
}

h6, .h6 {
    font-size: .75em;
}

.lead {
    font-size: 1em;
}

@media (min-width: 768px) {
    .lead {
        font-size: 1.3125em;
    }
}

blockquote {
    font-size: 1.09375em;
}

pre {
    font-size: .8125em;
}

legend {
    font-size: 1.3125em;
}

output {
    font-size: .875em;
}

.form-control {
    font-size: .875em;
}

.input-small {
    font-size: .75em;
}

.form-group-sm .form-control {
    font-size: .75em;
}

.form-group-sm .form-control-static {
    font-size: .75em;
}

.input-lg {
    font-size: 1.125em;
}

.form-group-lg .form-control {
    font-size: 1.125em;
}

.form-group-lg .form-control-static {
    font-size: 1.125em;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 1.125em;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        font-size: .75em;
    }
}

.btn {
    font-size: .875em;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 1.125em;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: .75em;
}

.btn-xs,
.btn-group-xs > .btn {
    font-size: .75em;
}

.dropdown-menu {
    font-size: .875em;
}

.dropdown-header {
    font-size: .75em;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 1.125em;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    font-size: .75em;
}

.input-group-addon {
    font-size: .875em;
}

    .input-group-addon.input-sm {
        font-size: .75em;
    }

    .input-group-addon.input-lg {
        font-size: 1.125em;
    }

.navbar-brand {
    font-size: 1.125em;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 1.125em;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: .75em;
}

.badge {
    font-size: .75em;
}

.jumbotron p {
    font-size: 1.3125em;
}

@media screen and (min-width: 768px) {
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 3.9375em;
    }
}

.progress-bar {
    font-size: .75em;
}

.close {
    font-size: 1.3125em;
}

.tooltip {
    font-size: .75em;
}

.popover {
    font-size: .875em;
}

.popover-title {
    font-size: .875em;
}

.carousel-control {
    font-size: 1.25em;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 1.875em;
    }
}

/*------End Bootstrap font-size: resets------*/
/*#endregion*/
html {
    position: relative;
    min-height: 99.5%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 250px;
}

h1, h2, h3, h4 {
    color: #005180;
}

.jumbotron {
    background-color: #ffffff;
    height: 100%;
}

.icon-bar {
    background-color: #fff;
}

.page-header {
    padding-bottom: 0;
    margin-top: 0;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-color: #fff;
    text-decoration: underline;
    color: #bb1122;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

        .dropdown-submenu:hover > .dropdown-menu:before {
            position: absolute;
            border-right: 1px solid transparent;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid transparent;
        }

        .dropdown-submenu:hover > .dropdown-menu:after {
            position: absolute;
            border-right: 1px solid transparent;
            border-bottom: 1px solid #fff;
            border-left: 1px solid transparent;
        }

    .dropdown-submenu > a:after {
        display: block;
        content: '';
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* HEADER */

#header .glyphicon-user {
    color: #fff;
}

#header .dropdown-toggle {
    background-color: #06357A;
    border-color: #041F47;
}

/* NAVIGATION */

#navigation .navbar-static-top {
    z-index: 900;
}

#navigation .navbar-inverse .nav > li > a {
    color: #d6d7d9;
}

    #navigation .navbar-inverse .nav > li > a:hover,
    #navigation .navbar-inverse .nav > li > a:focus,
    #navigation .navbar-inverse .nav .active > a:hover,
    #navigation .navbar-inverse .nav .active > a:focus {
        color: #fff;
        -webkit-box-shadow: 0 0 5px 3px #fff inset;
        -ms-box-shadow: 0 0 5px 3px #fff inset;
        box-shadow: 0 0 1px 3px #fff inset;
    }

#navigation ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

#navigation .navbar-nav > li > .dropdown-menu {
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.language-droplist {
    line-height: 20px;
    padding: 15px;
    color: #d6d7d9;
}

    .language-droplist:hover {
        box-shadow: 0 0 1px 3px #fff inset;
    }

/*Navigation for Reporting*/

.page-info-navigate {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
    bottom: 0;
    font-size: 20px;
    height: 20px;
}

.navigate-next::before {
    float: right !important;
    font-family: "Glyphicons Halflings";
    content: "\e092";
    line-height: 1px;
    padding-left: 10px;
    top: 12px;
    position: relative;
}

.navigate-previous::before {
    float: left !important;
    font-family: "Glyphicons Halflings";
    content: "\e091";
    line-height: 1px;
    padding-right: 10px;
    top: 12px;
    position: relative;
}

/* Content */
#content {
    margin-bottom: 437px;
}

    #content small.help-block {
        margin-top: 0;
        margin-bottom: 0;
    }

.field-validation-error {
    color: #a94442;
}

/* overwrite session timeout dialog */
.ui-dialog-buttonset button {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

/*Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #06357A;
    color: #ffffff;
    border-radius: 0;
}

    .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
        border-radius: 3px;
    }

    .datepicker-days table thead tr:nth-child(3n+0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #06357A;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

    .datepicker .prev:hover, .datepicker .next:hover {
        background: transparent;
        color: rgba(255, 255, 255, 0.99);
        font-size: 21px;
    }

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

    .datepicker .datepicker-switch:hover {
        color: rgba(255, 255, 255, 0.7);
        background: transparent;
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #06357A;
        background-image: none;
    }

.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.selectdatepicker {
    font-family: inherit;
}

selectdatepicker {
    position: relative;
}

/*custom styles*/
.noticetext {
    color: #ff0000;
    padding-top: 5%;
}

.clearfix {
    overflow: auto;
}

.imgfloatright {
    float: right;
    width: 50%;
}

.rightpad {
    padding-right: 10px;
}

.leftpad {
    padding-left: 10px;
}

.fontsizelarger {
    font-size: larger;
}

.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-row {
    display: inline-block;
    height: 50px;
    width: auto;
    margin: 0 auto;
}

.center-glyphicon {
    height: 2px;
    vertical-align: middle;
}

#left {
    float: left;
    width: 100px;
}

#center {
    display: inline-block;
    margin: 0 auto;
    width: 100px;
}

#right {
    float: right;
    width: 100px;
}

.center-style-div {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-user {
    background-color: #06357a;
    border: 1px solid #4679C7;
}

li.gap {
    padding-left: 15px;
    text-align: left;
    top: 0px;
}

.header-path {
    border-radius: 8px;
    min-height: 75px;
    padding: 15px;
    background-color: #06357A;
    color: #ffffff;
    width: 100%;
}

.button-path {
    border: #041f47;
    color: #ffffff;
    padding: 15px;
    display: block;
    position: relative;
    font-size: 18px;
    border-radius: 8px;
    box-shadow: 2px 9px #06357a;
    cursor: pointer;
}

    .button-path a {
        height: 100%;
        display: block;
        text-decoration: none;
        color: black;
    }

.button-path-color-orage {
    background-color: #fdd898;
    color: #000000;
}

.button-path-color-green {
    background-color: #90c995;
    color: black;
}

.button-path:hover {
    background-color: #4679C7;
    box-shadow: 1px 9px #06357a;
    color: #c0c0c0;
    transform: translateY(1px);
}

.button-path:active {
    background-color: #06357a;
    box-shadow: 0 5px #000000;
    transform: translateY(4px);
    color: #000000;
}

.table-bordered {
    border: 1px solid #06357a;
    margin-top: 20px;
}

table.table-bordered > thead > tr > th {
    border: 1px solid #06357a;
}

table.table-bordered > tbody > tr > td {
    border: 1px solid #06357a;
}

.hidden-display {
    display: none;
}

.textarea-static {
    resize: none;
}

.img-families {
    display: block;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.form-group-header {
    font-weight: bold;
}

.col-md-1-5 {
    width: 12.5%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Callout CSS Styles */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

.bs-callout-landing {
    padding: 20px;
    margin: 10px 0 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout-landing h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

.btn-primary-landing {
    color: #fff;
    background-color: #06357a;
    border-color: #2e6da4;
}

.bs-callout-landing-no-border {
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid none;
    border-left-width: 5px;
    border-radius: 3px;
    font-size: large;
}

    .bs-callout-landing-no-border > a {
        color: black;
        font-weight: bold;
        box-shadow: 0 .125rem #06357a;
        text-decoration: none;
        padding-bottom: 2px;
    }

        .bs-callout-landing-no-border > a:hover {
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 55%, #fdff55 55%);
            box-shadow: 0 .125rem #e7d848;
            padding-bottom: 2px;
        }

        .bs-callout-landing-no-border > a:focus {
            box-shadow: .125rem .125rem #e7d848;
            background-color: #fdff55;
            outline: .25rem solid transparent;
            color: black;
            padding: 0 2px 2px 0;
        }

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #e71313;
}

    .bs-callout-danger h4 {
        color: #e71313;
    }

    .bs-callout-danger b {
        color: #e71313;
        font-size: xx-large;
    }

.bs-callout-landing-danger {
    border-left-color: #e71313;
}

    .bs-callout-landing-danger h4 {
        color: #e71313;
    }

    .bs-callout-landing-danger b {
        color: #e71313;
        font-size: x-large;
    }

    .bs-callout-landing-danger span.glyphicon {
        font-size: 24px;
        margin-right: 1rem;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.required-label::after {
    content: " *";
    font-weight: bold;
    font-size: large;
    line-height: 1em;
    color: #a94442;
}

.tooltip.top .tooltip-inner {
    background-color: #d9534f;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #d9534f;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/* Experian Address Search */

.address-picklist-container {
    border: 2px solid lightsteelblue;
    padding: 15px;
    margin: 5px 0 20px 0;
}

.address-picklist > div:hover {
    background-color: lavender;
}

.address-picklist > div {
    height: 1.35em;
    cursor: pointer;
}

.promptset {
    margin: 5px 0;
}

.form-control {
    border-color: #767676;
}

    .form-control[type=checkbox] {
        width: 2rem;
        height: 2rem;
        margin: 0;
        padding: 0;
    }

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.button-background {
    background-color: #396239;
}

    .button-background:hover {
        background-color: #296029;
    }


.button-delete {
    background-color: #AC0907;
}

@media screen and (max-width: 768px) {
    input[type=checkbox] + label {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    input[type=checkbox] + label {
        text-align: center;
    }
}

input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: initial;
}

.address-picklist > div.selected {
    background-color: #767676;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.close {
    color: #3c3a3b;
    opacity: 0.6;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 2px auto highlight;
    outline-offset: -2px;
}

/*-------------------------------------------------------*/
/* Stepper
/*-------------------------------------------------------*/

.stepper-wrapper {
    padding: 1px 8px;
    border-radius: 30px;
    overflow-x: auto;
    box-shadow: rgba(0,0,0,0.4) 0 2px 6px 0;
}

.stepper {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.step {
    position: relative;
    flex: 1;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.step-title-container {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #767676;
    padding: 10px 12px;
    display: inline-block;
    white-space: nowrap;
}

    .step-title-container i {
        margin-right: 4px;
        color: #F5F5F5;
    }

.step.active .step-title-container {
    color: #005B6F;
    font-weight: 600;
    border-bottom: 2px solid #005B6F;
}

    .step.active .step-title-container i {
        color: #005B6F;
    }

.step.complete .step-title-container {
    color: #5A6C46;
    font-weight: 600;
    border-bottom: 2px solid #5A6C46;
}

    .step.complete .step-title-container i {
        color: #5A6C46;
    }

.step.visited .step-title-container {
    color: #525252;
    font-weight: 600;
}

    .step.visited .step-title-container i {
        color: #B2B2B2;
    }

@media (max-width: 768px) {
    .step {
        flex: unset;
    }

        .step.active {
            display: flex;
            justify-content: start;
            flex-grow: 1;
        }

        .step:last-child.active {
            justify-content: end;
        }

        .step:not(.active) .step-title-container {
            padding: 10px 4px;
        }

        .step:not(.active) .step-title {
            display: none;
        }
}

/* Stepper end ------------------------------------------*/

.row .control-label, .form-row .control-label {
    font-weight: 500;
}

.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.card.form-card {
    background: #f9f9f980;
    border-radius: 0.5rem;
    box-shadow: rgba(0,0,0,0.25) 0 2px 6px 0;
}

.radio-box {
    display: inline-flex;
    align-items: center;
    min-width: 110px;
    padding: 6px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-right: 8px;
    margin-bottom: 0;
    transition: all 0.2s ease;
}

    .radio-box input[type="radio"] {
        margin-right: 6px;
    }

    .radio-box:hover {
        border: 1px solid #0F6CBD;
    }

    .radio-box:has(input[type="radio"]:checked) {
        border: 1px solid #0F6CBD;
    }

.form-group:has(input.is-invalid) > .radio-box {
    border: 1px solid #dc3545;
}

.form-group:has(input.is-valid) > .radio-box {
    border: 1px solid #28a745;
}

/* Bootstrap Override */
.btn-primary {
    background-color: #1E3160;
}

    .btn-primary:hover {
        background-color: #18274D;
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: #18274D;
        border-color: #18274D;
        box-shadow: 0 0 0 4px #8F96C0;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #152244;
        border-color: #152244;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px #8F96C0;
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #BCBCBC;
        background-color: #EEEEEE;
        border-color: #EEEEEE;
    }

.btn-outline-secondary {
    background-color: #FFF;
    border-color: #717171;
}

    .btn-outline-secondary:hover {
        color: #242424;
        background-color: #F5F5F5;
        border-color: #6F6F6F;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        background-color: #FFF;
        border-color: #1A1A1A;
        box-shadow: 0 0 0 4px #DDD;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-secondary.dropdown-toggle {
        background-color: #E0E0E0;
        border-color: #666;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px #DDD;
        }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #BCBCBC;
        background-color: #EEEEEE;
        border-color: #C4C4C4;
    }

.btn-light {
    background-color: #FFF;
    border-color: #717171;
}

    .btn-light:hover {
        background-color: #F5F5F5;
        border-color: #6F6F6F;
    }

    .btn-light.focus, .btn-light:focus {
        background-color: #FFF;
        border-color: #1A1A1A;
        box-shadow: 0 0 0 4px #DDD;
    }

    .btn-light:not(:disabled):not(.disabled).active,
    .btn-light:not(:disabled):not(.disabled):active,
    .show > .btn-light.dropdown-toggle {
        background-color: #E0E0E0;
        border-color: #666;
    }

        .btn-light:not(:disabled):not(.disabled).active:focus,
        .btn-light:not(:disabled):not(.disabled):active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 4px #DDD;
        }

p.help-text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.h2.sub-heading {
    font-size: 1.65em;
}

.collapse-child-heading {
    font-weight: 500;
    font-size: 16px;
}

.accordion-icon {
    transition: transform 0.3s ease;
}

    .accordion-icon::before {
        font-size: 16px;
        font-weight: 500 !important;
    }

button[aria-expanded="false"] .accordion-icon {
    transform: rotate(-90deg);
}

.form-control:focus {
    border-color: #E9EAFF;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #6C8154;
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #6C8154;
        box-shadow: 0 0 0 .2rem #E3F4C5;
    }

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #BF245E;
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #BF245E;
        box-shadow: 0 0 0 .2rem #FDDDE3;
    }

.container-full-width {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-full-width {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-full-width {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container-full-width {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-full-width {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container-full-width {
        max-width: 1320px
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    #header .navbar {
        height: 60px;
        margin-bottom: 0;
    }

    #header .navbar-brand {
        padding: 5px 0 0 10px;
        margin-right: 10px;
    }

    #header .navbar-text {
        color: #2C327A;
        font-weight: 700;
        font-size: 1.3em; /* adjust the system name */
    }

    #navigation .navbar {
        background-color: #06357A;
        border-color: #4679C7;
        margin-bottom: 0;
        padding-left: 10px;
    }

    #navigation .navbar-toggle {
        background-color: #2C327A;
        border-color: #4679C7;
    }

    #navigation .navbar-toggle:hover,
    #navigation .navbar-toggle:focus {
        border-color: #fff;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    #header .navbar-text {
        padding-top: 0;
        margin-top: 10px;
        font-size: 1.5em;
    }    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #header .navbar-default {
        height: 100px;
    }

    #header .navbar-text {
        padding-top: 0;
        margin-top: 45px;
        font-size: 1.8em;
    }

    #header .navbar-form {
        padding-top: 15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #header .navbar-text {
        font-size: 2.5em;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.25em;   
    }
    h3 {
        font-size: 2.25em;   
    }
    #header .navbar-text {
        font-size: 3em;
        margin-top: 35px;
    }
}
#header {
    background-color: none;
}

.app-navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

    .app-navbar-header .brand {
        display: flex;
        align-items: center;
    }

    .app-navbar-header .title {
        color: rgba(30, 49, 96, 1);
        margin: 0;
    }

#navigation .navbar {

}

    #navigation .navbar ul.nav {
        gap: 8px;
        margin-bottom: 2px;
        margin-top: 2px;
    }

/*--------------------------------------------------*/
/* Mobile design
/*--------------------------------------------------*/

@media only screen and (max-width: 600px) {

    .app-navbar-header {
        margin-top: 12px;
    }

        .app-navbar-header .title {
            text-align: end;
        }

    #navigation {
        margin-top: 16px;
    }

        #navigation .navbar ul.nav > li > a {
            font-size: 16px;
        }
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 5px;
    /* Set the fixed height of the footer here */
    height: 250px;
    flex: none;
}

.soi-footer, .soi-footer h3 {
    color: #fff;
}

    .soi-footer h3 {
        font-size: 24px;
        font-weight: 500;
    }

.soi-footer-agency {
    background-color: #1E3160;
    padding-top: 10px;
    padding-bottom: 20px;
}

.soi-footer-state {
    border-top: 1px #000 solid;
    background-color: #1E3160;
    padding-top: 20px;
    padding-bottom: 20px;
}

.soi-4doit {
    font-size: 1.3em;
    color: #4679C7;
    font-weight: bold;
}

.soi-footer a {
    color: white;
    box-shadow: 0 .1rem white;
    text-decoration: none;
    padding-bottom: 2px;
}

/* More specific than .soi-footer a */
#stateFooterImage {
    text-decoration: none;
    box-shadow: none;
    padding: initial;
}

.soi-footer a:hover {
    box-shadow: 0 .225rem;
    padding-bottom: 2px;
}

.soi-footer a:focus {
    box-shadow: .125rem .125rem;
    background-color: #fdff55;
    outline: .25rem solid transparent;
    color: black;
    padding: 0 2px 2px 0;
}

.soi-footer-version {
    background-color: #1E3160;
    font-size: .7em;
    color: #696969;
}

.sidr {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	background: #06357A;
	box-shadow: 0 0 #06357A;
}

.sidr ul {
    border-top: 0;
}

.sidr ul li {
    border-bottom: 0;
}

.sidr-class-dropdown ul li {
    border-top: 0;
    border-bottom: 0;
}

.sidr ul li:hover>a, 
.sidr ul li:hover>span, 
.sidr ul li.active>a, 
.sidr ul li.active>span, 
.sidr ul li.sidr-class-active>a, 
.sidr ul li.sidr-class-active>span {
    -webkit-box-shadow: 0 0 5px 3px #fff inset;
    -ms-box-shadow: 0 0 5px 3px #fff inset;
    box-shadow: 0 0 5px 3px #fff inset;
}

.sidr ul li ul li:hover > a, 
.sidr ul li ul li:hover > span, 
.sidr ul li ul li.active > a, 
.sidr ul li ul li.active > span, 
.sidr ul li ul li.sidr-class-active > a, 
.sidr ul li ul li.sidr-class-active > span {
    -webkit-box-shadow: 0 0 5px 3px #fff inset;
    -ms-box-shadow: 0 0 5px 3px #fff inset;
    box-shadow: 0 0 5px 3px #fff inset;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

table.no-footer.dataTable {
    border-bottom: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .fg-button {
    padding: 0.5em;
}

table.dataTable, table.dataTable th, table.dataTable td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.dataTable .ui-icon, .ui-widget-content .ui-icon {
    background-image: none;
}

.dataTables_wrapper .dataTables_processing {
    background-color: #2C237A;
    color: #2C237A;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #2C327A;
	color: #ffffff;
	font-weight: bold;
}

.dataTables_length {
    margin-right: 10px;
}


@media only screen and (min-width: 320px) {
    .dataTables_wrapper .dataTables_paginate .fg-button {
        padding: 0.1em;
    }
}

@media only screen and (min-width: 480px) {
    .dataTables_wrapper .dataTables_paginate .fg-button {
        padding: 0.5em;
    }
}

.table-caption {
    background: #2C327A;
    color: #ffffff;
    padding: 4px;
    border: 1px solid #dddddd;
    border-top: none;
    text-align: center;
}

mark{background:orange;color:black;}

