@charset "UTF-8";

/* === Variables: start === */
:root {
    --siteH1Size: 32px;
    --siteH1FontFamily: Arial;
    --siteH1FontStyle: normal;
    --siteH1FontWeight: normal;

    --primary: #010156;
    --success: #448344;
    --info: #30638d;
    --warning: #ad6200;
    --danger: #a51f18;
    --dark: #353b41;
    --border: #ced4da;
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

/* === Variables: end === */

/* === Vendor: minicolors swatches (start) === */
.minicolors-theme-bootstrap .minicolors-swatch {
    width: 36px;
    height: 36px;
}

.minicolors-theme-bootstrap .minicolors-swatch > .minicolors-sprite {
    top: 50%;
    left: 8px;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.minicolors-swatch-color {
    cursor: pointer;
}

/* === Vendor: minicolors swatches (end) === */

/* === Base elements: start === */
html {
    background-color: white;
}

body {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

img {
    max-width: 100%;
    height: auto;
}

/* === Base elements: end === */

/* === Typography helpers: start === */
.display-1 {
    font-size: clamp(2.7rem, 8vw, 5.5rem);
}

.display-2 {
    font-size: clamp(2.3rem, 7vw, 4.5rem);
}

.display-3 {
    font-size: clamp(1.9rem, 6vw, 3.5rem);
}

.display-4 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
}

.lead {
    font-size: clamp(1.1rem, 3vw, 1.25rem);
}

/* === Typography helpers: end === */

/* === Links and buttons: start === */
a {
    color: var(--kwtemplate-color-link);
}

a:not([class]) {
    text-decoration: underline;
}

a:hover, a:focus {
    color: var(--kwtemplate-color-hover);
}

a.navbar-brand {
    color: var(--kwtemplate-color-brand);
}

.btn-primary {
    background-color: var(--kwtemplate-color-primary);
    border-color: var(--kwtemplate-color-primary);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--kwtemplate-color-hover);
    border-color: var(--kwtemplate-color-hover);
}

.btn-group {
    margin-bottom: 1em;
}

.btn-group > input {
    padding: 0.5em;
    border: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir=rtl] .btn-group > input {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* === Links and buttons: end === */

/* === Content components: start === */
.com-content-article ol,
.com-content-article ul {
    overflow: hidden;
}

.com-content-category__pagination {
    margin-bottom: 1em;
}

small,
.small {
    font-size: 0.875rem;
}

dd {
    padding: 0;
    word-wrap: break-word;
}

[dir=rtl] dd {
    margin-right: 0;
    margin-left: auto;
}

th dd {
    font-weight: var(--kwtemplate-font-weight-normal, 400);
}

.com-contact__thumbnail {
    text-align: left;
}

@media (min-width: 1200px) {
    dl.dl-horizontal {
        display: grid;
        grid-template-columns: auto 1fr;
    }

    dl.dl-horizontal dt {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    dl.dl-horizontal dd {
        grid-column-start: 2;
        grid-column-end: 3;
        padding: 0 0 0 1em;
        margin-bottom: 0;
    }

    .com-contact__container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-gap: 1rem;
        margin-bottom: 1em;
    }

    .com-contact__container h3, .com-contact__container .h3 {
        grid-column: 1/5;
    }

    .com-contact__container .com-contact__thumbnail {
        grid-column: 3/5;
        grid-row: 2/5;
        margin-bottom: 1em;
        text-align: right;
    }

    .com-contact__container .com-contact__position {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .com-contact__container .com-contact__info {
        grid-column: 1/3;
        grid-row: 3/4;
    }

    [dir=rtl] dl.dl-horizontal dd {
        padding: 0 1em 0 0;
    }

    .com-users-profile dt {
        min-width: 180px;
    }
}

figure {
    margin: 0 0 2em;
}

figure.float-start {
    margin-right: 1em;
}

figure.float-end {
    margin-left: 1em;
}

[dir=rtl] figure.float-start {
    margin-right: 0;
    margin-left: 1em;
}

[dir=rtl] figure.float-end {
    margin-right: 1em;
    margin-left: 0;
}

figcaption {
    font-size: 0.9em;
    color: #6d757e;
}

/* === Content components: end === */

/* === Menus and pagination: start === */
.mod-menu {
    flex-direction: column;
}

meter {
    width: 100%;
}

.pagenavigation,
.pager {
    clear: both;
}

.pagenavigation .pagination,
.pager .pagination {
    justify-content: space-between;
    padding: 0;
    margin: 1em 0;
}

.pagenavigation .pagination li.next:only-child,
.pager .pagination li.next:only-child {
    margin-left: auto;
}

[dir=rtl] .pagenavigation .pagination > li.next:only-child,
[dir=rtl] .pager .pagination > li.next:only-child {
    margin-right: auto;
    margin-left: 1em;
}

.page-link {
    color: var(--kwtemplate-color-link);
}

.page-link:hover {
    color: var(--kwtemplate-color-link);
}

.pager .pagination {
    justify-content: center;
}

[dir=rtl] li.next .page-link {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
}

[dir=rtl] li.previous .page-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

/* === Menus and pagination: end === */

/* === Alerts: start === */
.article-index .toclink.active {
    color: currentColor;
}

.j-main-container .alert {
    margin: 0.75rem;
}

.alert-heading {
    font-size: 1.5rem;
}

/* === Alerts: end === */

/* === Animations: start === */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* === Animations: end === */

/* === Back to top: start === */
.back-to-top-link {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 10000;
    padding: 0.5em;
    color: var(--kwtemplate-color-primary, #112855);
    pointer-events: all;
    background-color: var(--white, white);
    border: 1px solid var(--kwtemplate-color-primary, #112855);
    border-radius: 0.25rem;
    opacity: 0;
    transition: opacity 200ms ease-in;
}

[dir=rtl] .back-to-top-link {
    right: unset;
    left: 1rem;
}

.back-to-top-link.visible {
    opacity: 1;
}

/* === Back to top: end === */

/* === Banner hero: start === */
.container-banner img {
    display: block;
    margin: auto;
}

.container-banner .banner-overlay {
    height: 70vh;
    color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top, center;
    background-size: cover;
}

.container-banner .banner-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.container-banner .banner-overlay .overlay .text-thin {
    font-weight: lighter;
}

.container-banner .banner-overlay .overlay .text-thin::after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 1rem auto 2rem;
    content: "";
    background: white;
}

.container-banner .banner-overlay .overlay .text-thin .lead {
    font-size: 150vh;
}

@media screen and (max-height: 740px) {
    .container-banner .banner-overlay {
        height: 100vh;
    }
}

/* === Banner hero: end === */

/* === Forms and validation: start === */
.form-control {
    max-width: 100%;
    background-color: white;
}

.form-control.input-xlarge {
    max-width: 21.875rem;
}

.form-control.input-xxlarge {
    max-width: 34.375rem;
}

.form-control.input-full {
    max-width: 100%;
}

.spacer hr {
    width: 23.75rem;
}

.form-select, .custom-select {
    max-width: 100%;
}

.form-inline .form-select, .form-inline .custom-select {
    display: inline-block;
    width: auto;
}

@media (max-width: 991.98px) {
    .form-inline .form-select, .form-inline .custom-select {
        width: 100%;
    }
}

td .form-control {
    display: inline-block;
    width: auto;
}

.checkboxes {
    padding-top: 5px;
}

.checkboxes .checkbox input {
    position: static;
    margin-left: 0;
}

.modal label {
    width: 100%;
}

.invalid {
    color: #a51f18;
    border-color: #a51f18;
}

.valid {
    border-color: #448344;
}

.form-control-feedback {
    display: block;
}

[role=tooltip]:not(.show) {
    right: 5em;
    z-index: 1070;
    display: none;
    max-width: 100%;
    padding: 0.5em;
    margin: 0.5em;
    color: black;
    text-align: start;
    background: white;
    border: 1px solid #6d757e;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}

[role=tooltip]:not(.show)[id^=editarticle-] {
    right: auto;
    -webkit-margin-start: -10em;
    margin-inline-start: -10em;
}

[role=tooltip]:not(.show)[id^=editcontact-] {
    right: auto;
    -webkit-margin-start: -10em;
    margin-inline-start: -10em;
}

:focus + [role=tooltip],
:hover + [role=tooltip] {
    position: absolute;
    display: block;
}

[id="filter[search]-desc"] {
    bottom: 100%;
}

fieldset {
    margin-bottom: 2em;
}

fieldset + fieldset {
    margin-top: 2em;
}

fieldset > * {
    margin-bottom: 0;
}

.control-group {
    margin: 1em 0;
}

.container-popup [id="filter[search]-desc"] {
    top: 100%;
    bottom: auto;
}

.com-users-login__options {
    margin-top: 2em;
}

/* === Forms and validation: end === */

/* === Inline editor button: start === */
.btn.jmodedit {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 900;
    color: var(--kwtemplate-color-link);
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #58595a;
    border-radius: 0.25rem;
}

[dir=rtl] .btn.jmodedit {
    right: auto;
    left: 0;
}

/* === Inline editor button: end === */

/* === Header and navigation: start === */
.container-header {
    position: relative;
    z-index: 10;
}

@media (max-width: 991.98px) {
    .container-header {
        position: relative !important;
    }
}

.container-header .grid-child {
    padding: 0.5em;
}

.container-header .site-description {
    font-size: 1rem;
    color: white;
    white-space: normal;
}

.container-header .navbar-brand {
    position: relative;
    display: inline-block;
    margin-right: auto;
    font-size: 2rem;
}

[dir=rtl] .container-header .navbar-brand {
    margin-right: 0;
    margin-left: auto;
}

.container-header .navbar-brand img {
    width: 18rem;
}

@media (max-width: 767.98px) {
    .container-header .container-nav .container-search,
    .container-header .container-nav nav {
        margin-top: 1em;
    }
}

.container-header .container-nav .container-search:only-child {
    margin-left: auto;
}

.container-header .navbar-collapse.show {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-header .mod-menu {
    flex: 1 0 100%;
    padding: 0;
    margin: 0;
    color: white;
    list-style: none;
}

.container-header .mod-menu > li {
    position: relative;
}

@media (min-width: 992px) {
    .container-header .mod-menu > li + li {
        margin-left: 1.55em;
    }
}

.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
    position: relative;
    text-decoration: none;
}

@media (min-width: 992px) {
    .container-header .mod-menu > li::after {
        position: absolute;
        right: 50%;
        bottom: 0;
        left: 50%;
        display: block;
        height: 2px;
        margin: auto;
        content: "";
        background: transparent;
        opacity: 0.2;
        transition: all 0.2s ease, background-color 0.2s ease;
    }
}

.container-header .mod-menu > li.active::after, .container-header .mod-menu > li:hover::after {
    right: 2px;
    left: 0;
    background: white;
}

@media (max-width: 991.98px) {
    .container-header .mod-menu > li.active > a, .container-header .mod-menu > li.active > span,
    .container-header .mod-menu > li > a:hover {
        text-decoration: underline;
    }
}

.container-header .mod-menu .parent > ul {
    display: none;
    color: #22262a;
}

/* Bootstrap 5 menu (no MetisMenu) */
.menu-bootstrap5 .mod-menu_bootstrap5 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-bootstrap5 .navbar {
    padding: 0;
}

@media (min-width: 992px) {
    .menu-bootstrap5 .mod-menu_bootstrap5 {
        display: flex;
        flex: 1 1 0%;
        flex-direction: row;
    }
}

.menu-bootstrap5 .mod-menu_bootstrap5 > li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
}

.menu-bootstrap5 .mod-menu_bootstrap5 .nav-link,
.menu-bootstrap5 .mod-menu_bootstrap5 .dropdown-item {
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    text-decoration: none;
}

.menu-bootstrap5 .mod-menu_bootstrap5 .nav-link {
    color: #000000;
    height: 74px;
    line-height: 74px;
    padding-top: 0;
    padding-bottom: 0;
}

.menu-bootstrap5 .mod-menu_bootstrap5 .nav-link:hover,
.menu-bootstrap5 .mod-menu_bootstrap5 .nav-link.active {
    color: #10b8c7;
}

.menu-bootstrap5 .mod-menu_bootstrap5 .dropdown-menu {
    background: #FFFFFF;
}

.menu-bootstrap5 .mod-menu_bootstrap5 .dropdown-menu.show {
    display: block;
}

.menu-bootstrap5 .mod-menu_bootstrap5 .dropdown > .dropdown-menu {
    top: 100%;
    left: 0;
}

@media (max-width: 575.98px) {
    .menu-bootstrap5.menu-breakpoint-sm .mod-menu_bootstrap5 {
        flex-direction: column;
    }

    .menu-bootstrap5.menu-breakpoint-sm .mod-menu_bootstrap5 > li {
        display: block;
        align-items: stretch;
    }

    .menu-bootstrap5.menu-breakpoint-sm .dropdown-toggle {
        display: block;
        width: 100%;
    }

    .menu-bootstrap5.menu-breakpoint-sm .dropdown-menu {
        position: static;
        width: 100%;
        margin: 0.5rem 0 0;
        padding: 0.5rem 0;
        border: 1px solid #dee2e6;
        box-shadow: none;
        background: #fff;
    }

    .menu-bootstrap5.menu-breakpoint-sm .dropdown-item {
        display: block;
        padding: 0.25rem 1rem;
    }

    .menu-bootstrap5.menu-breakpoint-sm .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .menu-bootstrap5.menu-breakpoint-md .mod-menu_bootstrap5 {
        flex-direction: column;
    }

    .menu-bootstrap5.menu-breakpoint-md .mod-menu_bootstrap5 > li {
        display: block;
        align-items: stretch;
    }

    .menu-bootstrap5.menu-breakpoint-md .dropdown-toggle {
        display: block;
        width: 100%;
    }

    .menu-bootstrap5.menu-breakpoint-md .dropdown-menu {
        position: static;
        width: 100%;
        margin: 0.5rem 0 0;
        padding: 0.5rem 0;
        border: 1px solid #dee2e6;
        box-shadow: none;
        background: #fff;
    }

    .menu-bootstrap5.menu-breakpoint-md .dropdown-item {
        display: block;
        padding: 0.25rem 1rem;
    }

    .menu-bootstrap5.menu-breakpoint-md .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 0;
    }
}

@media (max-width: 991.98px) {
    .menu-bootstrap5.menu-breakpoint-lg .mod-menu_bootstrap5 {
        flex-direction: column;
    }

    .menu-bootstrap5.menu-breakpoint-lg .mod-menu_bootstrap5 > li {
        display: block;
        align-items: stretch;
    }

    .menu-bootstrap5.menu-breakpoint-lg .dropdown-toggle {
        display: block;
        width: 100%;
    }

    .menu-bootstrap5.menu-breakpoint-lg .dropdown-menu {
        position: static;
        width: 100%;
        margin: 0.5rem 0 0;
        padding: 0.5rem 0;
        border: 1px solid #dee2e6;
        box-shadow: none;
        background: #fff;
    }

    .menu-bootstrap5.menu-breakpoint-lg .dropdown-item {
        display: block;
        padding: 0.25rem 1rem;
    }

    .menu-bootstrap5.menu-breakpoint-lg .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 0;
    }
}

@media (max-width: 1199.98px) {
    .menu-bootstrap5.menu-breakpoint-xl .mod-menu_bootstrap5 {
        flex-direction: column;
    }

    .menu-bootstrap5.menu-breakpoint-xl .mod-menu_bootstrap5 > li {
        display: block;
        align-items: stretch;
    }

    .menu-bootstrap5.menu-breakpoint-xl .dropdown-toggle {
        display: block;
        width: 100%;
    }

    .menu-bootstrap5.menu-breakpoint-xl .dropdown-menu {
        position: static;
        width: 100%;
        margin: 0.5rem 0 0;
        padding: 0.5rem 0;
        border: 1px solid #dee2e6;
        box-shadow: none;
        background: #fff;
    }

    .menu-bootstrap5.menu-breakpoint-xl .dropdown-item {
        display: block;
        padding: 0.25rem 1rem;
    }

    .menu-bootstrap5.menu-breakpoint-xl .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 0;
    }
}

@media (max-width: 1399.98px) {
    .menu-bootstrap5.menu-breakpoint-xxl .mod-menu_bootstrap5 {
        flex-direction: column;
    }

    .menu-bootstrap5.menu-breakpoint-xxl .mod-menu_bootstrap5 > li {
        display: block;
        align-items: stretch;
    }

    .menu-bootstrap5.menu-breakpoint-xxl .dropdown-toggle {
        display: block;
        width: 100%;
    }

    .menu-bootstrap5.menu-breakpoint-xxl .dropdown-menu {
        position: static;
        width: 100%;
        margin: 0.5rem 0 0;
        padding: 0.5rem 0;
        border: 1px solid #dee2e6;
        box-shadow: none;
        background: #fff;
    }

    .menu-bootstrap5.menu-breakpoint-xxl .dropdown-item {
        display: block;
        padding: 0.25rem 1rem;
    }

    .menu-bootstrap5.menu-breakpoint-xxl .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 0;
    }
}

