
:root {
    --purple: #564691;
    --purple-rgb: 86, 70, 145;
    --purple-dark: #353772;
    --purple-light: #b29dff;
    --purple-light-rgb: 178, 157, 255;
    --pink: #cb408b;
    --pink-rgb: 203, 64, 139;
    --pink-dark: #8c3c8b;
    --pink-light: #ffaed9;
    --blue-dark: #00276f;
    --grey-light: #d9d9d9;
    --grey-purple: #f0eef8;
    /*                                 */
    --success: #008d5f;
    --success-bg: #bff3e2;
    --warning: #dd9817;
    --warning-bg: #ffe5b5;
    --danger: #75002a;
    --danger-bg: #ffdce9;
    /*                                 */
    --header-logo-width: 400px;
    --menu-image-width: 25%;
    /*                                 */
    --heading-font: 'Figtree';
    --body-font: 'Karla';
}

/*#region -- Themes*/


.t-patients {
    --color: var(--purple);
    --color-dark: var(--purple-dark);
}

.t-professionals {
    --color: var(--pink);
    --color-dark: var(--pink-dark);
}

/*#endregion*/

/*--------------------------------------------*/

h1,
h2,
h3,
h4 {
    line-height: 1.2em;
    font-weight: 400;
    font-family: var(--heading-font);
}

h1 {
    margin: 1rem 0rem;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--blue-dark);
}

h2 {
    margin: 1rem 0rem;
    font-size: 2.2rem;
    color: var(--blue-dark);
    font-weight: 500;
}

h3 {
    margin: 1rem 0rem;
    font-size: 1.65em;
    letter-spacing: -.3px;
    color: var(--blue-dark);
}

h4 {
    margin: 1rem 0rem;
    font-size: 1.35em;
    color: var(--blue-dark);
}

h5 {
    font-family: var(--heading-font);
    margin: 14px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
}

h6 {
    font-family: var(--heading-font);
    margin: 14px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 600;
}

h1.pink,
h2.pink,
h3.pink,
h4.pink {
    color: var(--pink);
}

h1.purple,
h2.purple,
h3.purple,
h4.purple {
    color: var(--purple);
}

p {
    margin: 1rem 0rem;
}

    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child,
    p:first-child {
        margin-top: 0px;
    }

    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child,
    p:last-child {
        margin-bottom: 0px;
    }

.white_text,
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text p,
.white_text a:not(.btn),
.white_text a:not(.btn):hover {
    color: #fff !important;
}

/*--------------------------------------------*/

a,
a:link,
a:active,
a:visited {
    text-decoration: none;
}

    a.btn.btn-primary,
    a.btn.btn-danger,
    a.btn.btn-warning,
    a.btn.btn-info,
    a.btn.btn-success {
        color: #fff;
    }

a {
    color: var(--purple);
    transition: color 0.3s linear;
}

    a:hover {
        color: var(--pink);
        text-decoration: none;
    }

h1 a:not([href]),
h2 a:not([href]),
h3 a:not([href]),
h4 a:not([href]),
h5 a:not([href]),
h6 a:not([href]) {
    color: inherit;
}

    h1 a:not([href]):hover,
    h2 a:not([href]):hover,
    h3 a:not([href]):hover,
    h4 a:not([href]):hover,
    h5 a:not([href]):hover,
    h6 a:not([href]):hover {
        text-decoration: none;
    }

