:root {
    --white: #ffffff;
    --offwhite: #f7f7f7;
    --orange: #ff6600;
    --orange-rgb: 255, 102, 0;
    --orange-hover: #c75000;
    --dark-blue: #002f7d;
    --dark-blue-rgb: 0, 47, 125;
    --dark-blue-hover: #003;
    --light-blue: #0070c0;
    --light-blue-rgb: 0, 112, 192;
    --light-blue-hover: #054776;
    --light-grey: #f7f7f7;
    --dark-grey: #666a6c;
    --bronze: #9D8257;
    --bronze-hover: #5e4927;
    --font-primary: "Inter", Helvetica, Arial, Sans-Serif;
    --form-color: var(--dark-blue);
    --form-color-focus: var(--light-blue);
}

/*-----------------------------------------------------------------------------------------------*/

#wrapper.overlay {
    position: relative;
}

    #wrapper.overlay::before {
        background: rgba(0, 0, 0, .54);
        content: '';
        height: 100%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
    }

h1 {
    margin: 1rem 0rem;
    font-size: 2.5em;
    line-height: 1.1em;
}

    h1.alt {
        color: var(--orange);
    }

h2 {
    margin: 1rem 0rem;
    font-size: 2em;
    line-height: 1.15em;
}

    h2.alt {
        color: var(--orange);
    }

h3 {
    margin: 1rem 0rem;
    font-size: 1.65em;
    line-height: 1.25em;
}

    h3.alt {
        color: var(--orange);
    }

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;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--dark-blue);
}

p {
    margin: 1rem 0rem;
}

.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;
}

/*--------------------------------------------*/

a {
    color: var(--orange);
    transition: color 0.3s linear;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

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.sheet,
a.audio,
a.mobile,
a.email,
a.video,
a.document,
a.website {
    padding-left: 8px;
}

    a.pdf::before,
    a.word::before,
    a.ppt::before,
    a.sheet::before,
    a.audio::before,
    a.mobile::before,
    a.email::before,
    a.video::before,
    a.document::before,
    a.website::before {
        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: -0.24em;
        position: relative;
        left: -8px;
        font-size: 1.1em;
        transition: all .3s ease;
    }

    a.pdf::before {
        content: "\F63D";
        color: #DA291C;
    }

    a.word::before {
        content: "\F38C";
        color: #4c92fd;
    }

    a.ppt::before {
        content: "\F380";
        color: #DA5A1C;
    }

    a.sheet::before {
        content: "\F388";
        color: #0E8256;
    }

    a.audio::before {
        content: "\F37A";
    }

    a.mobile::before {
        content: "\F5C1";
    }

    a.email::before {
        content: "\F84C";
    }

    a.website::before {
        content: "\F3EF";
    }


a.external::before {
    content: "\F1C5";
}

.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;
    }

/* header offset for anchor elements on desktop */
@media screen and (min-width : 768px) {
    a[id][name],
    [id].form-group {
        scroll-margin-top: 150px;
    }
}

/*--------------------------------------------*/

[class*="btn-"]:not(.btn-group) {
    position: relative;
    padding: 0.5em 1.5em;
    margin: 0;
    text-decoration: none !important;
    display: inline-block;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    border-radius: 1.2em;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.2em;
    z-index: 1;
    text-wrap: wrap;
    text-shadow: none;
    box-shadow: none;
    transition: background .3s linear, color .3s linear;
}

.btn.btn-default {
    border-color: var(--dark-blue);
    color: var(--dark-blue);
}

    .btn.btn-default:hover,
    .btn.btn-default:focus,
    .btn.btn-default.active {
        background: var(--dark-blue);
        color: #fff;
    }

    .btn.btn-default.disabled,
    .btn.btn-default:disabled,
    .btn.btn-default[disabled] {
        border-color: rgba(var(--dark-blue-rgb), 0.7);
        color: rgba(var(--dark-blue-rgb), 0.7);
    }

