.block-superfish {
    width: 100%;
}

.sf-hidden {
    background: transparent !important;
    border: 0 none !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
}

ul.sf-menu,
ul.sf-menu li {
    list-style: none;
}

ul.sf-menu,
ul.sf-menu ul,
ul.sf-menu ol,
ul.sf-menu li,
ul.sf-menu a,
ul.sf-menu span,
ul.sf-menu div {
    margin: 0;
    padding: 0;
}

ul.sf-menu {
    line-height: 1.0;
    z-index: 497;
}

ul.sf-menu ul {
    left: 0;
    position: absolute;
    top: -9999px;
    width: 12em;
}

ul.sf-menu ul li {
    width: 100%;
}

ul.sf-menu li {
    float: left;
    position: relative;
    z-index: 498;
}

ul.sf-menu a,
ul.sf-menu span.nolink {
    display: block;
    padding: 1em 1.5em;
    position: relative;
}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover,
ul.sf-menu li:hover ul,
ul.sf-menu li.sfHover ul {
    z-index: 499;
}

ul.sf-menu li:hover>ul,
ul.sf-menu li.sfHover>ul {
    left: 0;
    top: 2.5em;
}


ul.sf-menu li:hover>ul {}

.menu-information-2.menuparent:hover>ul {
    left: -85px;
}


ul.sf-menu li li:hover>ul,
ul.sf-menu li li.sfHover>ul {
    left: 15.5em;
    top: 0;
}

ul.sf-menu.menu,
ul.sf-menu.menu ul,
ul.sf-menu.menu li {
    margin: 0;
    padding: 0;
}

ul.sf-menu.sf-accordion {
    display: none;
    position: absolute;
}

ul.sf-menu.sf-accordion,
ul.sf-menu.sf-accordion ul,
ul.sf-menu.sf-accordion li {
    float: left;
    width: 100%;
}

ul.sf-menu.sf-accordion ul {
    margin: 0;
    padding: 0;
}

ul.sf-menu.sf-accordion.sf-expanded,
ul.sf-menu.sf-accordion li.sf-expanded>ul {
    left: auto !important;
    position: relative;
    top: auto !important;
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

.form-item-lang-dropdown-select {
    display: inline;
}

:root {
    --bs-blue: #003CC5;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #003CC5;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 0, 60, 197;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: 'Roboto', sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #003CC5;
    --bs-link-hover-color: #00309e;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

.h5,
h5 {
    font-size: 1.25rem
}

.client-header-footer ol,
.client-header-footer ul {
    padding-left: 2rem
}

.client-header-footerdl,
.client-header-footerol,
.client-header-footerul {
    margin-top: 0;
    margin-bottom: 1rem
}

.client-header-footerol ol,
.client-header-footerol ul,
.client-header-footerul ol,
.client-header-footer ul ul {
    margin-bottom: 0
}

a {
    color: var(--bs-link-color);
}

a:hover {
    color: var(--bs-link-hover-color)
}



img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}




tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}


select {
    word-wrap: normal
}


[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

.form-text {
    margin-top: 0;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #809ee2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 60, 197, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 60, 197, .25)
}

.mobile-search-nav #views-exposed-form-site-search-page-1 .form--inline .form-control:focus,
.mobile-search-nav #views-exposed-form-site-search-page-1 .form--inline .form-control:active {
    box-shadow: 0 0 0 2px #d3915b;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    -webkit-background-size: 16px 12px;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #809ee2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 60, 197, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 60, 197, .25)
}

.btn,
.button,
.node-preview-container .node-preview-backlink,
a.button,
button.link {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.btn:hover,
.button:hover,
.node-preview-container .node-preview-backlink:hover,
button.link:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}


.active.button,
.btn-check:checked+.btn,
.btn-check:checked+.button,
.btn-check:checked+button.link,
.btn.active,
.btn.show,
.btn:first-child:active,
.button:first-child:active,
.media-library-view--widget .view-header .node-preview-container a.node-preview-backlink.is-active,
.media-library-view--widget .view-header a.btn.is-active,
.media-library-view--widget .view-header a.button.is-active,
.node-preview-container .active.node-preview-backlink,
.node-preview-container .btn-check:checked+.node-preview-backlink,
.node-preview-container .media-library-view--widget .view-header a.node-preview-backlink.is-active,
.node-preview-container .node-preview-backlink:first-child:active,
.node-preview-container .show.node-preview-backlink,
.node-preview-container :not(.btn-check)+.node-preview-backlink:active,
.show.button,
:not(.btn-check)+.btn:active,
:not(.btn-check)+.button:active,
:not(.btn-check)+button.link:active,
button.active.link,
button.link:first-child:active,
button.show.link {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #003CC5;
    --bs-btn-border-color: #003CC5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0033a7;
    --bs-btn-hover-border-color: #00309e;
    --bs-btn-focus-shadow-rgb: 38, 89, 206;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00309e;
    --bs-btn-active-border-color: #002d94;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #003CC5;
    --bs-btn-disabled-border-color: #003CC5
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.media-library-view--widget .view-header,
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.media-library-view--widget .view-header a,
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}


