@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Inter'), local('Inter-Regular'), local('Inter Regular'),
    url('fonts/Inter-Regular.woff2') format('woff2'),
    url('fonts/Inter-Regular.woff') format('woff');
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Inter Bold'), local('Inter-Bold'),
      url('fonts/Inter-Bold.woff2') format('woff2'),
      url('fonts/Inter-Bold.woff') format('woff');
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: .875rem;
}
* {
    box-sizing: border-box;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #2d72c7;
    background-color: transparent;
    border-color: transparent;
}
a[data-v-db923c0a], a[data-v-db923c0a]:hover {
    color: inherit!important;
}
a[data-v-db923c0a]:hover {
    text-decoration: underline;
}
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.015625rem;
}
header {
    background-color: #f8f8f8;
    padding-bottom: 20px;
}
.header-logo {
    margin-top: 26px;
}
.content {
    margin: 40px 0;
    min-height: calc(100vh - 242px);
}

.content p {
    font-size: 1rem;
    line-height: 1.4;
}

.content-wrap {
    width: 720px;
    max-width: 90%;
    margin: 0 auto;
}
form input[type="text"], form input[type="email"] {
    padding: 7px 10px;
}
form input[type="checkbox"] {
    margin: 0 7px;
    vertical-align: text-bottom;
}
form input[type="submit"] {
    width: 100%;
    height: 3rem;
}
form p {
    color: #000;
    padding: 0;
    margin: 0 0 20px;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.underline {
    text-decoration: underline;
}
.aqua-button[primary] {
    color: #fff;
    background-color: #2d72c7;
    border: .0625rem solid #2d72c7;
}
.aqua-button {
    cursor: pointer;
    outline: none;
    height: 2.375rem;
    border: none;
    border-radius: .125rem;
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    background-color: transparent;
    transition: all .25s;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.aqua-button[primary]:focus, .aqua-button[primary]:hover {
    background-color: #215491;
    border: .0625rem solid #215491;
}
.errmsg {
    border: 0.5em;
    padding: 0.5em;
    background-color: #ffaaaa;
}
.AppHeader .logoArea img[data-v-beed8774] {
    width: 8.125rem;
    align-items: center;
    vertical-align: text-bottom;
    margin-left: 2.875rem;
}
.AppHeader .logoArea[data-v-beed8774] {
    z-index: 1;
    flex: 0 0 auto;
    width: 21.125rem;
    min-width: 21.125rem;
    max-width: 50vw;
}
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.gov-banner .usflag[data-v-8adc6fed] {
    position: relative;
    top: .125rem;
    padding-right: .25rem;
}
.gov-banner[data-v-8adc6fed] {
    padding-top: .0625rem;
    padding-bottom: .0625rem;
    background-color: #f8f8f8;
    z-index: 99;
}
.gov-banner .menu-activator {
    text-decoration: underline;
    color: #255282;
    cursor: pointer;
    margin-left: .5rem;
}
.gov-banner .menu-activator:hover {
    color: #112e51;
}
.gov-banner .menu-activator .chevron[data-v-8adc6fed]:not(.outlined) {
    margin-left: .5rem;
    margin-right: .5rem;
}
.gov-banner .menu-activator .chevron[data-v-8adc6fed] {
    position: relative;
    top: .0625rem;
    font-size: 1.125rem;
    pointer-events: none;
    display: flex;
    transition: transform .25s;
}
.gov-banner .menu-activator[data-v-8adc6fed] {
    text-decoration: underline;
    color: #255282;
    cursor: pointer;
    margin-left: .5rem;
}
.gov-banner .menu-activator .chevron.rotate[data-v-8adc6fed] {
    transform: rotate(180deg);
}
.gov-banner .banner-header[data-v-8adc6fed]:not(.portrait) {
    padding-left: 1.25rem;
}
.gov-banner .banner-header[data-v-8adc6fed] {
    font-size: .75rem;
}
.gov-banner .gov-menu .menu-svg[data-v-8adc6fed] {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem;
}
.gov-banner .gov-menu .menu-lock[data-v-8adc6fed] {
    width: .59375rem;
    height: .75rem;
}
.gov-banner .gov-menu .menu-paragraph[data-v-8adc6fed] {
    max-width: 28.4375rem;
    line-height: 1.5rem;
}
.aqua-layout.justify-start {
    justify-items: flex-start;
    justify-content: flex-start;
}
.aqua-layout.align-start {
    align-items: flex-start;
}
.aqua-layout.horizontal {
    flex-direction: row;
}
.wrapper[data-v-f6118509] {
    display: inline;
}
.aqua-layout {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: nowrap;
    border: none;
    outline: none;
    min-height: 0;
    min-width: 0;
    position: relative;
}
.aqua-layout.vertical {
    flex-direction: column;
}
.aqua-flex {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    position: relative;
}
.aqua-layout.align-center {
    align-items: center;
}
.aqua-layout.justify-center {
    justify-items: center;
    justify-content: center;
}
.aqua-text-caption {
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.125rem;
}
.aqua-icon {
    display: inline-block;
    height: 3.125rem;
    width: 3.125rem;
    max-height: 3.125rem;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.gov-banner .gov-menu[data-v-8adc6fed]:not(.mobile) {
    padding-left: 2.75rem;
}
.gov-banner .gov-menu[data-v-8adc6fed] {
    font-size: .9375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: .75rem;
}
.BannerGroup[data-v-f8ed520f] {
    flex: 0 0 auto;
}
.header-wrapper.landing-page[data-v-2f72e816] {
    background-color: #fff;
}
.header-wrapper[data-v-2f72e816] {
    position: relative;
    z-index: 4;
}


/* FOOTER */
.PageFooter[data-v-db923c0a] {
    width: 100%;
    padding: .8rem 0;
    text-align: center;
    break-inside: avoid;
    background-color: #f5f5f5;
}
.links[data-v-db923c0a] {
    margin: 0 1.25rem;
    text-align: center;
    min-height: 2.5rem;
}

/* Content */

.ltr {
    text-align: left;
}

.status-grid {
    border: 1px solid #888;
    display: flex;
    flex-direction: column;
    width: 400px;
    max-width: 90%;
    margin: 30px auto;
}

.status-item {
    padding: 15px 70px 15px 10px;
    border-bottom: 1px solid #888;
    font-size: 20px;
    text-align: left;
    position: relative;
}

.status-grid:last-child {
    border-bottom: none;
}

.status-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border-left: 1px solid #888;
    padding: 15px 10px;
    display: block;
}

.status-icon span {
    background-size: 20px;
    display: block;
    width: 100%;
    height: 100%;
}

.status-available {
    background: url(../assets/images/check-circle.png) no-repeat center;
}

.status-unavailable {
    background: url(../assets/images/cross-circle.png) no-repeat center;
}

.status-frame {
    min-width: 1018px;
    min-height: 760px;
    border: none;
    left: calc(50% - 509px);
    position: relative;
    overflow-x: auto;
}

@media screen and (max-width: 680px) {
    .mobile-rows {
        flex-direction: column !important;
    }

    .PageFooter div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
        align-items: normal !important;
    }

    .PageFooter span {
        display: none;
    }

    .content {
        min-height: calc(100vh - 280px);
    }
}

@media screen and (max-width: 400px) {
    .status-item {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    iframe {
        min-width: 100% !important;
        left: unset !important;
    }
}