.loan-amount-articles {
    list-style: none;
    padding: 0;
}

.loan-amount-articles li {
    margin-bottom: 5px;
}

.loan-amount-articles li a {
    color: var(--wp--preset--color--custom-lab-link);
}

.loan-amount-articles li a :hover {
    opacity:.85
}

.loan-amount-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.loan-amount-articles li {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .loan-amount-articles li {
        width: 50%;
    }
}

select#smallform-loan {
    background: white;
}

.background-city .city-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.grouped-sites {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 15px;
}

.grouped-sites.short {
    align-items: stretch;
}

.grouped-sites .site {
    background: #fff;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    width: calc(33% - 20px);
}

.grouped-sites details {
    background: #fff;
    margin: 0 0 5px 0;
    padding: 20px;
    border-radius: 10px;
    width: calc(33% - 20px);
}
.grouped-sites details .site-item {
    padding: 15px 0 15px;
    border-bottom: 1px solid #ccc;
}

.grouped-sites details .site-item:last-child {
    border: none;
}

.grouped-sites details summary {
    cursor: pointer;
}
#sidebar_form .form__button {
    margin: 0 0 8px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    width: 220px !important;
    border-radius: 50px;
}
#sidebar_form .form__footer {
    text-align: center;
}

.business-hours {max-width: 400px;}
.business-hours > div {
    display: flex;
    justify-content: space-between;
}

header .header-menu .menu-icon {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

header .header-menu .menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

header .header-menu .menu-icon.open span {
    background: #0d0d0d;
}

header .header-menu .menu-icon span:nth-child(1) {
    top: 5px;
}

header .header-menu .menu-icon span:nth-child(2),
header .header-menu .menu-icon span:nth-child(3) {
    top: 18px;
}

header .header-menu .menu-icon span:nth-child(4) {
    top: 32px;
}

header .header-menu .menu-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header .header-menu .menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .header-menu .menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header .header-menu .menu-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header .header-menu ul {
    display: none;
}

header .header-menu.open ul {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: #fff;
    font-size: 23px;
    text-align: center;
    padding: 15% 0;
    gap: 11px;
    display: flex;
    flex-direction: column;
}

header .header-menu ul a,
footer .footer-menu a {
    text-decoration: none;
}

header .header-menu ul a:hover,
footer .footer-menu a:hover {
    color: #274c77;
}

.str-view-img .strviewimg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.str-view-img .wp-block-columns {
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 768px) {
    footer > div.wp-block-group > div.wp-block-columns.is-layout-flex {
        gap: 5px;
    }
    footer .footer-menu > div {
        justify-content: left;
    }
    footer .footer-menu a {
        font-size: 12px;
    }
    .logo-img {max-width: 25px;}
    .logo-name a {
        font-size: 14px;
        display: block;
        max-width: 140px;
        line-height: 15px;
    }
    .grouped-sites .site {
        width: 100%;
        margin: 0;
    }
    .grouped-sites details {
        width: 100%;
    }

}