.media-library-view--widget .view-header a:focus,
.media-library-view--widget .view-header a:hover,
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}


.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }


    .media-library-view--widget .view-header .navbar-expand-lg .navbar-nav a,
    .navbar-expand-lg .navbar-nav .media-library-view--widget .view-header a,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }


    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }



}

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230036b1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #809ee2;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 60, 197, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0036b1;
    --bs-accordion-active-bg: #e6ecf9
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    -o-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition)
}


.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    -o-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);*/
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    -webkit-background-size: var(--bs-accordion-btn-icon-width) var(--bs-accordion-btn-icon-width);
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    -o-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition)
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}


.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;

    align-items: center;
}


.h-100 {
    height: 100% !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}


.mt-auto {
    margin-top: auto !important
}

@media (min-width:768px) {
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
}

.btn,
.button,
.node-preview-container .node-preview-backlink,
a.button,
button.link {
    margin: 0 .5rem
}

.btn:first-child,
.button:first-child,
.node-preview-container .node-preview-backlink:first-child,
button.link:first-child {
    margin-left: 0
}

.btn:last-child,
.button:last-child,
.node-preview-container .node-preview-backlink:last-child,
button.link:last-child {
    margin-right: 0
}

.form-select {
    min-width: 5rem
}

.media-library-view--widget .view-header .navbar-nav a,
.navbar-nav .media-library-view--widget .view-header a,
.navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar-nav .dropdown-toggle::after {
    float: right
}

@media (min-width:992px) {
    .navbar-nav .dropdown-toggle::after {
        clear: both;
        float: none
    }
}

.navbar-brand {
    white-space: unset
}

.navbar-brand img {
    height: 36px;
    margin: 0 1rem 0 0;
    width: auto
}

@media (min-width:992px) {
    .navbar-brand img {
        height: 60px
    }
}


footer {
    padding: 2rem 0
}

footer .region-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.region-content,
.region-footer,
.region-sidebar-first,
.region-sidebar-second {
    padding: 0 .5rem
}


table {
    caption-side: unset
}


.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: 'Font Awesome 6 Free'
}

.fa-magnifying-glass::before {
    content: "\f002"
}

:host,
:root {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'
}

.fa-solid,
.fas {
    font-weight: 900
}

:root {
    font-size: 8px
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.75rem;
    line-height: 1.5;
    color: #283541
}


.h2,
h2 {
    font-size: 3.75rem;
    font-weight: 400;
    padding: 2rem 0 1.5rem
}

.h5,
h5 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #D3915B;
    padding-bottom: 1rem
}

a {
    color: #D3915B
}

a:hover {
    color: #D3915B
}


@media (min-width:768px) {

    .h2,
    h2 {
        font-size: 4rem
    }


    .h5,
    h5 {
        font-size: 2rem
    }
}

@media (min-width:992px) {
    body {
        font-size: 2rem
    }
}

.button {
    display: inline-block;
    border: 2px solid #059bd7;
    border-radius: 0;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #059bd7;
    margin: 0;
    padding: .8rem 2.5rem;
    text-align: center;
    vertical-align: middle;
    background: 0 0;
    text-decoration: none !important;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase
}

#block-site-search-nav .button {
    background: var(--buttonFilledColor);
    border: 2px solid var(--buttonFilledBorderColor);
    border-width: 1px;
    color: var(--buttonFilledTextColor);
    font-size: 1.75rem !important;
    border-radius: 0;
}

.button:focus,
.button:hover {
    text-decoration: none;
    border-color: #D3915B;
    color: #D3915B;
    background: 0 0
}

footer {
    padding-bottom: 0;
    padding-top: 0
}

#block-fsa-theme-footer {
    display: none
}

@media (min-width:1200px) {
    #block-fsa-theme-footer {
        display: block
    }
}

#block-footer-accordion {
    display: block
}

@media (min-width:1200px) {
    #block-footer-accordion {
        display: none
    }
}

.region-footer {
    padding: 0
}

.region-footer .desktop-footer {
    padding: 0 5rem
}

.region-footer .menu--footer .footer-menu {
    background-color: #44101C;
}

.region-footer .menu--footer .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff !important;
    margin: 0 auto;
    padding: 10rem 0 6rem 0
}

.client-footer.client-header-footer a.nav-link {
    color: #fff !important;
}

.region-footer .menu--footer .navbar-nav .nav-item {
    padding: 0 2rem 2rem;
    text-align: left
}

.region-footer .menu--footer .navbar-nav .dropdown-toggle {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1.36px;
    color: #fff !important;
}

