﻿:root {
    /**/
    --pink: #d6378b;
    --pink-light: #ff94ca;
    --pink-alt: #a43975;
    --pink-grey: #ca599b;
    --purple: #3d167d;
    --purple-light: #a86594;
    --purple-alt: #412a66;
    --purple-grey: #86799b;
    --blue: #0eb2d5;
    --blue-alt: #27a2cb;
    --blue-grey: #adccd3;
    --navy: #275b8a;
    --navy-alt: #105c92;
    --navy-grey: #275a75;
    --dark-navy: #1b4162;
    /**/
    --tan: #f1eee5;
    --white: #fff;
    --black: #252525;
    /* Fonts */
    --heading-font: 'Nunito', Inter, Roboto, Arial, sans-serif;
    --body-font: 'Rubik', Inter, Roboto, Arial, sans-serif;
    /* Alert Colours */
    --info: #1470a5;
    --success: #0b6747;
    --warning: #bc4a00;
    --danger: #ac0049;
    --info-bg: #c0edff;
    --success-bg: #e4fff6;
    --warning-bg: #fff2e7;
    --danger-bg: #ffe5e5;
}

/*#region -- Text Elements*/
h1 {
    font-family: var(--heading-font);
    margin: 1rem 0rem;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 600;
    letter-spacing: -.7px;
    color: var(--purple);
}

h2 {
    font-family: var(--heading-font);
    margin: 1rem 0rem;
    font-size: 2em;
    line-height: 1.15em;
    color: var(--pink-grey);
    letter-spacing: -.5px;
}

h3 {
    margin: 1rem 0rem;
    font-size: 1.65em;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: -.35px;
    color: var(--pink-alt);
}

h4 {
    margin: 1rem 0rem;
    font-size: 1.35em;
    font-weight: 500;
    line-height: 1.35em;
    color: var(--purple);
    letter-spacing: -.3px;
}

h5 {
    font-family: var(--body-font);
    margin: 14px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 300;
}

h6 {
    font-family: var(--heading-font);
    margin: 14px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}

p {
    margin: 1rem 0rem;
}

.notice {
    clear: both;
    padding: 10px 15px;
    background-color: #f0e6ff;
}

    .notice a {
        text-decoration: underline;
    }

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 {
    color: #fff !important;
}
    .white_text a:not(.btn) {
        color: #fff;
    }
    .white_text a:not(.btn):hover {
        color: var(--pink-light);
    }

/*--------------------------------------------*/

a:link,
a:active,
a:visited {
    text-decoration: none;
    color: var(--pink-grey);
    text-decoration: none;
    font-weight: 400;
    transition: all .3s ease;
    outline: none;
}

a.btn.btn-primary,
a.btn.btn-danger,
a.btn.btn-warning,
a.btn.btn-info,
a.btn.btn-success {
    color: white;
}

a:hover {
    text-decoration: none;
    color: var(--pink-alt);
}

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-primary {
    font-family: var(--heading-font);
    padding: 0.5em 1em;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: var(--navy);
    text-decoration: none;
    border: none;
    font-size: 1em;
    line-height: 1.7em;
    border-radius: 18px;
    transition: background-color .3s ease;
    border: none;
    background-image: none;
}

.btn {
    font-family: var(--heading-font);
    padding: 0.5em 1em;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: none;
    border: none;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 18px;
    transition: background-color .3s ease;
    border: none;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
}

.btn-default {
    background-color: var(--purple);
}

    .btn-default:hover {
        cursor: pointer;
        background-color: #7e9398;
    }

