/* Site Adjustments */

:root {
    --hp-subheader-font-family: var(--fonts-accent);
    --hero-underline-hover-color: var(--background-1-hover);
}

.hp-header {
    color: var(--primary-base) !important;
}


/* betterbot */
.betterbot_button-wrapper {
    background: none;
    right: 0;
    // top: 200px;
    bottom: unset;
}
        
.betterbot_button-wrapper.betterbot_left{
    right:0px !important;
    left:unset !important;
}

.bottom-chat {
    right: 0;
    top: 400px;
    bottom: unset;
} 

#betterbot_bot-chat{
    left:unset;
    right:0px;
}

.betterbot_left .betterbot_chat-bubbles {
    left: -70px !important;
}
                    
.betterbot_bot-container.betterbot_left{
    left:unset;
    right:0px;
}
        
        
@media only screen and (max-width: 767px) {
    .betterbot_button-wrapper {
        top: unset;
        bottom: 10px !important;
    }
    
    .bottom-chat {
        top: unset;
        bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .bottom-chat {
        top: 410px;
    }
}


/* the Arbor Advantage */
#body_the_arbor_advantage .custom-text-container .custom-content .content-container {
    box-shadow: none;
    margin: 50px auto;
}

#body_the_arbor_advantage .custom-text-container {
    padding: 20px 24px;
}

.custom-text-container .custom-content .content-container .content-title {
    text-align: center !important;
    font-family: 'Lato';
    font-size: 20px;
    text-transform: capitalize;
}

/* footer */
.footer-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 auto;
    max-width: 300px;
}

.footer-icon-container * {
    display: inline-flex;
    flex: 1;
    margin: 0;
}

.footer-icon-container > span {
    padding-bottom: 20px;
}

.footer-icon-container > span > svg {
    height: 65px;
    object-fit: contain;
    fill: var(--footer-button-bg-color);
}