.menu-bootstrap5 .mod-menu_bootstrap5 .dropdown-item {
    font-size: 16px;
    color: #000000;
    text-transform: none;
}

.menu-bootstrap5 .mod-menu_bootstrap5 .dropdown-item:hover,
.menu-bootstrap5 .mod-menu_bootstrap5 .dropdown-item:focus,
.menu-bootstrap5 .mod-menu_bootstrap5 .dropdown-item.active {
    color: #10b8c7;
    background: transparent;
}

.container-header .metismenu > li + li {
    margin-left: 0;
}

.container-header .navbar-toggler {
    color: transparent;
    cursor: pointer;
}

.container-header .navbar-toggler .fas {
    font-size: 1.5rem;
}

.container-header .container-search {
    margin-top: 0.5em;
}

.container-header .mod-finder {
    position: relative;
    display: flex;
    flex: 1 0 20rem;
    max-width: 100%;
}

.container-header .mod-finder > label {
    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;
}

/* === Header and navigation: end === */

/* === Icons and admin lists: start === */
.icon-white {
    color: white;
}

.input-group-text::before {
    min-width: 16px;
}

.tbody-icon {
    padding: 0 3px;
    text-align: center;
    background-color: transparent;
    border: 0;
}

.tbody-icon [class^=icon-],
.tbody-icon [class*=" icon-"],
.tbody-icon [class^=fa-],
.tbody-icon [class*=" fa-"] {
    width: 26px;
    height: 26px;
    font-size: 1.1rem;
    line-height: 22px;
    color: #ced4da;
    border: 2px solid var(--border);
    border-radius: 50%;
}