.btn_standard{
    font-family: var(--heading-font);
    padding: 0.7em 1.2em;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: var(--navy);
    text-decoration: none;
    border: none;
    font-size: 1.2em;
    line-height: 1.7em;
    border-radius: 18px;
    transition: background-color .3s ease;
}

    .btn_standard:hover, .btn-primary:hover {
        cursor: pointer;
        background-color: var(--dark-navy);
    }

    .btn_standard.pink {
        background-color: var(--pink);
    }

        .btn_standard.pink:hover {
            background-color: var(--pink-alt);
        }

    .btn_standard.purple {
        background-color: var(--purple);
    }

        .btn_standard.purple:hover {
            background-color: var(--purple-alt);
        }


    .btn_standard.short {
        padding: 0.5em 1.2em;
        font-size: 1em;
        line-height: 1em;
    }

.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;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: var(--pink-grey);
    border-color: var(--pink-grey);
}

.pagination > li > a, .pagination > li > span {
    color: var(--pink-grey);
}

li::marker {
    color: var(--pink-grey);
}

.glyphicon-chevron-right:before {
    content: "\F231";
    font-family: bootstrap-icons !important;
}

.glyphicon-chevron-left:before {
    content: "\F22D";
    font-family: bootstrap-icons !important;
}

/*#endregion*/

/*--------------------------------------------*/

/*#region -- Spacers*/
.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: #bfb2d5;
    border: none;
    background-color: #bfb2d5;
}

.popover {
    min-width: 300px;
}

.popover_trigger {
    cursor: help;
    outline: none !important;
}

/*--------------------------------------------*/

.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;
}
/*#endregion*/

/*--------------------------------------------*/

/*#region -- Images*/
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;
}
/*#endregion*/

/*--------------------------------------------*/

/*#region -- Page Sections*/
.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;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    font-family: var(--body-font);
    margin: 0px;
    color: var(--black);
    font-size: 1rem;
    line-height: 1.5em;
}

    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);
}

/*-----------------------------------------------------------------------------------------------*/

.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-color: var(--pink);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 7px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: background .5s ease;
}

    #back-to-top:hover {
        background-color: var(--pink-alt);
    }

    #back-to-top.show {
        opacity: 1;
    }
/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Header*/

.topbar {
    position: sticky;
    top: 0;
    z-index: 100;
}

#header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

    #header .container {
        position: relative;
    }

    #header .logo {
        display: block;
        float: left;
        line-height: 0px;
    }

    #header .header-actions {
        float: right;
        margin-bottom: 6px;
    }

        #header .header-actions a {
            padding: 0 15px;
            color: #fff;
            text-decoration: none;
            font-size: 0.9em;
            border-right: 1px solid #fff;
        }

            #header .header-actions a.open-search {
                font-size: 1.2em;
            }

    #header.menu-open {
        height: 100vh;
        position: absolute;
        background: rgba(255,255,255,.7);
        backdrop-filter: blur(.5px);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .noticebar {
        color: rgb(255, 255, 255);
        font-size: 0.8em;
        text-align: center;
        line-height: 1.4em;
        background-color: var(--purple-alt);
        padding: 6px 0px;
    }

.navbar-header {
    margin-top: 10px;
}

.menu-logo {
    position: relative;
    z-index: 1;
}

#menu-image {
    max-height: 65px;
    /*position: relative;
    z-index: 999;
    justify-self: end;
    top: -35px;*/
}

#content {
}

.news_ticker {
    background: linear-gradient(rgba(241, 238, 229, 1) 0%, rgba(225, 240, 247, 1) 60%);
    padding: 15px 60px;
    min-height: 55px;
}

    .news_ticker span {
        min-width: fit-content;
    }

    .news_ticker a {
        color: var(--purple-light);
        font-weight: 300;
    }

        .news_ticker a:hover {
            color: #443C53;
        }

.latest-news {
    color: #69a9b6;
    min-width: fit-content;
}

