html.funeral img {
    filter: grayscale(100%);
}

html.funeral .banner img,
html.funeral img.article-podcast {
    filter: grayscale(0%);
}

html.contrast .contrast-switch > a > div > div {
    margin-left: 13px;
}

@font-face {
    font-family: 'Mont Semibold';
    src: url('/fonts/Fontfabric-Mont-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ffffff;
    color: #000000;
}

html.contrast body {
    background-color: #000000;
    color: #ffffff;
}

body a {
    color: #000000;
}

html.contrast body a {
    color: #ffffff;
}

.select2-dropdown {
    border-color: #425574;
}

.select2-results {
    background-color: #ffffff;
}

html.contrast .select2-results {
    background-color: #000000;
}

.select2-results li:hover {
    background-color: #ffffff;
}

html.contrast .select2-results li:hover {
    background-color: #000000;
}

.select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #f1f1f3 !important;
}

html.contrast .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #031c45 !important;
}

#select2-change-lang-results {
    background-color: #031c45;
    color: #ffffff;
}

html.funeral #select2-change-lang-results,
html.contrast #select2-change-lang-results {
    background-color: #000000;
}

#select2-change-lang-results li:hover {
    background-color: #031c45;
}

html.funeral #select2-change-lang-results li:hover,
html.contrast #select2-change-lang-results li:hover {
    background-color: #000000;
}

#select2-change-lang-results .select2-results__option.select2-results__option--highlighted {
    background-color: #495073 !important;
}

html.funeral #select2-change-lang-results .select2-results__option.select2-results__option--highlighted,
html.contrast #select2-change-lang-results .select2-results__option.select2-results__option--highlighted {
    background-color: #323232 !important;
}

.hidden {
    display: none !important;
}

.header input,
.header .select2-selection,
.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px 0;
    display: block;
}

html.contrast .navbar-toggler-icon {
    background-color: #f1f1f3;
}

.font-mont {
    font-family: 'Mont Semibold', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
}

html.contrast .font-mont {
    font-size: 21px;
}

.header {
    height: 240px;
    background-color: #031c45;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px #ffffff;
}

html.funeral .header {
    background-color: #000000;
}

html.contrast .header {
    background-color: #000000;
    border-bottom: solid 1px #f1f1f3;
}

hr {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #bfbfbf;
}

hr.contrast {
    background-color: #ffffff;
}

html.contrast hr.contrast {
    background-color: #f1f1f3;
}

.dots {
    width: 0;
    height: 10px;
    margin: auto;
    padding-right: 12px;
    border-left: 1px dotted #ffffff;
}

.contrast-switch {
    margin: auto;
    color: white;
    z-index: 100;
    display: flex;
    cursor: default;
    padding-right: 15px;
}

.contrast-switch span {
    padding: 4px;
}

