.flex {
    display: flex;
}

.justify-end {
    justify-content: flex-end;
}

.mt-0 {
    margin-top: 0 !important;
}

.wrapper {
    width: 100%;
}

.hide--lg {
    display: none !important;
}

.cmn--link {
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    text-decoration: underline !important;
    margin: 6px 0 0;
    font-family: poppinssemibold, sans-serif;
}

    .cmn--link:hover {
        text-decoration: none !important;
    }

.cmn--link--wt {
    color: #fff;
}

    .cmn--link--wt:hover {
        color: #303e48;
    }

.cmn--hdr .cmn--hdr--desc {
    color: #6E777E;
    margin: 16px 0;
}

.cmn--hdr--sm .sub--heading {
    font-size: 18px;
    line-height: 28px;
}

.landing--tabs p, .landing--tabs ul li, .landing--tabs ol li {
    font-size: 16px;
    line-height: 26px;
    color: #303e48;
}

    .landing--tabs p strong {
        font-weight: 400;
        font-family: poppinssemibold,sans-serif;
    }

    .landing--tabs p:empty, .ah--accord--wrapper .accordion-submenu p:empty {
        margin: 0;
        display: none;
    }

.landing--tabs ul, .landing--tabs ol {
    padding-left: 16px;
}

    .landing--tabs ul li {
        list-style: disc;
        display: list-item;
    }

    .landing--tabs ol li {
        list-style: decimal;
        display: list-item;
    }

.landing--tabs p, .landing--tabs ol, .landing--tabs ul {
    margin: 14px 0;
}

    .landing--tabs p, .landing--tabs ol li:first-child, .landing--tabs ul li:first-child {
        margin-top: 0;
    }

    .landing--tabs p, .landing--tabs ol li:last-child, .landing--tabs ul li:last-child {
        margin-bottom: 0;
    }


body .cmn--hdr {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}

    body .cmn--hdr p {
        color: #44515A;
        margin: 6px 0 0;
        word-break: break-word;
    }

body .cmn--hdr--row {
    flex-direction: row;
}

.page--section {
    margin: 48px 0;
}

.page--wt--blk {
    padding: 24px;
    background: #fff;
}

.landing--hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    position: relative;
}

.landing--thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

    .landing--thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.landing--hero .wrapper {
    position: relative;
    z-index: 1;
}


.ha--dtls {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 4px 12px -4px rgba(48, 62, 72, 0.12), 0px 16px 32px 0px rgba(48, 62, 72, 0.16);
    border-radius: 12px;
    padding: 32px;
}

.ha--dtls--lt {
    width: calc(100% - 160px);
    flex-shrink: 0;
}

    .ha--dtls--lt .ha-name-ttl {
        font-size: 32px;
        line-height: 40px;
        font-family: poppinssemibold, sans-serif;
    }

.ha--dtls--rt {
    width: 160px;
    flex-shrink: 0;
}

