.navbar-brand img {
    height: 45px;
}

.footer-area img {
    height: 45px;
}

.btn-one {
    background-color: var(--rssa-blue);
    border: 1px solid var(--rssa-blue);
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: var(--border-radius);
    transition: all 0.4s;
}

.btn-two {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: var(--border-radius);
    transition: all 0.4s;
}

.btn-two:hover {
    background-color: var(--white);
    border: 1px solid var(--rssa-blue);
    color: var(--rssa-blue);
}

.btn-one:hover {
    background-color: var(--white);
    border: 1px solid var(--rssa-blue);
    color: var(--rssa-blue);
}

.btn {
    padding: 16px 48px;
}

.btn-rssa-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--rssa-orange);
    --bs-btn-border-color: var(--rssa-orange);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E66E00;
    --bs-btn-hover-border-color: #E66E00;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #E66E00;
    --bs-btn-active-border-color: #E66E00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--rssa-orange);
    --bs-btn-disabled-border-color: var(--rssa-orange);
}

.list-grp {
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
}

.list-grp span.chk-item {
    font-size: 24px;
    font-weight: 600;
}

.list-grp-ftr {
    padding: .5rem 0;
    display: flex;
    flex-direction: column;
}

.list-grp-ftr span.ftr-nav-item {
    font-size: 1rem;
    font-weight: 500;
}

span.ftr-icon {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 10px;
}

.hero-list i {
    color: #fff;
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 8px;
}

.phone-icon {
    background-color: #1F9492;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
}

#get-quote {
    scroll-margin-top: 150px;
}

#about {
    scroll-margin-top: 150px;
}

#services {
    scroll-margin-top: 150px;
}

#reviews {
    scroll-margin-top: 150px;
}

#how-it-works {
    scroll-margin-top: 150px;
}

#team {
    scroll-margin-top: 150px;
}

#quote-form {
    scroll-margin-top: 150px;
}

.s1-icons {
    background-color: var(--rssa-blue);
    color: #fff;
    width: 120px;
    height: 120px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 70px;
}

.s2-icons {
    background-color: var(--rssa-blue);
    color: #fff;
    width: 120px;
    height: 120px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 70px;
}

#hero-bg {
    --fill-layer-image-opacity: 0.4;
    --bg-gradient: linear-gradient(45deg, #09404F 55.46875%, #4FAF4D 100%);
    --bg-overlay-color: transparent;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980;
}

.hero-bg {
    position: sticky;
    height: max(100lvh, calc(100% - 200lvh));
    width: 100%;
    top: 0;
    margin-bottom: calc(100lvh - max(100lvh, var(--hero-height, 100%)));
}

#_builder-form .fields-container {
    padding: 0 !important;
}

.quote-header {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
}

.form-group {
    margin-bottom: 1rem;
}

.required {
    color: #ff1a1a;
    margin-left: .25rem !important;
}

.optin-terms {
    content: '\A';
    white-space: pre;
}

.fs-875 {
    font-size: .875rem !important;
}

.fs-75 {
    font-size: .75rem !important;
}

@media screen and (max-width: 479px) {
    .navbar-brand img {
        height: 48px;
    }
}