:root {
    /* ----------------- */
    --grey: #cacaca;
    --grey-light: #eaeaea;
    --black: #282828;
    /* ----------------- */
    --blue: #0a1297;
    --blue-light: 8388ea;
    --blue-dark: #030750;
    /* ----------------- */
    --purple: #330170;
    --purple-light: #a984d5;
    --purple-dark: #000039;
    /* ----------------- */
    --pink: #b12d82;
    --pink-light: #f494d2;
    --pink-dark: #77004c;
    /* ----------------- */
    --teal: #009a9a;
    --teal-light: #35ffff;
    --teal-dark: #004444;
    /* ----------------- */
    --green: #009a41;
    --green-light: #35ff8e;
    --green-dark: #004424;
}

@font-face {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

:root {
    --color: var(--blue);
    --color-dark: var(--blue-dark);
}

/*#region Text */

h1 {
    margin: 1.5rem 0rem;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.05em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    font-family: futura-pt, Tahoma, Geneva, Verdana, sans-serif;
}

    h1.icon_indent {
        text-indent: -25px;
        margin-left: 50px;
    }

    h1 strong {
        font-weight: 400;
    }

h2 {
    margin: 1.5rem 0rem 14px 0rem;
    font-size: 2.5em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.25em;
    font-family: futura-pt, Tahoma, Geneva, Verdana, sans-serif;
}

    h2 strong {
        font-weight: 500;
    }

h3 {
    margin: 20px 0px 14px 0px;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    font-family: futura-pt, Tahoma, Geneva, Verdana, sans-serif;
}

h4 {
    margin: 1rem 0rem;
    font-size: 1.35em;
    line-height: 1.35em;
}

h5 {
    margin: 14px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
}

h6 {
    margin: 14px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}

h2.no_margin,
h3.no_margin,
h4.no_margin,
h5.no_margin {
    margin: 0;
}

p {
    margin: 1rem 0rem;
}

.notice {
    clear: both;
    padding: 10px 15px;
    background: var(--color-dark);
    color: #FFFFFF;
}

    .notice a {
        color: #FFFFFF !important;
        text-decoration: underline !important;
    }

.disclaimer {
    color: #000;
}

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;
}

h2.media-heading + p {
    margin-top: 0px;
}

h3.media-heading {
    text-transform: initial;
}
/*--------------------------------------------*/
a,
a:link,
a:active,
a:visited {
    color: var(--color);
    text-decoration: none;
    transition: all .2s ease;
}

    a.btn.btn-primary,
    a.btn.btn-danger,
    a.btn.btn-warning,
    a.btn.btn-info,
    a.btn.btn-success {
        color: white;
    }

    a:hover {
    }

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: transparent url("../../images/rgba0-0-0-0.1.png");
        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;
    }

/*--------------------------------------------*/

.btn,
.btn-primary {
    color: #fff !important;
    border-radius: 0;
    background: var(--purple);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 7px 15px;
    font-size: inherit;
    transition: all .3s ease;
}

    .btn:hover,
    .btn-primary:hover {
        background: var(--blue);
    }

    .btn.swatch {
        /*font-family: futura-pt, Tahoma, Geneva, Verdana, sans-serif;*/ background: none;
        text-transform: uppercase;
        position: relative;
        font-weight: 300;
        display: inline-block;
        padding: 15px 35px 20px 50px;
        margin-left: -10px;
        color: #fff !important;
        font-size: inherit;
        cursor: pointer;
    }


        .btn.swatch::before, .btn.swatch::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: url(../../images/swatches/title-swatch-purple.png) no-repeat;
            background-size: auto;
            background-size: 100% 100%;
            z-index: -1;
            mix-blend-mode: hard-light;
            transition: all .3s ease;
        }

        .btn.swatch::before {
            opacity: 0;
        }

        .btn.swatch:hover:before {
            opacity: 1;
        }

    .btn.outline_btn {
        border: 1px solid #000;
        border-radius: 0;
        padding: 0.5em 1.3em;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all .3s ease;
        letter-spacing: 3px;
    }

        .btn.outline_btn:hover {
            background: rgba(0,0,0,.1);
        }

        .btn.outline_btn.white {
            border: 1px solid #fff;
            color: #fff;
        }

            .btn.outline_btn.white:hover {
                background: rgba(255,255,255,.1);
            }

