
/*
    Collapse/Expand All: (CTRL + M) + (CTRL + L) 
*/

/*-----------------------------------------------------------------------------------------------*/

/*#region Headings / Text*/
h1 {
    margin: 1rem 0rem;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 400;
    letter-spacing: -.6px;
    text-transform: uppercase;
    font-family: var(--heading-font), sans-serif;
}

    h1 strong,
    h1.alt {
        color: var(--sec);
    }

    h1.larger {
        font-size: 3em;
    }

h2 {
    margin: 1rem 0rem;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: -.9px;
    text-transform: uppercase;
    font-family: var(--heading-font), sans-serif;
}

    h2 strong,
    h2 .highlight {
        color: var(--sec);
    }

    h2.alt {
        color: var(--sec);
    }

h3 {
    margin: 1rem 0rem;
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: -.3px;
    text-transform: uppercase;
    font-family: var(--heading-font), sans-serif;
}

    h3.alt {
        color: var(--sec);
    }

h4 {
    margin: 1rem 0rem;
    font-size: 1.3em;
    line-height: 1.35em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--heading-font), sans-serif;
}

    h4.alt {
        color: var(--sec);
    }

h5 {
    margin: 14px 0px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
}

h6 {
    margin: 14px 0px;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6em;
}

p {
    margin: 1rem 0rem;
    line-height: 1.7em;
}

h1 i,
h2 i {
    margin-right: 8px;
}

h3 i,
h4 i {
    margin-right: 5px;
}

h1.pri,
h2.pri,
h3.pri {
    color: var(--pri);
}

h1.sec,
h2.sec,
h3.sec {
    color: var(--sec);
}

.notice {
    clear: both;
    padding: 10px 15px;
    font-weight: 600;
    background-color: #D8D8D8;
}

    .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: var(--white);
    }

        .white_text a:not(.btn):hover {
            color: var(--blush-1);
        }

    .white_text h1 span {
        color: var(--blue-light);
    }

small, .small:not(.btn) {
    opacity: .8;
    margin-left: 4px;
    color: inherit !important;
}

b, strong {
    font-weight: 500;
}
/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Links*/
a,
a:link,
a:active,
a:visited {
    font-weight: 500;
    color: var(--black);
    text-decoration: none;
    transition: all .3s ease;
    font-family: var(--heading-font);
}

    a.btn.btn-primary,
    a.btn.btn-danger,
    a.btn.btn-warning,
    a.btn.btn-info,
    a.btn.btn-success {
        color: white;
    }

    a:hover {
        color: var(--mauve-3);
        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: 1px solid #fff;
}

    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;
    }

.link_blocks {
    --gap: 0;
    width: fit-content;
    display: flex;
}

.link_block {
    height: 200px;
    background: var(--purple);
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

    .link_block span {
        text-align: center;
    }

    .link_block .text {
        position: relative;
        z-index: 3;
    }

.link_blocks.gradient {
    background: linear-gradient(90deg, rgba(122, 22, 163, 1) 0%, rgba(49, 0, 255, 1) 100%);
}

    .link_blocks.gradient .link_block {
        flex: 1 1 0px;
        border: 5px solid #fff;
        background: none;
        transition: all .3s ease;
    }

        .link_blocks.gradient .link_block:hover {
            background: rgba(var(--purple-rgb), .5);
        }

.image_block {
    position: relative;
    --height: 300px;
    display: flex;
    height: var(--height);
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--purple);
    transition: all .3s ease;
}

    .image_block.autowidth {
        width: var(--height);
    }

    .image_block .bg_image {
        mix-blend-mode: overlay;
    }

    .image_block .image_block_text {
        position: relative;
        padding: 2em;
        z-index: 2;
        margin: 0;
    }

    .image_block .overlay_link {
        z-index: 3;
    }

    .image_block.has_overlay_link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #4a0068 0%, #8200ff 100%);
        opacity: 0;
        filter: brightness(0.7);
        transition: all .3s ease;
    }

    .image_block.has_overlay_link:hover::before {
        opacity: 1;
        /*opacity: .5;
        filter: brightness(.5) contrast(1.5);*/
    }

body.editing .image_block .overlay_link {
    bottom: 100%;
}

.btn,
.btn-default {
    background: var(--lavendar-1);
    color: var(--purple);
    font-weight: 400;
    color: var(--white) !important;
    font-family: var(--heading-font);
    padding: .6em 2em;
    border-radius: 0;
    font-size: 1em;
    border: none;
    box-shadow: none;
    text-shadow: none;
    transition: all .3s ease;
    line-height: 1em;
    text-transform: uppercase;
}

    .btn:hover,
    .btn-default:hover {
        background: var(--lavendar-3);
    }


    .btn.danger,
    .btn-danger {
        font-size: .9em;
        background: var(--danger);
        color: #fff;
    }


.btn-submit {
    background: var(--grape-3);
    font-size: 1.2em;
}

.link_icon i {
    top: 1px;
    position: relative;
}


