/* CSS Document */
/* TheHotline.us The Hotline Chat - Google One Box. National Domestic Violence Hotline chat widget for the Google One Box deployment. TheHotline.org.  */
/* project lead: Marty Hand | National Domestic Violence Hotline | TheHotline.org */
/* author: Chad Cleveland | National Domestic Violence Hotline | TheHotline.org  */
/* copyright: © National Domestic Violence Hotline. All rights reserved. Effective as of timestamp below.  */

/*
    Created: 9/13/2022
    Last Modified: '2026-04-30 09:07';
*/

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transition-duration: 0.01ms;
        scroll-behavior: auto;
    }
}

/* --------------- */

#thl-bu-container {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--thl-black);
}

#thl-bu-container * {
    -webkit-overflow-scrolling: touch;
    border: none;
    font-family: var(--thl-font-main);
    letter-spacing: 0.2px;
    box-sizing: content-box;
}

#thl-bu-container h1 {
    text-align: center;
    font-size: 58px;
    letter-spacing: -1px;
    font-weight: 800;
    color: #fff;
    margin: 20px 0;
}


#thl-bu-container h4 {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin: 30px 0;
    letter-spacing: -0.5px;
}
#thl-bu-container .lang-btn {
    display: block;
    margin: 21px 0 0 calc(100% - 305px);
    width: 130px;
    padding: 8px 0;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    border: 2px solid var(--thl-purple-lt);
}
#thl-bu-container p {
    font-size: 23px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.5px;
}
#thl-bu-container b {
    font-size: 16px;
    width: 100%;
    display: inline-block;
}
#thl-bu-container .site-btn {
    color: #fff;
    margin: 20px auto;
    padding: 15px 30px;
    background-color: var(--thl-purple-dk);
    display: inline-block;
    text-decoration: none;
}
#thl-bu-container .site-btn-2 {
    border: 2px solid #fff;
    color: #fff;
    margin: 50px auto;
    background-color: transparent;
}
#thl-bu-container .thl-privacy-notice {
    font-weight: 800;
    text-decoration: underline;
    text-align: center;
}
#thl-bu-container .thl-what-to-expect {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin: 30px 0 0px;
    display: block;
}
#thl-bu-container .thl-privacy-policy {
    color: #fff;
    display: block;
    padding: 10px;
    margin: 0px 0 30px;
    font-size: 14px;
    display: block;
}

#thl-bu-container[thl-status="active"] {
    opacity: 1;
}

#thl-bu-container .thl-bu-pre-header {
    background: #f4f4f4;
    float: left;
    width: 100%;
}

#thl-bu-container .thl-bu-pre-header-item {
    font-size: 11px;
    font-weight: 800;
    padding: 8px 0 6px 10px;
    float: left;
    color: var(--thl-black);
    cursor: pointer;
}

#thl-bu-container .thl-bu-header {
    width: 100%;
    float: left;
    background: #fff;
}

#thl-bu-container .thl-bu-page-section {
    float: left;
    width: 100%;
}
#thl-bu-container .thl-bu-page-content {
    float: left;
    width: 800px;
    margin: 40px 0 40px calc(50% - 400px);
    text-align: center;
}

#thl-bu-container #thl-bu-services-container {
    background: var(--thl-purple-dk);
}
#thl-bu-container #thl-bu-safety-plan-container {
    background: var(--thl-purple-lt);
}
#thl-bu-container #thl-bu-safety-plan-container h1 {
  font-size: 32px;
}
#thl-bu-container .thl-bu-header-item {
    float: left;
}

#thl-bu-container .thl-bu-header-item.thl-logo {
    width: 60px;
    height: 60px;
    margin: 10px 0 0 15px;
    border-radius: 7px;
    background-color: #fff;
    cursor: pointer;
}

#thl-bu-container .img-hotline {
    width: 100%;
    height: 100%;
}

#thl-bu-container .thl-bu-header-item.exit-now {
    float: right;
    margin-right: 0;
}

#thl-bu-container #thl-bu-search-header {
    background-color: var(--thl-purple-lt);
}
#thl-bu-container #thl-bu-search-header p {
    font-size: 30px;
    font-weight: 300;
}