.gold_btn {
    background-color: #bd9b6b;
    color: #ffffff !important;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

    .gold_btn:hover {
        text-decoration: none;
        background-color: #ac8a5a;
    }

.purple_btn {
    background-color: #9B90A4;
    color: #ffffff !important;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

    .purple_btn:hover {
        text-decoration: none;
        background-color: #796e82;
    }

.alert_btn {
    background-color: #bd9b6b;
    border-radius: 5px;
    color: #ffffff !important;
    display: block;
    padding: 7px 10px;
    text-align: center;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

    .alert_btn:hover {
        text-decoration: none;
        background-color: #9b7949;
    }

.btn_white {
    border-radius: 0;
    border: 1px solid #fff;
    color: #ffffff !important;
    font-family: 'Futura Lt BT', Inter, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 30px;
    transition: all .3s ease;
    font-size: 1.2em;
}

    .btn_white:hover {
        background: rgba(255,255,255,.3);
    }

/*--------------------------------------------*/
.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;
    color: #DBDBDB;
    line-height: 1px;
    border: none;
    background-color: #CCCCCC;
}

.popover {
    min-width: 300px;
}

.no_wrap {
    white-space: nowrap;
}

/*#endregion*/

/*--------------------------------------------*/

/*#region Elements */

.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;
    max-width: 100%;
    height: auto !important;
}

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;
}

/* this override is so the mix-blend-mode on block swatches displays correctly */
[data-aos^="fade"][data-aos^="fade"].aos-init,
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    transform: none !important;
    transition-property: opacity !important;
}
/*--------------------------------------------*/
.section {
    padding-bottom: 30px;
    padding-top: 35px;
}

    .section header {
        margin-bottom: 25px;
    }

/*--------------------------------------------*/

[data-twttr-id] .twitterborderhide {
    position: relative;
    top: -6px;
    border-top: 1px solid #fff;
}

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: var(--black);
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6;
    font-family: Inter, Helvetica, Arial, Sans-Serif;
}

    body > form {
        margin: 0px;
    }

.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);
}

/*-----------------------------------------------------------------------------------------------*/

#cookie_bar {
    position: relative;
    z-index: 4000;
    padding-top: 7px;
    width: 100%;
    min-height: 49px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
}

    #cookie_bar .cookie_prompt {
        margin-right: 30px;
    }

    #cookie_bar .coloured-button {
        margin-top: 0;
        padding: 0 20px;
    }

/*-----------------------------------------------------------------------------------------------*/

#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: var(--purple-light);
    }

    #back-to-top.show {
        opacity: 1;
    }

/*-----------------------------------------------------------------------------------------------*/

/*#region - Header*/

.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

#header {
    padding: 30px 0 15px;
    z-index: 99;
    position: relative;
}

    #header .container {
        position: relative;
    }

    #header .logo {
        display: block;
        float: left;
        line-height: 0px;
    }

        #header .logo img {
            max-height: 60px;
        }

    #header h1 {
        color: var(--color-dark);
        font-size: 1.25em;
    }

    #header .header-actions {
        /*float: right;*/
        display: flex;
        gap: 1em;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
    }

        #header .header-actions .social {
            margin-right: 15px;
        }

            #header .header-actions .social a {
                font-size: .8em;
                padding: 0 5px;
            }

        #header .header-actions i {
            font-size: 1.8em;
        }

        #header .header-actions a {
            color: #fff;
        }

    #header, #header .logo img {
        transition: all .3s ease;
    }

        #header.scrolled,
        #header.menu-open {
            padding-top: 15px;
            background: rgba(0,0,26,0.9);
        }

            #header.scrolled .logo img,
            #header.menu-open .logo img {
                max-height: 50px;
            }