.btn.btn-primary {
    border-color: var(--orange);
    color: var(--orange);
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .btn.btn-primary.active {
        background: var(--orange);
        color: var(--white);
    }

    .btn.btn-primary.full-background {
        background: var(--orange);
        border-color: var(--orange);
        color: var(--white);
    }

        .btn.btn-primary.full-background:hover,
        .btn.btn-primary.full-background:focus,
        .btn.btn-primary.full-background.active {
            background: var(--white);
            color: var(--orange);
        }


    .btn.btn-primary.disabled,
    .btn.btn-primary:disabled,
    .btn.btn-primary[disabled] {
        border-color: rgba(var(--orange-rgb), 0.7);
        color: rgba(var(--orange-rgb), 0.7);
    }

.btn.btn-success,
.btn.btn.success {
    border-color: #5cb85c;
    color: #5cb85c;
}

    .btn.btn-success:hover,
    .btn.btn-success:focus,
    .btn.btn-success.active,
    .btn.btn.success:hover,
    .btn.btn.success:focus,
    .btn.btn.success.active {
        background: #5cb85c;
        color: var(--white);
    }

    .btn.btn-success.disabled,
    .btn.btn-success:disabled,
    .btn.btn-success[disabled],
    .btn.btn.success.disabled,
    .btn.btn.success:disabled,
    .btn.btn.success[disabled] {
        border-color: #5cb85c;
        color: #5cb85c;
        opacity: 0.7;
    }

.btn.btn-danger,
.btn.btn.danger {
    border-color: #c9302c;
    color: #c9302c;
}

    .btn.btn-danger:hover,
    .btn.btn-danger:focus,
    .btn.btn-danger.active,
    .btn.btn.danger:hover,
    .btn.btn.danger:focus,
    .btn.btn.danger.active {
        background: #c9302c;
        color: var(--white);
    }

/*--------------------------------------------*/

.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: #cfcfcf;
    border: none;
    background-color: #cfcfcf;
    margin: 30px 0;
}

.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;
}

/*--------------------------------------------*/

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;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: var(--font-primary);
}

    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 {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 5px 15px;
    position: fixed;
    text-align: center;
    gap: 1.5em;
    z-index: 1001;
}

    .alert-bar a {
        color: #000;
        font-weight: bold;
    }

    .alert-bar .btn {
        margin: 5px;
    }

/*-----------------------------------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    background: var(--orange);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    padding: 5px 15px;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

    #back-to-top:hover {
        background: #000;
        padding: 5px 15px 15px;
    }

    #back-to-top.show {
        opacity: 1;
    }

    #back-to-top > span {
        position: relative;
        transform: rotate(90deg);
    }

/*-----------------------------------------------------------------------------------------------*/
/*#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.even_items .flex-item {
        flex: 1 1 0px;
    }

    .flex.col {
        flex-flow: column;
    }

    .flex.gap_1 {
        gap: 1em;
    }

    .flex.gap_2 {
        gap: 1em 2em;
    }

    .flex.wrap {
        flex-wrap: wrap;
    }

    .flex .grow {
        flex-grow: 1;
    }

    .flex > .form-group {
        margin-bottom: 0;
    }

/*#region -- Text Blocks */

