html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #525456;
    line-height: 1.618;
    overflow-y: scroll;
    font-size: 16px;
    overflow-x: hidden;
    margin: 0 auto;
}

b,
strong {
    font-weight: 700;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: none;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: none;
}

.frame-header *:last-child {
    margin-bottom: 1.8rem;
}

.registered {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.6em;
    display: inline !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    color: #009534;
}

h1,
.h1 {
    font-size: 2.875rem;
}

h2,
.h2 {
    font-size: 2.25rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.250em;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width:768px) {

    h1,
    .h1 {
        font-size: 1.900em;
    }

    h2,
    .h2 {
        font-size: 1.625em;
    }

    h3,
    .h3 {
        font-size: 1.250em;
    }
}

.frame+.row,
.row+.row {
    margin-top: -3.5rem;
}


.breadcrumb {
    background-color: transparent;
    font-size: 0.813rem;
    padding: 0;
    z-index: 1;
    margin-bottom: 15px;
    padding-top: 3rem;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb .breadcrumb-text {
    opacity: 0.5;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb a {
    color: #525456;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb a:hover .breadcrumb-text {
    color: #009534;
    opacity: 1;
}

.breadcrumb-item.active {
    color: #525356;
}

.breadcrumb .breadcrumb-item.active .breadcrumb-text {
    opacity: 1;
}

#page-content ul {
    padding-left: 0;
    list-style: none;
}

#page-content ul:not(.navbar-nav):not(.nested):not(.dropdown-menu):not(.list-unstyled):not(.pagination) li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

#page-content ul:not(.navbar-nav):not(.nested):not(.dropdown-menu):not(.list-unstyled):not(.pagination) li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #e2001a;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(10px);
    border-radius: 1px;
}

blockquote {
    position: relative;
    padding: 1.5rem;
    border: 5px solid #f3f4f5;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    text-align: center;
    color: #009534;
}

.btn,
.cc-btn {
    padding: 0.375rem 2rem;
}

@media (min-width:992px) {
    .frame {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

@media (min-width:1200px) {
    .frame {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (min-width:992px) {

    .frame-collapsible,
    .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
        margin-top: -3.5rem
    }
}

@media (min-width:1200px) {

    .frame-collapsible,
    .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
        margin-top: -3.5rem
    }
}

@media (min-width: 1400px) {

    .container,
    .frame-container {
        max-width: 1340px;
    }
}

.btn:not(.btn-link) {
    padding: 7px 20px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
    border: none;
    transition: none;
}

.btn:not(.btn-link):hover {
    background: #009534;
}

.btn-primary:not(.btn-link) {
    background: #009534;
    color: #fff;
}

.btn-primary:not(.btn-link):hover {
    background: #63b450;
    color: #fff;
}

.btn-light {
    color: #525456;
    background-color: #f3f4f5;
    border-color: #f3f4f5;
}

.btn-light:hover {
    color: #fff !important;
    background-color: #525456 !important;
    border-color: #525456 !important;
}


#page-header {
    overflow: hidden;
    padding-left: 1.5rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    z-index: 99;
    position: relative;
    height: 100px;
}

#page-header .brand-colors {
    display: flex;
}

#wiki {
    display: flex;
    height: 100%;
}

#wiki #menu:after {
    content:'';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height:100vh;
    background: #eee;
}

#wiki #menu {
    flex: 0 0 30%;
    max-width: 430px;
    height: 100%;
    position: sticky;
    top: 0px;
    overflow: hidden;
}

#wiki #menu .navbar-nav {
    padding: 0;
    overflow-y: scroll !important;
    height: calc(100vh - 120px);
    font-size: 13px;
}

#wiki #menu .navbar-nav > li{
    padding-left: 1.5rem;
}

#page-header .brand-colors .red {
    background-color: #e2001a;
    width: 85px;
    height: 5px;
    flex: 0 0 85px;
}

#page-header .brand-colors .green {
    background-color: #009534;
    width: 100vw;
    height: 5px;
    flex: 0 0 100vw;
}