.tbody-icon .icon-publish,
.tbody-icon .icon-check,
.tbody-icon .fa-check {
    color: #448344;
    border-color: #448344;
}

.tbody-icon .icon-checkedout,
.tbody-icon .icon-lock,
.tbody-icon .fa-lock {
    width: auto;
    height: auto;
    font-size: 1.2rem;
    line-height: 1rem;
    color: #484f56;
    border: 0;
}

.tbody-icon.home-disabled, .tbody-icon.featured-disabled, .tbody-icon.color-featured-disabled, .tbody-icon.icon-star-disabled, .tbody-icon.fa-star-disabled {
    cursor: not-allowed;
    opacity: 1;
}

.tbody-icon .icon-delete,
.tbody-icon .fa-delete,
.tbody-icon .icon-times,
.tbody-icon .fa-times {
    color: #a51f18;
    border-color: #a51f18;
}

.plg_system_webauthn_login_button svg {
    -webkit-margin-end: 2px;
    margin-inline-end: 2px;
}

.plg_system_webauthn_login_button svg path {
    fill: var(--black);
}

/* === Icons and admin lists: end === */

/* === Media embeds: start === */
iframe {
    border: 0;
}

.modal iframe {
    width: 100%;
}

/* === Media embeds: end === */

/* === Layout containers: start === */
.grid-child {
    display: flex;
    width: 100%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}