a.external_link:after {
    position: relative;
    display: inline-block;
    content: "\e164";
    top: 1px;
    padding-left: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1em;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.pdf,
a.word,
a.ppt,
a.video,
a.document,
a.audio {
    display: inline-block;
    padding-left: 22px;
}

a.pdf {
    background: url("../../images/pdf.png") left 2px no-repeat;
}

a.word {
    background: url("../../images/icon_doc.png") left 2px no-repeat;
}

a.ppt {
    background: url("../../images/icon_ppt.png") left 2px no-repeat;
}

a.video {
    background: url("../../images/icon_youtube.png") left 2px no-repeat;
}

a.document {
    background: url("../../images/icon_document.png") left 2px no-repeat;
}

a.audio {
    background: url("../../images/icon_audio.png") left 2px no-repeat;
}

.btn_block {
    clear: both;
    display: block;
    float: none;
}

a.link_block {
    clear: both;
    position: relative;
    display: block;
    margin-top: 5px;
    padding: 8px 15px;
    text-decoration: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

    a.link_block:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    a.link_block .glyphicon-chevron-right,
    a.link_block_lg .glyphicon-chevron-right,
    a.link_block_md .glyphicon-chevron-right,
    a.link_block_sm .glyphicon-chevron-right,
    a.link_block_xs .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -0.5em;
    }

/*--------------------------------------------*/

[class*="btn-"]:not(.btn-group) {
    position: relative;
    padding: 8px 15px;
    margin: 0;
    text-decoration: none !important;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2em;
    z-index: 1;
    text-wrap: wrap;
    text-shadow: none;
    box-shadow: none;
    font-family: var(--heading-font);
    transition: background .3s linear, color .3s linear;
}

.btn-default {
    background: var(--purple);
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.active {
        background: var(--purple-light);
    }

    .btn-default.disabled,
    .btn-default:disabled,
    .btn-default[disabled] {
        background-color: rgba(var(--purple-rgb), 0.75);
        border-color: rgba(var(--purple-rgb), 0.75);
    }

.btn-primary {
    background: var(--pink);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.active {
        background: var(--pink-dark);
    }

    .btn-primary.disabled,
    .btn-primary:disabled,
    .btn-primary[disabled] {
        background-color: rgba(var(--pink-rgb), 0.75);
        border-color: rgba(var(--pink-rgb), 0.75);
    }

.btn-danger {
    background: var(--danger);
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.active {
        background: #970036;
    }

.btn-success {
    background: var(--success);
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.active {
        background: #00593c;
    }

.btn > i {
    margin-right: 7px;
}

.link-danger {
    color: var(--danger);
    font-weight: 700;
}

    .link-danger > i {
        margin-right: 7px;
        font-size: .9em;
    }

[class*="btn-"]:not(.btn-group).btn-lg {
    padding: 11px 31px;
}

/*--------------------------------------------*/

.notice {
    clear: both;
    padding: 10px 15px;
    font-weight: 600;
    background-color: #D8D8D8;
}

    .notice a {
        text-decoration: underline;
    }

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 1px;
    overflow: hidden;
    opacity: 0.3;
    color: #666666;
    border: none;
    background-color: #666666;
}

.popover {
    min-width: 300px;
}

.show_on_editing {
    display: none;
}

body.editing .show_on_editing {
    display: block;
}
/*--------------------------------------------*/
.spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacing_top {
    margin-top: 15px;
}

.spacing_bottom {
    margin-bottom: 15px;
}

.padding {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_left {
    padding-left: 15px;
}

.padding_right {
    padding-right: 15px;
}

.padding_top {
    padding-top: 15px;
}

.padding_bottom {
    padding-bottom: 15px;
}

.nopadding {
    padding: 0px;
}

.nopadding_right {
    padding-right: 0px;
}

.nopadding_left {
    padding-left: 0px;
}

/*--------------------------------------------*/

.push_right {
    float: right;
}

.push_left {
    float: left;
}

/*--------------------------------------------*/

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 4px;
    display: block;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    display: block;
}

img.fullwidth {
    margin: 0px;
    display: block;
}

img.drop_shadow {
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: 5px 5px 5px #AAAAAA;
    -moz-box-shadow: 5px 5px 5px #AAAAAA;
    box-shadow: 5px 5px 5px #AAAAAA;
}

/*--------------------------------------------*/

.section {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .section header {
        margin-bottom: 25px;
    }

/*--------------------------------------------*/

[data-twttr-id] .twitterborderhide {
    position: relative;
    top: -6px;
    border-top: 1px solid #fff;
}

[data-link].has_link {
    /*position: relative;*/
}

[data-link] .absolute_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*-----------------------------------------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #000000;
    font-weight: 300;
    font-size: 1.05rem;
    line-height: 1.5em;
    font-family: var(--body-font), Helvetica, Arial, Sans-Serif;
    min-height: 100vh;
}

    body > form {
        margin: 0;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

.page_inset {
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid rgba(156, 175, 176, 0.8);
}

/*-----------------------------------------------------------------------------------------------*/

.alert-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #3d4f59;
    color: #fff;
    padding: .75em;
    text-align: center;
    gap: 1.5em;
}

    .alert-bar a {
        color: #fff;
        font-weight: bold;
    }

    .alert-bar .btn + .btn {
        margin-left: 5px;
    }

/*-----------------------------------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: background .5s ease;
}

    #back-to-top:hover {
        background: #00CDD5;
    }

    #back-to-top.show {
        opacity: 1;
    }


/*-----------------------------------------------------------------------------------------------*/

#wrapper {
    flex-grow: 1;
}

/*-----------------------------------------------------------------------------------------------*/
/*Header*/

#header {
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: background 0.3s linear;
}

    #header.compressed {
        background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.25));
    }