.region-footer .menu--footer .navbar-nav .dropdown-toggle:after {
    display: none
}

.region-footer .menu--footer .navbar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.region-footer .menu--footer .navbar-nav ul .nav-item {
    padding: 0
}

.region-footer .menu--footer .navbar-nav ul .nav-item a:hover {
    text-decoration: underline
}

.media-library-view--widget .view-header .region-footer .menu--footer .navbar-nav ul a,
.region-footer .menu--footer .navbar-nav ul .media-library-view--widget .view-header a,
.region-footer .menu--footer .navbar-nav ul .nav-link {
    font-size: 2rem;
    font-weight: 300
}

.region-footer .menu--footer .accordion {
    border-color: #44101C;
    padding: 6rem 2.7rem 2rem
}

.region-footer .menu--footer .accordion .accordion-header,
.region-footer .menu--footer .accordion .accordion-header button,
.region-footer .menu--footer .accordion .accordion-item {
    background-color: #44101C;
    color: #fff
}

.region-footer .menu--footer .accordion .accordion-item {
    border: none;
    border-top: 1px solid #8fa9be;
    border-radius: 0;
    padding: 0
}

.region-footer .menu--footer .accordion .accordion-item:last-of-type {
    border-bottom: 1px solid #8fa9be
}

.region-footer .menu--footer .accordion .accordion-header:active {
    border: none
}

.region-footer .menu--footer .accordion .accordion-header button {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 0
}

/*.region-footer .menu--footer .accordion .accordion-header button:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    content: "\f068";
    color: #FFFFFF;
    background: 0 0;
    right: 0;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    font-size: 1.75rem;
    padding: 1px 5px;
    width: 3rem;
    height: 3rem
}

.region-footer .menu--footer .accordion .accordion-header button.collapsed:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    content: "\2b";
    background: 0 0;
    padding: 1px 5px
}*/

/**/

/* Default chevron (down) */
.region-footer .menu--footer .accordion .accordion-header button:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    /* chevron-down */
    color: #FFFFFF;
    margin-left: auto;
    transition: transform 0.3s ease;
}

/* When expanded → rotate up */
.region-footer .menu--footer .accordion .accordion-header button:not(.collapsed):after {
    transform: rotate(180deg);
}

.region-footer .menu--footer .accordion .accordion-header button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.region-footer .menu--footer .accordion .accordion-header button:after {
    font-size: 15px;
}

.region-footer .menu--footer .accordion .accordion-header button:hover:after {
    opacity: 0.7;
}

.region-footer .menu--footer .accordion .accordion-header button:after {
    transition: transform 0.25s ease;
}

.region-footer .menu--footer .accordion .accordion-header button:not(.collapsed):after {
    transform: rotate(180deg);
}

/**/

.region-footer .menu--footer .accordion .accordion-header button:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.region-footer .menu--footer .accordion .accordion-body {
    text-align: left;
    padding: 0
}

.region-footer .menu--footer .accordion .accordion-body .sub-item {
    padding-bottom: 2.5rem
}

.region-footer .menu--footer .accordion .accordion-body .sub-item:first-child {
    padding-top: 2.5rem
}

.region-footer .menu--footer .accordion .accordion-body a {
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none;
    color: #fff
}

.region-footer .menu--footer .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 5rem
}

.region-footer .menu--footer .partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 2rem
}

.region-footer .menu--footer .partners a {
    padding: 0 2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1
}

.region-footer .menu--footer .partners img {
    width: 100%;
    height: auto
}

.region-footer .menu--footer .copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 2rem
}

.region-footer .social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2.7rem 6rem
}