.contrast-switch span:first-child {
    padding-top: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.contrast-switch span:last-child {
    font-size: 14px;
    line-height: 1.2;
}

.contrast-switch > a {
    opacity: 1 !important;
    margin: 0 !important;
}

.contrast-switch > a > div {
    margin-top: 3px;
    width: 26px;
    height: 16px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    cursor: pointer;
}

.contrast-switch > a > div > div {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    margin: 3px;
    background-color: #ffffff;
}

.header .navbar {
    position: fixed;
    width: 100%;
    margin: auto;
    height: 75px;
    padding: 0;
    border-bottom: solid 1px #495073;
    z-index: 100;
}

.header .navbar .navbar-collapse,
.header .navbar {
    background-color: #031c45;
}

html.contrast .header .navbar .navbar-collapse,
html.funreal .header .navbar .navbar-collapse,
html.contrast .header .navbar,
html.funreal .header .navbar {
    background-color: #000000;
}

.header .navbar .navbar-collapse .nav-item a {
    margin-left: 0;
    display: inline;
}

.header .navbar .navbar-collapse a {
    padding-left: 0;
}

.header .navbar .nav-link:focus,
.header .navbar .nav-link:hover,
.header .navbar .dropdown-item:focus,
.header .navbar .dropdown-item:hover {
    background-color: inherit;
    opacity: 1;
}

.header .navbar .navbar-collapse {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.header .navbar .dropdown-toggle:after {
    content: none
}

.active {
    opacity: 1 !important;
}

.header .navbar .dropdown-menu {
    position: fixed;
    left: 0;
    top: 75px;
    width: 100%;
    background-color: #031c45;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding-left: calc((100% - 1170px)/2);
    padding-bottom: 41px;
}

html.funeral .header .navbar .dropdown-menu,
html.contrast .header .navbar .dropdown-menu {
    background-color: #000000;
}

.header .navbar .navbar-collapse a {
    height: 100%;
    margin: 0 12px;
    opacity: 0.5;
    font-size: 16px;
    color: #ffffff;
}

html.contrast .header .navbar .navbar-collapse a {
    font-size: 17px;
}

.header .navbar a.active,
.header .navbar a:hover {
    text-decoration: none;
    opacity: 1;
}

.header .navbar .dropdown-menu.dropdown-menu-level-2 {
    padding-left: 0;
    left: 35%;
}

.header .navbar .dropdown-menu.dropdown-menu-level-3 {
    padding-left: 0;
    left: 66%;
}

.header .navbar .dropdown-menu {
    padding-top: 50px;
}

.header .navbar .dropdown-menu.dropdown-menu-level-1 li {
    margin-bottom: 16px;
}

.header .navbar .dropdown-menu.dropdown-menu-level-1 a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.46;
}

html.contrast .header .navbar .dropdown-menu.dropdown-menu-level-1 a {
    font-size: 21px;
}

.header .navbar .dropdown-menu.dropdown-menu-level-2 li {
    margin-bottom: 20px;
}

.header .navbar .dropdown-menu.dropdown-menu-level-2 a {
    font-size: 20px;
    line-height: 1.46;
}

html.contrast .header .navbar .dropdown-menu.dropdown-menu-level-2 a {
    font-size: 21px;
}

.header .navbar .dropdown-menu.dropdown-menu-level-3 li {
    margin-bottom: 20px;
}

.header .navbar .dropdown-menu.dropdown-menu-level-3 a {
    font-size: 18px;
    line-height: 1.67;
}

html.contrast .header .navbar .dropdown-menu.dropdown-menu-level-3 a {
    font-size: 19px;
}

.header .navbar a.active {
    opacity: 1;
}

.header .banner {
    margin: 75px auto 20px;
    height: 165px;
}

.header .banner .banner-content {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.header .banner-img {
    width: 100%;
}

.header .banner div {
    display: flex;
    align-items: center;
}

.header .banner .search {
    margin-right: 60px;
}

.header .banner .search form {
    width: 100%;
    display: contents;
}

.header .banner .search input {
    width: 100%;
    min-width: 160px;
    height: 60px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.28px;
    text-align: left;
    color: #bfbfbf;
    background-color: #031c45;
    border-radius: 30px;
    border: solid 1px #7f869c;
}

html.contrast .header .banner .search input {
    font-size: 14px;
}

html.funeral .header .banner .search input,
html.contrast .header .banner .search input {
    background-color: #000000;
}

.header .banner .search button {
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background-color: #495073;
    margin-left: -50px;
    border: 0;
    padding: 0;
}

html.funeral .header .banner .search button,
html.contrast .header .banner .search button {
    background-color: #323232;
}

.header .banner .search button img {
    width: 18px;
    height: 18px;
 }

.header .banner .search button img:hover,
.header .banner .search button:hover,
.header .banner .search input:hover {
    cursor: url(../images/searcher.svg) 10 10, pointer;
}

.header .banner .lang {
    width: 100%;
    max-width: 120px;
    min-width: 120px;
    height: 50px;
    border-radius: 2px;
    border: solid 1px #425574;
}

.header .banner .lang #change-lang {
    display: none;
}

.header .banner .lang .select2-container {
    width: 100% !important;
    height: 100%;
    color: white;
}

.header .banner .lang .select2-container .select2-selection {
    font-size: 14px;
    line-height: 1.71;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

html.contrast .header .banner .lang .select2-container .select2-selection {
    font-size: 15px;
}

.header .banner .lang .select2-container .select2-selection .select2-selection__rendered {
    padding: 14px;
    height: 100%;
}

.header .banner .lang .select2-container .select2-selection .select2-selection__rendered:after {
    float: right;
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    right: 15px;
    top: 19px;
    position: absolute;
    transform: rotate(135deg);
}

.header .banner .lang .select2-container .select2-selection .select2-selection__rendered span img {
    margin-right: 15px;
}

.body {
    margin: 250px 15px 50px;
}

.body .main {
    min-height: 500px;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    padding: 0;
}

.footer .social {
    max-width: 1170px;
    min-height: 170px;
    margin: auto;
    padding: 60px 0;
    color: #000000;
}

html.contrast .footer .social {
    color: #ffffff;
}

.footer .social .newsletter {
    display: grid;
}

.footer .social .newsletter > a {
    color: #031c45;
    text-decoration: underline;
}

html.funeral .footer .social .newsletter > a {
    color: #000000;
}

html.contrast .footer .social .newsletter > a {
    color: #ffffff;
}

.footer .social .newsletter > a:hover {
    color: #1b598d;
}

.article .social-buttons,
.footer .social .social-buttons {
    text-align: right;
}

.article .social-buttons img:hover,
.footer .social .social-buttons img:hover {
    filter: drop-shadow(1px 1px 1px #7f7f7f);
}

.article .social-buttons > a,
.footer .social .social-buttons a {
    margin: 0 0 0 16px;
}

.article .social-buttons .social-button,
.footer .social .social-button {
    margin-bottom: -5px;
    display: inline-block;
}

.footer .map {
    max-width: 1170px;
    margin: auto;
    min-height: 300px;
}

.footer .map-col {
    padding-top: 60px;
    padding-bottom: 80px;
    max-height: 510px;
}

.footer .map-col .map-link {
    font-size: 16px;
    color: #031c45;
    margin-bottom: 30px;
    display: flex;
}

html.funeral .footer .map-col .map-link {
    color: #000000;
}

html.contrast .footer .map-col .map-link {
    font-size: 16px;
    color: #ffffff;
}

.footer .map-col .submap .map-link {
    color: #7e7e7e;
    margin-bottom: inherit;
}

.footer .map-col:first-child .submap {
    column-count: 2;
    column-fill: auto;
    height: 100%;
}

.footer .credits {
    max-width: 1170px;
    margin: 34px auto auto;
    height: 70px;
    font-size: 12px;
    color: #031c45;
    display: flex;
}

html.funeral .footer .credits {
    color: #000000;
}

html.contrast .footer .credits {
    font-size: 13px;
    color: #ffffff;
}

.footer .credits .privacy {
    line-height: 1.5;
    padding: 0 8px 0 0;
    border-right: solid 1px grey;
    color: #031c45;
}

html.funeral .footer .credits .privacy {
    color: #000000;
}

html.contrast .footer .credits .privacy {
    color: #ffffff;
}

.footer .credits .terms {
    line-height: 1.5;
    padding: 0 5px;
    color: #031c45;
}

html.funeral .footer .credits .terms {
    color: #000000;
}

html.contrast .footer .credits .terms {
    color: #ffffff;
}

.footer .credits .copyrights {
    font-size: 12px;
    line-height: 1.5;
    color: #7e7e7e;
}

html.contrast .footer .credits .copyrights {
    font-size: 13px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu {
    display: block;
}

.dropdown-toggle span {
    padding-left: 10px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu .pull-left {
    float: none;
}

.dropdown-submenu .pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.article-preview {
    margin: auto;
    max-width: 370px;
    height: 440px;
    border: solid 1px #bfbfbf;
    background-color: #ffffff;
    border-bottom: solid 5px #ff0000;
    position: relative;
}

html.contrast .article-preview {
    background-color: #000000;
}

.index-featured-article {
    min-height: 390px;
}

.index-featured-article > div:first-child {
    padding-top: 30px;
}

.index-featured-article .featured-article-type,
.article-preview .article-type {
    font-size: 14px;
    line-height: 2;
    color: #000000;
}

html.contrast .index-featured-article .featured-article-type,
html.contrast .article-preview .article-type {
    font-size: 15px;
    color: #ffffff;
}

.index-featured-article .featured-article-title,
.article-preview .article-title {
    height: 157px;
    line-height: 1.5em;
    max-height: 6em;
    overflow: hidden;
    margin: 30px;
    margin-bottom: 0;
    position: relative;
}

.index-featured-article .featured-article-title a,
.article-preview .article-title a {
    color: #031c45;
}

html.funeral .index-featured-article .featured-article-title a,
html.funeral .article-preview .article-title a {
    color: #000000;
}

html.contrast .index-featured-article .featured-article-title a,
html.contrast .article-preview .article-title a {
    color: #ffffff;
}

.index-featured-article .featured-article-date,
.article-preview .article-date {
    margin: 0 30px 2px;
    font-size: 14px;
    line-height: 1.71;
    color: #7e7e7e;
}

html.contrast .index-featured-article .featured-article-date,
html.contrast .article-preview .article-date {
    font-size: 15px;
    line-height: 1.5;
}

html.contrast .article-preview .article-title {
    margin-top: 25px;
}

html.contrast .article-preview .article-date {
    margin: 0 30px;
}

.article-preview .article-event-date {
    z-index: 1;
    position: absolute;
    margin-left: 27px;
    width: 48px;
    height: 48px;
    bottom: 181px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    background-color: #ff0000;
    font-size: 10px;
    line-height: 2.4;
    text-align: center;
    color: #ffffff;
    border-radius: 24px;
    padding-top: 14px;
    cursor: pointer;
}

html.contrast .article-preview .article-event-date {
    font-size: 11px;
}

.article-preview .article-podcast {
    margin-left: 30px;
}

.index-featured-article .featured-article-author,
.article-preview .article-author {
    margin: 0 30px;
    line-height: 1.2;
}

.index-featured-article .featured-article-author span,
.index-featured-article .featured-article-author a,
.article-preview .article-author a,
.article-preview .article-author span {
    font-size: 14px;
    line-height: 1.71;
    color: #000000;
    padding-right: 10px;
}

html.contrast .index-featured-article .featured-article-author span,
html.contrast .index-featured-article .featured-article-author a,
html.contrast .article-preview .article-author a,
html.contrast .article-preview .article-author span {
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
}

.article-preview .article-location {
    margin: -5px 30px 3px;
    font-size: 14px;
    line-height: 1.71;
    color: #000000;
    padding-right: 10px;
}

html.contrast .article-preview .article-location {
    font-size: 15px;
    color: #ffffff;
}

.index-featured-article .featured-article-picture,
.article-preview .article-picture {
    width: 370px;
    height: 205px;
    border: none;
}

.article-preview .preview-image-wrapper img {
    width: 100%;
    object-fit: cover;
    height: inherit;
}

.article-preview .preview-image-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 205px;
}

.picture-preview-border {
    margin: auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: solid 5px #ff0000;
}

.index-featured-article .featured-article-type,
.index-featured-article .featured-article-title,
.index-featured-article .featured-article-link,
.index-featured-article .featured-article-link a {
    margin-left: 0;
}

.index-featured-article .featured-article-type {
    font-size: 16px;
    line-height: 1.88;
    color: #031c45;
}

html.funeral .index-featured-article .featured-article-type {
    color: #000000;
}

html.contrast .index-featured-article .featured-article-type {
    font-size: 17px;
    color: #ffffff;
}

.index-featured-article .featured-article-title {
    font-size: 28px;
    line-height: 1.5;
    height: 220px;
    max-height: 190px;
    margin-bottom: 75px;
    color: #031c45;
    padding-left: 0;
    padding-top: 0;
}

html.funeral .index-featured-article .featured-article-title {
    color: #000000;
}

html.contrast .index-featured-article .featured-article-title {
    font-size: 29px;
    color: #ffffff;
}

.index-featured-article .featured-article-link a {
    font-size: 14px;
    color: #031c45;
    text-decoration: underline;
}

html.funeral .index-featured-article .featured-article-link a {
    color: #000000;
}

html.contrast .index-featured-article .featured-article-link a {
    font-size: 15px;
    color: #ffffff;
}

.index-featured-article .featured-article-picture {
    width: 100%;
    height: auto;
    top: 30px;
}

.index-podcasts,
.index-conferences,
.index-media,
.index-publications {
    display: flex;
    width: 100%;
    margin: 60px 0 24px;
}

.frontend-list-header {
    display: flex;
    width: 100%;
    margin: 60px 0 14px;
}

.frontend-list-header .frontend-list-header-clear-filters {
    margin-top: 14px;
}

.frontend-list-header .frontend-list-header-clear-filters a {
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
    height: 45px;
    padding-top: 14px;
    background-color: #f1f1f3;
    color: #031c45;
    margin: 0 10px;
}

html.funeral .frontend-list-header .frontend-list-header-clear-filters a {
    color: #000000;
}

html.contrast .frontend-list-header .frontend-list-header-clear-filters a {
    font-size: 13px;
    background-color: #000000;
    color: #ffffff;
}

.frontend-list-header .frontend-list-header-clear-filters a:hover {
    text-decoration: underline;
}

.frontend-list-header .frontend-list-header-clear-filters a:first-child {
    background-color: #031c45;
    font-size: 14px;
    line-height: 1.43;
    padding-top: 12px;
    color: #ffffff;
    text-decoration: underline;
    margin-left: 0;
}

html.funeral .frontend-list-header .frontend-list-header-clear-filters a:first-child {
    background-color: #000000;
}

html.contrast .frontend-list-header .frontend-list-header-clear-filters a:first-child {
    background-color: #000000;
    font-size: 15px;
}

.frontend-list-header .frontend-list-header-clear-filters a span {
    padding-right: 10px;
 }

.index-conferences,
.index-media {
    margin-top: 100px;
}

.index-podcasts-background {
    position: absolute;
    left: 0;
    right: 0;
    height: 700px;
    background-color: #bfbfbf;
    opacity: 0.2;
    z-index: -100;
}

html.contrast .index-podcasts-background {
    background-color: #000000;
}

.index-podcasts .title,
.index-conferences .title,
.index-media .title,
.index-publications .title,
.frontend-list-header .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    color: #000000;
}

html.contrast .index-podcasts .title,
html.contrast .index-conferences .title,
html.contrast .index-media .title,
html.contrast .index-publications .title,
html.contrast .frontend-list-header .title {
    font-size: 25px;
    color: #ffffff;
}

.frontend-list-header .results-count {
    font-size: 16px;
    line-height: 1.56;
    color: #000000;
}

html.contrast .frontend-list-header .results-count {
    font-size: 17px;
    color: #ffffff;
}

.index-podcasts .sorting,
.index-conferences .sorting,
.index-media .sorting,
.index-publications .sorting,
.frontend-list-header .sorting {
    margin: 0 10px;
    font-size: 14px;
    line-height: 1.71;
    text-decoration: underline;
    color: #7e7e7e;
}

html.contrast .index-podcasts .sorting,
html.contrast .index-conferences .sorting,
html.contrast .index-media .sorting,
html.contrast .index-publications .sorting,
html.contrast .frontend-list-header .sorting {
    font-size: 15px;
}

.index-podcasts .sorting.active,
.index-conferences .sorting.active,
.index-media .sorting.active,
.index-publications .sorting.active,
.frontend-list-header .sorting.active {
    color: #031c45;
}

html.funeral .index-podcasts .sorting.active,
html.funeral .index-conferences .sorting.active,
html.funeral .index-media .sorting.active,
html.funeral .index-publications .sorting.active,
html.funeral .frontend-list-header .sorting.active {
    color: #000000;
}

html.contrast .index-podcasts .sorting.active,
html.contrast .index-conferences .sorting.active,
html.contrast .index-media .sorting.active,
html.contrast .index-publications .sorting.active,
html.contrast .frontend-list-header .sorting.active {
    color: #ffffff;
}

.index-conferences-content .col-4,
.index-media-content .col-4,
.index-publications-content .col-4 {
    margin: 15px 0;
}

.index-conferences-content {
    margin-bottom: 40px;
}

.frontend-list .frontend-list-content .col-4 {
    margin: 15px 0;
}

.frontend-list .frontend-list-content .row {
    margin-top: 30px;
}

.frontend-list .frontend-list-content {
    position: inherit;
}

.frontend-list .frontend-list-content:before {
    position: absolute;
    left: 0;
    content: " ";
    border-bottom: 1px solid #bfbfbf;
    width: 100%;
}

.frontend-list .pagination {
    padding: 0;
    margin: 70px 0 35px;
    text-align: center;
    justify-content: center;
}

.frontend-list .pagination .pagination-buttons {
    display: flex;
}

.frontend-list .pagination .pagination-buttons .pagination-button {
    width: 45px;
    height: 45px;
    padding-top: 11px;
    border: solid 1px #bfbfbf;
    font-size: 14px;
    line-height: 1.71;
    color: #031c45;
    margin: 0 10px;
}

html.funeral .frontend-list .pagination .pagination-buttons .pagination-button {
    color: #000000;
}

html.contrast .frontend-list .pagination .pagination-buttons .pagination-button {
    font-size: 15px;
    color: #ffffff;
}

.frontend-list .pagination .pagination-buttons span {
    font-size: 16px;
    padding-top: 11px;
    font-weight: normal;
    line-height: 1.56;
    color: #bfbfbf;
    margin: 0 10px;
}

html.contrast .frontend-list .pagination .pagination-buttons span {
    font-size: 17px;
}

.frontend-list .pagination .pagination-buttons :first-child,
.frontend-list .pagination .pagination-buttons :last-child {
    margin: 0 20px;
}

.frontend-list .pagination .pagination-buttons .pagination-button.active {
    border: solid 1px #bfbfbf;
    background-color: #031c45;
    color: #ffffff;
}

html.contrast .frontend-list .pagination .pagination-buttons .pagination-button.active {
    background-color: #ffffff;
}

.frontend-list .pagination .pagination-buttons .pagination-button.disabled {
    pointer-events: none;
    cursor: default;
    color: #bfbfbf;
}

.frontend-list .frontend-list-header .frontend-list-filters .frontend-list-filter-input .select2-selection {
    width: 100%;
    height: 45px;
    border-radius: 2px;
    border: solid 1px #7e7e7e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    color: #7e7e7e;
}

html.contrast .frontend-list .frontend-list-header .frontend-list-filters .frontend-list-filter-input .select2-selection {
    font-size: 15px;
}

.frontend-list .frontend-list-header .frontend-list-filters .frontend-list-filter-input .select2-selection {
    padding-top: 11px;
    padding-left: 7px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    position: absolute;
    width: 100%;
    padding-right: 40px;
}

.select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #f1f1f3;
}

html.contrast .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #000000;
}

.select2-dropdown.select2-dropdown--below {
    z-index: 50;
    max-height: 350px;
    overflow-x: auto;
}

.frontend-list .frontend-list-header .frontend-list-filters .frontend-list-filter-input .select2-selection .select2-selection__arrow {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    width: 0.5em;
    right: 15px;
    top: 16px;
    position: absolute;
    transform: rotate(135deg);
}

.frontend-list .frontend-list-header .frontend-list-filters {
    display: grid;
}

.frontend-list .frontend-list-header .frontend-list-filters .form-group {
    margin-top: 1rem;
}

.frontend-list .frontend-list-header .frontend-list-sorting {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 14px;
    border-left: dotted 1px #9f9f9f;
}

.index-foreign-offices {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    color: #000000;
    margin-top: 100px;
}

html.contrast .index-foreign-offices {
    font-size: 25px;
    color: #ffffff;
}

.index-foreign-offices .index-foreign-offices-box {
    margin: 57px 15px;
    max-width: 570px;
    height: 485px;
    border: solid 1px #bfbfbf;
    background-color: #ffffff;
}

html.contrast .index-foreign-offices .index-foreign-offices-box {
    background-color: #000000;
}

.index-foreign-offices .index-foreign-offices-box-header {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 30px;
    color: #000000;
    height: 80px;
}

html.contrast .index-foreign-offices .index-foreign-offices-box-header {
    font-size: 21px;
    color: #ffffff;
}

.index-foreign-offices .index-foreign-offices-box {
    position: relative;
}

.index-foreign-offices .index-foreign-offices-box-image {
    width: 100%;
    height: 344px;
    background-color: #031c45;
}

html.funeral .index-foreign-offices .index-foreign-offices-box-image,
html.contrast .index-foreign-offices .index-foreign-offices-box-image {
    background-color: #000000;
}

.index-foreign-offices .index-foreign-offices-box-image:before {
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    z-index:0;
    background-color:#031c45;
}

html.funeral .index-foreign-offices .index-foreign-offices-box-image:before,
html.contrast .index-foreign-offices .index-foreign-offices-box-image:before {
    background-color:#000000;
}

.index-foreign-offices .index-foreign-offices-box:hover {
    text-decoration: none;
}

.index-separator {
    margin-top: 60px;
    height: 370px;
    position:absolute;
    left:0;
    right:0;
}

.index-separator.separator-1 {
    background-color: #f1f1f3;
    background-image: url('https://www.pism.pl/assets/images/separator-1.png');
    background-repeat: no-repeat;
}

html.contrast .index-separator.separator-1 {
    background-color: #000000;
}

.index-separator.separator-2 {
    background-color: #031c45;
    background-image: url('https://www.pism.pl/assets/images/separator-2.png');
    background-repeat: no-repeat;
}

.index-separator.separator-3 {
    background-color: #031c45;
    background-image: url('https://www.pism.pl/assets/images/separator-3.png');
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
}

html.funeral .index-separator.separator-2,
html.contrast .index-separator.separator-2,
html.funeral .index-separator.separator-3,
html.contrast .index-separator.separator-3 {
    background-color: #000000;
}

.separator-content {
    margin: auto;
    margin-right: 0;
    text-align: right;
    margin-top: 120px;
    height: 250px;
}

.separator-row {
    height: 400px;
}

.separator-content .separator-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    display: block;
    color: #000000;
    margin-bottom: 10px;
}