#page-header a.navbar-brand-image {
    display: inline-flex;
    padding: 0;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
}

#page-header > .d-flex {
    height: calc(100% - 5px);
}

@media (max-width: 768px) {
    #page-header a.navbar-brand-image {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #page-header .brand-colors .red {
        width: 70px;
        height: 8px;
        flex: 0 0 70px;
    }

    #page-header .brand-colors .green {
        height: 8px;
    }
}

.navbar-buttons-right a {
    color: #525356;
}

.navbar-buttons-right a:not(.btn-primary):hover,
.navbar-buttons-right a:not(.btn-primary):focus {
    outline: none;
    text-decoration: none;
    color: #009534;
}

.nav-link-text {
    color: #525356;
}

.navbar-nav .nav-link.active .nav-link-text,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:hover .nav-link-text {
    color: #009534;
}


.content {
    padding: 0 4rem;
    padding-bottom: 10rem !important;
    width: 100%;
}


#sidebar,
#pageTitle {
    padding-top: 4rem;
}

.pt-5,
.py-5 {
    padding-top: 4rem !important;
}

/* 
.row {
    flex-direction: column;
} */

#content_wrapper_inner .content .frame:last-child {
    padding-bottom: 0;
}


#content_wrapper {
    width: 100%;
}

#content_wrapper_inner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    min-height: calc(100vh - 100px - 160px);
}

#content_wrapper_inner #sidebar>#sidebar_inner {
    overflow-y: scroll !important;
    height: 100%;
}

#content_wrapper_inner #sidebar {
    flex: 0 0 30%;
    max-width: 400px;
    height: 100%;
    position: sticky;
    top: 0px;
    font-size: 13px;
}

#content_wrapper_inner #sidebar ul li a:hover .nav-link-text{
    color: #009534;
}

#content_wrapper_inner #sidebar ul{
    position: relative;
}

#content_wrapper_inner #sidebar ul::before{
    content:'';
    width: 1px;
    height: 100%;
    transform: none;
    background: #eee;
    position: absolute;
    left: 1px;
    top: 0;
}

#content_wrapper_inner #sidebar ul li{
    margin: 0;
}

#content_wrapper_inner #sidebar ul li::before{
    display: none;
}

#content_wrapper_inner #sidebar ul li a::before{
    content:'';
    width: 3px;
    height: 100%;
    transform: none;
    background: #009534;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

#content_wrapper_inner #sidebar ul li a.active::before{
    transition: 0.3s ease opacity;
    opacity: 1;
}
    

#content_wrapper_inner #sidebar .row>div:first-child {
    padding-top: 0;
}

@media (min-width:1600px) {
    #content_wrapper_inner #sidebar {
        flex: 0 0 35%;
        max-width: 450px;
    }
}

#sidebar {
    padding-left:2rem;
    padding-right:2rem;
}

@media (max-width:1600px) {
    .content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #sidebar,
    #pageTitle {
        padding-top: 2rem;
    }

    .pt-5,
    .py-5 {
        padding-top: 2rem !important;
    }
}


.accordion-header {
    padding: 0;
    border-bottom: 0;
    background: #009534;
}

.accordion-title-link {
    color: #fff !important;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.accordion-item {
    border: none !important;
}

.accordion-body {
    background-color: #f3f4f5;
}




body {
    counter-reset: sectioncount;
    counter-reset: subsectioncount;
}

#wiki #menu .nav-item.rootpage a {
    display: flex;
    align-items: center;
}

#wiki #menu .nav-item.rootpage .icon {
    margin-right: 20px;
    flex: 0 0 16px;
    transform: translateY(-1px);
}

#wiki #menu .nav-item.rootpage .icon svg {
    width: 16px;
}


#wiki #menu .nav-item:not(.rootpage) {
    counter-increment: sectioncount 1;
    counter-reset: subsectioncount;
}

#wiki #menu ul a {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

#wiki #menu .list-unstyled a {
    counter-increment: subsectioncount 1;
}

#wiki #menu .list-unstyled a:before {
    content: counter(sectioncount) "." counter(subsectioncount);
}