/*#endregion*/

#content {
    margin-top: 30px;
}

.page_home #content {
    margin-top: 0px;
}

.home_body {
    position: relative;
    margin-top: -125px;
    z-index: 10;
    padding: 4em 0 3em;
}

    .home_body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../../images/baaps-white-paint.png) top center;
        background-size: 100% auto;
        z-index: -1;
    }

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Lower */

.lower_banner {
    position: relative;
    left: 0;
    min-height: 300px;
    overflow: hidden;
    background-color: var(--blue-dark);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .lower_banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--color-dark);
        mix-blend-mode: hard-light;
    }

    .lower_banner .container {
        display: flex;
        flex-flow: column;
        justify-content: end;
        position: relative;
        min-height: 150px;
        text-align: center;
    }

        .lower_banner .container::before,
        .lower_banner .container::after {
            content: none;
        }

        .lower_banner .container > div {
            width: 100%;
            height: 100%;
            display: flex;
            flex-flow: column;
            justify-content: end;
            align-items: center;
        }

            .lower_banner .container > div > * {
                width: 100%;
                text-align: center;
                color: #fff;
            }

            .lower_banner .container > div h1 {
                margin-bottom: 0px;
                margin-top: 3.5em;
            }

    .lower_banner .image_upload_instructions {
        margin-top: 30px;
        z-index: 999;
    }

    .lower_banner + #content {
        overflow: hidden;
        position: relative;
        margin-top: -90px;
    }

#lower-swatch {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 1.5em;
    background: url(../../images/swatches/white-swatch.png) top center;
    background-size: 100% 100%;
}

.row.flex {
    display: flex;
    flex-wrap: wrap;
}

.row [class*="col-"].flex {
    display: flex;
    flex-flow: column;
}

.break-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.section_blocks {
    display: flex;
    flex-flow: column;
    height: 100%;
    gap: 2em;
    padding: 1em;
}

    .section_blocks > a {
        flex-grow: 1;
        display: block;
    }

    .section_blocks .section_block .block_img {
        filter: none;
    }

.section_block {
    position: relative;
    height: 100%;
    min-height: 250px;
    background: var(--color-dark);
    text-align: center;
    color: #fff;
}

    .section_block .image_upload {
        z-index: 99;
    }

    .section_block .swatch,
    .section_block .block_img,
    .section_block .block_content {
        position: absolute;
    }

    .section_block .swatch {
        --size: 100%;
        position: absolute;
        content: "";
        left: -40px;
        right: 60%;
        height: 100%;
        background-image: url(../../images/swatches/purple-swatch.png);
        background-image: var(--section-swatch);
        background-repeat: no-repeat;
        background-size: var(--size) auto;
        background-position: left center;
        mix-blend-mode: hard-light;
        transition: .3s ease;
        z-index: 1;
        opacity: 0;
    }


    .section_block:hover .swatch {
        right: -15px;
        opacity: 1;
    }

    .section_block .block_img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        filter: brightness(.7) saturate(1.6);
        transition: filter .3s ease;
    }

    .section_block:hover .block_img {
    }

    .section_block.editing .block_img {
        filter: none;
    }

    .section_block .block_content {
        font-family: futura-pt, Inter, Geneva, Verdana, sans-serif;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        padding: 0 1em;
        font-size: 1.5em;
        font-weight: 300;
        z-index: 2;
        line-height: 1em;
    }

/*.member_blocks .section_block {
    min-height: 175px;
}
*/
/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region Slash + Swatch*/
.slash {
    position: relative;
    color: #fff;
}

    .slash img {
        width: 100%;
    }

    .slash::before,
    .slash::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 60px;
        transform: scaleX(-1);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .slash::before {
        background-image: url(../../images/find-surgeon-top.png);
        background-position: top center;
        top: -1px;
    }

    .slash::after {
        background-image: url(../../images/find-surgeon-bottom.png);
        background-position: bottom center;
        bottom: -1px;
    }

    .slash.reverse::before,
    .slash.reverse::after {
        transform: none;
    }