#thl-bu-container #thl-bu-search-container {
    background: #fff;
}
#thl-bu-container h1.thl-bu-search {
    color: var(--thl-purple-dk);
}

#thl-bu-container #thl-bu-footer {
    background-color: #4b464c;
    padding-bottom: 60px;
}

#thl-bu-container #thl-bu-footer .thl-bu-page-content {
    width: 1000px;
    margin: 40px 0 40px calc(50% - 500px);
}

#thl-bu-container .thl-bu-footer-col {
    float: left;
    width: calc(33.33% - 20px);
    margin: 10px;
}
#thl-bu-container #thl-bu-footer .thl-bu-footer-col:nth-child(2) b {
    text-align: center;
}
#thl-bu-container #thl-bu-footer .thl-bu-footer-col:nth-child(3) p,
#thl-bu-container #thl-bu-footer .thl-bu-footer-col:nth-child(3) b {
    text-align: right;
}
#thl-bu-container span.tm {
    font-size: 32px;
    vertical-align: -12px;
    margin: 0 3px;
    height: 11px;
    display: inline-block;
}
#thl-bu-container #thl-bu-footer p,
#thl-bu-container #thl-bu-footer b {
    color: #e3e3e3;
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.2px;
}
#thl-bu-container #thl-bu-footer b {
    font-size: 15px;
}
#thl-bu-container #thl-bu-footer a {
    font-weight: 700;
    color: #e3e3e3;
    font-size: 14px;
}

#thl-bu-container #thl-bu-footer a.social-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 10px 20px 10px 0;
    background-size: 100%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
}
#thl-bu-container #icon-facebook {
    background-image: url(/img/Facebook_Logo_Secondary.png);
}
#thl-bu-container #icon-instagram {
    background-image: url(/img/Instagram_Glyph_White.png);
}
#thl-bu-container #icon-x-twitter {
    background-image: url(/img/x-logo.svg);
}
#thl-bu-container #icon-youtube {
    background-image: url(/img/yt_icon_mono_dark.png);
}

#thl-bu-container hr {
    display: block;
    border: none;
    float: left;
    margin: 30px 0;
    width: 100%;
    border-top: thin solid #777;
}

#thl-bu-container .legal-notice {
    color: #e3e3e3;
    float: left;
    font-size: 12px;
    font-weight: 300;
}

#thl-bu-container .thl-bu-security-alert-container {
    position: fixed;
    padding: 50px;
    height: calc(100% - 100px);
    width: calc(100% - 100px);
    background: rgba(var(--thl-purple-dk-rgb), 0.8);
    top: 0;
    left: 0;
    overflow: auto;
    transition: all ease-in-out 0.3s;
}
#thl-bu-container .thl-bu-security-alert-container[thl-status="inactive"] {
    left: 100%;
}

#thl-bu-container .thl-bu-security-alert-content {
    background: #fff;
    width: calc(100% - 160px);
    max-width: 800px;
    margin: 200px auto 0 auto;
    padding: 50px 80px;
    border-radius: 20px;
}

#thl-bu-container .thl-bu-security-alert-content h1 {
    color: var(--thl-black);
    font-size: 42px;
    letter-spacing: 1px;
    margin: 0 0 30px;
}

#thl-bu-container .thl-bu-notice {
    margin: 30px 0 50px;
    background-color: var(--thl-purple-lt);
    border-radius: 20px;
    color: #fff;
    padding: 30px 15px;
}
#thl-bu-container .thl-bu-notice h4 {
    font-size: 24px;
}
#thl-bu-container .thl-bu-notice p {
    font-weight: 300;
    font-size: 30px;
}
#thl-bu-container .thl-bu-notice a {
    font-weight: 800;
    text-decoration: underline;
}

#thl-bu-container .thl-bu-service-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#thl-bu-container .thl-bu-service-btn {
    flex-shrink: 0;
    margin: 15px;
    width: 220px;
    float: left;
    padding: 25px 35px !important;
    cursor: pointer;
    border-radius: 20px;
    font-size: 34px;
    font-weight: 800;
    color: #222;
    background-color: #fff;
    transition: color ease-in-out 0.2s;
}
#thl-bu-container .thl-bu-service-btn:hover {
    color: var(--thl-purple-lt);
}
#thl-bu-container .thl-bu-service-btn .thl-btn-txt {
    display: inline-block;
    margin: 22px 0 0 0;
}
#thl-bu-container #text-btn {
    cursor: default;
}
#thl-bu-container #text-btn:hover {
    color: unset;
}