html.contrast .separator-content .separator-title {
    font-size: 25px;
    color: #ffffff;
}

.separator-content .separator-flavour {
    font-size: 24px;
    line-height: 1.46;
    color: #000000;
    display: block;
    margin-bottom: 100px;
}

html.contrast .separator-content .separator-flavour {
    font-size: 24px;
    color: #ffffff;
}

.separator-content a.btn {
    font-size: 14px;
    line-height: 1.43;
    color: #ffffff;
    height: 45px;
    border-radius: 2px;
    background-color: #031c45;
    text-decoration: underline;
    padding: 10px 50px;
    bottom: 0;
}

html.funeral .separator-content a.btn {
    background-color: #000000;
}

html.contrast .separator-content a.btn {
    font-size: 15px;
    background-color: #000000;
}

.separator-content .white {
    color: #ffffff;
}

.separator-content a.btn.white {
    color: #031c45;
    background-color: #ffffff;
}

html.funeral .separator-content a.btn.white {
    color: #000000;
}

html.contrast .separator-content a.btn.white {
    color: #ffffff;
    background-color: #000000;
}

.separator-content.left {
    text-align: left;
}

.index-map .index-map-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 16px;
    text-align: center;
}

html.contrast .index-map .index-map-title {
    font-size: 25px;
    color: #ffffff;
}