.region-footer .socials {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.region-footer .socials .facebook,
.region-footer .socials .instagram,
.region-footer .socials .linkedin {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    padding: 2rem 2rem 1.25rem 0
}

.region-footer .socials .facebook span,
.region-footer .socials .instagram span,
.region-footer .socials .linkedin span {
    display: none
}

.region-footer .socials .facebook:before,
.region-footer .socials .instagram:before,
.region-footer .socials .linkedin:before {
    color: #fff;
    font-size: 2.75rem
}

.region-footer .socials .linkedin:before {
    content: "\f0e1"
}

.region-footer .socials .facebook:before {
    content: "\f39e"
}

.region-footer .socials .instagram:before {
    content: "\f16d"
}

@media (min-width:1200px) {
    .region-footer .menu--footer .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .region-footer .menu--footer .navbar-nav .dropdown-toggle {
        padding-bottom: 1.5rem
    }

    .region-footer .menu--footer .footer-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto
    }

    .region-footer .menu--footer .partners {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .region-footer .menu--footer .copyright {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .region-footer .social-container {
        -webkit-box-pack: right;
        -webkit-justify-content: right;
        -ms-flex-pack: right;
        justify-content: right;
        padding: 0
    }

    .region-footer .socials {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-top: 1px solid #fff;
        padding: 2rem 2.4rem 6rem 0
    }
}

@media (min-width:1400px) {

    .region-footer .menu--footer .navbar-nav,
    .region-footer .menu--footer .social-container {
        max-width: 1280px;
        margin: 0 auto
    }

    .region-footer .menu--footer .navbar-nav {
        padding-bottom: 0
    }

    .region-footer .menu--footer .navbar-nav .nav-item:first-of-type {
        padding-left: 0
    }

    .region-footer .menu--footer .navbar-nav .nav-item:last-of-type {
        padding-right: 0
    }
}

header {
    width: 100%;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    z-index: 499;
    /* position: fixed; */
    left: 0;
    top: 0;
    min-height: 110px
}

@media (min-width:768px) {
    header {
        min-height: 121px
    }
}

@media (min-width:1200px) {
    header {
        min-height: 137px
    }
}

.navbar {
    display: block;
    position: relative;
    padding: 1rem 1.5rem 1rem 1rem
}

@media (min-width:768px) {
    .navbar {
        padding: 1rem 3rem 1rem 2.7rem
    }
}

.navbar.masthead {
    background: #fff;
    padding: 0;

    border-bottom: 1px solid #dedede;
}

.navbar.masthead .navbar-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar.masthead .navbar-nav .nav-item {
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 0px solid #dedede
}

@media (min-width:768px) {
    .navbar.masthead .navbar-nav .nav-item {
        height: 5rem
    }
}

.media-library-view--widget .view-header .navbar.masthead .navbar-nav .nav-item a,
.navbar.masthead .navbar-nav .nav-item .media-library-view--widget .view-header a,
.navbar.masthead .navbar-nav .nav-item .nav-link {
    color: #49121F;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}

.client-header.client-header-footer li.sf-depth-1 {
    font-weight: 500;
    font-size: 14px;
}

@media (max-width:767.98px) {

    .media-library-view--widget .view-header .navbar.masthead .navbar-nav .nav-item a,
    .navbar.masthead .navbar-nav .nav-item .media-library-view--widget .view-header a,
    .navbar.masthead .navbar-nav .nav-item .nav-link {
        padding: .5rem 1rem;
        font-size: 11px
    }
}

@media (max-width:575.98px) {

    .media-library-view--widget .view-header .navbar.masthead .navbar-nav .nav-item a,
    .navbar.masthead .navbar-nav .nav-item .media-library-view--widget .view-header a,
    .navbar.masthead .navbar-nav .nav-item .nav-link {
        padding: .5rem 1rem;
        font-size: 10px;
        letter-spacing: .5px;
        font-weight: 600
    }
}

@media (max-width:375px) {

    .media-library-view--widget .view-header .navbar.masthead .navbar-nav .nav-item a,
    .navbar.masthead .navbar-nav .nav-item .media-library-view--widget .view-header a,
    .navbar.masthead .navbar-nav .nav-item .nav-link {
        padding: .5rem .625rem;
        letter-spacing: .25px;
        font-weight: 500
    }
}

.media-library-view--widget .view-header .navbar.masthead .navbar-nav .nav-item a:hover,
.navbar.masthead .navbar-nav .nav-item .media-library-view--widget .view-header a:hover,
.navbar.masthead .navbar-nav .nav-item .nav-link:hover {
    color: #D3915B
}

.navbar .region-nav-branding {
    width: 90%
}

.navbar .navbar-collapse {
    width: 10%
}

.navbar .navbar-brand img {
    width: 80%;
    max-width: 42rem;
    height: auto;

    width: 330.70px;
    /*height: 62.34px;*/
    height: 64px;
    object-fit: contain;
}

.navbar .navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

.navbar .block-superfishmain {
    position: unset
}

.navbar .sf-accordion-toggle a {
    text-decoration: none
}

.navbar .sf-accordion-toggle a span {
    display: none
}

.navbar .sf-accordion-toggle a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    content: "\f0c9";
    color: #44101C;
    font-size: 4rem
}

.navbar .sf-accordion-toggle a.sf-expanded:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    content: "\f00d";
    font-size: 4rem
}

.navbar #superfish-main-accordion {
    position: absolute;
    left: 0 !important;
    top: 100% !important;
    bottom: 0;
    right: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    padding-bottom: 4rem
}

.navbar #superfish-main-accordion.sf-expanded {
    height: 96vh;
    min-height: 96vh;
    padding-bottom: 23rem
}

.navbar #superfish-main-accordion li.sf-depth-1.sf-expanded .sf-depth-1.menuparent {
    background-color: #f3f6f8;
    font-weight: 500
}

.navbar #superfish-main-accordion li.sf-depth-1 {
    border-top: 1px solid #dedede
}