#thl-bu-container .thl-call-thumbnail {
    width: 80px;
    height: 80px;
    float: left;
    background-image: url(../img/the-hotline-connect-icons-call.svg);
    background-position: left;
    background-color: #fff;
    background-size: 100%;
}
#thl-bu-container .thl-chat-thumbnail {
    width: 80px;
    height: 80px;
    float: left;
    background-image: url(../img/the-hotline-connect-icons-chat.svg);
    background-position: top left;
    background-color: #fff;
    background-size: 100%;
}
#thl-bu-container .thl-text-thumbnail {
    width: 80px;
    height: 80px;
    float: left;
    background-image: url(../img/the-hotline-connect-icons-sms.svg);
    background-position: bottom left;
    background-color: #fff;
    background-size: 100%;
}
#thl-bu-container .thl-ai-thumbnail {
    width: 80px;
    height: 80px;
    float: left;
    background-image: url(../img/the-hotline-connect-icons-ai-chat.svg);
    background-position: bottom left;
    background-color: #fff;
    background-size: 100%;
}
#thl-bu-container .thl-search-thumbnail {
    width: 80px;
    height: 80px;
    float: left;
    background-image: url(https://lib.thehotline.us/icons/thl-icons-15-480.png);
    background-position: top;
    background-color: #fff;
    background-size: 300%;
}

#thl-bu-container .thl-bu-service-btn .thl-btn-caption {
    font-size: 16px;
    font-weight: 300;
    color: var(--thl-purple-dk);
    /* letter-spacing: -.5px !important; */
    float: left;
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
}

#thl-bu-container .thl-bu-security-alert-content p {
    text-align: left;

    color: var(--thl-black);
    font-size: 17px;
    line-height: 1.5;
}

#thl-bu-container .thl-bu-security-alert-content p a {
    color: var(--thl-purple-lt);
    text-decoration: underline;
    font-weight: 800;
}

#thl-bu-container #thl-bu-pp-container {
    background-color: #f4f4f4;
}
#thl-bu-container #thl-bu-pp-container h1 {
    color: var(--thl-purple-lt);
    text-align: left;
}
#thl-bu-container #thl-bu-pp-container h2 {
    color: var(--thl-black);
    text-align: left;
    font-size: 20px;
    margin: 30px 0 0px 0;
}
#thl-bu-container #thl-bu-pp-container p,
#thl-bu-container #thl-bu-pp-container li {
    color: var(--thl-black);
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 1200px) {
    #thl-bu-container #thl-bu-footer .thl-bu-page-content {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
}
@media only screen and (max-width: 900px) {
    #thl-bu-container .thl-bu-page-content {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    #thl-bu-container .thl-bu-notice {
        padding: 25px;
    }
}

@media only screen and (max-width: 750px) {
    #thl-bu-container .thl-bu-footer-col {
        width: 100%;
        text-align: left;
    }
    #thl-bu-container .thl-bu-footer-col p,
    #thl-bu-container .thl-bu-footer-col b {
        text-align: left !important;
    }

    #thl-bu-container h4 {
        font-size: 25px;
    }
    #thl-bu-container p {
        font-size: 21px;
    }
    #thl-bu-container .thl-bu-notice p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 660px) {
    #thl-bu-container h4 {
        font-size: 21px;
    }

    #thl-bu-container .thl-bu-security-alert-content {
        width: calc(100% - 80px);
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 580px) {
    #thl-bu-container h1 {
        font-size: 40px;
    }
    #thl-bu-container .thl-bu-header-item.thl-logo {
        width: 50px;
        margin: 5px 0 0 8px;
        height: 50px;
    }
    #thl-bu-container .thl-bu-header-item.exit-now {
        margin: 0px;
    }

    #thl-bu-container .thl-bu-security-alert-content {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }

    #thl-bu-container .thl-bu-security-alert-container {
        padding: 10px;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
    }
}