.index-map .index-map-flavor {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 45px;
    text-align: center;
}

html.contrast .index-map .index-map-flavor {
    font-size: 21px;
    color: #ffffff;
}

.index-map .index-map-image {
    width: 100%;
    height: 500px;
}

.index-structure-list-title {
    font-size: 24px;
    line-height: 1.46;
    color: #000000;
    padding-top: 20px;
    margin-bottom: 45px;
}

html.contrast .index-structure-list-title {
    font-size: 25px;
    color: #ffffff;
}

.structure-preview {

}

.structure-preview .structure-preview-box {
    max-width: 570px;
    max-height: 485px;
    border: solid 1px #bfbfbf;
    margin: 15px 0;
}

.structure-preview .structure-preview-box .structure-title {
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
    margin: 30px;
}

html.contrast .structure-preview .structure-preview-box .structure-title {
    font-size: 21px;
    color: #ffffff;
}

.structure-preview:hover {
    text-decoration: none;
}

.structure-preview .structure-preview-box .structure-picture {
    width: auto;
}

.structure-preview .structure-preview-box .structure-picture img {
    width: 100%;
    max-width: 570px;
}

.margin-promoted {
    margin-top: 660px;
}

.promoted-articles {
    position:absolute;
    left:0;
    right:0;
    background-color: #f1f1f3;
    height: 660px;
}