.ha--logo {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .ha--logo img {
        max-width: 100%;
        /*max-height: 100%;*/
    }

.ha--contact--info {
    display: flex;
    align-items: center;
    margin: 16px 0 0;
    gap: 12px 24px;
    flex-wrap: wrap;
}

.contact-adrs {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .contact-adrs i {
        font-size: 16px;
        color: #009DDB;
    }

    .contact-adrs p {
        margin: 0;
        font-family: poppinssemibold, sans-serif;
    }


        .contact-adrs p br {
            display: none;
        }

        .contact-adrs p a {
            color: #303E48;
        }

            .contact-adrs p a:hover {
                color: #009DDB;
            }


.landing--cont .tabbing--row {
    background: #fff;
    width: 100%;
    padding: 8px 0 0;
    margin-bottom: -48px;
}

    .landing--cont .tabbing--row .tabbing--flex {
        display: flex;
        justify-content: space-between;
    }

.ha--dtls--sticky {
    display: flex;
    align-items: center;
    column-gap: 16px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 6px;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}

    .ha--dtls--sticky .ha-name-ttl {
        font-family: poppinssemibold, sans-serif;
        font-size: 18px;
        margin: 0;
    }

    .ha--dtls--sticky .ha--logo {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .ha--dtls--sticky .ha--logo img {
            max-width: 100%;
            max-height: 100%;
        }


.tab.landing--tabs .tab-menu-link {
    color: #ACB2B6;
    font-family: poppinssemibold, sans-serif;
}

    .tab.landing--tabs .tab-menu-link.active {
        color: #00a1df;
    }

.landing--cont .tabbing--row .tab-menu {
    justify-content: flex-start;
    gap: 24px;
    border: none;
}

.landing--cont .tab .tab-bar {
    padding: 96px 0 0;
    background: transparent;
}

/* Programs Row CSS */

.program--listing {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding-bottom: 6px;
}

.program--row {
    width: 100%;
}

    .program--row p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
        color: #59656D;
    }

        .program--row p:last-child {
            margin: 0;
        }

.program--top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.program--top--lt {
    /*width: calc(100% - 450px);
    display: flex;
    align-items: center;
    gap: 12px;*/
}

.program--ttl {
    font-size: 18px;
    line-height: 24px;
    font-family: poppinssemibold,sans-serif;
    display: inline;
}

.program--ttl--sm {
    font-size: 16px;
}

.program--status {
    /*display: flex;
    align-items: center;
    gap: 4px;*/
    display: inline;
}

    .program--status .property--tag {
        margin: 0;
        display: inline-flex;
    }

.network--icon img {
    float: left;
}

.purple--badge {
    align-items: center;
    gap: 8px;
}

.program--top--rt {
    display: inline-flex;
    justify-content: flex-end;
    /*width: 450px;*/
    gap: 8px;
}

.program--sub--row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 12px 0 0;
}

.program--sub--lt {
    width: calc(100% - 120px);
}

    .program--sub--lt p {
        width: 100%;
    }

.type--row {
    flex-wrap: wrap;
    gap: 8px 24px;
    display: flex;
}

.type--lbl {
    font-size: 14px;
    color: #59656D;
    display: flex;
    align-items: center;
}

    .type--lbl strong {
        font-family: poppinssemibold,sans-serif;
        margin-left: 4px;
        font-size: 14px;
        color: #303E48;
    }


.blue--tooltip {
    color: #009DDB;
    cursor: pointer;
}

    .blue--tooltip:hover {
        color: #303E48;
    }

.program--sub--rt {
    width: 120px;
}

.program--row .cmn--link {
    font-family: poppinssemibold,sans-serif;
    font-size: 14px;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

    .program--row .cmn--link:hover {
        color: #303E48;
        text-decoration: none;
    }


.program--desc {
    margin: 10px 0 0;
}

.ellipsed p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program--row .read--more {
    margin: 8px 0 0;
}

.viewall--row {
    text-align: center;
    padding: 20px;
}

.viewall--link {
    font-family: poppinssemibold,sans-serif;
    display: inline-flex;
    gap: 12px;
}


body .update--app--cta {
    margin: 24px 0 12px;
    background: linear-gradient(269deg, #00A3E5 0.91%, #007BAB 102.7%);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.update--cta--lt .update--cta--ttl {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-family: poppinssemibold,sans-serif;
}

.update--cta--lt .update--cta--desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0 0;
}

.update--app--cta .cmn--link--wt:hover {
    color: #fff;
    opacity: 0.5;
}

.update--cta--rt .cmn--btn {
    background: #fff;
    border-color: #fff;
    color: #009DDB;
    font-family: poppinssemibold,sans-serif;
}

    .update--cta--rt .cmn-hvr.cmn--btn:not(.disabled):hover, .update--cta--rt .cmn--btn:not(.disabled):hover {
        background: #303E48;
    }

.powered--cont {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 16px 0 0;
}

    .powered--cont span {
        color: #fff;
        font-size: 16px;
    }

.learning--cta {
    margin: 12px 0;
}

.learning--ttl {
    font-size: 18px;
    line-height: 24px;
    font-family: poppinssemibold,sans-serif;
}

.learning--desc {
    color: #59656D;
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0 0;
}

    .learning--desc a {
        color: #009DDB;
        font-family: poppinssemibold,sans-serif;
        text-decoration: underline !important;
        display: inline;
    }

        .learning--desc a:hover {
            color: #303E48;
            text-decoration: none !important;
        }


.wl--help {
    display: flex;
    justify-content: space-between;
}

.wl--help--lt {
    width: 364px;
}

    .wl--help--lt .cmn--hdr {
        margin-bottom: 0;
    }


.wl--help--video {
    width: 680px;
    height: 396px;
    border-radius: 4px;
}

    .wl--help--video video {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

.subscribe--section {
    padding: 0 106px;
}

.subscribe--box {
    margin: 60px 0;
    padding: 36px;
    background: #fff;
    /*background: linear-gradient(269deg, #00A3E5 -4.08%, #007BAB 99.94%);
    box-shadow: 0px 4px 8px -4px rgba(0, 123, 171, 0.08), 0px 16px 24px 0px rgba(0, 123, 171, 0.08);*/
}

.subscribe-hdr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.subscribe--mbl-btn {
    display: none;
}

.subscribe--mbl--hdr {
    display: none;
}


.subscribe--hdr--lt {
    width: calc(100% - 230px);
    flex-shrink: 0;
}

    .subscribe--hdr--lt .cmn--hdr {
        margin-bottom: 0;
    }

.subscribe--hdr--rt {
    width: 230px;
    flex-shrink: 0;
}

.subscribe-hdr .cmn--hdr p {
    margin-top: 6px;
}

.fld--row {
    display: flex;
    gap: 8px;
    margin: 0 0 24px;
}

    .fld--row:last-child {
        margin-bottom: 0;
    }

    .fld--row .field--blk {
        margin: 0;
    }

    .fld--row .custom--checkbox {
        font-size: 12px;
        color: #303E48;
        margin-bottom: 0;
    }

.btn--row {
    margin: 24px 0 0;
}

.program--inner {
    display: flex;
    gap: 24px;
}

.program--lt {
    width: 330px;
    flex-shrink: 0;
}

.program--rt {
    width: calc(100% - 354px);
    flex-shrink: 0;
}

.other--dtls {
    display: flex;
    gap: 36px;
}

.other--lt {
    width: 690px;
    flex-shrink: 0;
}

.other--rt {
    width: 444px;
    flex-shrink: 0;
}

body .resources--info {
    display: flex;
    flex-direction: column;
    /*row-gap: 24px;*/
    list-style: none;
    padding-left: 0;
}

    body .resources--info li {
        padding: 0 0 16px;
        margin: 0 0 16px;
        list-style: none;
        border-bottom: 1px solid rgba(132,132,132, 0.2);
        word-break: break-word;
    }

        body .resources--info li:last-child {
            margin: 0;
            padding: 0;
            border-bottom: none;
        }

        body .resources--info li .cmn--link {
            font-family: poppinssemibold, sans-serif;
            display: inline-flex;
            margin: 0;
            align-items: center;
            gap: 8px;
        }

        body .resources--info li p {
            font-size: 14px;
            line-height: 24px;
            color: #6E777E;
            margin: 4px 0 0;
            word-break: break-word;
        }

.other--rt {
    width: 445px;
    flex-shrink: 0;
}

.resources--thumb {
    width: 100%;
    height: 390px;
    position: relative;
}

    .resources--thumb:after {
        content: '';
        width: 100%;
        height: 100%;
        top: -8px;
        left: 8px;
        background: #E5F5FB;
        position: absolute;
        border-radius: 4px;
    }

.resources--thumb--inn {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
    margin: 0;
}

    .resources--thumb--inn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.search--top {
    display: flex;
    justify-content: space-between;
}

.search--hdng {
    font-size: 18px;
    font-family: poppinssemibold, sans-serif;
    line-height: 24px;
    margin-bottom: 12px;
}

.search--info {
    display: flex;
    gap: 24px;
}

.search--info--lt {
    width: 480px;
}

    .search--info--lt img {
        max-width: 100%;
    }

.search--info--rt {
    width: calc(100% - 506px);
    margin-top: 60px;
}

    .search--info--rt p, .search--info--rt ul li {
        font-size: 16px;
        line-height: 24px;
        color: #59656D;
    }

    .search--info--rt p {
        margin: 0;
    }

    .search--info--rt ul {
        margin: 14px 0 0;
        display: flex;
        flex-direction: column;
        padding: 0 0 0 16px;
    }

        .search--info--rt ul li {
            list-style: disc;
        }

    .search--info--rt .search--sub--hdng {
        font-family: poppinssemibold, sans-serif;
        color: #303e48;
    }

.search--btn--row {
    margin-top: 20px;
}
/*.scrolled .landing--hero {
    margin-top: 110px;
}*/
.sticky--nav .tabbing--row {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    border-top: 1px solid #e8eaed;
    box-shadow: 0 5px 10px rgba(48,62,72,.1);
}

.sticky--nav .ha--dtls--sticky {
    opacity: 1;
    visibility: visible;
    backface-visibility: visible;
}

.sticky--nav .landing--cont .tabbing--row .tab-menu {
    border-bottom: none;
}

.ha--row {
    margin: 12px 0;
}

.ha--ttl {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px;
    font-family: poppinssemibold, sans-serif;
}

.ha--grid {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ha--col {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEBEC;
    border-radius: 4px;
}

    .ha--col:last-child {
        width: 96px;
    }

    .ha--col img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 4px;
    }

.show--more--ha {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #009DDB;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}

    .show--more--ha:hover {
        background: #009DDB;
        color: #fff;
    }


.ha--modal .newmodalsmallcontainer {
    max-width: 860px;
    margin: 0 auto;
}

.cmn--hdr .type--lbl {
    margin-top: 14px;
}

.alert--msg--cont .cmn--link {
    margin-top: 0;
}


.ha--name--dtls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EAEBEC;
}

    .ha--name--dtls .ha-name-ttl {
        font-size: 18px;
        line-height: 24px;
        font-family: poppinssemibold, sans-serif;
        width: calc(100% - 48px);
        padding-right: 12px;
        margin: 0;
    }

    .ha--name--dtls .ha--logo {
        width: 48px;
        height: 48px;
        height: 48px;
    }

.contact--infos {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

    .contact--infos p {
        display: flex;
        margin: 0;
        gap: 10px;
        font-size: 16px;
        line-height: 24px;
    }

        .contact--infos p i {
            width: 24px;
            font-size: 14px;
            color: #009DDB;
            margin-top: 4px;
            flex-shrink: 0;
        }

        .contact--infos p a {
            font-size: 16px;
            line-height: 24px;
            color: #303E48;
            text-decoration: underline;
        }

            .contact--infos p a:hover {
                color: #009DDB;
                text-decoration: none;
            }

.agency--text-mbl {
    display: none;
}

.no--ha--cont p {
    margin: 10px 0 0;
}

/* Owner Tab CSS */
.secure--grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
    padding-bottom: 10px;
}

.secure--col {
    padding: 24px;
    background: #fff;
    position: relative;
}

.secure--thumb {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 24px;
}

    .secure--thumb img {
        max-width: 100%;
    }

.secure--ttl {
    font-size: 20px;
    line-height: 28px;
    font-family: poppinssemibold, sans-serif;
    margin: 0 0 8px;
}

.secure--desc {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #59656D;
}

.inprogress--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(19, 103, 163, 0.10);
    backdrop-filter: blur(4px);
}

    .inprogress--overlay span {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 30px;
        color: #303E48;
        font-family: poppinsbold, sans-serif;
    }

.lyp--card {
    border-radius: 12px;
    background: linear-gradient(269deg, #00A3E5 0%, #007BAB 127.11%);
    box-shadow: 0px 4px 8px -4px rgba(48, 62, 72, 0.08), 0px 16px 24px 0px rgba(48, 62, 72, 0.08);
    padding: 24px;
    display: flex;
    margin: auto;
    gap: 24px;
    width: calc(100% - 210px);
}

.lyp-card--lt {
    width: calc(100% - 240px);
    flex-shrink: 0;
}

    .lyp-card--lt .title {
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        font-family: poppinssemibold, sans-serif;
        margin: 0 0 12px;
    }

    .lyp-card--lt .cmn--btn {
        background: #fff;
        color: #009DDB !important;
    }

        .lyp-card--lt .cmn--btn:hover {
            color: #fff !important;
        }

    .lyp-card--lt .desc {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin: 20px 0 0;
    }

        .lyp-card--lt .desc .cmn--link {
            margin: 0;
        }

            .lyp-card--lt .desc .cmn--link:hover {
                color: #FFB500;
            }

.lyp-card--rt {
    width: 215px;
}

    .lyp-card--rt img {
        max-width: 100%;
    }

.voucher--grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    padding-bottom: 10px;
}

.voucher--col {
    padding: 24px;
    background: #fff;
    position: relative;
}

    .voucher--col .icon {
        font-size: 24px;
        color: #FFB500;
        height: 30px;
        display: block;
    }

    .voucher--col .title {
        font-size: 20px;
        line-height: 28px;
        font-family: poppinssemibold, sans-serif;
        margin: 8px 0 6px;
    }

    .voucher--col .desc {
        font-size: 14px;
        line-height: 20px;
        margin: 6px 0 0;
        color: #59656D;
    }

.find--rent--box {
    padding: 24px;
    background: #fff;
    margin-top: 14px;
}

    .find--rent--box > .cmn--hdr {
        margin-bottom: 24px;
    }

.find--rent--grid {
    display: flex;
    /*grid-template-columns: repeat(3,minmax(0,1fr));*/
    gap: 72px;
}

.find--rent--col {
    flex: 1;
}

.find--rent--grid .cmn--hdr {
    margin-bottom: 0;
}

    .find--rent--grid .cmn--hdr p {
        min-height: 104px;
    }

        .find--rent--grid .cmn--hdr p strong {
            font-family: poppinssemibold, sans-serif;
            font-style: italic;
            font-weight: 400;
        }

.find--rent--grid .cmn--btn {
    margin-top: 16px;
}

.find--rent--grid .cmn--link {
    margin-top: 16px;
}

/* About Tab CSS */
.serve--section {
    padding-bottom: 10px;
}

.serve--blk {
    padding: 24px;
    background: #fff;
    margin-bottom: 24px;
}

    .serve--blk .cmn--hdr--sm {
        margin: 0 0 8px;
    }

.jurisdiction--list {
    list-style: disc;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding-left: 16px;
    margin: 10px 0 0;
}

    .jurisdiction--list li {
        font-size: 14px;
        line-height: 20px;
        color: #303E48;
        padding: 0;
        list-style: disc;
    }

        .jurisdiction--list li:empty {
            display: none;
        }


.housing--row {
    display: flex;
    gap: 12px;
}

    .housing--row p {
        margin: 0;
    }

/* Eligibal Modal CSS  */
.eligibal--modal .newmodalsmallcontainer {
    max-width: 860px;
    margin: auto;
}

.eligibal--modal .signin--form--main {
    max-height: calc(100vh - 100px);
}

.eligible--dtls {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.eligible--title {
    font-size: 16px;
    font-family: poppinssemibold, sans-serif;
    margin: 0 0 8px;
}

.eligible--desc, .eligible--list li {
    font-size: 14px;
    line-height: 20px;
    color: #59656D;
}

.eligible--desc {
    margin: 10px 0 0;
}

    .eligible--desc strong {
        font-weight: 400;
        font-family: poppinsbold,sans-serif;
    }

.eligible--list {
    padding-left: 15px;
}

    .eligible--list li {
        list-style: disc;
    }

body .ah--accord {
    padding-left: 0;
}

.ah--accord .accordion-dropdown {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
    list-style: none;
}

body .ah--accord li .links a {
    font-family: poppinsmedium, sans-serif;
    padding: 16px 46px 16px 16px;
}

/*body .ah--accord li .links a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: none;
    width: auto;
    height: auto;
    color: #979EA3;
    font-size: 18px;
}*/

.ha--modal--info {
    margin-bottom: 24px;
}

.modal--info--title {
    font-size: 16px;
    line-height: 24px;
    font-family: poppinssemibold, sans-serif;
}

.modal--info--desc {
    font-size: 14px;
    line-height: 20px;
    color: #59656D;
    margin: 8px 0 0;
}

.ha--listing {
    max-height: 485px;
    overflow-y: auto;
}

    .ha--listing::-webkit-scrollbar {
        width: 4px;
    }

    .ha--listing::-webkit-scrollbar-track {
        background: #EDEFF1;
        border-radius: 2px;
    }

    .ha--listing::-webkit-scrollbar-thumb {
        background-color: #59656D;
        border-radius: 2px;
    }

    .ha--listing ul {
        list-style: none;
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

        .ha--listing ul li {
            width: calc(50% - 12px);
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 0;
        }

.ha--listing--logo {
    width: 60px;
    height: 60px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #EAEBEC;
    margin: 0;
    background: #fff;
}

    .ha--listing--logo img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 4px;
    }

.ha--listing--name {
    width: calc(100% - 72px);
}

    .ha--listing--name .title {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }


.apply--toast {
    margin-top: 12px;
}

.find--rent--col .cmn--btn.disabled:hover {
    background: inherit;
    color: #00a1df;
}

.highcharts-grid-line {
    stroke: #fff !important;
}

.highcharts-xaxis-grid .highcharts-grid-line:nth-last-child(2) {
    stroke: #D6D8DA !important;
}

.eligible--chart {
    margin: 15px 0 0;
}

/*body .ah--accord--wrapper .accordion-submenu p, body .ah--accord--wrapper .accordion-submenu ol, body .ah--accord--wrapper .accordion-submenu ul {
    margin: 14px 0;
}

    body .ah--accord--wrapper .accordion-submenu ol li, body .ah--accord--wrapper .accordion-submenu ul li {
        margin: 0 0 8px;
    }

        body .ah--accord--wrapper .accordion-submenu p:first-child, body .ah--accord--wrapper .accordion-submenu ol li:first-child, body .ah--accord--wrapper .accordion-submenu ul li:first-child {
            margin-top: 0;
        }

        body .ah--accord--wrapper .accordion-submenu p:last-child, body .ah--accord--wrapper .accordion-submenu ol li:last-child, body .ah--accord--wrapper .accordion-submenu ul li:last-child {
            margin-bottom: 0;
        }*/


/*.ah--accord--wrapper .accordion-submenu ol, .ah--accord--wrapper .accordion-submenu ul {
    padding-left: 16px;
}*/

.ah--accord--wrapper .accordion-submenu ol li, .ah--accord--wrapper .accordion-submenu ul li {
    box-shadow: none;
    margin-bottom: 14px;
    border: none;
}

/*.ah--accord--wrapper .accordion-submenu ul li {
        list-style: disc;
    }

        .ah--accord--wrapper .accordion-submenu ol li:last-child, .ah--accord--wrapper .accordion-submenu ul li:last-child {
            margin-bottom: 0;
        }*/

/*.ah--accord--wrapper .accordion-submenu p strong {
    font-weight: 400;
    font-family: poppinssemibold,sans-serif;
}*/

.ah--accord--wrapper .ah--accord .accordion-submenu a {
    background: none;
    color: #00a1df;
    text-decoration: underline;
    font-family: poppinssemibold,sans-serif;
    transition: all 0.3s ease-in-out;
}

    .ah--accord--wrapper .ah--accord .accordion-submenu a:hover {
        text-decoration: none;
        color: #303e48;
    }

.learn--more--link {
    margin-top: 30px;
}

.ah--accord--wrapper .accordion-submenu .subheading {
    font-size: 18px;
    line-height: 28px;
    font-family: poppinssemibold,sans-serif;
    margin: 0 0 24px;
}

.ah--accord--wrapper .accordion-submenu .voucher--row {
    margin-bottom: 40px;
}

    .ah--accord--wrapper .accordion-submenu .voucher--row:last-child {
        margin-bottom: 0;
    }

.app--status {
    display: flex;
    gap: 6px;
    align-items: center;
    white-space: nowrap;
}

    .app--status label {
        font-size: 14px;
        line-height: 20px;
        color: #59656D;
    }

.app--status--mobile {
    display: none;
}

.tab .tab-menu-link h2 {
    font-size: 16px;
}

/** Enroll CSS **/
.enroll--section {
    margin: 24px 0 0;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.enroll--row .program--top {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
}

.enroll--grid {
    display: flex;
    row-gap: 12px;
    margin: 12px 0 0;
}

.enroll--box {
    border-radius: 4px;
    border: 1px solid #EAEBEC;
    background: #ffffff;
    padding: 12px;
    width: 100%;
}

.program--desc ul {
    padding-left: 16px;
}

    .program--desc ul li {
        font-size: 14px;
        line-height: 20px;
        color: #59656D;
        list-style: disc;
    }


.contact--row {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 40px 24px;
}

.contact--card .cmn--hdr {
    margin-bottom: 16px;
}

.ext--lbl {
    padding-left: 14px;
    position: relative;
}

    .ext--lbl:before {
        content: '';
        width: 1px;
        height: 16px;
        background: rgba(132,132,132,.3);
        position: absolute;
        top: 4px;
        left: 0;
    }

.ha--contact--info .ext--lbl {
    margin-left: 6px;
    padding-left: 10px;
}

    .ha--contact--info .ext--lbl:before {
        top: 0;
    }


.leadership--grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
}

.leadership--card {
    padding: 4px 4px 16px;
    background: #fff;
}

.leader--thumb {
    width: 100%;
    padding-top: 88.83%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

    .leader--thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }


.leader--caption {
    padding: 12px 8px 0;
    margin: 0;
}

    .leader--caption .desc {
        font-size: 16px;
        line-height: 24px;
        margin: 8px 0 0;
    }

.job-ttl {
    font-size: 18px;
    display: block;
    line-height: 24px;
}


.req--access--section .lyp--card {
    width: 810px;
}

.req--access--section .lyp-card--lt {
    width: 100%;
}

    .req--access--section .lyp-card--lt .title {
        margin-bottom: 6px;
    }

    .req--access--section .lyp-card--lt .desc {
        margin: 6px 0 10px;
    }

.req--access--modal .newmodalsmallcontainer {
    max-width: 560px;
    margin: auto;
}

.req--access--section .cmn--alert--msg {
    margin-bottom: 0;
}

.req--access--section .alert--msg--cont p {
    font-size: 14px;
    line-height: 20px;
    margin: 7px 0 0;
}


/* iPad Media */
@media screen and (min-width: 1024px) and (max-width:1179.98px) {

    /*.sticky--nav .tabbing--row {
        top: 85px;
    }*/

    .search--hdng {
        width: 70%;
    }

    .wl--help {
        gap: 36px;
    }


    .other--lt, .other--rt {
        width: calc(50% - 18px);
    }

    .wl--help--lt {
        width: 35%;
    }

    .wl--help--rt {
        width: calc(65% - 36px);
    }

    .wl--help--video {
        width: 100%;
    }

    .subscribe--section {
        padding: 0;
    }

    .program--sub--lt {
        gap: 20px;
    }

    .ha--grid {
        gap: 12px;
        flex-wrap: wrap;
    }

    .ha--col {
        width: 74px;
    }

    .find--rent--grid {
        gap: 36px;
    }
}

@media screen and (min-width: 800px) and (max-width:1179.98px) {
    .ha--listing {
        max-height: calc(100vh - 370px);
    }

    .ha--modal .signin--form--main {
        max-height: inherit;
    }
}

@media screen and (min-width: 1024px) and (max-width:1800.98px) {
    .ha--modal .signin--form--main {
        max-height: inherit;
    }
}

/* Tablet Media */
@media screen and (min-width: 768px) and (max-width:1023.98px) {
    .hide--mobile {
        display: none !important;
    }

    .ha--dtls--lt .ha-name-ttl {
        font-size: 26px;
        line-height: 36px;
    }

    body .cmn--hdr p, .update--cta--lt .update--cta--desc, .learning--desc, .search--info--rt p, .search--info--rt ul li, body .ah--accord--wrapper .accordion-submenu p, body .ah--accord--wrapper .accordion-submenu ol li, .editor--data p, .editor--data ul li, .editor--data ol li, body .landing--tabs p, body .landing--tabs ul li, body .landing--tabs ol li {
        font-size: 15px;
    }


    body .ah--accord li .links a {
        font-size: 16px;
    }

    .cmn--hdr .cmn--hdr--desc {
        margin: 6px 0 0;
    }

    .landing--hero {
        height: 240px;
    }

    .ha--dtls {
        padding: 24px;
    }

    .ha--contact--info {
        gap: 10px 18px;
        flex-wrap: wrap;
    }

    .program--top, .program--sub--row {
        flex-direction: column;
    }

    .program--top--lt, .program--sub--lt {
        width: 100%;
        flex-wrap: wrap;
    }

    .type--row {
        gap: 10px 20px;
    }

    .program--sub--rt {
        width: 100%;
    }

    /*.sticky--nav .tabbing--row {
        top: 69px;
    }*/

    body .update--app--cta {
        flex-direction: column;
        row-gap: 24px;
    }

    .update--cta--lt {
        width: 100%;
    }

    .update--cta--rt {
        display: flex;
        align-items: center;
        gap: 30px;
        width: 100%;
    }

    .powered--cont {
        margin: 0;
    }

    .search--top, .wl--help, .program--inner {
        flex-direction: column;
    }

    .wl--help--lt, .wl--help--video {
        width: 100%;
    }

    .subscribe--section {
        padding: 0;
    }

    .fld--row.hide--mobile {
        display: flex !important;
    }

    .subscribe--box {
        padding: 24px;
    }

    .other--lt, .program--lt, .program--rt {
        width: 100%;
    }

    .other--rt {
        display: none;
    }

    .program--inner {
        row-gap: inherit;
    }

    .wl--help--rt {
        margin: 22px 0 0;
    }

    body .hdr--view--link {
        flex: 0.5;
        margin-top: 0;
    }

    .ha--grid {
        flex-wrap: wrap;
    }

    .hide--lg {
        display: block !important;
    }

    .type--lbl.hide--lg {
        display: none !important;
    }

    .ha--col {
        min-width: 114px;
    }

    .program--status .property--tag.hide--mobile {
        display: inline-block !important;
    }

    /* Owner Tab CSS */

    .secure--grid {
        gap: 16px;
    }

    .secure--col {
        padding: 16px;
    }

    .secure--thumb {
        height: 170px;
    }

    .basic--lyp--section .lyp--card {
        width: 100%;
    }

    .find--rent--grid {
        gap: 48px 32px;
        flex-wrap: wrap;
    }

    .find--rent--col {
        flex: inherit;
        width: calc(50% - 16px);
    }

    .ha--modal .newmodalsmallcontainer {
        max-width: calc(100% - 40px);
    }

    .ha--grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .ha--col {
        width: 100%;
        height: 100%;
    }

        .ha--col:nth-child(n+14) {
            display: none;
        }

        .ha--col:last-child {
            display: block;
            grid-column: span 2 / span 2;
            width: auto;
        }

    .search--info--lt, .search--info--rt {
        width: 50%;
    }

    .search--info--rt {
        margin-top: 30px;
    }

    .eligibal--modal .newmodalsmallcontainer {
        max-width: calc(100% - 30px);
    }

    body .tab .tab-menu.menu--carousel {
        padding: 0;
        width: auto;
    }

    .landing--cont .tabbing--row .tab-menu {
        gap: 12px;
    }

    .sticky--nav .ha--dtls--sticky {
        column-gap: 8px;
    }

    .ha--dtls--sticky .ha-name-ttl {
        font-size: 16px;
    }

    .app-status--desktop {
        display: none;
    }

    .app--status--mobile {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .landing--cont .tab .tab-bar {
        padding: 166px 0 0;
    }

    .landing--cont .tabbing--row {
        margin-bottom: -118px;
    }

    .contact--row {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .leadership--grid {
        gap: 16px;
    }
}

/* Mobile Media */
@media screen and (min-width: 320px) and (max-width:767.98px) {

    .page--wt--blk {
        padding: 16px;
    }

    .page--section {
        margin: 36px 0;
    }

    body .basic-partner-page .wrapper {
        padding: 0 !important;
    }

    .landing--hero {
        padding: 160px 16px 0;
        height: auto;
        background: #fff;
        box-sizing: border-box;
    }

    .landing--thumb {
        height: 120px;
    }

    .ha--dtls {
        padding: 0;
        background: transparent;
        box-shadow: none;
        flex-direction: column;
    }

    .ha--dtls--lt {
        width: 100%;
    }

        .ha--dtls--lt .ha-name-ttl {
            font-size: 24px;
            line-height: 32px;
        }

    .landing--hero .ha--logo {
        position: absolute;
        top: 16px;
        left: 16px;
        background: #fff;
        box-shadow: 0px 1px 4px 0px rgba(48, 62, 72, 0.20);
        border-radius: 4px;
        width: 120px;
        height: 120px;
    }

    .ha--contact--info {
        flex-direction: column;
        gap: 8px 16px;
        align-items: flex-start;
    }

    .contact-adrs i {
        position: relative;
        top: 4px;
    }

    .contact-adrs p {
        font-family: poppinsregular, sans-serif;
        font-size: 14px;
    }

    .landing--hero .wrapper {
        position: static;
    }

    body .landing--cont .tabbing--row .tab-menu {
        border-bottom: none;
        padding: 0;
        gap: 10px;
    }



    body .landing--cont .tab .tab-menu-link {
        font-size: 14px;
    }

    /*.sticky--nav .tabbing--row {
        top: 85px;
    }*/

    body .cmn--hdr {
        padding: 0 16px !important;
    }

        body .cmn--hdr h2 {
            order: inherit;
            text-align: left !important;
        }

        body .cmn--hdr p {
            font-size: 14px;
            line-height: 20px;
        }

    body .page--wt--blk .cmn--hdr {
        padding: 0 !important;
    }

    .program--top, .program--top--lt {
        flex-direction: column;
        align-items: flex-start;
    }

    .program--top--lt {
        width: 100%;
    }

    .program--ttl {
        font-size: 16px;
        line-height: 24px;
    }

    body .border--radius {
        border-radius: 0;
    }

    .program--sub--row {
        flex-direction: column;
        align-items: flex-start;
    }

    .program--sub--lt, .program--sub--rt {
        width: 100%;
    }

    .type--row {
        flex-direction: column;
        row-gap: 14px;
    }

    .type--lbl {
        display: flex;
        justify-content: space-between;
    }

        .type--lbl.hide--lg {
            display: flex !important;
        }

    .cmn--hdr .type--lbl {
        justify-content: flex-start;
    }

    body .update--app--cta {
        width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        border-radius: 4px;
        row-gap: 24px;
        margin: 24px auto;
    }

    .update--cta--rt {
        width: 100%;
    }

        .update--cta--rt .cmn--btn {
            min-width: inherit;
            width: 100%;
        }

    .update--cta--lt .update--cta--ttl {
        font-size: 18px;
        line-height: 24px;
    }

    .update--cta--lt .update--cta--desc, .learning--desc {
        font-size: 14px;
        line-height: 20px;
    }

    .program--listing {
        padding-bottom: 0;
    }

    .search--inner {
        padding: 16px;
    }

    .search--top {
        flex-direction: column;
    }

    .search--info {
        flex-direction: column-reverse;
        margin: 30px 0 0;
    }

    .search--info--rt {
        width: 100%;
    }

    .search--info--lt {
        width: 100%;
    }

    .search--info--rt {
        margin: 0;
    }

        .search--info--rt p, .search--info--rt ul li {
            font-size: 14px;
            line-height: 20px;
        }

    .wl--help {
        padding: 16px;
        flex-direction: column;
    }

    .wl--help--lt {
        width: 100%;
    }

    .wl--help--rt, .wl--help--video {
        width: 100%;
    }

    .wl--help--video {
        height: 190px;
    }

    body .wl--help--lt .cmn--hdr {
        margin-bottom: 24px;
    }

    .subscribe--section {
        padding: 0 16px;
        margin: 24px 0;
    }

    .subscribe--box {
        border-radius: 4px !important;
        padding: 16px;
        margin: 36px 0;
    }

    .subscribe-hdr {
        flex-direction: column-reverse;
        row-gap: 14px;
    }

    .subscribe--hdr--rt, .subscribe--hdr--lt {
        width: 100%;
    }

        .subscribe--hdr--rt i {
            width: 100%;
            text-align: center;
            display: block;
        }

    .subscribe--form .cmn--btn {
        width: 100%;
    }

    .hide--mobile {
        display: none !important;
    }



    .ah--accord--wrapper {
        padding: 0 16px;
    }


    .program--inner {
        padding: 36px 16px;
        flex-direction: column;
        row-gap: inherit;
    }

    .program--lt, .program--rt {
        width: 100%;
    }

        .program--rt .ah--accord--wrapper {
            padding: 0;
        }

    other--dtls {
        flex-direction: column;
    }

    .other--lt {
        width: 100%;
    }

    .other--rt {
        display: none;
    }

    body .landing--cont .tabbing--row .tab-menu {
        justify-content: center;
    }

    .landing--cont .tabbing--row {
        padding: 16px 0 0;
        margin-bottom: -132px;
    }

    .landing--cont .tab .tab-bar {
        padding: 160px 0 0;
    }

    .sticky--nav .landing--cont .tab .tab-bar {
        padding: 190px 0 0;
    }

    .sticky--nav .landing--cont .tabbing--row {
        padding-top: 0;
    }

    .cmn--hdr .cmn--hdr--desc {
        margin: 8px 0 0;
    }

    .hide--lg {
        display: block !important;
    }

    .ha--grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .ha--col {
        width: 100%;
        height: 100%;
    }

        .ha--col:nth-child(n+9) {
            display: none;
        }

        .ha--col:last-child {
            display: block;
            grid-column: span 2 / span 2;
            width: auto;
        }

    .subscribe--hdr--lt .cmn--hdr {
        padding: 0 !important;
    }

    .subscribe--form {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 11111111119;
    }

        .subscribe--form.show {
            display: block;
        }

    .subscribe--mbl-btn {
        display: block;
    }

        .subscribe--mbl-btn .cmn--btn {
            width: 100%;
            min-width: inherit;
        }

    .subscribe--mbl--hdr {
        width: 100%;
        padding: 15px 20px;
        background: #00a1df;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .subscribe--mbl--hdr h4 {
            font-size: 18px;
            line-height: 28px;
            margin: 0;
            font-family: poppinsmedium,sans-serif;
            color: #fff;
        }

    .form--main {
        height: calc(100% - 58px);
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    .form--scroll {
        max-height: 100%;
        overflow-y: auto;
    }

    .fld--row {
        flex-direction: column;
        gap: 24px;
    }

        .fld--row .custom--checkbox {
            color: #303E48;
        }

    .btn--row {
        margin-top: auto;
        margin-bottom: 0;
        padding-top: 16px;
    }

        .btn--row .cmn--btn {
            width: auto;
            background: #009DDB;
            border-color: #007bab;
            min-width: 120px;
            line-height: 43px;
            color: #fff;
        }

    .gha--faqs {
        padding-bottom: 40px;
        position: relative;
    }

        .gha--faqs .hdr--view--link {
            position: absolute;
            bottom: 0;
            left: 16px;
        }

    .contact--modal .signin--form--main {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .contact--modal .ren-own-btn {
        margin-top: auto;
    }

    /* Owner Tab CSS */
    .secure--grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
        padding: 0 16px;
    }

    .secure--col {
        border-radius: 4px !important;
    }

    .secure--section {
        margin-bottom: 36px;
    }

    .basic--lyp--section {
        padding: 0 16px;
    }

        .basic--lyp--section .lyp--card {
            width: 100%;
            flex-direction: column-reverse;
            border-radius: 4px;
        }


    .lyp-card--lt {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

        .lyp-card--lt .title {
            order: 1;
        }

        .lyp-card--lt .desc {
            order: 2;
            margin: 0 0 30px;
        }

        .lyp-card--lt .cmn--btn {
            order: 3;
        }

    .lyp-card--rt {
        text-align: center;
        width: 100%;
    }

    .voucher--grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
        padding: 0 16px;
        gap: 16px;
    }

    .voucher--col {
        border-radius: 4px !important;
    }

    .find--rent--box {
        margin: 32px 0 0;
        padding: 24px 16px;
    }


    .find--rent--grid {
        gap: 32px;
        flex-direction: column;
    }

        .find--rent--grid .find--rent--col .cmn--hdr, .find--rent--box > .cmn--hdr, .serve--blk .cmn--hdr {
            padding: 0 !important;
        }

        .find--rent--grid .cmn--hdr p {
            min-height: inherit;
        }

    .serve--blk {
        padding: 16px;
    }

    .other--section {
        padding-top: 16px;
    }

    .programs--section .cmn--alert--msg, .serve--blk {
        width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto;
    }

    .programs--section .program--row .cmn--alert--msg {
        width: 100%;
    }

    .serve--blk {
        border-radius: 4px !important;
    }

    .cmn--hdr--sm .sub--heading {
        font-size: 16px;
    }

    .contact--infos p, .contact--infos p a {
        font-size: 14px;
    }

    .housing--row {
        padding: 0 16px;
    }

        .housing--row p {
            font-size: 14px;
            line-height: 22px;
        }

    .program--top--rt .cmn--btn {
        font-size: 14px;
        padding: 0 5px;
    }

    .program--top--rt .cmn--btn {
        flex: 1;
    }

    .contact-adrs {
        align-items: flex-start;
    }


    .newmodalsmallcontents {
        height: 100%;
    }

    .mbl--mid--cont {
        height: calc(100% - 50px);
    }

    .agency--text-desktop {
        display: none;
    }

    .agency--text-mbl {
        display: block;
    }

    .no--ha--cont p a {
        font-size: 14px;
        display: inline;
    }

    .ha--listing {
        max-height: inherit;
        overflow: initial;
    }

        .ha--listing ul li {
            width: 100%;
        }

    .eligibal--modal .signin--form--main {
        max-height: max-content;
    }

    .eligibal--not--allow--modal .signin--form--main {
        max-height: inherit;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .eligibal--not--allow--modal .signin--form--main .ren-own-btn {
            margin-top: auto;
        }

    .landing--cont .tabbing--row .tabbing--flex {
        flex-direction: column-reverse;
    }

    .ha--dtls--sticky {
        margin-bottom: 0;
        padding: 8px 16px;
        display: none;
        border-bottom: 1px solid #EAEBEC;
    }

    .sticky--nav .ha--dtls--sticky {
        display: flex;
    }

    .ha--dtls--sticky .ha-name-ttl {
        width: calc(100% - 55px);
        flex-shrink: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .ha--dtls--sticky .ha--logo {
        flex-shrink: 0;
    }

    .app-status--desktop {
        display: none;
    }

    .app--status--mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .eligibal--modal .modal--popup--title {
        white-space: nowrap;
        font-size: 17px;
    }

    .eligibal--modal .mbl--mid--cont {
        height: calc(100% - 50px);
    }

    .landing--tabs ul li, .landing--tabs ol li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .ah--accord--wrapper .accordion-submenu .subheading, .search--hdng {
        font-size: 16px;
    }

    .enroll--row .program--top {
        flex-direction: row;
        align-items: center;
    }

    .type--lbl strong {
        font-size: 13px;
        text-align: right;
    }

    .enroll--box .type--lbl strong {
        width: 68%;
    }

    .ha--modal .signin--form--main {
        height: calc(100% - 70px);
    }

    .ha--modal .ren-own-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 20px;
        background: #fff;
    }

    .ah--accord--wrapper .accordion-submenu ol li, .ah--accord--wrapper .accordion-submenu ul li {
        margin-bottom: 10px;
    }

        .ah--accord--wrapper .accordion-submenu ol li:last-child, .ah--accord--wrapper .accordion-submenu ul li:last-child {
            margin-bottom: 0;
        }

    .contact--row {
        grid-template-columns: repeat(1,minmax(0,1fr));
        gap: 24px;
    }

    .contact--card {
        border-bottom: 1px solid rgba(132,132,132,.3);
        padding-bottom: 24px;
    }

        .contact--card:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

    .leadership--grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
        padding: 0 16px;
    }

    .leader--thumb {
        padding-top: 78.83%;
    }

    .job-ttl {
        font-size: 16px;
    }

    .leader--caption .desc {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (min-width: 320px) and (max-width:574.98px) {
    .housing--row {
        flex-direction: column;
    }
}

@media screen and (min-width: 320px) and (max-width:1023.98px) {

    .program--row {
        position: relative;
        padding-bottom: 86px;
    }

    .program--top--rt {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        justify-content: center;
        padding: 16px;
        gap: 8px;
    }

    .abt--contact--section {
        margin-top: 10px;
    }


    .program--top--rt .agency--btn {
        background: #00a1df;
        border: 1px solid #007bab;
        color: #fff;
    }
}

/*@media screen and (min-width: 480px) and (max-width: 991.98px) and (orientation: landscape) {
    .mbl--mid--cont {
        height: calc(100vh - 80px);
    }
}*/