.btn_group,
.link_group {
    --gap: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    align-items: center;
}

    .link_group.with_labels > div {
        display: flex;
        gap: 4px;
        flex-flow: column;
    }

        .link_group.with_labels > div span {
            font-size: 0.9em;
            color: var(--lilac-light);
        }
/* CMS buttons */
a.btn-pri,
a.btn-sec {
    display: inline-block;
    padding: 0.75rem 1.25rem;
    color: var(--white-1);
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

/* Primary button */
a.btn-pri {
    background: var(--mauve-1);
}

/* Secondary button */
a.btn-sec {
    background: var(--grape-1);
}

/* Hover and keyboard focus */
a.btn-pri:hover,
a.btn-pri:focus {
    background: var(--mauve-3);
    color: var(--white-1);
    text-decoration: none;
}

a.btn-sec:hover,
a.btn-sec:focus {
    background: var(--grape-3);
    color: var(--white-1);
    text-decoration: none;
}

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Spacings/Elements*/
.flex {
    display: flex;
}

    .flex::before, .flex::after {
        content: none;
    }

    .flex.flex-wrap {
        flex-wrap: wrap;
    }

    .flex.center {
        justify-content: center;
        align-items: center;
    }

    .flex.space-between {
        justify-content: space-between;
    }

    .flex.justify-end {
        justify-content: end;
    }

    .flex.align-center {
        align-items: center;
    }

    .flex.align-end {
        align-items: end;
    }

    .flex.col {
        flex-flow: column;
    }

    .flex.gap_1 {
        gap: 1em;
    }

    .flex.gap_2 {
        gap: 2em;
    }

    .flex.wrap {
        flex-wrap: wrap;
    }

    .flex .grow {
        flex-grow: 1;
    }


    .flex > .form-group {
        margin-bottom: 0;
    }

.grey_section {
    background: var(--warm-grey);
}

    .grey_section.spacing, .break_container.spacing {
        margin: 2em 0;
    }

    .grey_section.padding, .break_container.padding {
        padding: 2em 0;
    }


.break_container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

    .break_container.default_padding {
        padding: 2em 0;
    }

    .break_container.warm_grey {
        background: var(--warm-grey);
    }

.bg_image_container,
.overlay_link_container {
    position: relative;
}

.bg_image {
    background-size: cover;
    background-position: center;
}

    .bg_image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.bg_image, .overlay_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.editing .overlay_link {
}

.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: var(--brown);
    border: none;
    background-color: var(--brown);
}


.popover {
    min-width: 300px;
}

.popover_trigger {
    cursor: help;
    outline: none !important;
}

    .popover_trigger .bi {
        color: var(--purple);
    }

        .popover_trigger .bi:hover {
            color: var(--pink);
        }

/*--------------------------------------------*/
.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;
}


/*--------------------------------------------*/

body:not(.editing) .show_on_edit {
    display: none;
}

/*--------------------------------------------*/

.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;
}
/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- HTML/Body*/
html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: -.1px;
    line-height: 1.5em;
    font-family: var(--body-font), 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);
}

body:not(.page_home) #header .logo img.regular {
    display: block !important;
}

#content {
    position: relative;
    padding-top: 20px;
    overflow-x: clip;
    padding-bottom: 50px;
}

    #content .site_logo {
        display: block;
        margin-bottom: 50px;
    }

        #content .site_logo img {
            max-width: 250px;
        }

    #content .page_content.col-md-9 {
        padding-right: 50px;
    }

.row.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5em;
}

    .row.flex::before, .row.flex::after {
        content: none;
    }

    .row.flex > [class*="col-"] {
        padding: 0 .5em;
    }

.page_content.padding_right {
    padding-right: 50px !important;
}
/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Elements*/

.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: 100px;
    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-extralight);
    }

    #back-to-top.show {
        opacity: 1;
    }
/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Header*/
.topbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

#header {
    z-index: 2;
    position: relative;
    width: 100%;
}

    #header .container {
        position: relative;
        height: 100%;
        z-index: 2;
        transition: all .3s ease;
    }

    #header .logo {
        display: block;
        float: left;
        line-height: 0px;
    }

        #header .logo img {
            max-height: 100px;
            transition: all .3s ease;
        }

    #header .black_bar {
        background-color: #000;
        padding: 15px 20px;
        ;
    }

/*-- Scrolled --*/

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Homepage*/

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Lower Page */
.page_title {
    background: var(--black);
    width: fit-content;
    padding: 10px 20px;
    border-radius: var(--border-radius);
    margin-bottom: 30px;
}

    .page_title h2 {
        color: #fff!important;
        line-height: 1.2em;
    }