.navbar #superfish-main-accordion li.sf-depth-1:last-of-type {
    border-bottom: 1px solid #dedede
}

.navbar #superfish-main-accordion li.menuparent a:after,
.navbar #superfish-main-accordion li.menuparent span:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    content: "\f078";
    float: right
}

.navbar #superfish-main-accordion li.menuparent.sf-expanded a:after,
.navbar #superfish-main-accordion li.menuparent.sf-expanded span:after {
    content: "\f077"
}

.navbar #superfish-main-accordion li.menuparent.sf-depth-2 a:after,
.navbar #superfish-main-accordion li.menuparent.sf-depth-2 span:after {
    content: "\f078"
}

.navbar #superfish-main-accordion li.menuparent.sf-depth-2.sf-expanded a:after,
.navbar #superfish-main-accordion li.menuparent.sf-depth-2.sf-expanded span:after {
    content: "\f077"
}

.navbar #superfish-main-accordion li.sf-clone-parent a:after,
.navbar #superfish-main-accordion li.sf-no-children a:after {
    display: none
}

.navbar #superfish-main-accordion li.sf-clone-parent a,
.navbar #superfish-main-accordion li.sf-depth-2 a,
.navbar #superfish-main-accordion li.sf-depth-3 a {
    text-transform: none;
    font-size: 1.875rem;
    letter-spacing: normal
}


.navbar #superfish-main-accordion li.sf-depth-2.sf-expanded {
    font-weight: 500
}



.navbar #superfish-main-accordion li.sf-clone-parent,
.navbar #superfish-main-accordion li.sf-depth-2,
.navbar #superfish-main-accordion li.sf-depth-3 {
    padding-left: 1rem
}

.navbar #superfish-main-accordion a,
.navbar #superfish-main-accordion span {
    display: block;
    font-size: 1.875rem;
    color: #707070;
    text-decoration: none;
    padding: 2rem 4rem
}

.navbar #superfish-main-accordion .button {
    display: inline-block;
    border: 2px solid #059bd7;
    border-radius: 0;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #059bd7;
    margin: 0;
    padding: .8rem 2.5rem;
    text-align: center;
    vertical-align: middle;
    background: 0 0;
    text-decoration: none !important;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
    padding: .8rem 2.5rem;
    margin-top: 7rem;
    margin-left: 2.7rem
}

.navbar .navbar-nav,
.navbar .sf-depth-1,
.navbar .sf-no-children {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px
}

.media-library-view--widget .view-header .navbar .navbar-nav a,
.media-library-view--widget .view-header .navbar .sf-depth-1 a,
.media-library-view--widget .view-header .navbar .sf-no-children a,
.navbar .navbar-nav .media-library-view--widget .view-header a,
.navbar .navbar-nav .nav-link,
.navbar .sf-depth-1 .media-library-view--widget .view-header a,
.navbar .sf-depth-1 .nav-link,
.navbar .sf-no-children .media-library-view--widget .view-header a,
.navbar .sf-no-children .nav-link {
    padding: .5rem 3rem
}