.mod-custom {
    position: relative;
}

.container-topbar,
.container-below-top {
    color: white;
}

.container-topbar a,
.container-below-top a {
    color: currentColor;
}

.container-banner {
    display: block;
    margin: 0 0 2rem;
}

.container-top-a,
.container-top-b,
.container-bottom-a,
.container-bottom-b {
    position: relative;
}

.container-top-a > *,
.container-top-b > *,
.container-bottom-a > *,
.container-bottom-b > * {
    flex: 1;
    margin: 0.5em 0;
}

@media (max-width: 991.98px) {
    .container-top-a,
    .container-top-b,
    .container-bottom-a,
    .container-bottom-b {
        flex-direction: column;
    }

    .container-top-a > *,
    .container-top-b > *,
    .container-bottom-a > *,
    .container-bottom-b > * {
        flex: 0 1 auto;
    }
}

.container-component nav {
    position: relative;
}

.container-component,
.container-sidebar-left,
.container-sidebar-right {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.container-component > *,
.container-sidebar-left > *,
.container-sidebar-right > * {
    margin-bottom: 0;
}

.container-component > *:first-child,
.container-sidebar-left > *:first-child,
.container-sidebar-right > *:first-child {
    margin-top: 1em;
}

.container-component > * + *,
.container-sidebar-left > * + *,
.container-sidebar-right > * + * {
    margin-top: 1em;
}

.container-sidebar-left,
.container-sidebar-right {
    flex: 0 0 auto;
    width: calc(100% - 1em);
    order: 1;
}

@media (min-width: 768px) {
    .container-sidebar-left,
    .container-sidebar-right {
        width: calc(25% - 1em);
        order: 0;
    }
}

.container-sidebar-left .sidebar-left:first-child {
    margin-top: 1em;
}

.container-sidebar-left .sidebar-left:last-child {
    margin-bottom: 1em;
}

.container-sidebar-right .sidebar-right:first-child {
    margin-top: 1em;
}

.container-sidebar-right .sidebar-right:last-child {
    margin-bottom: 1em;
}

/* === Layout containers: end === */

/* === System options and modals: start === */
.system-debug {
    display: block;
}

.options-form {
    width: 100%;
    padding: 1vw 2vw;
    margin-bottom: 1rem;
    color: #495057;
    background-color: white;
    border: 1px solid #b2bfcd;
}

.options-form > legend {
    float: none;
    width: auto;
    padding: 0 0.5rem;
    font-weight: 700;
    color: #495057;
    background-color: white;
}

.modal .btn {
    margin-right: 0.5rem;
}

.modal .btn-primary:not([href]),
.modal .btn-success:not([href]) {
    color: white;
}

.modal .btn-primary:not([href]):hover,
.modal .btn-success:not([href]):hover {
    color: white;
}

.modal-title {
    font-weight: var(--kwtemplate-font-weight-normal, 400);
    line-height: 3rem;
}

.contentpane {
    padding: 15px;
}

.contentpane .main-card {
    margin: -10px;
    box-shadow: none;
}

.container-popup .mb-3, .container-popup .form-group {
    margin: 1rem;
}

.container-popup .form-select, .container-popup .custom-select {
    width: auto;
}

.error_site .page-header {
    margin-top: 1em;
}

/* === System options and modals: end === */

/* === Layout spans: start === */
[class^=container-] .span-col-2,
[class*=" container-"] .span-col-2 {
    flex: 0 0 50%;
    max-width: calc(50% - 1em);
}

[class^=container-] .span-col-3,
[class*=" container-"] .span-col-3 {
    flex: 0 0 33.333%;
    max-width: calc(33.333% - 1em);
}

[class^=container-] .span-col-4,
[class*=" container-"] .span-col-4 {
    flex: 0 0 25%;
    max-width: calc(25% - 1em);
}

@supports (display: grid) {
    [class^=span-],
    [class*=" span-"] {
        grid-column-end: auto;
        grid-row-end: auto;
    }

    @media (min-width: 768px) {
        [class^=span-col],
        [class*=" span-col"] {
            grid-column-end: span 2;
        }
    }

    @media (min-width: 992px) {
        .span-col-2 {
            grid-column-end: span 2;
        }

        .span-col-3 {
            grid-column-end: span 3;
        }

        .span-col-4 {
            grid-column-end: span 4;
        }

        .span-row-2 {
            grid-row-end: span 2;
        }

        .span-row-3 {
            grid-row-end: span 3;
        }

        .span-row-4 {
            grid-row-end: span 4;
        }
    }
    [class^=container-] [class^=span-],
    [class^=container-] [class*=" span-"],
    [class*=" container-"] [class^=span-],
    [class*=" container-"] [class*=" span-"] {
        flex: 0 1 auto;
        max-width: none;
    }
}

/* === Layout spans: end === */

/* === Blog layout: start === */
.blog-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-right: -0.5em;
    margin-bottom: 1em;
    margin-left: -0.5em;
}

@media (min-width: 992px) {
    .blog-items.columns-2 > div {
        width: 50%;
    }

    .blog-items.columns-3 > div {
        width: 33.33333%;
    }

    .blog-items.columns-4 > div {
        width: 25%;
    }
}

.blog-item {
    display: flex;
    flex-direction: column;
    padding: 0 0.5em 1em;
    overflow: hidden;
}

.boxed .blog-item {
    background-color: white;
    box-shadow: 0 0 2px rgba(51, 57, 66, 0.1), 0 2px 5px rgba(51, 57, 66, 0.08), 0 5px 15px rgba(51, 57, 66, 0.08), inset 0 3px 0 var(--kwtemplate-color-primary);
}

.boxed .blog-item .item-content {
    padding: 25px;
}

.image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 40%;
}

.blog-item .item-image {
    margin-top: 3px;
    margin-bottom: 15px;
    overflow: hidden;
}

.boxed .blog-item .item-image {
    margin-bottom: 0;
}

.image-right .blog-item .item-image {
    order: 1;
}

.image-bottom .blog-item .item-image {
    margin-top: -15px;
    order: 1;
}

.image-left .blog-item .item-content {
    padding-left: 25px;
}

.image-right .blog-item .item-content {
    padding-right: 25px;
}

@media (min-width: 992px) {
    .image-left .blog-item, .image-right .blog-item {
        flex-direction: row;
    }
}

.article-info dd {
    padding: 0;
}

