@charset "UTF-8";
/*!
* Lighthouse v5.0.0 (https:/tbd/)
* Copyright 2024 The GIC Web Team
* Licensed under MIT (https://tbd/LICENSE)
*/
@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.jsdelivr.net/gh/Delaware-GIC/LH/fonts/poppins-v21-latin-regular.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("https://cdn.jsdelivr.net/gh/Delaware-GIC/LH/fonts/poppins-v21-latin-600.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("https://cdn.jsdelivr.net/gh/Delaware-GIC/LH/fonts/poppins-v21-latin-700.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Arvo";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.jsdelivr.net/gh/Delaware-GIC/LH/fonts/arvo-v22-latin-regular.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Arvo";
    font-style: normal;
    font-weight: 700;
    src: url("https://cdn.jsdelivr.net/gh/Delaware-GIC/LH/fonts/arvo-v22-latin-700.woff2") format("woff2");
}
:root,
[data-bs-theme="light"] {
    --lh-btn-primary-color-rgb: rgb(0, 95, 133);
    --lh-btn-primary-color-hsl: hsl(197, 100%, 26%);
    --lh-btn-primary-color-hsl-darker: hsl(197, 100%, 21%);
    --lh-btn-primary-color-hsl-darkest: hsl(197, 100%, 18%);
    --lh-btn-primary-disabled-color: var(--lh-white);
    --lh-btn-primary-disabled-bg: rgb(122, 155, 168);
    --lh-btn-primary-disabled-border-color: var(--lh-btn-primary-disabled-bg);
    --lh-btn-secondary-color-rgb: rgb(233, 248, 254);
    --lh-btn-secondary-color-hsl: hsl(197, 91%, 95%);
    --lh-btn-secondary-color-hsl-darker: hsl(197, 91%, 87%);
    --lh-btn-secondary-color-hsl-darkest: hsl(198, 100%, 80%);
    --lh-btn-secondary-disabled-color: var(--lh-gray-600);
    --lh-btn-secondary-disabled-bg: rgb(205, 219, 226);
    --lh-btn-secondary-disabled-border-color: var(--lh-btn-primary-disabled-bg);
    --lh-btn-tertiary-color-rgb: rgb(234, 215, 136);
    --lh-btn-tertiary-color-hsl: hsl(48, 70%, 73%);
    --lh-btn-tertiary-color-hsl-darker: hsl(49, 99%, 44%);
    --lh-btn-tertiary-color-hsl-darkest: hsl(49, 75%, 45%);
    --lh-btn-tertiary-disabled-color: var(--lh-gray-600);
    --lh-btn-tertiary-disabled-bg: rgb(239, 230, 190);
    --lh-btn-tertiary-disabled-border-color: var(--lh-btn-tertiary-disabled-bg);
    --lh-btn-active-shadow: inset 2px 2px 8px 0px rgba(32, 32, 32, 0.55);
    --lh-blue: #4680fb;
    --lh-indigo: #6944a2;
    --lh-purple: #6f42c1;
    --lh-pink: #e4c2ff;
    --lh-red: #d24146;
    --lh-orange: #f2994a;
    --lh-yellow: #efd565;
    --lh-green: #487f52;
    --lh-teal: #20c997;
    --lh-cyan: #97dfff;
    --lh-black: #000000;
    --lh-white: #ffffff;
    --lh-gray: #595959;
    --lh-gray-dark: #343434;
    --lh-gray-100: #f8f9fa;
    --lh-gray-200: #d3d3d3;
    --lh-gray-300: #dee2e6;
    --lh-gray-400: #afafaf;
    --lh-gray-500: #adb5bd;
    --lh-gray-600: #595959;
    --lh-gray-700: #495057;
    --lh-gray-800: #343434;
    --lh-gray-900: #202020;
    --lh-primary: #00415b;
    --lh-secondary: #595959;
    --lh-success: #487f52;
    --lh-info: #4680fb;
    --lh-warning: #f2994a;
    --lh-danger: #d24146;
    --lh-light: #f8f9fa;
    --lh-dark: #202020;
    --lh-brand-1: #00415b;
    --lh-brand-2: #f2f0e6;
    --lh-brand-3: #ead788;
    --lh-accent-1: #00668f;
    --lh-accent-2: #109be0;
    --lh-accent-3: #afd9ed;
    --lh-accent-4: #e9f8fe;
    --lh-gray-50: #f1f1f1;
    --lh-gray-200: #d3d3d3;
    --lh-gray-400: #afafaf;
    --lh-gray-600: #595959;
    --lh-gray-800: #343434;
    --lh-gray-900: #202020;
    --lh-primary-rgb: 0, 65, 91;
    --lh-secondary-rgb: 89, 89, 89;
    --lh-success-rgb: 72, 127, 82;
    --lh-info-rgb: 70, 128, 251;
    --lh-warning-rgb: 242, 153, 74;
    --lh-danger-rgb: 210, 65, 70;
    --lh-light-rgb: 248, 249, 250;
    --lh-dark-rgb: 32, 32, 32;
    --lh-brand-1-rgb: 0, 65, 91;
    --lh-brand-2-rgb: 242, 240, 230;
    --lh-brand-3-rgb: 234, 215, 136;
    --lh-accent-1-rgb: 0, 102, 143;
    --lh-accent-2-rgb: 16, 155, 224;
    --lh-accent-3-rgb: 175, 217, 237;
    --lh-accent-4-rgb: 233, 248, 254;
    --lh-gray-50-rgb: 241, 241, 241;
    --lh-gray-200-rgb: 211, 211, 211;
    --lh-gray-400-rgb: 175, 175, 175;
    --lh-gray-600-rgb: 89, 89, 89;
    --lh-gray-800-rgb: 52, 52, 52;
    --lh-gray-900-rgb: 32, 32, 32;
    --lh-primary-text-emphasis: #001a24;
    --lh-secondary-text-emphasis: #242424;
    --lh-success-text-emphasis: #1d3321;
    --lh-info-text-emphasis: #1c3364;
    --lh-warning-text-emphasis: #613d1e;
    --lh-danger-text-emphasis: #541a1c;
    --lh-light-text-emphasis: #495057;
    --lh-dark-text-emphasis: #495057;
    --lh-primary-bg-subtle: #ccd9de;
    --lh-secondary-bg-subtle: #dedede;
    --lh-success-bg-subtle: #dae5dc;
    --lh-info-bg-subtle: #dae6fe;
    --lh-warning-bg-subtle: #fcebdb;
    --lh-danger-bg-subtle: #f6d9da;
    --lh-light-bg-subtle: #fcfcfd;
    --lh-dark-bg-subtle: #afafaf;
    --lh-primary-border-subtle: #99b3bd;
    --lh-secondary-border-subtle: #bdbdbd;
    --lh-success-border-subtle: #b6ccba;
    --lh-info-border-subtle: #b5ccfd;
    --lh-warning-border-subtle: #fad6b7;
    --lh-danger-border-subtle: #edb3b5;
    --lh-light-border-subtle: #d3d3d3;
    --lh-dark-border-subtle: #adb5bd;
    --lh-white-rgb: 255, 255, 255;
    --lh-black-rgb: 0, 0, 0;
    --lh-font-sans-serif: "Poppins", sans-serif;
    --lh-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --lh-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --lh-body-font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --lh-body-font-size: 1.125rem;
    --lh-body-font-weight: 400;
    --lh-body-line-height: 2;
    --lh-body-color: #202020;
    --lh-body-color-rgb: 32, 32, 32;
    --lh-body-bg: #ffffff;
    --lh-body-bg-rgb: 255, 255, 255;
    --lh-emphasis-color: #000000;
    --lh-emphasis-color-rgb: 0, 0, 0;
    --lh-secondary-color: rgba(32, 32, 32, 0.75);
    --lh-secondary-color-rgb: 32, 32, 32;
    --lh-secondary-bg: #d3d3d3;
    --lh-secondary-bg-rgb: 211, 211, 211;
    --lh-tertiary-color: rgba(32, 32, 32, 0.5);
    --lh-tertiary-color-rgb: 32, 32, 32;
    --lh-tertiary-bg: #f8f9fa;
    --lh-tertiary-bg-rgb: 248, 249, 250;
    --lh-heading-color: #202020;
    --lh-link-color: #202020;
    --lh-link-color-rgb: 32, 32, 32;
    --lh-link-decoration: underline;
    --lh-link-hover-color: #005f85;
    --lh-link-hover-color-rgb: 0, 95, 133;
    --lh-code-color: #00415b;
    --lh-highlight-color: #202020;
    --lh-highlight-bg: #fcf7e0;
    --lh-border-width: 1px;
    --lh-border-style: solid;
    --lh-border-color: #dee2e6;
    --lh-border-color-translucent: rgba(0, 0, 0, 0.175);
    --lh-border-radius: 0.125rem;
    --lh-border-radius-xs: 0.125rem;
    --lh-border-radius-sm: 0.25rem;
    --lh-border-radius-md: 0.5rem;
    --lh-border-radius-lg: 0.625rem;
    --lh-border-radius-xl: 1rem;
    --lh-border-radius-xxl: 2rem;
    --lh-border-radius-2xl: var(--lh-border-radius-xxl);
    --lh-border-radius-pill: 50%;
    --lh-border-radius-round: 50%;
    --lh-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    --lh-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --lh-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --lh-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --lh-focus-ring-width: 3px;
    --lh-focus-ring-opacity: 1;
    --lh-focus-ring-color: #109be0;
    --lh-form-valid-color: #487f52;
    --lh-form-valid-border-color: #487f52;
    --lh-form-invalid-color: #d24146;
    --lh-form-invalid-border-color: #d24146;
}
[data-bs-theme="theme2"] {
    color-scheme: theme2;
    --lh-brand-2: #f2f0e6;
    --lh-accent-1: #6ab4d1;
    --lh-accent-2: #c37d6f;
    --lh-accent-3: #d1ebf5;
    --lh-accent-4: #f2f0e6;
}
[data-bs-theme="theme3"] {
    color-scheme: theme3;
    --lh-brand-3: #ead788;
    --lh-accent-1: #80a294;
    --lh-accent-2: #c98236;
    --lh-accent-3: #99c2c9;
    --lh-accent-4: #f2f0e6;
}
[data-bs-theme="dark"] {
    color-scheme: dark;
    --lh-body-color: #dee2e6;
    --lh-body-color-rgb: 222, 226, 230;
    --lh-body-bg: #202020;
    --lh-body-bg-rgb: 32, 32, 32;
    --lh-emphasis-color: #ffffff;
    --lh-emphasis-color-rgb: 255, 255, 255;
    --lh-secondary-color: rgba(222, 226, 230, 0.75);
    --lh-secondary-color-rgb: 222, 226, 230;
    --lh-secondary-bg: #343434;
    --lh-secondary-bg-rgb: 52, 52, 52;
    --lh-tertiary-color: rgba(222, 226, 230, 0.5);
    --lh-tertiary-color-rgb: 222, 226, 230;
    --lh-tertiary-bg: #2a2a2a;
    --lh-tertiary-bg-rgb: 42, 42, 42;
    --lh-primary-text-emphasis: #668d9d;
    --lh-secondary-text-emphasis: #9b9b9b;
    --lh-success-text-emphasis: #91b297;
    --lh-info-text-emphasis: #90b3fd;
    --lh-warning-text-emphasis: #f7c292;
    --lh-danger-text-emphasis: #e48d90;
    --lh-light-text-emphasis: #f8f9fa;
    --lh-dark-text-emphasis: #dee2e6;
    --lh-primary-bg-subtle: #000d12;
    --lh-secondary-bg-subtle: #121212;
    --lh-success-bg-subtle: #0e1910;
    --lh-info-bg-subtle: #0e1a32;
    --lh-warning-bg-subtle: #301f0f;
    --lh-danger-bg-subtle: #2a0d0e;
    --lh-light-bg-subtle: #343434;
    --lh-dark-bg-subtle: #1a1a1a;
    --lh-primary-border-subtle: #002737;
    --lh-secondary-border-subtle: #353535;
    --lh-success-border-subtle: #2b4c31;
    --lh-info-border-subtle: #2a4d97;
    --lh-warning-border-subtle: #915c2c;
    --lh-danger-border-subtle: #7e272a;
    --lh-light-border-subtle: #495057;
    --lh-dark-border-subtle: #343434;
    --lh-heading-color: inherit;
    --lh-link-color: #ffffff;
    --lh-link-hover-color: #97dfff;
    --lh-link-color-rgb: 255, 255, 255;
    --lh-link-hover-color-rgb: 151, 223, 255;
    --lh-code-color: #668d9d;
    --lh-highlight-color: #dee2e6;
    --lh-highlight-bg: #605528;
    --lh-border-color: #495057;
    --lh-border-color-translucent: rgba(255, 255, 255, 0.15);
    --lh-form-valid-color: #91b297;
    --lh-form-valid-border-color: #91b297;
    --lh-form-invalid-color: #e48d90;
    --lh-form-invalid-border-color: #e48d90;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
.hdrText {
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 1.5;
   /* color: var(--lh-heading-color);*/
}
.hdrTextLite {
    margin-top: 0;
    margin-bottom: 0.25rem;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
   /* color: var(--lh-heading-color);*/
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --lh-gutter-x: 1.5rem;
    --lh-gutter-y: 0;
    /*width: 100%; */
    padding-right: calc(var(--lh-gutter-x) * 0.5);
    padding-left: calc(var(--lh-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
:root {
    --lh-breakpoint-xs: 0;
    --lh-breakpoint-sm: 576px;
    --lh-breakpoint-md: 768px;
    --lh-breakpoint-lg: 992px;
    --lh-breakpoint-xl: 1200px;
    --lh-breakpoint-xxl: 1400px;
}.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
@media (min-width: 992px) {
    .column-gap-lg-8 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .ps-md-2 {
        padding-left: 1rem !important;
    }
}
.text-start {
    text-align: left !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.paragraphstyle{
    font-size:15px;
    font-family:Poppins;
}
.listitem{
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'Poppins'!important;
    margin-left: 10px !important;
}
.listitemtext{
    font-family: 'Poppins'!important;
    display: block !important;
    text-align:start !important;
    margin-left: 5px !important;
}
li.statements a {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
    color: #fff!important;
}
li.statements {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
}
.btn-primary {
     background-image: linear-gradient(to bottom, #185D8B 0%, #154f78 100%) !important;
  background-color: #185D8B !important;
  border-color: #154f78 !important;  
}
.btn-primary:hover {
  background-color: #0F3A57 !important;
  background-image: none !important;
  border-color: #0F3A57 !important;
}
a {
    color: #185D8B!important;
}
.footer-heading {
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'Poppins', sans-serif !important;
  }
.footer-address{
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    color: #fff!important;
}
.delawarelogo{
    width:85px;
    height:78px;
    padding-left:20px;
}
.togglebutton{
    font-size:15px !important;
    font-family: 'Poppins'!important;
}

#state-header {
    color: #fff !important;;
    font-size: 0.75rem !important;
}
@media (min-width: 768px) {
    #state-header {
        font-size: 1rem;
    }
}
#state-header #state-of-delaware-logo {
    display: block;
}
#state-header #state-of-delaware-logo > img {
    max-width: 117px;
    height: auto;
}
#state-header p {
    font-size: 0.75rem;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    #state-header p {
        font-size: 16px;
    }
}
#state-header button {
    background: none;
    border: none;
    font-weight: bold;
    color: var(--lh-white);
    position: relative;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-decoration-color: currentColor;
    text-decoration-style: solid;
    text-underline-offset: 7px;
    margin-bottom: 10px;
}
#state-header button:visited {
    color: var(--lh-white);
}
#state-header button:hover {
    text-decoration-thickness: 4px;
}
#state-header button:focus,
#state-header button:focus-visible {
    color: var(--lh-white);
    text-decoration: none;
    border-radius: 2px;
    outline-style: solid;
    outline-color: #109be0;
    outline-offset: 2px;
    outline-width: 3px;
}
@media (min-width: 768px) {
    #state-header button:focus,
    #state-header button:focus-visible {
        outline-offset: -3px;
    }
}
#state-header button:active {
    color: var(--lh-white);
}
@media (max-width: 767.98px) {
    #state-header button {
        padding-left: 0;
    }
}
#state-header button i {
    margin-left: 4px;
}
#state-header button:not(.collapsed) svg {
    margin-bottom: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#official-web-statement {
    background-color: #202020;
    color: #fff;
}
#official-web-statement .h2,
#official-web-statement h2 {
    color: #fff;
    font-size: 1.125rem;
}
.iconclf {
    display: inline-block;
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: currentColor;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}
a svg[class^="iconclf"]:before {
    padding-left: 8px;
}
.icon-24 {
    width: 24px;
    height: 24px;
}
a svg.icon-24 {
    margin: 10px;
}
.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.row {
    --lh-gutter-x: 1.5rem;
    --lh-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--lh-gutter-y));
    margin-right: calc(-0.5 * var(--lh-gutter-x));
    margin-left: calc(-0.5 * var(--lh-gutter-x));
}
.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*width: 100%;*/
    max-width: 100%;
    padding-right: calc(var(--lh-gutter-x) * 0.5);
    padding-left: calc(var(--lh-gutter-x) * 0.5);
    margin-top: var(--lh-gutter-y);
}
.mb-4 {
    margin-bottom: 2rem !important;
}
.pb-4 {
    padding-bottom: 2rem !important;
}
@media (min-width: 1400px) {
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}
.me-1 {
    margin-right: 0.5rem !important;
}
.bg-primary {
    --lh-bg-opacity: 1;
    background-color: rgba(var(--lh-primary-rgb), var(--lh-bg-opacity)) !important;
}
#lighthouse-footer .h2,
#lighthouse-footer .h3,
#lighthouse-footer a:link:not(.btn.btn-lh-tertiary),
#lighthouse-footer a:visited:not(.btn.btn-lh-tertiary),
#lighthouse-footer h2,
#lighthouse-footer h3,
#lighthouse-footer p {
    color: #ffffff;
}
#lighthouse-footer .h2,
#lighthouse-footer h2 {
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 1200px) {
    #lighthouse-footer .h2,
    #lighthouse-footer h2 {
        font-size: 1.5rem;
    }
}
#lighthouse-footer .h2 a,
#lighthouse-footer h2 a {
    font-size: 1.25rem;
    font-weight: 700;
}
@media (min-width: 1200px) {
    #lighthouse-footer .h2 a,
    #lighthouse-footer h2 a {
        font-size: 1.5rem;
    }
}
#lighthouse-footer .h3,
#lighthouse-footer h3 {
    font-size: 1rem;
    font-weight: 600;
}
#lighthouse-footer p {
    font-size: 1rem;
    margin-bottom: 0;
}
#lighthouse-footer address {
    gap: 1rem;
}
#lighthouse-footer a {
    font-size: 1rem;
    margin-top: 5px;
}
#lighthouse-footer a:link {
    text-decoration: none;
}
#lighthouse-footer a:hover:not(.btn.btn-lh-tertiary),
#lighthouse-footer a:visited:not(.btn.btn-lh-tertiary) {
    -webkit-text-decoration: underline 0.0625rem;
    text-decoration: underline 0.0625rem;
    text-underline-offset: 0.4375rem;
}
#lighthouse-footer a:active {
    color: #d3d3d3;
}
#lighthouse-footer #footer-logo a,
#lighthouse-footer #social-icons a {
    display: block;
}
@media (min-width: 768px) {
    #lighthouse-footer .flex-basis-100 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 1199.98px) {
    #lighthouse-footer .agency-logo {
        width: 88px;
        height: 68px;
    }
}
.agency-logo{
    width: 88px;
        height: 68px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    #lighthouse-footer .width-md-50 {
        width: 50%;
    }
}
#lighthouse-footer #quick-links ul {
    gap: 1rem;
}
#lighthouse-footer input {
    border: none;
    font-size: 1rem;
}
#lighthouse-footer input[type="text"] {
    border-radius: 0.5rem 0 0 0.5rem;
}
#lighthouse-footer input[type="submit"] {
    background-color: var(--lh-btn-tertiary-color-hsl);
    border-radius: 0 0.5rem 0.5rem 0;
    color: #202020;
    font-weight: 700;
    line-height: 1.75rem;
    padding: 0.625rem 0.875rem;
}
#lighthouse-footer input[type="submit"]:hover {
    background-color: var(--lh-btn-tertiary-color-hsl-darker);
}
#lighthouse-footer input[type="submit"]:active {
    background-color: var(--lh-btn-tertiary-color-hsl-darkest);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(32, 32, 32, 0.55) inset;
    box-shadow: 2px 2px 8px 0px rgba(32, 32, 32, 0.55) inset;
}
#lighthouse-footer input[type="submit"]:focus,
#lighthouse-footer input[type="submit"]:focus-visible {
    outline-style: solid;
    outline-color: #109be0;
    outline-offset: 2px;
    outline-width: 3px;
}
#lighthouse-footer #subscribe-and-social-media ul {
    gap: 0.5rem;
}
#lighthouse-footer #subscribe-and-social-media ul li a:hover svg path {
    fill: var(--lh-brand-3, #ead788);
}
#lighthouse-footer #sign-up {
    margin: 1.5rem 0 1.25rem 0;
}
#lighthouse-footer #sign-up .h3,
#lighthouse-footer #sign-up h3 {
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
@media (min-width: 1200px) {
    #lighthouse-footer #sign-up .h3,
    #lighthouse-footer #sign-up h3 {
        font-size: 1.25rem;
    }
}
#feedbackFormstack #lighthouse-footer #sign-up .fsSubmitButton,
#lhForm #lighthouse-footer #sign-up .fsSubmitButton,
#lighthouse-footer #sign-up #feedbackFormstack .fsSubmitButton,
#lighthouse-footer #sign-up #lhForm .fsSubmitButton,
#lighthouse-footer #sign-up .btn {
    font-size: 1.125rem;
}
#lighthouse-footer #delaware-dot-gov-links {
    font-family: "Arvo", serif;
    font-size: 1rem;
}
#lighthouse-footer #delaware-dot-gov-links .h2,
#lighthouse-footer #delaware-dot-gov-links h2 {
    font-family: "Arvo", serif;
    font-size: 1.5rem;
}
#lighthouse-footer #delaware-dot-gov-links ul {
    list-style: none;
    padding-left: 0;
}
#lighthouse-footer #disclaimer-wrapper {
    border-top: 1px solid #ffffff;
}
#lighthouse-footer #disclaimer-wrapper p {
    line-height: normal;
}
#lighthouse-footer #legal-links-and-copyright-wrapper {
    border-top: 1px solid #ffffff;
}
#lighthouse-footer #legal-links {
    font-size: 0.75rem;
    gap: 1rem;
}
@media (min-width: 768px) {
    #lighthouse-footer #legal-links {
        margin-bottom: unset;
    }
}
#lighthouse-footer #gic-copyright {
    gap: 0.5rem;
}
#lighthouse-footer #gic-copyright p {
    font-size: 0.75rem;
    line-height: normal;
}
@media (min-width: 1200px) {
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .ps-xl-7 {
        padding-left: 2rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1.5rem !important;
    }
}
.pt-5 {
    padding-top: 2.rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doeLogolink img {
  height: 50px; /* Adjust as needed */
}

#userinfo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}

#imsicon {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
#headerbar {
  background-color: #fff;
  padding:  20px;
  padding-left: 0px;
}
.trackerdetails
 {
    background-color: #185D8B !important;
 }
.collapsibles .panel
 {
  background-color: #185D8B !important;
  color: white !important;
 }

 .collapsibles .panel .paneltitle
 {
  color: white !important;
 }
 .collapsibles .panelcontent .listitem.active
 {
  background-color: #B5D7ED !important;
 
 }