﻿
body
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.official-banner
{
    background-color: var(--theme-gray-600);
}

.navbar
{
    background-color: var(--theme-gray-white);
    border-bottom: 0.0625rem solid var(--theme-primary-300);
    padding: 1.5rem 0;
}

.logo
{
    height: 1.75rem;
}

.navbar.navbar-basic .navbar-toggler,
.navbar .btn-outline-ui
{
    color: var(--bs-body-color);
    transition: all 150ms ease-in-out;
}

.navbar .btn-outline-ui:hover,
.navbar .btn-outline-ui:hover,
.navbar .btn-outline-ui:hover,
.navbar .btn-outline-ui:active,
.navbar .btn-outline-ui:hover,
.navbar .btn-outline-ui:focus-visible
{
    color: var(--theme-gray-white);
}

.navbar .btn-link
{
    color: var(--bs-body-color);
}

.navbar .btn
{
    font-weight: 700;
}

.navbar-nav
{
    display: flex;
    align-items: center;
}

.validation-error-label
{
    background: var(--bs-form-invalid-color);
    color: var(--theme-gray-white);
    padding: .1rem .3rem;
    border-radius: var(--bs-border-radius);
}

.text-wrap-balance{
    text-wrap: balance;
}

.text-wrap-pretty{
    text-wrap: pretty;
}

#govTypesList
{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

@media screen and (min-width: 768px)
{
    #govTypesList
    {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 992px)
{
    .nav-item
    {
        display: flex;
        align-items: center;
    }
}

.navbar.navbar-signup
{
    background-color: transparent;
    border-bottom: none;
}

.hero
{
    position: relative;
    background-image: url('../img/radial-gradient-white.png');
    background-position: center -4rem;
    background-repeat: no-repeat;
    background-color: var(--theme-accent-50);
    padding: 4rem 0 0;
    overflow-y: hidden;
}

@media screen and (min-width: 992px)
{
    .hero
    {
        background-position: center top;
        padding: 2rem 0 0;
    }
}

.hero p
{
    color: var(--theme-primary);
    text-align: center;
}

.hero-illustration
{
    transform: translateY(.6625rem);
}

.hero-border-bottom
{
    width: 100%;
    height: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--theme-primary-500);
}

.section, .benefits-block, .myla-alert-container
{
    --whitespace: 2rem
}

.section,
.benefits-block
{
    padding: var(--whitespace) 0;
}

.myla-alert-container
{
    margin: var(--whitespace) auto 0 auto;
}

noscript.myla-alert-container:has(.container) + .myla-alert-container,
.myla-alert-container:not(noscript) + .myla-alert-container
{
    margin-top: calc(var(--whitespace) * .3);
}

.helps
{
    background-image: url('../img/radial-gradient-blue.png');
    background-position: center 0rem;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: var(--theme-primary);
    border-top: .25rem solid var(--theme-primary);
}

.helps .h2
{
    color: var(--theme-gray-white);
    text-align: center;
}

.helps .card
{
    background-color: transparent;
}

.icon-blurb
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 992px)
{
    .icon-blurb
    {
        justify-content: start;
        align-items: center;
        flex-direction: row;
    }
}

.icon-blurb-icon
{
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--theme-accent-400);
    border-radius: 3rem;
    border: .25rem solid var(--theme-secondary-800);
    flex: 0 0 auto;
}

.icon-blurb-icon-small
{
    width: 4rem;
    height: 4rem;
    color: var(--theme-gray-400);
    background-color: var(--theme-gray-50);
    border: .125rem dashed var(--theme-gray-200);
}

.icon-blurb-text .h5
{
    text-align: center;
}

@media screen and (min-width: 992px)
{
    .icon-blurb-text .h5
    {
        text-align: left;
    }
}

.icon-blurb-text p
{
    color: var(--theme-primary-100);
}

.icon-blurb-text p:first-child
{
    color: var(--theme-gray-white);
}

.h1-section
{
    display: flex;
    font-size: 1.5rem;
    line-height: 1.16;
    font-weight: 700;
}

.h1-section .icon
{
    font-size: 1.5rem;
    color: var(--theme-secondary);
    width: 1.75rem;
    height: 1.75rem;
    flex: 0 0 auto;
}

.h2-section
{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--theme-primary);
    display: flex;
    align-items: center;
    gap: .5rem;
}

.benefits-block .h2-section
{
    text-align: center;
    justify-content: center;
}

.card
{
    border: none;
}

.card-thick .card-body
{
    padding: 2rem;
}

.card-thick.link-affordance
{
    padding-right: 5rem;
    position: relative;
}

.card-thick.link-affordance:hover,
.card-thick.link-affordance:active
{
    text-decoration: underline;
}