@supports (display: grid) {
    .blog-items {
        display: grid;
        margin: 0 0 1em;
        grid-auto-flow: row;
        grid-template-columns: 1fr;
        grid-gap: 1em;
    }

    .blog-items .blog-item {
        padding: 0;
    }

    .blog-items[class^=columns-] > div, .blog-items[class*=" columns-"] > div {
        flex: 0 1 auto;
        width: auto;
        max-width: none;
    }

    @media (min-width: 992px) {
        .blog-items.columns-2 {
            grid-template-columns: 1fr 1fr;
        }

        .blog-items.columns-3 {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .blog-items.columns-4 {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
    }
}

.blog-items[class^=masonry-], .blog-items[class*=" masonry-"] {
    display: block;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.blog-items[class^=masonry-] .blog-item, .blog-items[class*=" masonry-"] .blog-item {
    display: inline-flex;
    margin-bottom: 1em;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

@media (min-width: 992px) {
    .blog-items.masonry-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .blog-items.masonry-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .blog-items.masonry-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.image-alternate .blog-item:nth-of-type(2n+1) .item-image {
    order: 0;
}

.image-alternate.image-left .blog-item:nth-of-type(2n+1) .item-image {
    margin-right: 0;
    margin-left: 25px;
    order: 1;
}

.image-alternate.image-top .blog-item:nth-of-type(2n+1) .item-image {
    order: 1;
}

/* === Blog layout: end === */

/* === Module lists: start === */
.no-card .newsflash-horiz li {
    padding: 0 1rem 1rem;
    border: 1px solid #dfe3e7;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.no-card .newsflash-horiz li figure {
    margin: 0 -1rem 1rem;
}

.mod-list {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
}

.mod-list li {
    padding: 0.25em 0;
}

.mod-list li a {
    text-decoration: none;
}

.container-header .mod-list li a:hover {
    text-decoration: none;
}

.container-header .mod-list li.active > a {
    text-decoration: none;
}

.mod-list li .mod-menu__sub {
    padding-left: 1em;
}

/* === Module lists: end === */

/* === Utilities: start === */
.element-invisible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

.hidden {
    display: none;
    visibility: hidden;
}

.table-row {
    display: table-row;
}

joomla-alert {
    display: none;
}

/* === Utilities: end === */

/* === Editor toolbar: start === */
.editor-xtd-buttons .btn {
    margin-bottom: 5px;
}

.subhead {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: auto;
    min-height: 43px;
    padding: 10px 0;
    color: #495057;
    background: white;
    box-shadow: -3px -2px 22px #ddd;
}

.subhead .row {
    margin-right: 0;
    margin-left: 0;
}

.subhead.noshadow {
    box-shadow: none;
}

.subhead joomla-toolbar-button,
.subhead .btn-group {
    -webkit-margin-start: 0.75rem;
    margin-inline-start: 0.75rem;
}

.subhead joomla-toolbar-button:first-child,
.subhead .btn-group:first-child {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.subhead joomla-toolbar-button .btn > span,
.subhead joomla-toolbar-button .dropdown-item > span {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
    width: 1.25em;
    text-align: center;
}

.subhead .btn {
    --subhead-btn-accent: #495057;
    padding: 0 1rem;
    margin: 5px 0;
    font-size: 1rem;
    line-height: 2.45rem;
    color: #495057;
    background: white;
    border-color: #adb5bd;
}

.subhead .btn > span {
    display: inline-block;
    color: var(--subhead-btn-accent);
}

.subhead .btn:not([disabled]):hover, .subhead .btn:not([disabled]):active, .subhead .btn:not([disabled]):focus {
    color: rgba(255, 255, 255, 0.9);
    background-color: var(--subhead-btn-accent);
    border-color: var(--subhead-btn-accent);
}

.subhead .btn:not([disabled]):hover > span, .subhead .btn:not([disabled]):active > span, .subhead .btn:not([disabled]):focus > span {
    color: rgba(255, 255, 255, 0.9);
}

.subhead .btn.btn-success {
    --subhead-btn-accent: var(--success);
}

.subhead .btn.btn-danger {
    --subhead-btn-accent: var(--danger);
}

.subhead .btn.btn-primary {
    --subhead-btn-accent: #2a69b8;
}

.subhead .btn.btn-secondary {
    --subhead-btn-accent: #001b4c;
}

.subhead .btn.btn-info {
    --subhead-btn-accent: #132f53;
}

.subhead .btn.btn-action {
    --subhead-btn-accent: #132f53;
    display: flex;
    align-items: center;
}

.subhead .btn.btn-action::after {
    width: 2.375rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    border: 0;
}

.subhead .btn[disabled], .subhead .btn.dropdown-toggle[disabled] {
    --subhead-btn-accent: #132f53;
    background: rgba(223, 227, 231, 0.8);
    opacity: 0.5;
}

.subhead .btn[disabled]:hover, .subhead .btn[disabled]:active, .subhead .btn[disabled]:focus, .subhead .btn.dropdown-toggle[disabled]:hover, .subhead .btn.dropdown-toggle[disabled]:active, .subhead .btn.dropdown-toggle[disabled]:focus {
    cursor: not-allowed;
}

.subhead .dropdown-toggle.btn {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}

.subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
    order: 1;
    -webkit-margin-start: -0.25rem;
    margin-inline-start: -0.25rem;
}

[dir=ltr] .subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
    border-radius: 0 0.25rem 0.25rem 0;
}

[dir=rtl] .subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
    border-radius: 0.25rem 0 0 0.25rem;
}

.subhead .dropdown-menu joomla-toolbar-button,
.subhead .btn-group joomla-toolbar-button {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

@media (max-width: 767.98px) {
    joomla-tab[view=accordion] .col-md-9,
    joomla-tab[view=accordion] .col-md-3 {
        padding: 0.5rem 1rem !important;
    }

    #myTab {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }

    joomla-tab[view=accordion] ul li {
        width: 100%;
    }

    .subhead joomla-toolbar-button,
    .subhead .btn-group,
    .subhead .btn {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .subhead .btn-toolbar > .btn-group,
    .subhead .btn-toolbar > joomla-toolbar-button {
        margin-left: 0;
    }

    .subhead .btn.btn-action::after {
        text-align: center;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
    }

    .subhead .dropdown-toggle-split {
        width: auto;
    }
}

@supports (-ms-ime-align: auto) {
    [dir=rtl] .subhead {
        position: relative;
    }
}

/* === Editor toolbar: end === */

/* === Tags and floats: start === */
.left.item-image {
    float: left;
}

.right.item-image {
    float: right;
}

.tags .list-inline-item {
    margin-bottom: 0.5rem;
}

.tags a.btn {
    font-weight: 700;
}

.tag {
    display: inline-block;
    padding: 0.5rem 0;
}

/* === Tags and floats: end === */

/* === Site grid layout: start === */
body.wrapper-fluid .site-grid {
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 25%)) [main-end] minmax(0, 1fr) [full-end];
    grid-gap: 0 2em;
}

body.wrapper-fluid .grid-child {
    max-width: none;
}

body.wrapper-fluid header > .grid-child,
body.wrapper-fluid footer > .grid-child {
    padding-right: 2em;
    padding-left: 2em;
}

body:not(.has-sidebar-left) .site-grid .container-component {
    grid-column-start: main-start;
}

body:not(.has-sidebar-right) .site-grid .container-component {
    grid-column-end: main-end;
}

.site-grid {
    margin-bottom: auto;
}

@supports (display: grid) {
    .site-grid {
        display: grid;
        grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". comp comp comp comp ." ". side-r side-r side-r side-r ." ". side-l side-l side-l side-l ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b .";
        grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 19.875rem)) [main-end] minmax(0, 1fr) [full-end];
        grid-gap: 0 1em;
    }

    .site-grid > [class^=container-],
    .site-grid > [class*=" container-"] {
        width: 100%;
        max-width: none;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
    }

    .site-grid > .full-width {
        grid-column: full-start/full-end;
    }

    @media (min-width: 992px) {
        .site-grid {
            grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". side-l comp comp side-r ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b .";
        }
    }
}

.container-banner {
    grid-area: banner;
}

.container-top-a {
    grid-area: top-a;
}

.container-top-b {
    grid-area: top-b;
}

.container-component {
    grid-area: comp;
}

.container-sidebar-left {
    grid-area: side-l;
}

.container-sidebar-right {
    grid-area: side-r;
}

.container-main-top {
    grid-area: main-t;
}

.container-main-bottom {
    grid-area: main-b;
}

.container-breadcrumbs {
    grid-area: bread;
}

.container-bottom-a {
    grid-area: bot-a;
}

.container-bottom-b {
    grid-area: bot-b;
}

/* === Site grid layout: end === */

/* === Search and autocomplete: start === */
.mod-finder__search.input-group {
    flex-wrap: nowrap;
}

.mod-finder__search.input-group .awesomplete input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mod-finder__search.input-group button {
    display: flex;
    align-items: center;
}

.mod-finder__search.input-group button .icon-search {
    -webkit-margin-end: 0.2em;
    margin-inline-end: 0.2em;
}

.awesomplete > input {
    max-width: 200px;
}

@media (min-width: 992px) {
    .awesomplete > input {
        max-width: none;
    }
}

.awesomplete > ul {
    z-index: 1000 !important;
}

/* === Search and autocomplete: end === */

/* === Buttons and form controls: start === */
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.focus:active,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
}