html.contrast .promoted-articles {
    background-color: #000000;
}

.promoted-articles .promoted-title {
    margin: 60px 0;
}

.promoted-articles > .row {
    margin: auto;
    max-width: 1200px;
}

.promoted-articles .promoted-title span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    color: #000000;
}

html.contrast .promoted-articles .promoted-title span {
    font-size: 25px;
    color: #ffffff;
}

.frontend-path {
    padding-top: 10px;
}

.frontend-path span {
    padding-right: 16px;
}

.frontend-path span:after {
    position: absolute;
    padding-top: 9px;
    padding-left: 6px;
    content: " → ";
    font-size: 14px;
    line-height: 1.71;
    color: #7e7e7e;
}

html.contrast .frontend-path span:after {
    font-size: 15px;
}

.frontend-path span:last-child:after {
    content: " ";
}

.frontend-path a {
    font-size: 14px;
    line-height: 1.71;
    color: #7e7e7e;
}

html.contrast .frontend-path a {
    font-size: 15px;
}

.article {
    margin-top: 80px;
}

.article .social-buttons :first-child {
    margin: 0;
}

.article .social-buttons {
    flex: 0 0 102px;
    max-width: 102px;
}

.article .title {
    font-size: 28px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}

html.contrast .article .title {
    font-size: 29px;
    color: #ffffff;
}