#header-controls {
    background: #fff;
    color: var(--blue-dark);
    overflow: hidden;
}

    #header-controls > .container {
        display: flex;
        padding: 15px;
        justify-content: space-between;
    }

    #header-controls .header-controls-col:first-child {
        flex: 1;
    }

    #header-controls .header-controls-col a {
        color: var(--pink);
        text-transform: uppercase;
        text-decoration: none;
    }

        #header-controls .header-controls-col a:hover {
            color: var(--pink-dark);
        }

        #header-controls .header-controls-col a + a {
            margin: 0 0 0 30px;
        }

#header-main {
    position: relative;
    padding: 15px 0;
}

    #header-main > .container {
        display: flex;
        justify-content: space-between;
    }

    #header-main .header-main-col:first-child {
        flex: 1;
    }

#header .logo {
    display: inline-block;
    line-height: 0;
}

    #header .logo img {
        width: var(--header-logo-width);
    }

.master_lower #header .logo img {
    max-height: 180px;
    object-fit: contain;
    object-position: left;
}

/*-----------------------------------------------------------------------------------------------*/
/*Homepage*/

.intro-section {
    position: relative;
    padding: 60px 0;
}

    .intro-section::before {
        position: absolute;
        content: "";
        top: -22px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 45px;
        height: 45px;
        background-image: url(../../images/acpin-badge.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 99;
    }

.information-section {
    position: relative;
    overflow: hidden;
}

    .information-section .information-container {
        display: flex;
    }

    .information-section .information-column {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .information-section .information-column .information-panel {
            position: relative;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            text-align: center;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .information-section .information-column .information-panel.has_link:hover .information-panel-content {
                background: var(--color-dark);
            }

            .information-section .information-column .information-panel .image_upload {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
            }

        .information-section .information-column .information-panel-content {
            background: var(--color);
            padding: 30px;
            margin: 60px 15px;
            color: #fff;
            display: inline-block;
            transition: background .3s ease;
        }


            .information-section .information-column .information-panel-content h2,
            .information-section .information-column .information-panel-content h3,
            .information-section .information-column .information-panel-content h4 {
                text-transform: uppercase;
                font-weight: 300;
                color: inherit;
            }

        .information-section .information-column .information-label {
            background: var(--color);
            padding: 15px;
            color: #fff;
        }


.highlights-section {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

    .highlights-section .highlights-container {
        display: flex;
        justify-content: center;
        align-items: end;
    }

        .highlights-section .highlights-container .highlights-column {
            flex: 1 1 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .highlights-section .highlights-container .highlights-column.has_link:hover h4 {
                color: var(--pink) !important;
            }

            .highlights-section .highlights-container .highlights-column .image_upload_instructions {
                width: 300px;
            }

            .highlights-section .highlights-container .highlights-column span {
                font-weight: 600;
            }

/*-----------------------------------------------------------------------------------------------*/
/*Lower Pages*/
.lower-banner {
    position: relative;
    padding: 300px 0 15px;
    margin: 0 0 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

    .lower-banner::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .lower-banner .container {
        position: relative;
        height: 100%;
        z-index: 9;
    }

        .lower-banner .container h1,
        .lower-banner .container p,
        .lower-banner .container span {
            display: inline-block;
            padding: 15px 0;
            margin: 0;
            max-width: 90%;
            color: #FFFFFF;
            font-size: 3.4rem;
            line-height: 1.2em;
            letter-spacing: -0.5px;
            font-weight: 300;
        }

    .lower-banner .image_upload_instructions {
        top: unset;
        z-index: 999;
    }

/*-----------------------------------------------------------------------------------------------*/
.breadcrumb_container {
    margin-top: -30px;
    margin-bottom: 30px;
    background: var(--purple);
}

.breadcrumb {
    padding: 10px 0px;
    margin-bottom: 0;
    background-color: transparent;
}

    .breadcrumb > li a {
        color: var(--purple-light);
    }

        .breadcrumb > li a:hover {
            color: var(--pink-light);
        }

    .breadcrumb > li + li:before {
        color: #fff;
    }

    .breadcrumb > .active {
        color: #fff;
    }

/*-----------------------------------------------------------------------------------------------*/
/*Expandable*/

.expandable {
    clear: both;
    margin-bottom: 15px;
}

.expandable_heading .expandable_title {
    margin: 0px;
    color: #FFFFFF !important;
    text-align: center;
}

    .expandable_heading .expandable_title a {
        display: block;
        padding: 10px;
        color: #FFFFFF !important;
        text-decoration: none;
    }

        .expandable_heading .expandable_title a.collapsed {
            background: none;
        }

            .expandable_heading .expandable_title a,
            .expandable_heading .expandable_title a.collapsed:hover {
                background: rgba(0, 0, 0, 0.2);
            }

    .expandable_heading .expandable_title .glyphicon {
        float: right;
        transition: transform 0.5s;
        transform: rotate(180deg);
    }

    .expandable_heading .expandable_title .collapsed .glyphicon {
        transform: rotate(0deg);
    }

.expandable_collapse {
    overflow: hidden;
}

.expandable_body {
    padding: 15px;
    font-size: 0.9em;
}

    .expandable_body h3.media-heading a {
        color: #000000;
    }

/*--------------------------------------------*/

.editable_expandable {
    clear: both;
    margin: 15px 0px;
}

    .editable_expandable .expandable_heading,
    .editable_expandable .expandable_heading .expandable_title,
    .editable_expandable .expandable_heading .expandable_title a {
        background: #F1F1F1 !important;
        color: #444444 !important;
    }

    .editable_expandable .expandable_heading {
        padding: 10px;
    }

        .editable_expandable .expandable_heading h4 {
            margin: 0px;
        }

    .editable_expandable .expandable_title {
        text-align: left;
    }

    .editable_expandable .expandable_body {
        font-size: 1em;
        border: 1px dashed #CCCCCC;
    }

        .editable_expandable .expandable_body > :first-child {
            margin-top: 0px;
        }

/*--------------------------------------------*/

.master_lower .editable_expandable .expandable_heading,
.lmeditor_inline .editable_expandable .expandable_heading {
    padding: 0px;
}

.master_lower .editable_expandable .expandable_body,
.lmeditor_inline .editable_expandable .expandable_body {
    border: none;
}

/*-----------------------------------------------------------------------------------------------*/
/*Footer*/

#footer {
    position: relative;
    margin: 30px 0 0;
    padding: 60px 0 30px;
    color: #fff;
    background: var(--purple-dark);
}

    #footer::before {
        position: absolute;
        content: "";
        top: -22px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 45px;
        height: 45px;
        background-image: url(../../images/acpin-badge.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 99;
    }

    #footer h2,
    #footer h2,
    #footer h3,
    #footer h4 {
        color: #fff;
    }

    #footer .footer-container {
        padding: 15px 0;
        display: flex;
        align-items: center;
        gap: 30px;
    }

    #footer .container > .footer-container + .footer-container {
        border-top: 1px solid #fff;
        font-size: 0.8rem;
        line-height: 1.2em;
    }

    #footer .footer-container .footer-container-col .footer_logo {
        min-width: 300px;
    }


    #footer .footer-container .footer-container-col:first-child {
        flex: 1;
    }

        #footer .footer-container .footer-container-col:last-child {
            text-align: right;
        }

    #footer .footer-separator {
        padding: 0 10px;
    }

    #footer a {
        color: #fff;
    }