.btn.group-move {
    cursor: move;
}

.btn-secondary {
    color: #353b41;
    background-color: white;
    border-color: #ced4da;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #353b41;
    background-color: #f9fafb;
}

.article-info .association .btn-secondary,
.cat-list-association .btn-secondary {
    font-weight: 700;
    color: white;
    background-color: #6d757e;
    border-color: #ced4da;
}

.article-info .association .btn-secondary:hover, .article-info .association .btn-secondary:focus,
.cat-list-association .btn-secondary:hover,
.cat-list-association .btn-secondary:focus {
    color: white;
    background-color: #353b41;
}

.article-info .association .btn-sm, .article-info .association .btn-group-sm > .btn,
.cat-list-association .btn-sm,
.cat-list-association .btn-group-sm > .btn {
    padding: 0 0.25rem;
    font-size: 0.8rem;
    border-radius: 0.2rem;
}

@media (max-width: 991.98px) {
    .btn {
        margin-bottom: 0.25rem;
    }

    .input-group .btn {
        margin-bottom: 0;
    }
}

.form-select, .custom-select {
    max-width: 100%;
    cursor: pointer;
    background: url("../images/select-bg.svg") no-repeat right center/116rem;
    background-color: #eaedf0;
    border: solid 1px #ced4da;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.form-select:focus, .custom-select:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

[dir=rtl] .form-select, [dir=rtl] .custom-select {
    padding: 0.6rem 1rem 0.6rem 4rem;
    background: url("../images/select-bg-rtl.svg") no-repeat left center/116rem;
    background-color: #eaedf0;
}

.form-select[multiple], [multiple].custom-select {
    padding: 0;
    background-color: white;
}

.form-select[multiple] option, [multiple].custom-select option {
    padding: 0.3rem 1rem;
    background-color: white;
}

.form-select[multiple] option:checked, [multiple].custom-select option:checked {
    color: white;
    background-color: var(--kwtemplate-color-primary) !important;
}

.form-select.form-select-success, .form-select-success.custom-select, .form-select.custom-select-success, .custom-select-success.custom-select {
    color: #448344;
    background-color: #448344;
}

.form-select.form-select-success option, .form-select-success.custom-select option, .form-select.custom-select-success option, .custom-select-success.custom-select option {
    color: #22262a;
    background-color: white;
}

.form-select.form-select-danger, .form-select-danger.custom-select, .form-select.custom-select-danger, .custom-select-danger.custom-select {
    color: #a51f18;
    background-color: #a51f18;
}

.form-select.form-select-danger option, .form-select-danger.custom-select option, .form-select.custom-select-danger option, .custom-select-danger.custom-select option {
    color: #22262a;
    background-color: white;
}

.form-select optgroup, .custom-select optgroup,
.form-select option,
.custom-select option {
    color: var(--dark);
    background-color: white;
}

/* === Buttons and form controls: end === */

/* === Components and widgets: start === */
.accordion .card-header {
    display: block;
    font-size: 1.25rem;
    font-weight: var(--kwtemplate-font-weight-headings, 700);
    line-height: 1.2;
}

.accordion .list-group-item {
    color: var(--kwtemplate-color-link);
}

.dropdown-menu {
    padding: 0.2rem 0;
    margin-top: 0.5rem;
    background-color: white;
    border-color: #dfe3e7;
}

.dropdown-menu-end::after {
    right: 0.9rem;
    left: auto;
}

.field-media-wrapper {
    display: block;
    width: 100%;
    max-width: calc(50vw - 5rem);
}

.field-media-wrapper .field-media-preview {
    width: 100%;
    max-width: none;
}

@media (max-width: 991.98px) {
    .field-media-wrapper {
        min-width: 100%;
    }
}

.list-group-item {
    background-color: white;
}

.list-unstyled .list-unstyled {
    padding-left: 20px;
}

.jviewport-height10 {
    height: 10vh;
}

.jviewport-height20 {
    height: 20vh;
}

.jviewport-height30 {
    height: 30vh;
}

.jviewport-height40 {
    height: 40vh;
}

.jviewport-height50 {
    height: 50vh;
}

.jviewport-height60 {
    height: 60vh;
}

.jviewport-height70 {
    height: 70vh;
}

.jviewport-height80 {
    height: 80vh;
}

.jviewport-height90 {
    height: 90vh;
}

.jviewport-height100 {
    height: 100vh;
}

[class*=jviewport-height] iframe {
    height: 100%;
}

.modal-dialog.jviewport-width10 {
    width: 10vw;
    max-width: none;
}

.modal-dialog.jviewport-width20 {
    width: 20vw;
    max-width: none;
}

.modal-dialog.jviewport-width30 {
    width: 30vw;
    max-width: none;
}

.modal-dialog.jviewport-width40 {
    width: 40vw;
    max-width: none;
}

.modal-dialog.jviewport-width50 {
    width: 50vw;
    max-width: none;
}

.modal-dialog.jviewport-width60 {
    width: 60vw;
    max-width: none;
}

.modal-dialog.jviewport-width70 {
    width: 70vw;
    max-width: none;
}

.modal-dialog.jviewport-width80 {
    width: 80vw;
    max-width: none;
}

.modal-dialog.jviewport-width90 {
    width: 90vw;
    max-width: none;
}

.modal-dialog.jviewport-width100 {
    width: 100vw;
    max-width: none;
}

.nav.nav-tabs {
    padding: 0;
    margin: 0;
    background-color: whitesmoke;
    border: 1px solid #dfe3e7;
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0 0;
    box-shadow: 0 1px white inset, 0 2px 3px -3px rgba(0, 0, 0, 0.15), 0 -4px 0 rgba(0, 0, 0, 0.05) inset, 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.nav.nav-tabs .nav-item {
    margin-bottom: 0;
    margin-left: 0;
}

.nav.nav-tabs .nav-item:first-of-type .nav-link.active {
    border-radius: 0.25rem 0 0;
    box-shadow: -1px 0 1px -1px rgba(0, 0, 0, 0.06), inset -2px 0 1px -1px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(0, 0, 0, 0.02);
}

.nav.nav-tabs .nav-item:last-of-type .nav-link {
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05);
}

.nav.nav-tabs .nav-item:last-of-type .nav-link.active {
    box-shadow: inset 2px 0 1px -1px rgba(0, 0, 0, 0.08), inset -2px 0 1px -1px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(0, 0, 0, 0.02);
}

.nav.nav-tabs .nav-link {
    position: relative;
    padding: 0.75em 1em;
    color: var(--kwtemplate-color-primary);
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05);
}