.article .publicationNo {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}

html.contrast .article .publicationNo {
    font-size: 19px;
    color: #ffffff;
}

.article .date {
    font-size: 14px;
    line-height: 1.71;
    color: #7e7e7e;
    margin-bottom: 28px;
}

html.contrast .article .date {
    font-size: 15px;
}

.article .date .article-type {
    font-size: 14px;
    line-height: 1.71;
    color: #031c45;
    padding-left: 8px;
}

html.contrast .article .date .article-type {
    font-size: 15px;
    color: #ffffff;
}

.article .lead {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    color: #000000;
    margin-bottom: 28px;
}

html.contrast .article .lead {
    font-size: 25px;
    color: #ffffff;
}

.article .author {
    margin-bottom: 60px;
}

.article .author > * {
    font-size: 14px;
    line-height: 1.71;
    color: #000000;
    margin: 0 5px;
}

.article .author > *:first-child {
     margin-left: 0;
 }

.article .author a:after {
    position: absolute;
    padding-top: 8px;
    margin-left: 6px;
    margin-right: 6px;
    content: " | ";
}

.article .author a:last-child:after {
    content: " ";
}

.article .picture span {
    font-size: 12px;
    line-height: 1.5;
    color: #7e7e7e;
}

html.contrast .article .picture span {
    font-size: 13px;
}

.article .richtext-preview  {
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.67;
    color: #000000;
}

html.contrast .article .richtext-preview  {
    font-size: 19px;
    color: #ffffff;
}

.article-footer .row {
    padding-top: 60px;
    padding-bottom: 20px;
}

.article-footer .tags-label,
.article-footer .files-label,
.article-footer .author-label,
.article-footer .similar-label {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.46;
    color: #000000;
}

html.contrast .article-footer .tags-label,
html.contrast .article-footer .files-label,
html.contrast .article-footer .author-label,
html.contrast .article-footer .similar-label {
    font-size: 25px;
    color: #ffffff;
}

.article-footer .author-label,
.article-footer .similar-label {
    margin-bottom: 28px;
}

.article-footer .files-label {
    padding-top: 10px;
}

.article-footer .tags-label {
    padding-top: 15px;
}

.article-footer .tags-content {
    display: contents;
}

.article-footer .tags-content ul {
    margin: 0 -15px;
}

.article-footer .tags-content li {
    border-radius: 2px;
    border: solid 1px #bfbfbf;
    margin: 10px;
    display: inline-block;
    height: 45px;
}

.article-footer .tags-content li a {
    padding: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #031c45;
    text-decoration: underline;
}

html.funeral .article-footer .tags-content li a {
    color: #000000;
}

html.contrast .article-footer .tags-content li a {
    font-size: 13px;
    color: #ffffff;
}

.article-footer .files-content {
    display: contents;
}

.article-footer .files-content li {
    margin: 10px;
    display: inline-block;
}