@media (min-width:1200px) {
    .navbar.masthead {
        display: block
    }

    .navbar .region-nav-branding {
        width: 30%
    }

    .navbar .navbar-collapse {
        width: 70%
    }

    .navbar .navbar-brand {
        padding: 0
    }

    .navbar .navbar-brand img {
        /*height: 80px;
        width: auto*/
    }

    .navbar .region-nav-main {
        height: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar .sf-depth-1 {
        height: 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar .sf-depth-1.sfHover a,
    .navbar .sf-no-children.sfHover a {
        color: #D3915B
    }

    .navbar .sf-depth-1.sfHover ul,
    .navbar .sf-no-children.sfHover ul {
        width: 250px !important;
        top: 11rem;
        background-color: #fff;
        -webkit-box-shadow: inset 0 4px 3px -3px #dedede;
        box-shadow: inset 0 4px 3px -3px #dedede;

        border-radius: 0 0 10px 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .navbar .sf-depth-1.sfHover ul li,
    .navbar .sf-no-children.sfHover ul li {
        border-radius: 0 0 10px 10px;
    }

    /**/
    .navbar,
    .navbar .navbar-collapse {
        overflow: visible !important;
    }

    .navbar .sf-depth-1>ul {
        border-radius: 0 0 10px 10px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        background: #fff;
        margin-top: 8px;
        position: absolute;
        z-index: 9999;
    }

    /**/


    .navbar .sf-depth-1.sfHover ul a.sf-depth-3:hover,
    .navbar .sf-depth-1.sfHover ul li.sf-depth-2:hover,
    .navbar .sf-no-children.sfHover ul a.sf-depth-3:hover,
    .navbar .sf-no-children.sfHover ul li.sf-depth-2:hover {
        /*background-color: #f3f6f8*/
        background-color: #FAFAF9;
    }

    .navbar .sf-depth-1.sfHover ul a.sf-depth-3:active a:after,
    .navbar .sf-depth-1.sfHover ul a.sf-depth-3:hover a:after,
    .navbar .sf-depth-1.sfHover ul li.sf-depth-2:active a:after,
    .navbar .sf-depth-1.sfHover ul li.sf-depth-2:hover a:after,
    .navbar .sf-no-children.sfHover ul a.sf-depth-3:active a:after,
    .navbar .sf-no-children.sfHover ul a.sf-depth-3:hover a:after,
    .navbar .sf-no-children.sfHover ul li.sf-depth-2:active a:after,
    .navbar .sf-no-children.sfHover ul li.sf-depth-2:hover a:after {
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .navbar .sf-depth-1.sfHover ul li.sf-depth-2:first-of-type:hover,
    .navbar .sf-no-children.sfHover ul li.sf-depth-2:first-of-type:hover {
        -webkit-box-shadow: inset 0 4px 3px -3px #dedede;
        box-shadow: inset 0 4px 3px -3px #dedede
    }

    .navbar .sf-depth-1.sfHover ul li.sf-depth-2 ul,
    .navbar .sf-no-children.sfHover ul li.sf-depth-2 ul {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar .sf-depth-1.sfHover ul a.sf-depth-2,
    .navbar .sf-depth-1.sfHover ul a.sf-depth-3,
    .navbar .sf-no-children.sfHover ul a.sf-depth-2,
    .navbar .sf-no-children.sfHover ul a.sf-depth-3 {
        color: #707070;
        padding: 1.5rem 3rem;
        text-transform: none;
        font-size: 1.75rem;
        letter-spacing: normal;

        font-weight: 400;
    }

    .navbar .sf-depth-1.sfHover ul a.sf-depth-2:hover,
    .navbar .sf-depth-1.sfHover ul a.sf-depth-3:hover,
    .navbar .sf-no-children.sfHover ul a.sf-depth-2:hover,
    .navbar .sf-no-children.sfHover ul a.sf-depth-3:hover {
        text-decoration: none;
        color: #D3915B;
    }

    .navbar .sf-depth-1.sfHover ul li.sf-depth-2 ul,
    .navbar .sf-no-children.sfHover ul li.sf-depth-2 ul {
        top: 0
    }

    .navbar .sf-depth-1.sfHover ul a.sf-depth-2.menuparent,
    .navbar .sf-no-children.sfHover ul a.sf-depth-2.menuparent {
        position: relative
    }

    .navbar .sf-depth-1.sfHover ul a.sf-depth-2.menuparent:after,
    .navbar .sf-no-children.sfHover ul a.sf-depth-2.menuparent:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        content: "\f054";
        position: absolute;
        right: 1rem;
        top: 40%;
        font-size: 1.5rem
    }

    .navbar .sf-depth-1.sfHover ul a.sf-depth-2.menuparent:hover:after,
    .navbar .sf-no-children.sfHover ul a.sf-depth-2.menuparent:hover:after {
        text-decoration: none
    }

    .navbar .sf-depth-1 a,
    .navbar .sf-depth-1 a.is-active,
    .navbar .sf-depth-1 span.sf-depth-1,
    .navbar .sf-no-children a,
    .navbar .sf-no-children a.is-active,
    .navbar .sf-no-children span.sf-depth-1 {
        /*padding: 1.5rem 3rem;*/
        font-size: 14px;
        font-weight: 500;
        /*color: #707070;*/
        color: #1C1917;
        text-decoration: none
    }

    .navbar .sf-depth-1 a.is-active:hover,
    .navbar .sf-depth-1 a:hover,
    .navbar .sf-depth-1 span.sf-depth-1:hover,
    .navbar .sf-no-children a.is-active:hover,
    .navbar .sf-no-children a:hover,
    .navbar .sf-no-children span.sf-depth-1:hover {
        /*text-decoration: underline;*/
        color: #D3915B;
    }

    .navbar .sf-depth-1 span.nolink,
    .navbar .sf-no-children span.nolink {
        display: inherit;
        cursor: pointer;

    }

}

.navbar-main {
    background-color: #fff
}

body.mobile-menu-expanded {
    overflow: hidden
}

@media (min-width:1200px) and (max-width:1500px) {

    .navbar .sf-depth-1 a,
    .navbar .sf-depth-1 a.is-active,
    .navbar .sf-depth-1 span.sf-depth-1,
    .navbar .sf-no-children a,
    .navbar .sf-no-children a.is-active,
    .navbar .sf-no-children span.sf-depth-1 {
        padding: 1.5rem 1rem
    }
}

#block-languagedropdownswitcher {
    float: left;
    margin: 4px 0 2px 2px;
    z-index: 1000
}

@media (min-width:768px) {
    #block-languagedropdownswitcher {
        position: absolute;
        top: 3px;
        right: 370px
    }
}

#block-languagedropdownswitcher .form-select {
    font-size: 10px;
    margin: auto
}

@media (min-width:576px) {
    #block-languagedropdownswitcher .form-select {
        font-size: 11px
    }
}