#wiki #menu .nav-item>a:before {
    width: 35px;
    display: inline-block;
}

#wiki #menu .list-unstyled a:before {
    margin-right: 20px;
    flex: 0 0 32px;
}


@media (max-width:1600px) {
    #wiki #menu {
        max-width: 320px;
    }

    #wiki #menu .list-unstyled a:before {
        margin-right: 10px;
    }
}

#wiki #menu .nav-item .list-unstyled {
    margin-left: 35px;
}

.accordion-item+.accordion-item {
    margin-top: 2em;
}

.frame-type-login .frame-inner legend {
    display: none;
}

.frame-type-login .frame-inner {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.frame-type-login .frame-inner label {
    font-size: 80%;
}

.accordion-title-link-state {
    height: auto;
    width: auto;
    display: flex;
}

.accordion-title-link-state:before,
.accordion-title-link-state:after {
    display: none;
}

.accordion-title-link .accordion-title-link-state ion-icon {
    transition: all 0.3s;
}

.accordion-title-link.collapsed .accordion-title-link-state ion-icon {
    transform: rotate(-90deg);
}


@media (max-width:1200px) {
    .content {
        padding: 0 3rem;
    }

    #content_wrapper_inner {
        flex-direction: column;
    }

    #content_wrapper_inner #sidebar {
        display: none;
    }
}

.media-list {
    list-style: none;
}

.media-list li {
    margin-bottom: 0px !important;
    padding-bottom: 1rem;
    padding-left: 0 !important;
}

.media-list li:not(:last-child) {
    border-bottom: 1px solid #f3f4f5;
}

.media-list li::before {
    display: none;
}

.frame-type-uploads {
    width: 100%;
}

.media-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-heading .btn {
    font-size: 80%;
    margin: 0;
}

.affix {
    top: 0px;
    position: fixed;
    padding: 50px 0px 0px 0px;
    z-index: 9998;
    margin: 0 auto;
    height: 100vh !important;
}

#hero_wiki .title_wrapper {
    position: relative;
    margin-bottom: 1rem;
}

#hero_wiki .title {
    position: absolute;
    bottom: 0;
}

#hero_wiki .slogan {
    font-size: 5.5vw;
    color: #F3F4F5;
    text-align: right;
}

@media(min-width:1900px) {
    #hero_wiki .slogan {
        font-size: 120px;
    }
}

#hero_wiki .text_wrapper {
    display: flex;
    align-items: center;
}

#hero_wiki .text_wrapper .welcome {
    position: relative;
    margin: 0 2rem;
}

#hero_wiki .text_wrapper .welcome span {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

#hero_wiki .text_wrapper .welcome span:not(:first-child) {
    position: absolute;
    z-index: 1;
}

#hero_wiki .text_wrapper .welcome span:first-child {
    font-size: 3.750rem;
    color: #009534;
    padding: 0 2rem;
    line-height: 3.750rem;
    position: relative;
    z-index: 2;
}

#hero_wiki .text_wrapper .welcome span:nth-child(2),
#hero_wiki .text_wrapper .welcome span:nth-child(3) {
    font-size: 2.5rem;
    opacity: 0.3;
    color: #009534;
    line-height: 2.5rem;
}

#hero_wiki .text_wrapper .welcome span:nth-child(2) {
    left: 0;
    top: 0;
    transform: translateY(-50%);
}

#hero_wiki .text_wrapper .welcome span:nth-child(3) {
    right: 0;
    bottom: 0;
    transform: translateY(50%);
}

#hero_wiki .text_wrapper .welcome span:nth-child(4),
#hero_wiki .text_wrapper .welcome span:nth-child(5) {
    font-size: 1.5rem;
    opacity: 0.3;
    color: #525456;
    line-height: 2.5rem;
}

#hero_wiki .text_wrapper .welcome span:nth-child(4) {
    left: 0;
    bottom: 0;
    transform: translateY(50%);
}

#hero_wiki .text_wrapper .welcome span:nth-child(5) {
    right: 0;
    top: 0;
    transform: translateY(-50%);
}