.article-footer .files-content li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    color: #031c45;
    text-decoration: underline;
    margin: 0 5px;
}

html.funeral .article-footer .files-content li a {
    color: #000000;
}

html.contrast .article-footer .files-content li a {
    font-size: 17px;
    color: #ffffff;
}

.article-footer hr {
    margin: 0 15px;
}

.article-footer .author-preview .col-4,
.article-footer .similar-preview .col-4 {
    padding: 0;
    display: inline-flex;
}

.article-footer .author-preview .col-4 .analyst-picture,
.article-footer .similar-preview .col-4 img {
    left: 0;
}

.analyst-preview {
    width: 370px;
    height: 440px;
    border: solid 1px #bfbfbf;
    background-color: #ffffff;
    border-bottom: solid 5px #ff0000;
}

html.contrast .analyst-preview {
    background-color: #000000;
}

.analyst-preview .analyst-name {
    margin: 30px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
}

html.contrast .analyst-preview .analyst-name {
    font-size: 21px;
}

.analyst-preview .analyst-name a {
    color: #031c45;
}

html.funeral .analyst-preview .analyst-name a {
    color: #000000;
}

html.contrast .analyst-preview .analyst-name a {
    color: #ffffff;
}

.analyst-preview .analyst-program {
    margin: 15px 30px;
    font-size: 16px;
    line-height: 1.25;
    color: #031c45;
}

html.funeral .analyst-preview .analyst-program {
    color: #000000;
}

html.contrast .analyst-preview .analyst-program {
    font-size: 17px;
    color: #ffffff;
}

.analyst-preview .analyst-picture {
    width: 370px;
    height: 205px;
    position: absolute;
    left: 15px;
    bottom: 5px;
    border: none;
    background-color: #031c45;
}

html.funeral .analyst-preview .analyst-picture {
    background-color: #000000;
}

html.contrast .analyst-preview .analyst-picture {
    background-color: #ffffff;
}

.frontend-list-header .frontend-analyst-list-header-clear-filters {
    margin-top: 14px;
    text-align: right;
    height: fit-content;
}

.frontend-list-header .frontend-analyst-list-header-clear-filters a {
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
    height: 45px;
    padding-top: 14px;
    background-color: #f1f1f3;
    color: #031c45;
    margin: 0 10px;
}

html.funeral .frontend-list-header .frontend-analyst-list-header-clear-filters a {
    color: #000000;
}

html.contrast .frontend-list-header .frontend-analyst-list-header-clear-filters a {
    font-size: 13px;
    background-color: #000000;
    color: #ffffff;
}

.frontend-list-header .frontend-analyst-list-header-clear-filters a:hover {
    text-decoration: underline;
}

.frontend-list-header .frontend-analyst-list-header-clear-filters a:last-child {
    background-color: #031c45;
    font-size: 14px;
    line-height: 1.43;
    padding-top: 12px;
    color: #ffffff;
    text-decoration: underline;
    margin-right: 0;
}

html.funeral .frontend-list-header .frontend-analyst-list-header-clear-filters a:last-child {
    background-color: #000000;
}

html.contrast .frontend-list-header .frontend-analyst-list-header-clear-filters a:last-child {
    background-color: #000000;
    font-size: 15px;
}

.frontend-list-header .frontend-analyst-list-header-clear-filters a span {
    padding-right: 10px;
}

.frontend-list-header .frontend-analyst-list-header-clear-filters .filler {
    height: 45px;
    position: absolute;
    border-left: dotted 1px #9f9f9f;
}

.analyst .social-buttons,
.footer .social .social-buttons {
    text-align: right;
}

.analyst .social-buttons > a,
.footer .social .social-buttons > a {
    margin: 0 0 0 16px;
}

.analyst .social-buttons .social-button,
.footer .social .social-button {
    margin-bottom: -5px;
    display: inline-block;
}

.analyst {
    margin-top: 80px;
}

.analyst .social-buttons :first-child {
    margin: 0;
}

.analyst .social-buttons {
    flex: 0 0 102px;
    max-width: 102px;
}

.analyst .name {
    font-size: 28px;
    line-height: 1.5;
    color: #000000;
}

html.contrast .analyst .name {
    font-size: 29px;
    color: #ffffff;
}

.analyst .position {
    font-size: 24px;
    line-height: 1.46;
    color: #000000;
    margin-bottom: 10px;
}

html.contrast .analyst .position {
    font-size: 25px;
    color: #ffffff;
}

.analyst .program {
    margin-bottom: 10px;
}

.analyst .email-twitter {
    font-size: 16px;
    line-height: 1.88;
    margin-bottom: 60px;
}

html.contrast .analyst .email-twitter {
    font-size: 17px;
}

.analyst .email-twitter span {
    color: #7e7e7e;
    padding-right: 5px;
}

.analyst .email-twitter a {
    color: #031c45;
    padding-right: 15px;
    text-decoration: underline;
}

html.funeral .analyst .email-twitter a {
    color: #000000;
}

html.contrast .analyst .email-twitter a {
    color: #ffffff;
}

.analyst .picture {
    padding: 0;
}

.analyst .picture img {
    width: 100%;
}

.analyst .picture span {
    font-size: 12px;
    line-height: 1.5;
    color: #7e7e7e;
}

html.contrast .analyst .picture span {
    font-size: 13px;
}

.analyst .richtext-preview  {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.67;
    color: #000000;
}

html.contrast .analyst .richtext-preview  {
    font-size: 19px;
    color: #ffffff;
}

.analyst-footer hr {
    margin: 0 15px;
}

.analyst-footer .row {
    padding-top: 30px;
    padding-bottom: 20px;
}