.header-buttons {
    gap: 30px;
    display: flex;
    justify-self: right;
    float: right;
}

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/
.sub-menu-section {
    background: linear-gradient(rgba(241,238,229, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.circle-menu {
    height: 175px;
    width: 255px;
    background-color: var(--white);
    border-radius: 50%;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 35px 40px 0;
    text-align: -webkit-center;
    justify-items: center;
    position: relative;
    z-index: 1;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.circle-menu p {
    margin: 0;
}

    .circle-menu p a{
        font-family: var(--heading-font);
        margin: 0.6rem 0rem;
        font-size: 1.4em;
        font-weight: 600;
        color: var(--purple-light);
    }

    .circle-menu img {
        height: 70px;
    }

    .circle-menu a {
        font-size: 20px;
    }

    .circle-menu .highlights-image .pink {
        display: none;
        position: relative;
    }

    .circle-menu .highlights-image {
        position: relative;
        display: inline-block;
    }

        .circle-menu .highlights-image:hover .default {
            display: none;
        }

        .circle-menu .highlights-image:hover .pink {
            display: unset;
        }

.circle-container {
    text-align: -webkit-center;
}

/*-----------------------------------------------------------------------------------------------*/

.highlights-section {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: var(--tan);
}

    .highlights-section a:not(.slider_container a) {
        font-weight: 500;
    }

    .highlights-section strong {
        font-weight: 500;
    }

.search_section {
    height: 40px;
    width: 20%;
    display: inline;
    margin-left: 10px;
    padding: 14px 15px;
    border: 2px solid #ccc;
    font-size: 17px;
    border-radius: 10px;
}

.highlights-section .btn_standard {
    padding: 6px 20px;
}

.research_box {
    position: relative;
    align-content: center;
    padding: 0 15px;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}

    .research_box.private-resource::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 70px;
        background: #eda2dd;
        clip-path: polygon(0% 0, 0% 100%, 100% 100%);
    }

    .research_box:not(.private-resource)::after {
        background: transparent;
        content: none;
    }

    .research_box .lock-icon {
        display: none;
    }

.private-resource .lock-icon {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 20px;
    height: 25px;
    z-index: 1;
    display: block;
}


/*.inline_slider.resources .splide__slide {
        width: 33.33% !important;
    }*/

.splide__slide:nth-child(4n+1) .research_box, .slick-slide:nth-child(4n+1) .research_box {
    background-color: var(--navy);
}

.splide__slide:nth-child(4n+2) .research_box, .slick-slide:nth-child(4n+2) .research_box {
    background-color: var(--purple-grey);
}

.splide__slide:nth-child(4n+3) .research_box, .slick-slide:nth-child(4n+3) .research_box {
    background-color: var(--pink-alt);
}

    .splide__slide:nth-child(4n+3) .research_box .research_title {
        color: var(--pink) !important;
    }

    .splide__slide:nth-child(4n+3) .research_box .overlay_text {
        color: black !important;
    }


.splide__slide:nth-child(4n) .research_box, .slick-slide:nth-child(4n) .research_box {
    background-color: var(--blue-grey);
}

.splide__arrow--next {
    transform: translate(0, -50%) !important;
    top: 50% !important;
    right: -25px !important;
}

.splide__arrow--prev {
    transform: translate(0, -50%) !important;
    top: 50% !important;
    left: -25px !important;
}

.resources .banner-slider .slick-prev,
.resources .banner-slider .slick-next {
    width: 30px;
    height: 30px;
    background: #cabfbb;
    border-radius: 100%;
    transition: background .3s ease;
    top: 60%;
}

.resources .banner-slider .slick-prev {
    left: -40px;
}

.resources .banner-slider .slick-next {
    right: -40px;
}
    .resources .banner-slider .slick-prev:hover,
    .resources .banner-slider .slick-next:hover {
        background: #9d9390;
    }

    .resources .banner-slider .slick-prev:before,
    .resources .banner-slider .slick-next:before {
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        font-size: 12px;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        color: #fff;
    }

.resources .banner-slider .slick-prev:before {
    content: "\F22D";
}

.resources .banner-slider .slick-next:before {
    content: "\F231";
}

.resources {
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
}
    .resources.slider_container {
        padding: 0 60px;
    }

    .resources .splide__slide.is-visible.is-active, .resources .slick-current {
        animation: activateEffect 0.4s ease-in-out forwards;
        z-index: 99;
        position: relative;
    }

@keyframes activateEffect {
    0% {
        margin-top: 0;
        transform: scale(1);
        z-index: 1;
    }

    100% {
        margin-top: -30px;
        transform: scale(1.1);
        z-index: 2;
    }
}

@keyframes deactivateEffect {
    0% {
        margin-top: -20px;
        transform: scale(1.1);
        z-index: 2;
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        z-index: 1;
    }
}

.resources .splide__slide.is-visible.is-active .research_box, .resources .slick-current .research_box {
    animation: boxShadowEffect 0.4s ease-in-out forwards;
}

@keyframes boxShadowEffect {
    0% {
        box-shadow: none;
    }

    100% {
        box-shadow: 3px 7px 6px 0px rgba(0, 0, 0, 0.25);
    }
}

@keyframes removeBoxShadowEffect {
    0% {
        box-shadow: 3px 7px 6px 0px rgba(0, 0, 0, 0.25);
    }

    100% {
        box-shadow: none;
    }
}


.splide__slide.is-prev {
    transform: scale(1);
}

/*.splide__slide.is-prev {
    margin-right: -3% !important;
    margin-left: 5% !important;
}

.splide__slide.is-next {
    margin-right: 5% !important;
    margin-left: -3% !important;
}*/
/*.splide__slide.is-visible.is-next {
    z-index: 10;
    transform: scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: -40px;
    margin-right: -30px !important;
    margin-top: -20px;
}

    .splide__slide.is-visible.is-next .research_box {
        box-shadow: 4px 5px 0px -1px rgba(0, 0, 0, 0.15);
    }

    .splide__slide.is-visible.is-next .research_box::after {
        bottom: 20px;
    }

        .splide__slide.is-visible.is-next .lock-icon {
            bottom: 30px;
        }*/
/*.splide__slide.is-visible.is-next:hover {
    transform: scale(1.1);
}*/
/*.splide__slide.is-visible.is-active {
    margin-left: -55px;
}*/
/*.splide__track {
    overflow: visible !important;
}*/
/*.splide__slide.splide__slide--clone.is-prev {
    opacity: 0;
}*/
/*.splide__slide.is-prev {
    opacity: 0;
}*/
/*.splide__slide.splide__slide--clone.is-active {
    opacity: 0;
}*/
.research_title {
    font-size: 25px;
    margin: 15px;
    color: white !important;
}

.overlay_text {
    color: white !important;
}

.research_box img {
    height: 70px;
}
    .research_box img,
    .research_box .research_button {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

.research_button {
    color: white !important;
    background: var(--blue);
    padding: 10px 20px;
    border-radius: 20px;
}

    .research_button:hover {
        color: white !important;
        background: #1F475B;
        cursor: pointer;
        outline: none;
    }

    .research_button:active {
        outline: none;
    }
/*-----------------------------------------------------------------------------------------------*/
.upcoming-events-section {
    --section-height: 550px;
    margin: 50px;
    /*
    background-image: url(../../images/upcoming-event-background.png);*/
    min-height: var(--section-height);
    background-size: cover;
    font-family: "roboto", sans-serif;
}

    .upcoming-events-section{
        position: relative;
    }


        .upcoming-events-section .content_slider_container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 3em 1em 1em;
        }
        .upcoming-events-section .background-slider .event-background-image {
            height: var(--section-height);
            background-color: var(--purple);
            background-size: cover;
            background-position: center;
        }


.btn_upcomingevent {
    margin-left: auto;
    display: block;
    width: fit-content;
    font-size: 1em;
}

    .btn_upcomingevent span {
        margin-left: 7px;
    }

/*-----------------------------------------------------------------------------------------------*/

.advantages-section {
    background-image: url("../../images/advantages-background.jpg");
    width: 100%;
    color: white !important;
    padding-top: 30px;
    padding-bottom: 40px;
}

    .advantages-section img {
        float: inline-end;
    }

/*-----------------------------------------------------------------------------------------------*/

.social-media-images img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(21%) saturate(6361%) hue-rotate(305deg) brightness(98%) contrast(97%);
}

    .social-media-images img:hover {
        filter: brightness(0) saturate(100%) invert(34%) sepia(79%) saturate(1436%) hue-rotate(305deg) brightness(90%) contrast(91%);
    }

.right_image img {
    width: 100%;
}

/*-----------------------------------------------------------------------------------------------*/
.lower_banner {
    position: relative;
    left: 0;
    height: 200px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

    .lower_banner::after {
        position: absolute;
        content: "";
        background: linear-gradient(rgba(203, 80, 151, 0.1) 0%, rgba(203, 80, 151, 0.75) 100%);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        mix-blend-mode: hard-light;
    }

    .lower_banner .container {
        position: relative;
        height: 100%;
        text-align: center;
    }

        .lower_banner .container h1,
        .lower_banner .container p,
        .lower_banner .container span {
            position: absolute;
            display: block;
            margin: 0px;
            padding: 8px 15px;
            left: 15px;
            bottom: 30px;
            max-width: 90%;
            color: #FFFFFF;
            font-size: 2em;
            line-height: 1.1em;
            background: var(--purple);
            z-index: 2;
            border-radius: 15px;
            font-family: var(--heading-font);
        }

    .lower_banner .image_upload_instructions {
        margin-top: 100px;
        z-index: 999;
    }

#lower-image {
    float: right;
    height: 85px;
    position: relative;
    bottom: 0px;
    top: 30%;
    z-index: 1;
}

.master_lower {
    background: var(--tan);
}

    .master_lower .page_content {
        position: relative;
        z-index: 99;
        background: #fff;
        margin-top: -20px;
        padding: 1.5em;
        border-radius: 15px;
    }
    .master_lower .sidebar_item {
        position: relative;
        z-index: 99;
        background: #fff;
        margin-top: -20px;
        padding: 1.5em;
        border-radius: 15px;
    }
        .master_lower .sidebar_item + .sidebar_item{
            margin-top: 15px;
        }
        /*-----------------------------------------------------------------------------------------------*/
        .breadcrumb {
            padding: 0px;
            background-color: transparent;
        }

    .breadcrumb > li + li:before {
        color: #000000;
    }

    .breadcrumb > .active {
        color: #000000;
    }

/*-----------------------------------------------------------------------------------------------*/

.expandable {
    clear: both;
    margin-bottom: 15px;
}

.expandable_heading .expandable_title {
    margin: 0px;
    color: #FFFFFF !important;
    text-align: center;
    border-bottom: 2px solid var(--pink-light);
}

    .expandable_heading .expandable_title a {
        --color: #fff;
        display: block;
        padding: 6px 2px 3px;
        color: var(--color) !important;
        text-decoration: none;
        padding: 0px 10px;
    }

        .expandable_heading .expandable_title a:hover,
        .expandable_heading .expandable_title a:not(.collapsed) {
            --color: var(--pink-light);
        }

        .expandable_heading .expandable_title a,
        .expandable_heading .expandable_title a.collapsed:hover {
        }

    .expandable_heading .expandable_title .glyphicon {
        float: right;
        transition: transform 0.5s;
        transform: rotate(180deg);
    }

        .expandable_heading .expandable_title .glyphicon::before {
            content: "\f282";
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: 400 !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -.125em;
            -webkit-font-smoothing: antialiased;
        }

    .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 {
    font-family: var(--heading-font);
    margin-top: 50px;
    padding: 20px 0px;
    color: rgb(255, 255, 255, 0.7);
    font-size: 0.8em;
    background-color: var(--navy-grey);
}

    #footer p {
        font-size: 12px;
    }

.page_home #footer {
    margin-top: 20px;
}