.sidebar {
    --top: -50px;
    margin-top: var(--top);
}

    .sidebar.flat {
        --top: 0;
        padding-left: 25px !important;
        border-left: 2px solid var(--blue-light);
    }

        .sidebar.flat .sidebar_link a {
            font-weight: 300;
            color: var(--warm-dark-grey);
        }

    .sidebar hr {
        max-width: 200px;
        height: 2px;
        background: var(--warm-dark-grey);
        margin: 20px 0;
    }

    .sidebar .sidebar_container {
        --initialheight: 0;
        --scroll: var(--initialheight);
        height: var(--scroll);
    }

    .sidebar .sticky_sidebar {
        position: sticky;
        top: 170px;
        max-height: -webkit-fill-available;
    }

.sidebar_item {
    margin-bottom: 15px;
    background: var(--off-white);
    padding: 15px 20px;
    box-shadow: rgba(0, 0, 0, .2) 5px 5px 10px;
}

    .sidebar_item h2 {
        font-weight: 500;
    }

        .sidebar_item h2 a {
            color: var(--black);
        }

            .sidebar_item h2 a:hover {
                color: var(--pri);
            }

    .sidebar_item ul.sidebar_list {
        list-style: none;
        padding-left: 0;
    }

        .sidebar_item ul.sidebar_list li {
            margin-bottom: 5px;
        }

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Breadcrumb, Expandable*/
.breadcrumb {
    padding: 0px;
    background-color: transparent;
    font-family: var(--heading-font), sans-serif;
}

    .breadcrumb > li + li:before {
        color: #000000;
    }

    .breadcrumb > .active {
        color: #000000;
    }

.white_text .breadcrumb a {
    color: var(--sec) !important;
}

.white_text .breadcrumb > li + li:before {
    color: var(--white);
}

.white_text .breadcrumb > .active {
    color: var(--white);
}

/*-----------------------------------------------------------------------------------------------*/

.expandable {
    clear: both;
    margin-bottom: 15px;
}


.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;
    }

/*--------------------------------------------*/


.expandable .expandable_heading,
.expandable .expandable_heading .expandable_title,
.expandable .expandable_heading .expandable_title a,
.editable_expandable .expandable_heading,
.editable_expandable .expandable_heading .expandable_title,
.editable_expandable .expandable_heading .expandable_title a {
    color: var(--black) !important;
    font-weight: 400;
    text-align: left;
    padding: 0px;
}

    .expandable .expandable_heading .expandable_title a,
    .editable_expandable .expandable_heading .expandable_title a {
        border-bottom: 2px solid var(--sec);
        display: block;
    }


    .expandable .expandable_heading h4,
    .editable_expandable .expandable_heading h4 {
        margin: 0px;
    }

.editable_expandable .expandable_title {
    text-align: left;
}

.editable_expandable .expandable_body {
    font-size: 1em;
    background: var(--off-white);
}

    .editable_expandable .expandable_body > :first-child {
        margin-top: 0px;
    }

.editable_expandable .expandable_title a:not(.collapsed),
.editable_expandable .expandable_title a:hover {
    color: var(--pink) !important;
    border-bottom: 2px solid var(--pink) !important;
}
/*--------------------------------------------*/

.master_lower .expandable .expandable_heading,
.lmeditor_inline .expandable .expandable_heading,
.master_lower .editable_expandable .expandable_heading,
.lmeditor_inline .editable_expandable .expandable_heading {
    padding: 0px;
}

.master_lower .expandable .expandable_body,
.lmeditor_inline .expandable .expandable_body,
.master_lower .editable_expandable .expandable_body,
.lmeditor_inline .editable_expandable .expandable_body {
    border: none;
    background: var(--off-white);
}

/*#endregion*/

/*-----------------------------------------------------------------------------------------------*/

/*#region -- Footer*/

#footer {
    padding: 30px 0px 20px;
    font-size: 0.9em;
    background-color: var(--white);
}

.footer_content {
    display: flex;
}

    .footer_content .footer_item:first-of-type {
        padding-left: 0 !important;
    }

    .footer_content .footer_item:last-of-type {
        padding-right: 0 !important;
        border-right: none;
    }

    .footer_content .footer_item {
        flex: 1 1 0px;
        padding: 0 30px;
        border-right: 1px solid var(--white-3);
    }


#footer label {
    font-weight: 400;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
}

#footer hr {
    background-color: var(--white-3);
    color: var(--white-3);
}

#footer .logo img {
    max-width: 200px;
    margin-bottom: 30px;
}

#footer .side_menu {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

    #footer .side_menu li a {
        margin: 0;
        background: none;
        text-transform: uppercase;
        font-weight: 300;
        padding: 10px 0px;
    }
        #footer .side_menu li.active a,
        #footer .side_menu li a:hover {
            background: none;
            color: var(--gold)!important;
        }

#footer .social_links {
    margin-top: 10px;
}

    #footer .social_links a {
        display: flex;
        color: var(--gold);
        border: 2px solid var(--gold);
        border-radius: 50%;
        height: 35px;
        width: 35px;
        justify-content: center;
        align-items: center;
    }

        #footer .social_links a:hover {
            color: var(--black);
            border-color: var(--black);
        }
/*#endregion*/