.analyst-footer .analyst-article-label {
    padding-bottom: 30px;
}

.analyst-footer .analyst-article-preview .col-4 {
    padding: 0;
}

.analyst-footer .analyst-article-preview .col-4 img {
    left: 0;
}

.navbar .visiting {
    opacity: 1 !important;
}

.separator-row-3 .separator-content {
    margin-left: 0;
}

.article .picture img {
    width: 100%;
}

.pagination-button-mobile {
    display: none;
}

ul.select2-results__options {
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
}

body #cookie-bar {
    background-color: #031c45;
    border-radius: 1px;
    height: 100px;
    opacity: 0.99 !important;
    max-width: 1170px;
    margin-left: calc((100% - 1170px) / 2);
}

html.funeral body #cookie-bar,
html.contrast body #cookie-bar {
    background-color: #000000;
}

body #cookie-bar p {
    font-size: 14px !important;
    margin: 8px 0 0 24px;
}

html.contrast body #cookie-bar p {
    font-size: 15px !important;
}

body #cookie-bar a {
    background-color: #f1f1f3;
    color: #031c45 !important;
    border-radius: 1px;
    margin-top: 40px;
    height: 36px;
    width: 120px;
    padding: 11px 34px;
    text-decoration: underline;
    font-weight: 100;
    text-transform: lowercase;
}

html.contrast body #cookie-bar a {
    background-color: #031c45;
    color: #ffffff !important;
}

.carousel-control-prev:hover span,
.carousel-control-next:hover span {
    opacity: 0.9;
}

.carousel-control-prev-button,
.carousel-control-next-button {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 5px;
    opacity: 0.75;
    padding: 15px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.credits a {
    margin-right: 5px;
}

@media (max-width: 1200px) {
    body #cookie-bar {
        margin-left: 5%;
        width: 90%;
        height: auto;
        margin-bottom: 10px;
    }

    .article-preview .article-picture {
        max-width: 370px;
    }

    .header {
        height: 320px;
    }

    .body {
        margin: 320px 15px 50px;
    }

    .navbar .dots {
        display: none;
    }

    .header .navbar .navbar-collapse .navbar-nav:first-child a {
        margin-left: 15px;
    }

    .index-foreign-offices .index-foreign-offices-box {
        margin: auto;
        height: auto;
    }

    .index-foreign-offices .index-foreign-offices-box img {
        max-width: 100%;
        max-height: 56vw;
        margin: 0;
    }

    .index-featured-article .featured-article-picture {
        position: initial;
    }

    .index-podcasts-background {
        height: 1150px;
    }

    .index-featured-article .featured-article-title {
        height: auto;
        margin-bottom: 25px;
    }

    .picture-preview-border {
        display: inline-block;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .header .navbar .navbar-collapse .navbar-nav a {
        margin-left: 15px;
    }

    .header .navbar .navbar-collapse .navbar-home {
        display: none;
    }

    .header .navbar .dropdown-menu {
        top: 30px;
    }

    .header .navbar .dropdown-menu.dropdown-menu-level-2 {
        left: 0;
    }
    .header .navbar .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .navbar .dropdown-menu.dropdown-menu-level-1 li {
        margin-bottom: 8px;
        margin-left: 10px;
    }

    .header .navbar .dropdown-menu.dropdown-menu-level-1 a {
        font-size: 14px;
    }

    html.contrast .header .navbar .dropdown-menu.dropdown-menu-level-1 a {
        font-size: 15px;
    }

    .header .navbar .dropdown-menu.dropdown-menu-level-2 li {
        margin-bottom: 6px;
        margin-left: 10px;
    }

    .header .navbar .dropdown-menu.dropdown-menu-level-2 a {
        font-size: 12px;
    }

    html.contrast .header .navbar .dropdown-menu.dropdown-menu-level-2 a {
        font-size: 13px;
    }

    .header .navbar .dropdown-menu.dropdown-menu-level-3 li {
        margin-bottom: 4px;
        margin-left: 10px;
    }

    .header .navbar .dropdown-menu.dropdown-menu-level-3 a {
        font-size: 10px;
    }

    html.contrast .header .navbar .dropdown-menu.dropdown-menu-level-3 a {
        font-size: 11px;
    }

    .contrast-switch {
        margin: 15px;
    }

    .header {
        height: 240px;
    }

    .body {
        margin: 240px 15px 50px;
    }

    .header .banner {
        margin: auto;
    }

    .header .navbar {
        position: absolute;
        height: 50px;
    }

    .header .navbar .dropdown-menu {
        position: initial;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .index-map .index-map-image {
        width: 100%;
        height: 150px;
    }

    .index-podcasts-background {
        height: 1600px;
    }

    .header .banner .search {
        margin-right: 0;
    }

    .analyst .social-buttons,
    .footer .social .social-buttons {
        text-align: left;
    }

    .analyst-preview {
        width: 100%;
        max-width: 370px;
        max-height: 440px;
        height: auto;
    }

    .analyst-preview .analyst-picture {
        width: 100%;
        max-width: 370px;
        height: 205px;
        position: inherit;
    }

    .analyst-preview .analyst-name {
        margin-bottom: 30px;
    }

    .article {
        margin-top: 30px;
    }

    .pagination-button-no-mobile {
        display: none;
    }

    .pagination-button-mobile {
        display: block;
    }

    .footer .social .social-buttons a:first-child {
        margin: 0;
    }

    .margin-promoted {
        margin-top: 1540px;
    }

    .promoted-articles {
        height: 1540px;
    }
    
    


}

.input select {
    background-color: white;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px;
    }