.frame-type-dce_dceuid8 {
    flex: 1;
}

.boxes {
    display: grid;
    gap: 3rem 3rem;
}

.boxes.boxes-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: ". . .";
}

.boxes.boxes-4 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: ". . . .";
}

#eventSlider {
    display: block;
    width: 70%;
}

.slick-list {
    margin: 0 1.5rem;
}


#eventSlider .box a {
    display: block;
    margin: 0 1.5rem;
}

.boxes .box .image {
    margin-right: 1rem;
    padding-bottom: 66.66%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.boxes .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: transform 0.3s ease;
}

.boxes .box a:hover .image img {
    transform: scale(1.1);
}

.boxes .box .image+.box-inner {
    width: 80%;
    transform: translateY(-3rem);
}

.boxes .box .box-inner {
    background-color: #fff;

    margin-left: auto;
    padding: 1.5rem;
    -webkit-box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);

    transition: all 0.3s;
}

.boxes .box a:hover .box-inner {
    background-color: #009534;
    color: #fff;
    text-decoration: none;
}

.boxes .box .box-inner .title {
    font-size: 80%;
    color: #525356;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

.boxes .box a:hover,
.boxes .box a:hover .box-inner .title {
    color: #fff;
    text-decoration: none;
}

.hotstuff_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hotstuff_wrapper .hs_content {
    flex: 0 0 60%;
    padding-right: 50px;
}

.hotstuff_wrapper .hotstuff {
    position: relative;
}

.hotstuff_wrapper .hotstuff .image {
    background-color: #009534;
    width: calc(100% + 7rem);
    overflow: hidden;
    border-radius: 5% 0 0 5%;
}

.hotstuff_wrapper .hotstuff .icon ion-icon {
    background: #fff;
    color: #009534;
    padding: 1rem;
    border-radius: 100%;
    margin-right: 1rem;
}

.hotstuff_wrapper .hotstuff .icon {
    color: #fff;
    position: absolute;
    top: 3rem;
    left: 3rem;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.hotstuff_wrapper .hotstuff .text {
    color: #fff;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    font-size: 3.750rem;
    line-height: 120%;
    font-weight: 300;
}

.hotstuff_wrapper .hotstuff a:hover img {
    opacity: 0.3;
}

.hotstuff_wrapper .hotstuff img {
    mix-blend-mode: multiply;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    transition: all 0.3s ease;
}

#p27 .LinkClip {
    display: none !important;
}

#p27 .accordion-item+.accordion-item {
    margin-top: 1rem;
}

.social-media-icons {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}


.social-media-icons .icon {
    background: #f3f4f5;
    padding: 1rem;
    border-radius: 20%;
    margin: 0 10px 20px 10px;
}

.social-media-icons .icon img {
    width: 40px;
    height: 40px;
}