.card-thick.link-affordance .icon.link-affordance
{
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.card-title
{
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    gap: .5rem;
    align-items: center;
}

.card-title .icon-circled
{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.5rem;
    font-size: 1rem;
    color: var(--theme-primary);
    background-color: var(--theme-secondary-100);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

details.faq-detail summary
{
    text-indent: -1em;
    padding-inline-start: 1em;
}

details.faq-detail .faq-question
{
    font-size: 1rem !important;
    text-indent: -1em;
}

details.faq-detail .faq-answer
{
    padding-inline-start: 1em !important;
}

details.faq-detail .faq-answer p
{
    margin: 0;
}
@media screen and (min-width: 992px)
{
    .text-block *
    {
        width: calc(50% - 1rem);
    }
}

hr.major
{
    margin: 3rem 0;
    background-color: var(--theme-gray-200);
}

.text-secondary
{
    color: var(--theme-secondary-800) !important;
}


.footer .authenticated-no
{
    background-color: var(--theme-gray-white);
    padding: 4rem 0;
    margin: auto 0 0;
}

.footer-links a
{
    color: var(--theme-primary);
    text-decoration: none;
    font-weight: 700;
}

.footer-links a:hover,
.footer-links a:active
{
    text-decoration: underline;
}

.footer .authenticated-yes
{
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    color: var(--theme-gray-white);
    background-color: var(--theme-gray-700);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.footer .authenticated-yes a,
.footer .authenticated-yes form
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.1875rem .5rem;
    flex: 1;
    font-size: .875rem;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    color: var(--theme-gray-white);
    font-weight: 600;
    letter-spacing: 0.03125rem;
}

.footer .authenticated-yes form button
{
    color: inherit;
    background: inherit;
    border: inherit;
    font-weight: inherit
}

.footer .authenticated-yes a:hover,
.footer .authenticated-yes form:hover
{
    text-decoration: underline;
}

@media screen and (min-width: 992px)
{
    .footer .authenticated-yes
    {
        display: none;
    }
}

.box-shadow-minor
{
    box-shadow: 0 0.0625rem 0 0 rgba(0, 0, 0, .15) !important;
}

.nav-pills .nav-link
{
    color: var(--bs-body-color);
    border-color: var(--theme-ui) !important;
    box-shadow: 0 .125rem 0 0 rgba(50, 67, 72, .25);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link
{
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: transparent !important;
    box-shadow: none;
}

.data-pair
{
    display: flex;
    margin: .5rem 0 0 0;
}

.data-pair .icon
{
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 1.5rem;
    font-size: 1rem;
    color: var(--bs-body-color);
}


.box-shadow-minor
{
    box-shadow: 0 .0625rem 0 0 rgba(0, 0, 0, .15) !important;
}

.box-shadow-button
{
    box-shadow: 0 .125rem 0 0 rgba(50, 67, 72, .25) !important;
}

.alert
{
    border-radius: 0;
    border-width: .25rem;
    padding: 2rem;
    border-color: var(--theme-gray-white);
    box-shadow: 0 .5rem 1.5rem 0 var(--alert-shadow-color);
}

.alert-heading
{
    color: inherit;
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}

.alert .alert-icon
{
    position: relative !important;
    top: unset;
    left: unset;
}

.alert .btn-close,
.alert .close
{
    top: 50%;
    transform: translateY(-50%);
}

.alert-success
{
    --alert-shadow-color: rgba(12, 214, 13, .2);
}

.alert-danger
{
    --alert-shadow-color: rgba(255 220 221, .2);
}

.alert-warning
{
    --alert-shadow-color: rgba(255, 248, 133, .85);
}

.alert-info
{
    --alert-shadow-color: rgb(167 223 243);
}

.alert-success :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6)
{
    color: var(--theme-alert-success-text-color)
}

.alert-danger :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6)
{
    color: var(--theme-alert-danger-text-color)
}

.alert-warning :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6)
{
    color: var(--theme-alert-warning-text-color)
}

.alert-info :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6)
{
    color: var(--theme-alert-info-text-color)
}

.account-info
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.alert-warning
{
    --theme-alert-warning-border-color: var(--theme-gray-white);
    box-shadow: 0 .5rem 1.5rem 0 rgb(251 248 197 / 85%);
}


.account-icon
{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: var(--theme-gray-400);
    background-color: var(--theme-gray-50);
    border: .125rem dashed var(--theme-gray-200);
    text-box-trim: trim-both;
    line-height: 1;
    transition: all 150ms ease-in-out;
}

.account-textuals
{
    margin: .5rem 0 1rem 0;
}

.account-textuals .icon
{
    color: var(--theme-gray-600);
}

.stretched-link:focus
{
    text-decoration: underline !important;
}

@media screen and (min-width: 992px)
{
    .account-info
    {
        flex-direction: row;
        justify-content: start;
    }

    .account-icon
    {
        margin: 0 1rem 0 0;
    }

    .account-textuals
    {
        margin: 0;
    }
}

/*css for sign up step number indicator*/
.digit-list
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin: 0 0 1rem 0;
}

.digit-rail
{
    position: absolute;
    z-index: 0;
    inline-size: 100%;
    block-size: .25rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--theme-gray-100);
}

.digit
{
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.25rem;
    z-index: 1;
}

.digit-todo
{
    background-color: var(--theme-gray-100);
}