.nav.nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 100%);
    border-right: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: inset 2px 0 1px -1px rgba(0, 0, 0, 0.08), inset -2px 0 1px -1px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(0, 0, 0, 0.02);
}

.nav.nav-tabs .nav-link.active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 5px;
    content: "";
    background-color: #010156;
    opacity: 0.8;
}

.nav-tabs + .tab-content {
    padding: 15px;
    background: white;
    border: 1px solid;
    border-color: #dfe3e7;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.pagination {
    margin: 1rem;
}

.table th {
    font-weight: 500;
}

.table thead th {
    white-space: nowrap;
    border-bottom-width: 1px;
}

.table th,
.table td {
    vertical-align: middle;
}

.table th label,
.table td label {
    margin-bottom: 0;
}

/* --- Chosen selects --- */
.chosen-container.chosen-container-single {
    max-width: 100%;
    font-size: 1rem;
}

.chosen-container.chosen-container-single .chosen-single {
    display: inline-block;
    height: calc(1.5em + (1.2rem + 2px));
    padding: 0.81rem 4rem 0.81rem 1rem;
    line-height: 1.5;
    color: #22262a;
    vertical-align: middle;
    background: #eaedf0 url("../images/select-bg.svg") no-repeat right 1rem center;
    background-image: none \9;
    background-size: 116rem;
    border: 1px solid #ced4da;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
}

.chosen-container.chosen-container-single .chosen-single abbr {
    top: 10px;
}

.chosen-container.chosen-container-single .chosen-single:focus {
    border-color: #8894aa;
    outline: none;
}

.chosen-container.chosen-container-single .chosen-single:disabled {
    cursor: not-allowed;
    background-color: #eaedf0;
}

.chosen-container.chosen-container-single .chosen-single div b {
    background: none !important;
}

.chosen-container.chosen-container-single .chosen-drop {
    background: white;
    border: 1px solid #ced4da;
}

.chosen-container.chosen-container-single .chosen-results li {
    line-height: calc(1rem + .3rem);
}

.chosen-container.chosen-container-single.chosen-container-active .chosen-single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container.chosen-container-multi .chosen-choices {
    max-width: 100%;
    min-height: calc(1.5em + (1.2rem + 2px));
    font-size: 1rem;
    line-height: 1.5;
    background-image: white;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
    padding: 5px 33px 5px 10px;
    color: white;
    background: var(--primary);
    border: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    background-image: none !important;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 1rem;
    color: white;
    content: "×";
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
}

.chosen-container-single {
    width: auto !important;
}

.card .chosen-container.chosen-container-single {
    width: 100% !important;
}

.card .chosen-container.chosen-container-single .chosen-single {
    width: 100% !important;
}

/* --- Drag and menu widgets --- */
.gu-mirror {
    position: fixed !important;
    z-index: 9999 !important;
    margin: 0 !important;
    background-color: #91ee91;
    opacity: 0.8;
}

.gu-mirror.table {
    display: table;
}

.gu-mirror.table td {
    display: table-cell;
}

.metismenu.menu-horizontal {
    flex: 1 0 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .metismenu.menu-horizontal {
        display: flex;
        flex: 1 1 0%;
        flex-direction: row;
    }
}

.metismenu.menu-horizontal > li {
    position: relative;
}

.metismenu.menu-horizontal .level-1 > ul {
    min-width: 12rem;
}

.metismenu.mod-menu {
    margin: 0;
}

.metismenu.mod-menu .metismenu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.5;
}

.metismenu.mod-menu .metismenu-item.parent {
    position: relative;
}

.metismenu.mod-menu .metismenu-item > ul {
    position: absolute;
    top: 100%;
    z-index: 1001;
    display: block;
    padding: 0;
    list-style: none;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}

.metismenu.mod-menu .metismenu-item > span,
.metismenu.mod-menu .metismenu-item > a,
.metismenu.mod-menu .metismenu-item > button {
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.metismenu.mod-menu .metismenu-item > a:focus,
.metismenu.mod-menu .metismenu-item > button:focus {
    outline: 1px dotted #ced4da;
    outline-offset: 2px;
}

.metismenu.mod-menu .metismenu-item.active > a, .metismenu.mod-menu .metismenu-item.active > button,
.metismenu.mod-menu .metismenu-item > a:hover,
.metismenu.mod-menu .metismenu-item > button:hover {
    text-decoration: none;
}

.metismenu.mod-menu .metismenu-item::after {
    content: none;
}

.metismenu.mod-menu .metismenu-item:not(.level-1) > ul, .metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
    margin-right: -1em;
}