.searchform_inner_input_group form {
    display: flex;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.searchform_inner_input_group input[type='text'] {
    padding: 15px 25px;
    height: auto;
    width: 100%;
    background: #FFF;
    border: none;
    min-width: 320px;
}

.searchform_inner_input_group button[type='submit'] {
    min-width: 60px;
    font-size: 26px;
    background: #009534;
    border-radius: 0 !important;
    margin: 0;
    height: 60px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}

header .searchform_inner_input_group form {
    display: flex;
    box-shadow: none;
}
header .searchform_inner_input_group input[type='text'] {
    padding: 6px 10px;
    height: auto;
    width: 100%;
    background: #f3f4f5;
    font-size: 13px;
}

header .searchform_inner_input_group button[type='submit'] {
    height:34px;
    min-width: 34px;
    font-size: 16px;
    background: #009534;
}

header .searchform_inner_input_group button[type='submit']:hover {
    background: #525456;
}

.logout-wrapper p {
    margin: 0;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: #e2001a;
}


.kesearch_pagebrowser>ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.kesearch_pagebrowser>ul>li {
    display: inline;
}

.kesearch_pagebrowser>ul>li>a,
.kesearch_pagebrowser>ul>li>span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #009534;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.kesearch_pagebrowser>ul>li:first-child>a,
.kesearch_pagebrowser>ul>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.kesearch_pagebrowser>ul>li:last-child>a,
.kesearch_pagebrowser>ul>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.kesearch_pagebrowser>ul>li>a:hover,
.kesearch_pagebrowser>ul>li>span:hover,
.kesearch_pagebrowser>ul>li>a:focus,
.kesearch_pagebrowser>ul>li>span:focus {
    z-index: 2;
    color: #009534;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.kesearch_pagebrowser>ul>li>a.current,
.kesearch_pagebrowser>ul>li>span,
.kesearch_pagebrowser>ul>li>a.current:hover,
.kesearch_pagebrowser>ul>li>span:hover,
.kesearch_pagebrowser>ul>li>a.current:focus,
.kesearch_pagebrowser>ul>li>span:focus {
    z-index: 3;
    color: #ffffff !important;
    background-color: #009534;
    border-color: #009534;
    cursor: default;
}

.kesearch_pagebrowser>ul>.disabled>span,
.kesearch_pagebrowser>ul>.disabled>span:hover,
.kesearch_pagebrowser>ul>.disabled>span:focus,
.kesearch_pagebrowser>ul>.disabled>a,
.kesearch_pagebrowser>ul>.disabled>a:hover,
.kesearch_pagebrowser>ul>.disabled>a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.kesearch_pagebrowser>ul-lg>li>a,
.kesearch_pagebrowser>ul-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.kesearch_pagebrowser>ul-lg>li:first-child>a,
.kesearch_pagebrowser>ul-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.kesearch_pagebrowser>ul-lg>li:last-child>a,
.kesearch_pagebrowser>ul-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.kesearch_pagebrowser>ul-sm>li>a,
.kesearch_pagebrowser>ul-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.kesearch_pagebrowser>ul-sm>li:first-child>a,
.kesearch_pagebrowser>ul-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.kesearch_pagebrowser>ul-sm>li:last-child>a,
.kesearch_pagebrowser>ul-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
    padding: 7px !important;
}

.kesearch_pagebrowser>ul li {
    padding: 0 !important;
}

.kesearch_pagebrowser>ul li:before {
    display: none;
}

#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
    margin-top: 20px !important;
}

.frame-type-accordion .frame-container {
    max-width: none !important;
    padding: 0 !important;
}

.frame-type-accordion+.tx-sf-event-mgt {
    margin-top: -1.5rem;
}

.card {
    color: #525356;
}

#accordion-trainings .event-list-item:not(:first-child) {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgb(82 83 86 / 15%);
}

.frame-container {
    max-width: none !important;
}

.frame-type-dce_dceuid8 {
    width: 100%;
    flex: 1;
}

.pswp {
    z-index: 99999999999999999;
}






/* Remove default bullets */
ul.navbar-nav {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
ul.navbar-nav {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.caret::after {
    content: "\f231";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.caret-down::after {
    content: "\f229";
}

/* Hide the nested list */
.nested {
    display: none;
    margin-left: 1.5rem;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}

.nav-item-caret {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1.5rem;
    line-height: 100%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.nav-item-caret a{
    padding-left: 1rem;
}

.bg-light, .card-panel-light .card-header {
    background-color: #f3f4f5 !important;
}

.small {
    font-size: 13px;
}

.scroll-top {
    background-color: #eee;
    color: #525456;
}

.logout-wrapper {
    font-size: 13px;
}

.logout-wrapper a{
    color: #009534;
}

.logout-wrapper a:hover{
    color: #009534;
    text-decoration: underline !important;
}

footer {
    height: 160px;
    width: 100%;
    background: #f3f4f5;
    padding: 0 calc(4rem + 20px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    margin: 0 !important;
}
footer ul li {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

footer ul li:before {
    display: none;
}

footer ul li:not(:last-child):after {
    display: block;
    width: 1px;
    height: 10px;
    margin: auto 7.5px;
    content: "";
    background-color: #525456;
}

footer ul li a{
    color: #525456;
}
footer ul li a:hover{
    color: #009534;
}

.footer-meta {
    overflow: visible;
}