.text_block {
    --padding: 70px;
    --margin: 60px;
    width: 100%;
    margin-top: var(--margin);
    margin-bottom: var(--margin);
}


    .text_block .text {
        background: var(--light-grey);
    }

    .text_block.dark-blue .text,
    .text_block[data-color="dark-blue"] .text {
        background: var(--dark-blue);
    }

        .text_block.dark-blue .text p,
        .text_block[data-color="dark-blue"] .text p {
            color: var(--white);
        }

        .text_block.dark-blue .text h1,
        .text_block[data-color="dark-blue"] .text h1,
        .text_block.dark-blue .text h2,
        .text_block[data-color="dark-blue"] .text h2,
        .text_block.dark-blue .text h3,
        .text_block[data-color="dark-blue"] .text h3,
        .text_block.dark-blue .text h4,
        .text_block[data-color="dark-blue"] .text h4,
        .text_block.dark-blue .text h5,
        .text_block[data-color="dark-blue"] .text h5,
        .text_block.dark-blue .text h6,
        .text_block[data-color="dark-blue"] .text h6 {
            color: var(--orange);
        }

    .text_block.light-blue .text,
    .text_block[data-color="light-blue"] .text {
        background: var(--light-blue);
    }

        .text_block.light-blue .text p,
        .text_block[data-color="light-blue"] .text p {
            color: var(--white);
        }

        .text_block.light-blue .text h1,
        .text_block[data-color="light-blue"] .text h1,
        .text_block.light-blue .text h2,
        .text_block[data-color="light-blue"] .text h2,
        .text_block.light-blue .text h3,
        .text_block[data-color="light-blue"] .text h3,
        .text_block.light-blue .text h4,
        .text_block[data-color="light-blue"] .text h4,
        .text_block.light-blue .text h5,
        .text_block[data-color="light-blue"] .text h5,
        .text_block.light-blue .text h6,
        .text_block[data-color="light-blue"] .text h6 {
            color: var(--orange);
        }

    .text_block.orange .text,
    .text_block[data-color="orange"] .text {
        background: var(--orange);
    }

    .text_block .text .manual_container_left {
        padding: var(--padding) 30px var(--padding) 30px;
    }

    .text_block .image {
        margin-top: -15px;
        margin-bottom: -15px;
        background-size: cover;
        background-position: center;
    }

    .text_block.style_2 .text,
    .text_block[data-style="two"] .text {
        z-index: 2;
    }

    .text_block.style_2 .image,
    .text_block[data-style="two"] .image {
        margin-left: -100px;
    }

    .text_block .image .text_block_image,
    .text_block .image .text_block_image p,
    .text_block .image .text_block_image p img {
        height: 100%;
    }

        .text_block .image .text_block_image p img {
            object-fit: cover;
            height: 100% !important;
            width: 100% !important;
        }

    .text_block + .text_block {
        margin-top: 100px;
    }

/*-----------------------------------------------------------------------------------------------*/
/* Header */

#header {
    position: sticky;
    top: 0;
    padding: 15px 0;
    background-color: #fff;
    background-image: linear-gradient(180deg, var(--dark-blue) 33%, rgba(var(--dark-blue-rgb), 0.9) 75%);
    z-index: 999;
}

    #header .header-container {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        #header .header-container .header-container-logo img {
            max-height: 250px;
            transition: max-height 0.3s linear;
        }

    #header.header-compress .header-container .header-container-logo img {
        max-height: 80px;
    }

    #header .header-container .header-container-actions {
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 15px;
        transition: gap 0.3s linear;
    }

    #header.header-compress .header-container .header-container-actions {
        gap: 0;
    }

    #header .header-container .header-container-actions > .header-container-actions-row {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 15px;
        max-height: 100px;
        transition: max-height 0.3s linear;
        overflow: hidden;
    }

    #header.header-compress .header-container .header-container-actions > .header-container-actions-row:last-child {
        max-height: 0;
    }

    #header .header-container .header-container-actions > .header-container-actions-row a,
    #header .header-container .header-container-actions > .header-container-actions-row button {
        position: relative;
        color: #fff;
    }

        #header .header-container .header-container-actions > .header-container-actions-row a:hover,
        #header .header-container .header-container-actions > .header-container-actions-row button:hover {
            color: var(--orange)
        }

        #header .header-container .header-container-actions > .header-container-actions-row a + a {
            margin: 0 0 0 15px;
        }

            #header .header-container .header-container-actions > .header-container-actions-row a + a::before {
                position: absolute;
                content: "";
                top: 0;
                bottom: 0;
                left: -15px;
                width: 1px;
                background: #fff;
            }

/*-----------------------------------------------------------------------------------------------*/

#page {
    overflow: hidden;
}

#content {
    position: relative;
    margin: 30px 0 120px;
}

ul.checklist {
    padding-left: 8px;
}

    ul.checklist,
    ul.checklist ul {
        list-style: none;
    }

        ul.checklist li {
            margin-left: 17px;
            margin-bottom: 20px;
        }

            ul.checklist li::marker {
                content: none;
                display: none;
            }

            ul.checklist li::before {
                content: "";
                position: absolute;
                margin-left: -29px;
                transition: all .3s ease;
                margin-right: 11px;
                height: 24px;
                width: 17px;
                background-image: url(../../images/sesam-tick.png);
                background-size: contain;
                display: block;
            }

        ul.checklist ul li::before {
            color: var(--blue);
        }

