@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

:root {
    --aps-dark-blue: #636788;
    --aps-light-gray: #dadada;
}

.navbar-flex {
    display: flex;
    align-items: center;
}

.top-bar-txt, .top-bar-txt a {
    font-size: 11px;
    color: #4d4d4d;
    line-height: 40px;
    font-weight: 400;
}

.top-info-email {
    padding: 12px 15px;
    line-height: 40px;
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}

.top-info-phone {
    padding: 12px 20px;
    border-right: 1px solid #E4E4E4;
    margin-left: 0px;
}

.top-info-fax {
    padding: 12px 20px;
    margin-left: 0px;
}

.top-info-icon {
    color: #969696;
    font-size: 16px !important;
    background: none;
    margin: 0 10px 0 0;
    top: 2px;
    position: relative;
    line-height: 36px;
}

.social-wrap-head li {
    list-style-type: none;
    background: none;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

a.portal-login {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
    padding: 0 7px;
}

.privacy-page-content {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    background-color: var(--aps-light-gray)
}

    .privacy-page-content li {
        margin: 4px 10px;
        padding: 0;
        list-style-type: disc;
    }

        .privacy-page-content li li {
            margin: 4px 20px;
            padding: 0;
            list-style-type: square;
        }


.privacy-page-header {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.privacy-section-header {
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
    margin-top: 15px;
}

div.privacy-section-header + div {
    margin: 0 15px;
}

.blue-background {
    background-color: var(--aps-dark-blue);
    color: white;
}

.therapies-container {
    height: 350px;
    display: flex;
    flex-direction: column;
}

.therapies-list {
    text-align: left;
}

    .therapies-list li {
        list-style-type: square;
        list-style-position: inside;
    }

.learn-more-button {
    background: var(--aps-dark-blue);
    width: 70%;
    margin: auto;
    color: white;
    border-radius: 7px;
    padding: 4px;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 980px) {
    .social-wrap-head, .top-info-fax {
        display: none;
    }

    .privacy-page-content {
        width: 90%;
    }

        .privacy-page-content li {
            margin: 4px 0 0 -10px;
        }

            .privacy-page-content li li {
                margin: 4px 0 0 -20px;
            }
}

@media screen and (max-width: 560px) {
    .navbar-flex {
        flex-direction: column;
    }

    .top-info-email, .top-info-phone {
        padding: 13px 5px;
        line-height: 30px;
        border: none;
    }
}

@media screen and (max-width: 480px) {
    .navbar-logo img {
        float: left;
    }

    .navbar-toggle {
        margin-right: 65px;
    }

    .portal-login-container {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
}