[dir=rtl] .metismenu.mod-menu .metismenu-item:not(.level-1) > ul, [dir=rtl] .metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
    margin-right: 0;
    margin-left: -1em;
}

.metismenu.mod-menu .metismenu-item.divider:not(.parent) {
    width: 1px;
    padding: 0;
    margin: 0.25em;
    overflow: hidden;
    border-right: 1px solid #ced4da;
}

@media (max-width: 991.98px) {
    .metismenu.mod-menu .metismenu-item.divider:not(.parent) {
        width: auto;
        height: 1px;
        border-bottom: 1px solid #ced4da;
    }
}

.metismenu.mod-menu .mm-collapsing {
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: color, background-color, height, visibility;
}

.metismenu.mod-menu .mm-collapse {
    position: absolute;
    background-color: white;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.metismenu.mod-menu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu.mod-menu .mm-collapse > li > a {
    display: inline-flex;
}

.metismenu.mod-menu .mm-collapse > li.divider:not(.parent) {
    width: auto;
    height: 1px;
    border-bottom: 1px solid #ced4da;
}

.metismenu.mod-menu .mm-collapse > li.parent .mm-toggler {
    display: inline-flex;
}

.metismenu.mod-menu .mm-collapse > li.parent > ul {
    position: relative;
    top: 0;
    flex-basis: calc(100% + 1em);
    margin-top: 0.5em;
    margin-bottom: -0.5em;
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: none;
}

.metismenu.mod-menu .mm-toggler {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    color: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: none;
    box-shadow: none;
}

.metismenu.mod-menu .mm-toggler:after {
    width: 0;
    height: 0;
    margin: 0 0 0 0.5em;
    content: "";
    border-top: 0.5em solid currentColor;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    transition: all 0.3s ease-out;
}

[dir=rtl] .metismenu.mod-menu .mm-toggler:after {
    margin: 0 0.5em 0 0;
}

.mm-active > .metismenu.mod-menu .mm-toggler:after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.metismenu.mod-menu .mm-toggler[aria-expanded=true]:after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.metismenu.mod-menu .parent > ul {
    color: #22262a;
}

.sidebar-right .metismenu .mm-collapse,
.sidebar-left .metismenu .mm-collapse {
    position: relative;
    background-color: rgba(0, 0, 0, 0.03);
}

.sidebar-right .metismenu li.parent > ul,
.sidebar-left .metismenu li.parent > ul {
    position: relative;
    top: 0;
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    .sidebar-right .metismenu li.parent > ul,
    .sidebar-left .metismenu li.parent > ul {
        width: 100%;
    }
}

.sidebar-right .metismenu .metismenu-item > span,
.sidebar-right .metismenu .metismenu-item > a,
.sidebar-left .metismenu .metismenu-item > span,
.sidebar-left .metismenu .metismenu-item > a {
    white-space: inherit;
}

.sidebar-right .metismenu .metismenu-item.divider:not(.parent),
.sidebar-left .metismenu .metismenu-item.divider:not(.parent) {
    width: auto;
    height: 1px;
    border-bottom: 1px solid #ced4da;
}

/* --- Minicolors --- */
.minicolors-theme-bootstrap .minicolors-input {
    width: 120px;
}

.minicolors-theme-bootstrap .rgb {
    width: 175px;
}

.minicolors-theme-bootstrap .rgba {
    width: 220px;
}

/* --- Editor widgets --- */
.editor .toggle-editor {
    margin-top: 1rem;
}

.editor .mce-tinymce {
    border: 1px solid #dfe3e7;
    border-radius: 0.25rem;
}

.editor .mce-btn,
.editor .mce-panel {
    background: #f9fafb;
}

.tox {
    white-space: nowrap !important;
}

.chzn-container-single {
    width: auto !important;
}

.chzn-container-multi {
    width: 100% !important;
    max-width: 240px;
}

/* === Components and widgets: end === */

/* === Template custom styles: start === */
a,
a:link,
a:visited,
a:hover {
    text-decoration: none;
}

.art-article {
    margin: 50px 0;
}

.nav-sticky-wrapper .art-nav {
    opacity: 0.9;
}

.art-modulo-topmenu .art-topmenu-contenuto {
    display: flex;
    align-items: center;
}

.art-modulo-topmenu {
    border-bottom: 1px solid #e7e7e7;
}

.art-postcontent p {
    margin: 13px 0;
}

.art-postheader {
    margin: 0 0 20px 0;
}

/* === Blog detail: start === */
.art-blog-detail .art-blog-image {
    min-height: 400px;
    background-size: cover;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.art-blog-detail .art-blog-info {
    color: #646464;
    font-size: 12px;
}

.art-blog-detail .art-social-list i {
    margin-right: 10px;
}

/* === Blog detail: end === */

/* === Blog carousel: start === */
.art-blog-carousel {
    padding-top: 50px;
    padding-bottom: 50px;
}

.art-blog-carousel .carousel-blog-title {
    text-align: center;
}

.art-blog-carousel .art-blog-image-container {
    position: relative;
}

.art-blog-carousel .art-blog-image-container .art-blog-image {
    min-height: 210px;
    background-size: cover;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.art-blog-carousel .art-blog-image-container a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease 0.5s;
    cursor: pointer;
}

.art-blog-carousel .art-blog-image-container:hover a:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.art-blog-carousel .art-blog-image-container a > i {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 50px;
    color: #000;
    opacity: 0;
    transition: all ease 0.5s;
    height: 50px;
}

.art-blog-carousel .art-blog-image-container:hover a > i {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.art-blog-carousel .art-blog-contenuto .art-blog-title {
    padding: 0;
    margin: 0;
}

.art-blog-carousel .art-blog-contenuto .art-blog-info {
    color: #646464;
    font-size: 12px;
}

.art-blog-carousel .art-blog-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.art-blog-carousel .art-blog-footer .art-social-list {
    margin-left: auto;
}

.art-blog-carousel .art-blog-footer .art-social-list i {
    margin-left: 10px;
}

.art-blog-carousel .art-blog-contenuto {
    padding: 20px 0;
}

/* === Blog carousel: end === */

/* === Breadcrumbs: start === */
.art-breadcrumbs {
    margin-top: 0;
    color: #aeb3ba;
    width: 100%;
}

.art-breadcrumbs .breadcrumb {
    color: #aeb3ba;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover {
    color: #aeb3ba;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>' !important;
}

/* === Breadcrumbs: end === */

.art-footer .copyright p {
    margin: 0;
}

#sticky-wrapper > div {
    left: 0;
    right: 0;
}

.art-nav {
    width: 100% !important;
}

/* === Template custom styles: end === */