#footer .footer_separator {
    padding: 0px 10px;
}

#footer a {
    color: rgb(255, 255, 255, 0.7);
    text-decoration: none;
}

    #footer a:hover {
        color: #A9AFB3;
    }

.footer_item {
    margin-left: 10px;
    margin-right: 10px;
}

.footer_item_border_separator {
    margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid rgb(255,255,255, 0.7);
}

    .footer_item_border_separator.second {
        margin-left: -10px;
    }

.footer_item_without_separator {
    margin-left: -10px;
}

.footer_links {
    justify-items: right;
    text-align: right;
}

.footer_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .footer_content .text {
        margin-bottom: 12px;
        margin-left: auto;
    }

    .footer_content .logo {
        width: 400px;
    }

.footer_lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding-top: 10px;
    margin-top: 20px;
    width: 100%;
}

    .footer_lower .links-left {
        display: flex;
        gap: 20px;
        text-align: left;
    }

    .footer_lower .links-right {
        text-transform: uppercase;
        display: flex;
        gap: 15px;
        text-align: right;
    }

.social_logo {
    margin-top: 20px;
    float: right;
}

    .social_logo img {
        width: 20px;
        height: 22px;
        align-self: end;
    }

.social-media-logos {
    position: relative;
    z-index: 11;
    margin-right: 0px;
}