/*-----------------------------------------------------------------------------------------------*/
/* Homepage */

.institution-section {
    position: relative;
    padding: 0 0 30px;
    margin: -120px 0 0;
    font-size: 1.2rem;
    line-height: 1.2em;
}

.institution-section-container {
    display: flex;
    min-height: 300px;
}

    .institution-section-container .institution-section-image,
    .institution-section-container .institution-section-text {
        width: 50%;
    }

    .institution-section-container .institution-section-image {
        position: relative;
        background-color: var(--light-grey);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        .institution-section-container .institution-section-image .image_upload {
            top: 50%;
        }

        .institution-section-container .institution-section-image::after {
            position: absolute;
            content: "";
            top: 0;
            bottom: 0;
            right: 0;
            width: 200px;
            background: linear-gradient(90deg, transparent, var(--dark-blue) 90%);
            z-index: 1;
        }

    .institution-section-container .institution-section-text {
        background: linear-gradient(65deg, var(--dark-blue) 10%, var(--light-blue) 150%);
        color: #fff;
    }

        .institution-section-container .institution-section-text .institution-section-text-container {
            padding: 180px 0 60px;
            width: 720px;
        }

        .institution-section-container .institution-section-text h1,
        .institution-section-container .institution-section-text h2 {
            font-size: 5rem;
            line-height: 1.2em;
            font-weight: 300;
            color: var(--orange);
            text-align: center;
        }

            .institution-section-container .institution-section-text h2:first-child sup {
                top: -1em;
            }

        .institution-section-container .institution-section-text h3,
        .institution-section-container .institution-section-text h4,
        .institution-section-container .institution-section-text h5,
        .institution-section-container .institution-section-text h6 {
            color: inherit;
        }

            .institution-section-container .institution-section-text h1 sup,
            .institution-section-container .institution-section-text h2 sup,
            .institution-section-container .institution-section-text h3 sup {
            }

        .institution-section-container .institution-section-text [class*="btn-"]:not(.btn-group) {
            border-color: #fff;
            color: #fff;
        }

            .institution-section-container .institution-section-text [class*="btn-"]:not(.btn-group) + [class*="btn-"]:not(.btn-group) {
                margin: 0 0 0 15px;
            }

            .institution-section-container .institution-section-text [class*="btn-"]:not(.btn-group):hover,
            .institution-section-container .institution-section-text [class*="btn-"]:not(.btn-group):focus,
            .institution-section-container .institution-section-text [class*="btn-"]:not(.btn-group).active {
                background: #fff;
                color: #000;
            }

        .institution-section-container .institution-section-text .institution-section-facts {
            display: flex;
            gap: 30px;
            margin: 30px 0;
            text-align: center;
        }

            .institution-section-container .institution-section-text .institution-section-facts .institution-section-fact {
                flex: 1;
            }

                .institution-section-container .institution-section-text .institution-section-facts .institution-section-fact p {
                    font-size: 1.5rem;
                    line-height: 1em;
                    margin: 0;
                }

                    .institution-section-container .institution-section-text .institution-section-facts .institution-section-fact p strong {
                        font-size: 4.5rem;
                        line-height: 1em;
                    }

.intro-section {
    position: relative;
    padding: 30px 0;
    font-size: 1.4rem;
    line-height: 1.2em;
}

.spotlight-section {
    position: relative;
    padding: 30px 0;
}

    .spotlight-section .spotlight-section-container {
        display: flex;
        gap: 15px;
    }

        .spotlight-section .spotlight-section-container .spotlight-section-item {
            text-align: center;
            flex: 1;
            cursor: pointer;
            transition: color 0.3s linear;
        }

            .spotlight-section .spotlight-section-container .spotlight-section-item img {
                max-height: 120px;
                transition: filter 0.3s linear;
            }

            .spotlight-section .spotlight-section-container .spotlight-section-item.orange {
                color: var(--orange);
            }

                .spotlight-section .spotlight-section-container .spotlight-section-item.orange img {
                    filter: brightness(0) saturate(100%) invert(43%) sepia(82%) saturate(2734%) hue-rotate(1deg) brightness(103%) contrast(105%);
                }

            .spotlight-section .spotlight-section-container .spotlight-section-item.light-blue {
                color: var(--light-blue);
            }

                .spotlight-section .spotlight-section-container .spotlight-section-item.light-blue img {
                    filter: brightness(0) saturate(100%) invert(30%) sepia(84%) saturate(1673%) hue-rotate(184deg) brightness(86%) contrast(103%);
                }

            .spotlight-section .spotlight-section-container .spotlight-section-item.dark-blue {
                color: var(--dark-blue);
            }

                .spotlight-section .spotlight-section-container .spotlight-section-item.dark-blue img {
                    filter: brightness(0) saturate(100%) invert(10%) sepia(89%) saturate(3850%) hue-rotate(211deg) brightness(86%) contrast(103%);
                }

            .spotlight-section .spotlight-section-container .spotlight-section-item.bronze {
                color: var(--bronze);
            }

                .spotlight-section .spotlight-section-container .spotlight-section-item.bronze img {
                    filter: brightness(0) saturate(100%) invert(51%) sepia(64%) saturate(268%) hue-rotate(358deg) brightness(91%) contrast(83%);
                }

            .spotlight-section .spotlight-section-container .spotlight-section-item h1,
            .spotlight-section .spotlight-section-container .spotlight-section-item h2,
            .spotlight-section .spotlight-section-container .spotlight-section-item h3,
            .spotlight-section .spotlight-section-container .spotlight-section-item h4,
            .spotlight-section .spotlight-section-container .spotlight-section-item h5,
            .spotlight-section .spotlight-section-container .spotlight-section-item h6 {
                color: inherit;
                margin: 15px 0 0;
            }

            .spotlight-section .spotlight-section-container .spotlight-section-item a {
                display: inline-block;
                color: inherit;
            }

            .spotlight-section .spotlight-section-container .spotlight-section-item.orange:hover {
                color: #c75000;
            }

                .spotlight-section .spotlight-section-container .spotlight-section-item.orange:hover img {
                    filter: brightness(0) saturate(100%) invert(38%) sepia(55%) saturate(6700%) hue-rotate(21deg) brightness(95%) contrast(101%);
                }

            .spotlight-section .spotlight-section-container .spotlight-section-item.light-blue:hover {
                color: #054776;
            }

                .spotlight-section .spotlight-section-container .spotlight-section-item.light-blue:hover img {
                    filter: brightness(0) saturate(100%) invert(18%) sepia(29%) saturate(4767%) hue-rotate(186deg) brightness(96%) contrast(96%);
                }

            .spotlight-section .spotlight-section-container .spotlight-section-item.dark-blue:hover {
                color: #000;
            }

                .spotlight-section .spotlight-section-container .spotlight-section-item.dark-blue:hover img {
                    filter: brightness(0) saturate(100%) invert(0%) sepia(72%) saturate(2685%) hue-rotate(104deg) brightness(96%) contrast(100%);
                }

            .spotlight-section .spotlight-section-container .spotlight-section-item.bronze:hover {
                color: #5e4927;
            }

                .spotlight-section .spotlight-section-container .spotlight-section-item.bronze:hover img {
                    filter: brightness(0) saturate(100%) invert(26%) sepia(26%) saturate(881%) hue-rotate(358deg) brightness(95%) contrast(88%);
                }

.social-section {
    position: relative;
    padding: 30px 0;
    background: var(--light-grey);
}

    .social-section h2 {
        color: var(--orange);
        font-weight: 400;
        text-align: center;
        margin: 0 0 30px;
    }

        .social-section h2 span {
            color: var(--dark-grey);
        }

.logos-inline-section {
    padding: 30px 0;
}

    .logos-inline-section h2 {
        text-align: center;
    }

    .logos-inline-section .logos-inline-carousel {
        margin: 30px 0 0;
    }

        .logos-inline-section .logos-inline-carousel .slick-track {
            display: flex;
            align-items: center;
        }

        .logos-inline-section .logos-inline-carousel .logos-inline-carousel-item {
            position: relative;
            display: flex;
            align-items: center;
            margin: 0 15px;
        }

            .logos-inline-section .logos-inline-carousel .logos-inline-carousel-item a {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                outline: none;
            }

/*-----------------------------------------------------------------------------------------------*/

.lower-banner-wrapper {
    position: relative;
    /*filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));*/
    /*z-index: 9;*/
}

.lower-banner {
    position: relative;
    background-color: rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: var(--dark-blue);
    overflow: hidden;
    clip-path: ellipse(80% 100% at 50% 0%);
}

    .lower-banner .lower-banner-container {
        position: relative;
        padding: 60px 0;
        z-index: 9;
    }

.master_sidebar_lower .lower-banner .lower-banner-container {
    margin: 0 300px 0 0;
}

.lower-banner .lower-banner-container::before,
.lower-banner .lower-banner-container::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.lower-banner .lower-banner-container::before {
    width: 100%;
    left: -100%;
    background: #fff;
}

.lower-banner .lower-banner-container::after {
    background: linear-gradient(90deg, #fff, transparent 60%);
}

.lower-banner .lower-banner-container h1,
.lower-banner .lower-banner-container p,
.lower-banner .lower-banner-container span {
    font-size: 2.5rem;
    line-height: 1.2em;
    font-weight: 700;
    color: inherit;
    margin: 0 0 15px;
}

.lower-banner-intro {
    position: relative;
    padding: 90px 0;
    margin: -60px 0 -30px;
    min-height: 150px;
    background-color: var(--dark-blue);
    color: #fff;
    overflow: hidden;
}

    .lower-banner-intro::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(rgba(0, 0, 0, 0.25), transparent 40%, transparent 40%, transparent, rgba(0, 0, 0, 0.25) 90%);
    }

    .lower-banner-intro::after {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        right: 0;
        height: 60px;
        background: #fff;
        clip-path: ellipse(55% 100% at 50% 100%);
    }

    .lower-banner-intro h1,
    .lower-banner-intro h2,
    .lower-banner-intro h3,
    .lower-banner-intro h4 {
        color: inherit;
    }

.master_sidebar_lower .lower-banner-intro-container {
    margin: 0 330px 0 0;
}

/*-----------------------------------------------------------------------------------------------*/

.lower-menu-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

    .lower-menu-container .lower-menu-container-text {
        flex: 1;
    }

/*-----------------------------------------------------------------------------------------------*/

.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,
    .editable_expandable .expandable_heading .expandable_title,
    .editable_expandable .expandable_heading .expandable_title a {
        background: rgba(var(--light-blue-rgb), 0.5) !important;
        color: var(--white) !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 {
        background: var(--offwhite);
        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 {
    position: relative;
    background: var(--light-blue);
    color: #fff;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 30px 0;
}

    #footer::before,
    #footer::after {
        position: absolute;
        content: "";
        top: -205px;
        left: 0;
        right: 0;
        height: 400px;
        z-index: -1;
    }

    #footer::before {
        background: inherit;
    }

    #footer::after {
        clip-path: ellipse(80% 50% at 75% 0%);
        background: #fff;
    }

    #footer .footer-container {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        #footer .footer-container .footer-container-actions {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 30px;
            flex: 1;
        }

        #footer .footer-container .footer-container-socials {
            display: flex;
            justify-content: flex-end;
            gap: 5px;
        }

            #footer .footer-container .footer-container-socials a {
                border: 2px solid #fff;
                border-color: inherit;
                border-radius: 1.5em;
                width: 2.5rem;
                height: 2.5rem;
                font-size: 1.5em;
                line-height: 1em;
                display: flex;
                justify-content: center;
                align-items: center;
            }

        #footer .footer-container .footer-container-links ul {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            justify-content: flex-end;
            gap: 15px;
        }

    #footer .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding: 15px 0 0;
        margin: 30px 0 0;
    }

    #footer .footer-separator {
        padding: 0px 10px;
    }

    #footer a {
        color: inherit;
        transition: opacity 0.3s linear;
    }

        #footer a:focus,
        #footer a:hover {
            opacity: 0.7;
        }