.swatch_title {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/swatches/title-swatch-purple.png);
    background-image: var(--title-swatch);
    background-size: contain;
    padding: .5em 0 .6em;
    text-align: center;
    color: #fff;
    mix-blend-mode: hard-light;
}

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Surgeon Search */

.surgeon_search {
    margin: 2em 0;
    position: relative;
    padding: 7em 0;
    background-size: cover;
    background-position: center;
}

    .surgeon_search a,
    .surgeon_search h2,
    .surgeon_search p {
        color: #fff;
    }

.surgeon_search_form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

    .surgeon_search_form .form-group.one {
        flex-basis: 49%;
    }

    .surgeon_search_form .form-group.two {
        flex-basis: 33%;
    }

    .surgeon_search_form .form-group::before {
        position: absolute;
        left: 10px;
        top: 4px;
        content: "\f52a";
        font-family: bootstrap-icons !important;
        font-size: 1.2em;
        z-index: 3;
    }

    .surgeon_search_form .form-group input,
    .surgeon_search_form .form-group select {
        padding-left: 38px;
    }

    .surgeon_search_form .btn_search {
        margin-left: auto;
        height: fit-content;
    }

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/
.breadcrumb {
    padding: 0px;
    margin-bottom: 1em;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: .9em;
}

    .breadcrumb li {
        color: #9f8e75;
    }

    .breadcrumb > li + li:before {
        content: "| ";
        color: var(--black);
    }

    .breadcrumb > .active {
        color: var(--color);
    }

    .breadcrumb a {
        color: var(--black);
    }

/*----------------------------------------------------*/

/*#region Nav Blocks*/
.nav_blocks .nav_block_content {
    padding: 1.5em 2em;
    margin: 0 -.5em;
    background: url(../../images/swatches/neutral-swatch.png) no-repeat;
    background-size: 100% 100%;
}

.nav_blocks header {
    padding: 5px 0;
    margin-top: 30px;
}

    .nav_blocks header h3,
    .nav_blocks header h3 a {
        color: var(--color);
        font-size: 1.3em;
    }

.nav_blocks p {
    color: #000;
}

.nav_blocks .block_image_link {
    display: block;
    line-height: 0px;
}

/*----------------------------------------------------*/

/*#region Landing Page Nav Block*/

.landing_page_nav_blocks {
    margin-bottom: -30px;
}

    .landing_page_nav_blocks .nav_block {
        margin-bottom: 30px;
        background-color: #E1E8EE;
    }

        .landing_page_nav_blocks .nav_block h2 {
            margin: 0px;
            padding: 10px 15px;
            color: #FFFFFF !important;
            font-size: 1.8em;
            line-height: 1.1em;
        }

        .landing_page_nav_blocks .nav_block .text {
            padding: 10px 0px 10px 30px;
        }

        .landing_page_nav_blocks .nav_block p {
            margin: 0px;
            line-height: 1.35em;
        }

            .landing_page_nav_blocks .nav_block p + p {
                margin-top: 5px;
            }

            .landing_page_nav_blocks .nav_block p a {
                color: #6B9FF1 !important;
            }

        .landing_page_nav_blocks .nav_block .image img {
            width: 100% !important;
            height: auto !important;
        }

        .landing_page_nav_blocks .nav_block h2 {
            background-color: #0072aa;
        }

.master_patients .landing_page_nav_blocks .nav_block h2 {
    background-color: #6fa3f7;
}

.master_professionals .landing_page_nav_blocks .nav_block h2 {
    background-color: #6b538f;
}

.master_professionals .landing_page_nav_blocks .nav_block {
    background: #e5e0ed;
}

    .master_professionals .landing_page_nav_blocks .nav_block a {
        color: #6b538f !important;
    }

.master_professionals .inline_modules h3 a {
    color: #6b538f !important;
}
/*#endregion*/

/*#endregion*/