.digit-doing
{
    font-weight: 700;
    color: var(--theme-gray-white);
    background-color: var(--theme-secondary);
}

@media screen and (min-width:992px)
{
    .digit
    {
        font-size: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}

details.password-help
{
    color: var(--theme-link-color);
    summary

{
    margin-bottom: .375rem;
}

.list-group-item
{
    padding: .51rem;
    gap: .5rem;
    border-color: var(--theme-ui-light);
    background-color: var(--theme-gray-50);
    .icon

{
    transform: translateY(.25rem);
}

kbd
{
    display: inline-flex;
    flex: 1 0 100%;
    align-self: start;
    padding: .5rem;
    margin: .25rem 0 0 0;
    color: var(--theme-body-color);
    background-color: var(--theme-gray-200);
}

}
}

details.password-help
{
    color: var(--theme-link-color);
}

details.password-help summary
{
    margin-bottom: .375rem;
}

details.password-help .list-group-item
{
    padding: .51rem;
    gap: .5rem;
    border-color: var(--theme-ui-light);
    background-color: var(--theme-gray-50);
}

details.password-help .list-group-item .icon
{
    transform: translateY(.25rem);
}

details.password-help .list-group-item kbd
{
    display: inline-flex;
    flex: 1 0 100%;
    align-self: start;
    padding: .5rem;
    margin: .25rem 0 0 0;
    color: var(--theme-body-color);
    background-color: var(--theme-gray-200);
}

.h2-section
{
    .icon

{
    background-color: var(--theme-secondary-100);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 50%;
    color: var(--theme-text-headings-color);
}

}

.button-row
{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

@media screen and (min-width: 992px)
{
    .button-row
    {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1400px)
{
    .button-row
    {
        .btn

{
    flex: 1 0 auto;
}

}
}

.card-link
{
    position: relative;
    margin: 0;
    height: 100%;
}

.card-link.card-thick .card-body
{
    padding-right: 5.25rem;
}

.card-link .card-title
{
    font-size: 1rem;
    margin-bottom: .5rem;
}

.card-link:hover .card-title,
.card-link:focus-visible .card-title
{
    text-decoration: underline;
}

.card-link .icon
{
    display: block;
    position: absolute;
    top: 2.6125rem;
    right: 2rem;
    transform: translateY(-50%);
    color: var(--theme-text-headings-color);
}

.card-link .stretched-link
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.h2-section .icon
{
    --icon-size: 1.75rem;
    height: var(--icon-size);
    width: var(--icon-size);
    font-size: var(--icon-size);
    color: var(--theme-secondary);
    flex: 0 0 auto;
    padding: 0;
    background: unset;
}

.h3-section
{
    font-size: 1.25rem;
}

section.govt-services
{
    .btn-outline-secondary

{
    background-color: var(--theme-gray-white);
    transition: all 150ms ease-in-out;
    &:hover, &:focus

{
    color: var(--theme-gray-white);
    background-color: var(--theme-secondary);
}

}

.card
{
    p: not(.card-title)

{
    width: calc(100% + 4.25rem);
}

}

.card-title,
a.stretched-link .icon
{
    color: var(--theme-secondary);
}

@media screen and (min-width: 992px)
{
    .card
    {
        p: not(.card-title)

{
    width: 100%;
}

}
}
}

.illustration-wrapper
{
    position: relative;
    padding: 0 1rem .5rem;
    margin: 0 0 1rem 0;
    &:after

{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    background-color: var(--theme-accent);
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

h2,
.h2
{
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--theme-secondary);
    margin: 0;
}

svg
{
    width: 100%;
    height: auto;
}

@media screen and (min-width: 992px)
{

    h2,
    .h2
    {
        font-size: 2.5rem;
        font-weight: 400;
        color: var(--theme-secondary);
        margin: 0 0 1rem 0;
    }
}

}

.img-client-logo-helpdesk, .help-listing-heading
{
    width: 100%;
    height: auto;
    margin: 0;
}

.img-client-logo-helpdesk
{
    max-width: 25rem;
}

.help-listing-heading
{
    color: var(--theme-secondary) !important;
    font-weight: 400;
    margin: 0;
    font-size: 2.3rem;
    text-wrap-style: balance;
    max-width: 30rem;
}

.help-listing-heading:has(+ .img-client-logo-helpdesk),
.visually-hidden
{
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.help-listing-blurb
{
    text-wrap-style: pretty;
}

.btn-outline-secondary{
    --bs-btn-color: var(--theme-secondary-800);
    --bs-btn-border-color: var(--theme-secondary-700);
    --bs-btn-hover-color: var(--theme-gray-white);
    --bs-btn-hover-bg: var(--theme-secondary-700);
    --bs-btn-hover-border-color: var(--theme-secondary-700);
    --bs-btn-focus-shadow-rgb: 0,130,130;
    --bs-btn-active-color: var(--theme-gray-white);
    --bs-btn-active-bg: var(--theme-secondary-700);
    --bs-btn-active-border-color: var(--theme-secondary-700);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--theme-secondary-700);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--theme-secondary-700);
    --bs-gradient: none;
}