.views-exposed-form .form-type-textfield {
    position: relative;
    width: 44rem;
    padding-right: 1rem
}

.views-exposed-form .form-type-textfield:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    content: "\f002";
    font-size: 2.4rem;
    position: absolute;
    left: 1.3rem;
    top: .4rem;
    /*color: #E18E50*/

    color: #9CA3AF;
    font-size: 14px;
    top: 1.0rem;
}

.views-exposed-form .form-control,
.views-exposed-form .form-select {
    height: 4.4rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #283541;
    border: none;
    border-radius: 0;
    background-color: #f3f6f8;

    background-color: #fff;
    /*border-color: #E6ECF4;
    border-width: 1px;*/
    border: 1px solid #E6ECF4;
    /* from hsl(214, 32%, 91%) */
    font-size: 14px;
    color: #9CA3AF;

}

.views-exposed-form .form-text::placeholder {
    opacity: 0.5;
}

.views-exposed-form .form-text:focus,
.views-exposed-form .form-text:hover {
    border-color: #d3915b;
}

.views-exposed-form .form-text {
    padding-left: 5rem
}

.views-exposed-form .form-actions {
    margin: 0;
    padding-left: 1.2rem
}

.views-exposed-form .form-actions .button {
    height: 100%
}

#block-site-search-nav label {
    display: none
}

.block-views-exposed-filter-blocksite-search-page-1 .h2,
.block-views-exposed-filter-blocksite-search-page-1 h2 {
    display: none
}

.mobile-search-nav {
    display: block
}

.mobile-search-nav label {
    display: none
}

.mobile-search-nav .form-item-search-api-fulltext {
    width: 100%;
    padding-right: 0
}

.mobile-search-nav .form-item-search-api-fulltext:before {
    display: none
}

.mobile-search-nav #views-exposed-form-site-search-page-1 {
    /*background: #d7e0e8;*/
    padding: 1.6rem 2.7rem
}

.mobile-search-nav #views-exposed-form-site-search-page-1 .form--inline {
    position: relative
}

.mobile-search-nav #views-exposed-form-site-search-page-1 .form-control {
    background-color: #fff;
    font-size: 1.75rem;
    padding-left: 1rem;
    padding-right: 8rem
}

.mobile-search-nav #views-exposed-form-site-search-page-1 .form-actions {
    position: absolute;
    right: 0;
    padding: 0
}

.mobile-search-nav #views-exposed-form-site-search-page-1 .form-actions .form-submit {
    margin: 0;
    padding: 0;
    height: 4.4rem;
    width: 7rem;
    border: none
}

.mobile-search-nav #views-exposed-form-site-search-page-1 .form-actions .form-submit .label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.mobile-search-nav #views-exposed-form-site-search-page-1 .form-actions .form-submit .fa-magnifying-glass {
    font-size: 2.4rem;
    padding-top: 5px
}

@media (min-width:1200px) {
    .mobile-search-nav {
        display: none
    }
}

.search-block-container {
    position: relative
}

#block-site-search-nav {
    position: absolute;
    right: 0;
    top: 6.45rem;
    z-index: 9999
}

#block-site-search-nav .form--inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: inset 0 4px 3px -3px #dedede;
    box-shadow: inset 0 4px 3px -3px #dedede;
    padding: 2rem
}

#block-site-search-nav .form-item-search-api-fulltext {
    margin: 0
}

#block-site-search-nav .form-actions {
    padding: 0
}

.search-block-container {
    display: none
}

.search-block-container .search-icon {
    border: none;
    font-size: 2rem;
    padding: 0
}

@media (min-width:1200px) {
    .mobile-menu {
        display: none;
    }

    .desktop-menu {
        display: block;
    }

    .search-block-container {
        display: block
    }

    .learning-centre {
        left: auto !important;
        float: none;
        width: 13.1875em;
        right: 250px;
    }

}


@media (max-width:1199px) {


    .mobile-menu {
        display: block;
    }

    .desktop-menu {
        display: none;
    }




}

@media (min-width:1200px) {
    div.client-header.client-header-footer {
        height: 137px;
    }

    header {
        position: fixed;
        z-index: 9999;
    }

}

#custom-header .search-icon i.fa-magnifying-glass.fa-solid::before {
    /*color: #E18E50;*/
    color: #49121F;
}

#custom-header .search-icon:hover i.fa-magnifying-glass.fa-solid::before {
    color: #E18E50;
}

.header-menu-loggedin {
    display: none;
}

@media (min-width: 1200px) {

    .navbar .navbar-collapse {
        pointer-events: none;
    }

    .navbar .navbar-collapse.navbar-loaded {
        pointer-events: all;
    }

}

