.filters__inputs {
    background-color: #eef1f4;
    padding: 4.34783%;
    z-index: 0;
    position: inherit;
}
.filters__inputs-inner {
    margin: -0.5625rem;
}
.filters__inputs.active {
    display: none;
}
input:checked ~ .checkmark {
  background-color: #0c5d9d;
}
.select-filter, .keyword-filter, .js-form-type-entity-autocomplete, .date-filter, .time-filter, .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filters__inputs-inner > *, .filters__inputs-inner > .form-item, .filters__inputs-inner > .input {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0.5625rem;
}
.MuiFormControl-root {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: auto !important;
}
.select-filter__control, .keyword-filter__control {
    width: 100%;
}
.MuiFormControl-root {
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
}
.MuiFormLabel-root {
    color: rgba(0, 0, 0, 0.54);
    padding: 0;
    font-size: 1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.00938em;
}
.MuiInputBase-root {
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
}
.MuiInput-root {
    position: relative;
}
label + .MuiInput-formControl {
    margin-top: 16px;
}
.MuiInput-underline:before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    pointer-events: none;
}
.MuiInput-underline:after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid #0288D1;
    pointer-events: none;
}
.MuiInputLabel-root {
    display: block;
    transform-origin: top left;
}
.MuiInputLabel-formControl {
    top: 0;
    left: 0;
    position: absolute;
    transform: translate(0, 24px) scale(1);
}
.MuiInputLabel-animated {
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}
.filters__inputs-inner label {
    margin: 0;
    font-size: 0.75rem;
}
.radios__group .radios__radio-label, .select-filter__control .select-filter__label, .keyword-filter .keyword-filter__label, .js-form-type-entity-autocomplete .input__label, .date-filter .date-filter__label, .time-filter .time-filter__label, .input .input__label, .input-group .input__label {
    font-size: 0.65278rem;
    margin: 0;
}
.filters__inputs-inner input, .filters__inputs-inner select {
    width: 100%;
}
.keyword-filter input {
    line-height: 1;
}
.select-filter, .keyword-filter, .js-form-type-entity-autocomplete, .date-filter, .time-filter, .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filters__inputs-inner > *, .filters__inputs-inner > .form-item, .filters__inputs-inner > .input {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0.5625rem;
}
/*content two section */
.content-list:not(:last-child), .content-list__heading:not(:last-child), .content-list__item:not(:last-child) {
    margin-bottom: 1.5625rem;
}
ul.content-list__list {
    padding-left: 0;
}
.content-list__list > li {
    list-style: none;
}
.content-list:not(:last-child), .content-list__heading:not(:last-child), .content-list__item:not(:last-child) {
    margin-bottom: 1.5625rem;
}
.teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out;
}
.teaser__image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #747481;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}
.teaser__date-wrapper {
    padding: 1em;
}
.teaser--with-image .teaser__date-wrapper, .teaser--has-image .teaser__date-wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75), transparent 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), transparent 50%);
}
.teaser__date {
    color: #fff;
}
.teaser__date-month {
    font-size: 0.65278rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: .0625em;
}
.teaser__date-date {
    font-size: 1.03472rem;
    display: block;
}
.teaser__date-time {
    font-size: 0.65278rem;
    display: block;
}
.teaser__main {
    max-width: 100%;
}
.teaser__image + .teaser__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.teaser__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.teaser__supertitle {
    font-size: 0.57639rem;
    line-height: 1.2;
}
.teaser__supertitle, .teaser__title {
    font-weight: 900;
}
.teaser__supertitle {
    font-family: serif;
}
.teaser__title {
    font-size: 0.95833rem;
    line-height: 1.2;
}
.teaser__title:not(:last-child) {
    margin-bottom: .5em;
}
.teaser__title-link {
    color: #130f13;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.teaser__description {
    width: 100%;
}
.teaser__tags {
    font-size: 0.72917rem;
    margin-top: 1em;
}
.view-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.view-switcher:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.view-switcher__button {
    font-size: 0.65278rem;
    background-color: transparent;
    padding: 0;
    text-decoration: none;
}
.view-switcher__button {
    background-color: transparent !important;
    color: #0288d1;
    font-weight: 900;
    text-transform: uppercase;
}
.view-switcher__button:not(:last-child) {
    padding-right: 0.9375rem;
    margin-right: 0.9375rem;
    border-right: 1px solid #d3d8df;
}
.view-switcher__button:disabled {
    color: #4c4d4f;
}
.filters__heading {
    font-size: 0.65278rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.filters .filter_toggle {
    display: block;
}
.filters .filter_toggle h3 {
    display: flex;
}
.filters .filter_toggle .show_fltr .show_fltr__toggle {
    margin: 0 5px 0 -35px;
    visibility: hidden;
}
.show_fltr [type="checkbox"] {
    opacity: 1 !important;
}
.content-list__heading {
    font-size: 1.41667rem;
}
.content-list__heading {
    color: #747481;
    font-weight: 900;
}
.MuiFormGroup-root {
    flex-direction: row !important;
}
.MuiFormControl-root.radios .MuiFormLabel-root {
    display: none;
}
.current-filters__wrapper {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.current-filter {
    margin-right: 1.5em;
    margin-bottom: 0.375rem;
}
.current-filter__label {
    font-size: 0.65278rem;
    color: #747481;
    margin-right: .5em;
    display: block;
}
.current-filter .option-chip {
    font-size: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eef1f4;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 900;
    height: 2.125em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    padding-left: .75em;
    padding-right: .75em;
    text-decoration: none;
    -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    vertical-align: middle;
    white-space: nowrap;
}
.current-filter .option-chip > span {
    padding: 0;
}
.current-filter .option-chip > svg {
    margin-left: .5em;
    width: 8px;
    height: 8px;
}
.modal.datepicker-modal, .modal.datepicker-modal.open {
    display: none !important;
}
.adminimal-admin-toolbar .l--page-wrapper {
    /* height: 100vh; */
    overflow-x: scroll;
}
.header-mobile__panel {
    background-color: var(--color-background-active);
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 20px;
    background-color: #eef1f4;
    -webkit-box-shadow: 0 1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
    max-height: -webkit-calc(100vh - 168px);
    max-height: calc(100vh - 168px);
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-840px);
    transform: translateY(-840px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: -1;
    visibility: hidden;
}
.header-mobile-tab[aria-selected="true"] .header-mobile__panel[aria-hidden="true"] {
    opacity: 1;
    overflow: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.intercept-staff-management-menu .dropdown-content.select-dropdown {
    display: none;
}

@media (min-width: 37.5em) {
    .filters__inputs-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .filters__inputs-inner > *, .filters__inputs-inner > .form-item, .filters__inputs-inner > .input {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -ms-flex-preferred-size: calc((100% / 2) - 1.125rem);
        flex-basis: -webkit-calc((100% / 2) - 1.125rem);
        flex-basis: calc((100% / 2) - 1.125rem);
    }
    .filters__inputs-inner > *, .filters__inputs-inner > .form-item, .filters__inputs-inner > .input {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -ms-flex-preferred-size: calc((100% / 2) - 1.125rem);
        flex-basis: -webkit-calc((100% / 2) - 1.125rem);
        flex-basis: calc((100% / 2) - 1.125rem);
    }
    .teaser__image {
        width: 4.6875rem;
    }
}

@media (min-width: 48em) {
    .filters__inputs {
        padding: 1.875rem;
    }
    .filters__inputs-inner {
        margin: -0.9375rem;
    }
    .filters__inputs-inner > *, .filters__inputs-inner > .form-item, .filters__inputs-inner > .input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: calc((100% / 3) - 1.875rem);
        flex-basis: -webkit-calc((100% / 3) - 1.875rem);
        flex-basis: calc((100% / 3) - 1.875rem);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0.9375rem;
    }
    .filters--3up .filters__inputs-inner > *, .filters--3up .filters__inputs-inner > .form-item, .filters--3up .filters__inputs-inner > .input {
        -ms-flex-preferred-size: calc((100% / 3) - 1.875rem);
        flex-basis: -webkit-calc((100% / 3) - 1.875rem);
        flex-basis: calc((100% / 3) - 1.875rem);
    }
    .radios__group .radios__radio-label, .select-filter__control .select-filter__label, .keyword-filter .keyword-filter__label, .js-form-type-entity-autocomplete .input__label, .date-filter .date-filter__label, .time-filter .time-filter__label, .input .input__label, .input-group .input__label {
        font-size: 0.83333rem;
    }
    .filters__inputs-inner > *, .filters__inputs-inner > .form-item, .filters__inputs-inner > .input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: calc((100% / 3) - 1.875rem);
        flex-basis: -webkit-calc((100% / 3) - 1.875rem);
        flex-basis: calc((100% / 3) - 1.875rem);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0.9375rem;
    }
    .filters--3up .filters__inputs-inner > *, .filters--3up .filters__inputs-inner > .form-item, .filters--3up .filters__inputs-inner > .input {
        -ms-flex-preferred-size: calc((100% / 3) - 1.875rem);
        flex-basis: -webkit-calc((100% / 3) - 1.875rem);
        flex-basis: calc((100% / 3) - 1.875rem);
    }
    .content-list:not(:last-child), .content-list__heading:not(:last-child), .content-list__item:not(:last-child) {
        margin-bottom: 2.0625rem;
    }
    .teaser {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .teaser__image {
        margin-right: 30px;
        width: 33.33333%;
    }
    .teaser__date-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .teaser__date-month {
        font-size: 0.83333rem;
    }
    .teaser__date-date {
        font-size: 1.40625rem;
    }
    .teaser__date-time {
        font-size: 0.83333rem;
    }
    .teaser__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .teaser__supertitle {
        font-size: 0.72917rem;
    }
    .teaser__title {
        font-size: 1.25rem;
    }
    .teaser__tags {
        font-size: 0.9375rem;
    }
    .teaser__footer {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .view-switcher:not(:last-child) {
        margin-bottom: 1.2375rem;
    }
    .view-switcher__button {
        font-size: 0.83333rem;
    }
    .view-switcher__button:not(:last-child) {
        padding-right: 1.2375rem;
    }
    .view-switcher__button:not(:last-child) {
        margin-right: 1.2375rem;
    }
    .filters__heading {
        font-size: 0.83333rem;
    }
    .filters__heading {
        margin-bottom: 0.33rem;
    }
    .content-list__heading {
        font-size: 1.875rem;
    }
    .filters--4up .filters__inputs-inner > *, .filters--4up .filters__inputs-inner > .form-item, .filters--4up .filters__inputs-inner > .input {
        -ms-flex-preferred-size: calc((100% / 4) - 1.875rem);
        flex-basis: -webkit-calc((100% / 4) - 1.875rem);
        flex-basis: calc((100% / 4) - 1.875rem);
    }
    .current-filters__wrapper {
        margin-top: 1.2375rem;
    }
    .current-filter {
        margin-bottom: 0.495rem;
    }
    .current-filter__label {
        font-size: 0.83333rem;
    }
    .current-filter .option-chip {
        font-size: 0.625rem;
    }
}
@media (min-width: 62em) {
    .filters__inputs-inner > *, .filters__inputs-inner > .form-item, .filters__inputs-inner > .input {
        -ms-flex-preferred-size: calc((100% / 5) - 1.875rem);
        flex-basis: -webkit-calc((100% / 5) - 1.875rem);
        flex-basis: calc((100% / 5) - 1.875rem);
    }
    .filters--3up .filters__inputs-inner > *, .filters--3up .filters__inputs-inner > .form-item, .filters--3up .filters__inputs-inner > .input {
        -ms-flex-preferred-size: calc((100% / 3) - 1.875rem);
        flex-basis: -webkit-calc((100% / 3) - 1.875rem);
        flex-basis: calc((100% / 3) - 1.875rem);
    }
    .filters__inputs-inner label {
        font-size: 1rem;
    }
    .radios__group .radios__radio-label, .select-filter__control .select-filter__label, .keyword-filter .keyword-filter__label, .js-form-type-entity-autocomplete .input__label, .date-filter .date-filter__label, .time-filter .time-filter__label, .input .input__label, .input-group .input__label {
        font-size: 1rem;
    }
    .filters__inputs-inner > *, .filters__inputs-inner > .form-item, .filters__inputs-inner > .input {
        -ms-flex-preferred-size: calc((100% / 5) - 1.875rem);
        flex-basis: -webkit-calc((100% / 5) - 1.875rem);
        flex-basis: calc((100% / 5) - 1.875rem);
    }
    .filters--3up .filters__inputs-inner > *, .filters--3up .filters__inputs-inner > .form-item, .filters--3up .filters__inputs-inner > .input {
        -ms-flex-preferred-size: calc((100% / 3) - 1.875rem);
        flex-basis: -webkit-calc((100% / 3) - 1.875rem);
        flex-basis: calc((100% / 3) - 1.875rem);
    }
    .content-list:not(:last-child), .content-list__heading:not(:last-child), .content-list__item:not(:last-child) {
        margin-bottom: 3.125rem;
    }
    .teaser__image {
        margin-right: 4.34783%;
        width: 21.73913%;
    }
    .teaser__date-month {
        font-size: 1rem;
    }
    .teaser__date-date {
        font-size: 1.875rem;
    }
    .teaser__date-time {
        font-size: 1rem;
    }
    .teaser__image + .teaser__main {
        width: 57.14286%;
    }
    .teaser__supertitle {
        font-size: 0.875rem;
    }
    .teaser__title {
        font-size: 1.5rem;
    }
    .teaser__tags {
        font-size: 1.125rem;
    }
    .teaser__footer {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-left: 4.34783%;
        min-width: 8em;
        text-align: right;
        width: 17.3913%;
    }
    .view-switcher:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .view-switcher__button {
        font-size: 1rem;
    }
    .view-switcher__button:not(:last-child) {
        padding-right: 1.875rem;
    }
    .view-switcher__button:not(:last-child) {
        margin-right: 1.875rem;
    }
    .filters__heading {
        font-size: 1rem;
    }
    .filters__heading {
        margin-bottom: 0.5rem;
    }
    .content-list__heading {
        font-size: 2.25rem;
    }
    .filters--4up .filters__inputs-inner > *, .filters--4up .filters__inputs-inner > .form-item, .filters--4up .filters__inputs-inner > .input {
        -ms-flex-preferred-size: calc((100% / 4) - 1.875rem);
        flex-basis: -webkit-calc((100% / 4) - 1.875rem);
        flex-basis: calc((100% / 4) - 1.875rem);
    }
    .current-filters__wrapper {
        margin-top: 1.875rem;
    }
    .current-filter {
        margin-bottom: 0.75rem;
    }
    .current-filter__label {
        font-size: 1rem;
    }
    .current-filter .option-chip {
        font-size: 0.75rem;
    }
    button, input[type=submit]:not(.unstyled):not(.js-hide), .button {
        font-size: 1.2rem;
    }
    .l--page-minimal .l--offset {
        padding-left: 4.25rem;
    }
    [dir=ltr] body.intercept-staff-management-menu {
        overflow: scroll !important;
    }
}

@media (max-width: 47.9375em) {
    .teaser__image {
        margin-right: 1.25rem;
        width: 4.0625rem;
    }
    .MuiFormGroup-root {
        flex-direction: column !important;
    }
}