.login_buttons {
    margin-bottom: 20px;
}

.openModal:hover {
    cursor: pointer;
}

.modal-header.statement {
    background-color: var(--pink-grey);
    color: white;
}

.modal-body.statement {
    background-color: var(--tan);
}

.footer_content .logo img {
    margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------------------*/
.chevron-widget {
    position: relative;
    padding: 30px 0;
    margin: 30px 0;
    background: var(--pink-alt);
    border-radius: 15px;
}

    .chevron-widget::before {
        position: absolute;
        content: "";
        background: var(--pink-alt);
        height: 100%;
        top: 0;
    }

    .chevron-widget::after {
        position: absolute;
        content: "";
        background: var(--pink-alt);
        height: 100%;
        top: 0;
        right: 0;
    }

    .chevron-widget.rect::before {
        left: 100%;
        clip-path: none;
    }

    .chevron-widget.rect::after {
        right: 100%;
        clip-path: none;
    }


    .chevron-widget.primary,
    .chevron-widget.primary::before,
    .chevron-widget.primary::after {
        background: var(--pink-alt);
    }

    .chevron-widget.secondary,
    .chevron-widget.secondary::before,
    .chevron-widget.secondary::after {
        background: var(--navy);
    }

        .chevron-widget.secondary li:before {
            color: var(--pink-alt) !important;
        }

    .chevron-widget .chevron-widget-container {
        z-index: 1;
        position: relative;
        padding: 10px;
        color: #000;
    }

    .chevron-widget.primary .chevron-widget-container,
    .chevron-widget.primary .chevron-widget-container h1,
    .chevron-widget.primary .chevron-widget-container h2,
    .chevron-widget.primary .chevron-widget-container h3,
    .chevron-widget.primary .chevron-widget-container h4 {
        color: #fff;
    }

    .chevron-widget.secondary .chevron-widget-container,
    .chevron-widget.secondary .chevron-widget-container h1,
    .chevron-widget.secondary .chevron-widget-container h2,
    .chevron-widget.secondary .chevron-widget-container h3,
    .chevron-widget.secondary .chevron-widget-container h4 {
        color: #fff;
    }

    .chevron-widget a {
        color: #fff !important;
        font-weight: bold;
    }

        .chevron-widget a:hover {
            color: var(--off-white) !important;
            text-decoration: none;
        }

/*-----------------------------------------------------------------------------------------------*/