@media (min-width: 1200px) {
    .navbar span.nolink:not(.sf-depth-1) {
        text-transform: none;
        padding: 1.5rem 3rem;
        font-size: 1.75rem;
        font-weight: 500;
        letter-spacing: normal;
        color: #707070;
    }
}

@media (min-width: 1200px) {
    .navbar span.nolink:not(.sf-depth-1).menuparent:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        transition: all .2s ease;
        content: "\f054";
        position: absolute;
        right: 1rem;
        top: 40%;
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .navbar span.nolink:not(.sf-depth-1).menuparent:hover:after {
        text-decoration: none;
        transform: rotate(180deg);
    }
}

.navbar span.nolink:not(.sf-depth-1) {
    text-transform: none;
}

@media (max-width: 767px) {

    ul.sf-menu.sf-accordion.sf-expanded,
    ul.sf-menu.sf-accordion li.sf-expanded>ul {
        width: auto !important;
    }

    .navbar .navbar-brand img {
        width: 100%;
        /*max-width: 42rem;
        height: auto;*/
    }

    .navbar.navbar-expand-lg.navbar-main {
        padding: 1rem 3.5rem 1rem 3rem;
    }
}

/*logged out view elements hide*/

.user-logged-out .nav-item.header-menu-loggedin {
    display: none !important;
}

li.menuparent:nth-last-child(2) ul .menuparent ul {
    right: 100%;
    left: auto;
}

#superfish-main>li.sf-depth-1.menuparent:nth-child(4)>ul>li>a:after {
    transform: rotate(0deg) !important;
}

/*Add chevron starts*/

/* Add chevron to ALL parent menu items */

@media (min-width: 1200px) {

    .navbar .sf-depth-1.menuparent>a::after,
    .navbar .sf-depth-1.menuparent>span::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f078";
        font-size: 10px;
        margin-left: 6px;
        display: inline-block;
        transition: transform 0.25s ease;
    }

    /* Rotate when dropdown is active */
    .navbar .sf-depth-1.menuparent.sfHover>a::after,
    .navbar .sf-depth-1.menuparent.sfHover>span::after {
        transform: rotate(180deg);
    }

    .navbar .sf-depth-1.menuparent>a,
    .navbar .sf-depth-1.menuparent>span {
        display: inline-flex;
        align-items: center;
    }
}

/*Add chevron ends*/

@media (max-width: 767px) {

    .navbar #superfish-main-accordion span,
    .navbar .sf-depth-1.sf-no-children a {
        font-weight: 500;
        color: #1C1917 !important;
    }

    .navbar #superfish-main-accordion li.menuparent.sf-expanded a:after,
    .navbar #superfish-main-accordion li.menuparent.sf-expanded span:after,
    .navbar #superfish-main-accordion li.menuparent a:after,
    .navbar #superfish-main-accordion li.menuparent span:after {
        color: #707070;
        font-size: 13px;
    }

    .fa-magnifying-glass::before {
        font-size: 14px;
        color: #707070;
    }

    .mobile-search-nav #views-exposed-form-site-search-page-1 .form-control {
        padding-left: 7rem;
        padding-right: 0rem;
    }

    /*swap*/
    .js-form-item-search-api-fulltext {
        position: relative;
        width: 100%;
    }

    /* Input styling */
    #edit-search-api-fulltext {
        width: 100%;
        padding: 12px 12px 12px 40px;
        /* space for icon */
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 16px;
        background-color: #f5f5f5;

        /* 🔍 SVG icon */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239aa0a6' viewBox='0 0 24 24'%3E%3Cpath d='M10 2a8 8 0 105.293 14.293l4.707 4.707 1.414-1.414-4.707-4.707A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 12px center;
        background-size: 18px;
    }

    /* Focus */
    #edit-search-api-fulltext:focus {
        outline: none;
        background-color: #fff;
        border-color: #ccc;
    }

    /* Hide label */
    .js-form-item-search-api-fulltext label {
        display: none;
    }

    /* Hide button */
    #edit-actions {
        display: none;
    }

    /*swap*/
}

.desktop-menu.menu li.sf-depth-2.sf-no-children a,
a.menuparent.sf-depth-2,
.navbar .sf-depth-1.sfHover ul a.sf-depth-2,
.navbar #superfish-main-accordion li.sf-depth-2 a,
.navbar #superfish-main-accordion li.sf-depth-3 a,
.navbar .sf-depth-1.sfHover ul a.sf-depth-3,
.media-library-view--widget .view-header .region-footer .menu--footer .navbar-nav ul a,
.region-footer .menu--footer .navbar-nav ul .media-library-view--widget .view-header a,
.region-footer .menu--footer .navbar-nav ul .nav-link {
    text-transform: capitalize !important;
}