/*----------------------------------------------------*/

.lower_color_band {
    height: 160px;
    margin-top: 20px;
}

/*-----------------------------------------------------------------------------------------------*/

.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: transparent url("../../images/rgba0-0-0-0.2.png");
                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: var(--black);
    }

/*--------------------------------------------*/

.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: var(--black) !important;
        font-size: 1em;
    }

    .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;
}

/*-----------------------------------------------------------------------------------------------*/

.page_actions {
    background: #fff;
    padding-top: 4px;
}

.sidebar_menu.slash {
    background: var(--grey-light);
    padding: 10px 0;
}

    .sidebar_menu.slash::before,
    .sidebar_menu.slash::after {
        height: 30px;
    }

.sidebar_menu + .page_actions {
    margin-top: 20px;
}

.page_actions li {
    margin: 4px 0;
    margin-left: 10px;
}

.page_actions a {
    display: block;
    padding-left: 27px;
    height: 18px;
    color: var(--black);
    font-size: 0.9em;
    line-height: 17px;
    background-repeat: no-repeat;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .page_actions a.page_action_print {
        background-image: url("../../images/page_action_print.jpg");
    }

/*-----------------------------------------------------------------------------------------------*/

#viewSiteMap {
    color: var(--black);
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1em;
}

.sitemap {
    margin-top: 15px;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease 0s;
    -moz-transition: height 0.5s ease 0s;
    -webkit-transition: height 0.5s ease 0s;
    -ms-transition: height 0.5s ease 0s;
    -o-transition: height 0.5s ease 0s;
}

.sitemap_expand {
    height: 435px;
}

#footer_nav {
    background: #9b90a4;
    border-radius: 0;
}

.footer_navigation_wrapper .navbar {
    margin: 0px;
    min-height: 35px;
}

.footer_navigation_wrapper .navbar-nav {
    width: 100%;
}

    .footer_navigation_wrapper .navbar-nav > li > a {
        color: #FFFFFF;
        text-shadow: none;
        background: none;
        padding: 8px 0;
        display: inline-block;
        font-size: 1em;
    }

        .footer_navigation_wrapper .navbar-nav > li > a .glyphicon {
            position: absolute;
            top: 50%;
            margin-top: -0.5em;
            right: 10px;
        }

        .footer_navigation_wrapper .navbar-nav > li > a:hover {
            text-decoration: underline;
        }

.col_footer {
    width: 16.66%;
}

.footer_nav_lower ul {
    margin-top: 5px;
}

    .footer_nav_lower ul li a {
        color: #707070;
    }

.footer_menu_column {
    float: left;
}

    .footer_menu_column li {
        margin-top: 3px;
    }

/*-----------------------------------------------------------------------------------------------*/

.footer {
    margin-top: 30px;
}

.master_lower .footer .container.lower_divider {
    border-top: 1px solid #bd9b6b;
    padding-top: 50px;
}

#footer {
    font-size: .9em;
    color: #fff;
    padding: 0px 0px 40px 0px;
    background: rgb(12,19,147);
    background: linear-gradient(0deg, rgba(12,19,147,1) 0%, rgba(3,7,80,1) 100%);
}

    #footer > img {
        margin-top: -1px;
        width: 100%;
    }

    #footer .footer_menu,
    #footer .footer_menu > ul {
        display: flex;
        gap: 2em;
        justify-content: center;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        #footer .footer_menu.sub {
            opacity: .7;
        }

        #footer .footer_menu > ul {
            list-style: none;
        }

            #footer .footer_menu > ul .bi {
                display: none !important;
            }

    #footer a:hover {
        color: var(--purple-light);
    }

    #footer a {
        color: #fff;
    }

.footer_lower {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

    .footer_lower .social {
        font-size: .7em;
    }

ul.social {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 1em;
}

    ul.social a {
        font-size: 3em;
        color: #fff !important;
        transition: color .25s ease;
    }

        ul.social a:hover {
            color: var(--purple-light) !important;
        }
