﻿
@font-face {
    font-family: 'OpenSans-Medium';
    src: url('./fonts/OpenSans-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('./fonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('./fonts/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('./fonts/OpenSans-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('./fonts/OpenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

body,
.publication-preview,
.publication-preview .head-table .label,
.publication-preview .list-portfolio .item-li {
    font-family: 'OpenSans-Regular';
}

.header-background-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url("images/DBS_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -42;
}

.splash-list,
.library {
    max-width: 950px;
    padding-top: 120px;
    padding-bottom: 0;
    margin: 0 auto;
}

@media (min-width: 1201px) {
    .splash-list {
        padding-left: 0;
        padding-right: 0;
    }
}

.splash-list,
.splash-item,
.ticker-joint,
.ticker-joint .ticker,
.quad-with-ticker .main-column,
.ticker-holder,
.column-wrapper,
.library {
    overflow: visible;
}


body {
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4 {
    font-family: 'OpenSans-Bold';
    font-weight: normal;
    margin: 0;
}

h2 {
    font-size: 34px;
    line-height: 47px;
    margin-bottom: 14px;
}

.splash-item {
    margin-bottom: 70px;
}

.title-head {
    display: none;
}

.ticker-mono-slider .heading-ticker {
    display: none;
}

div.heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

h3 {
    font-size: 30px;
    line-height: 47px;
    text-transform: capitalize;
    border-bottom: none;
    margin-bottom: 0;
}

div.heading > .view-all {
    padding-top: 10px;
}

div.heading > .view-all .icon {
    display: inline-block;
    height: 12px;
    width: 6px;
    margin-left: 8px;
    mask-image: url("images/view-all.svg");
    -webkit-mask-image: url("images/view-all.svg");
}

.inner-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.swiper-button-next, .swiper-button-prev {
    color: #FF3333;
}

.swiper-pagination-bullet-active {
    background: #FF3333;
}

.block-date {
    margin-top: auto;
    margin-bottom: 0;
}

.date {
    color: #909090;
}

.block-date .pdf-button:after {
    background: #909090;
}

.pdf-button,
.view-all,
.explore-all {
    color: #FF3333;
    font-family: 'OpenSans-SemiBold';
    cursor: pointer;
    white-space: nowrap;
}

.pdf-button span.icon,
.view-all span.icon {
    background-color: #FF3333;
}

.ticker-mono-slider-holder .ticker-mono-slider {
    padding-bottom: 25px;
}

.ticker-mono-slider-holder .list-item .content-wrap {
    max-width: 690px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 50px;
}

.ticker-mono-slider-holder .list-item .content-wrap .item-box p {
    margin-top: 14px;
}

.triple .ticker li,
.ticket-block {
    padding: 22px 26px;
}

.ticker-joint .ticker,
.quad-with-ticker .main-column,
.news-content,
.default-grid {
    display: grid;
    grid-column-gap: 17.5px;
    grid-row-gap: 17.5px;
}

.triple .ticker,
.default-grid-three-columns {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
}

.triple .ticker p,
.ticket-block > p {
    margin: 12px 0 0 0;

}

.column-wrapper {
    display: inline-block;
    margin-bottom: 0;
}

.item-box .holder-image img {
    object-fit: cover;
}

.quad-with-ticker .main-column .holder-image img,
.news-content .item-box .holder-image img {
    height: 165px;
}

.ticket-block {
    min-height: 165px;
    display: flex;
    flex-direction: column;
}

.quad-with-ticker .ticket-block .block-date {
    margin-top: 0;
}

.item-box .holder-image {
    margin-bottom: 0;
}

.item-box {
    min-height: 220px;
}

@media (min-width: 768px) {
    .item-box {
        margin-bottom: 0;
    }
}

@media (min-width: 1201px) {
    .splash-news-quad-with-ticker .column-wrapper .main-column {
        margin-right: 0;
        width: 627.5px;
    }

    .splash-news-quad-with-ticker .column-wrapper .second-column {
        float: right;
        width: 305px;
    }
}

@media (max-width: 1200px) {
    .splash-news-quad-with-ticker .column-wrapper .second-column {
        margin-top: 70px;
        margin-bottom: 0;
    }
}

.ticker-holder {
    border-top: 5px solid rgba(0, 0, 0, 0.42);
}

.ticker-holder .heading-ticker {
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    border-bottom: none;
    padding: 20px 0 10px 0;
}

.ticker-holder .heading-ticker,
.ticker-holder .ticker li {
    margin: 0 26px;
}

.ticker-holder .ticker li {
    padding: 20px 0 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ticker-holder .ticker li .inner-title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 0;
}

.ticker-mono-slider-holder,
.triple .ticker li,
.main-column .item-box,
.news-content .item-box,
.second-column .ticker-holder,
.footer .links > * {
    background: white;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

footer {
    background-color: #F3F3F3;
}

.footer {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 100px;
}

@media (max-width: 1250px) {
    .footer {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.footer .headings-and-button {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.footer .headings span {
    margin-top: 5px;
    color: #909090;
}

.footer .explore-all {
    align-self: end;
    color: white;
    background-color: #FF3333;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 154px;
    padding: 8px 16px;
}

.footer .icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    mask-image: url("images/arrow-forward-circle-outline.svg");
    -webkit-mask-image: url("images/arrow-forward-circle-outline.svg");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.footer .explore-all .icon {
    background-color: white;
}

.footer .links > * {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    font-family: 'OpenSans-SemiBold';
    padding: 22px 26px;
}

.footer .links .icon {
    background-color: black;
}



/* LIBRARY */

.library {
    padding-bottom: 100px;
}

.library button {
    background-color: transparent;
    border: 1px solid;
    border-radius: 20px;
    padding: 8px 16px;
}

.library .heading-and-freetext {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.library .library-heading h2 {
    margin-bottom: 6px;
}

.library .library-heading p {
    color: #909090;
}

.library .freetext {
    align-self: end;
    display: flex;
}

.library .freetext .icon-holder {
    height: 40px;
    width: 40px;
    background-color: #FF3333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.library .freetext .icon-holder > div {
    width: 25px;
    height: 25px;
    background-image: url('./images/icons/search-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert();
    -webkit-filter: invert();
}

.library .freetext input {
    height: 40px;
    width: 300px;
    border: 1px solid #C0C0C0;
    outline: none;
    padding-left: 16px;
    padding-right: 5px;
}

.library .freetext input[type = 'search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
    content: url('./images/icons/cancel-icon.svg');
    width: 20px;
    margin-left: 5px;
}

.library .library-filters {
    display: flex;
    gap: 100px;
    margin-bottom: 40px;
    font-family: 'OpenSans-SemiBold';
}

.library .type-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.library .type-filters button {
    background-color: transparent;
    border-color: #979797;
    color: #2E2E2E;
}

.library .type-filters button.active {
    border-color: #FF3333;
    color: #FF3333;
}

.library .library-filters button.clear-filters {
    height: fit-content;
    white-space: nowrap;
    color: #909090;
    margin-top: 8px;
    padding: 0;
    border: none;
}

.library .library-filters .clear-filters.active {
    color: #FF3333;
}

.library .pubs-count {
    color: #909090;
}

.library .pubs-count strong {
    color: #2E2E2E;
}

.library .publications > * {
    margin-top: 12px;
    background-color: #F3F3F3;
    padding: 18px 22px;
    font-size: 14px;
    cursor: pointer;
}

.library .publications h3 {
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
}

.library .publications > *:hover {
    /* ??? */
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.library .publications > * > div:last-child {
    margin-top: 6px;
    color: #909090;
    display: flex;
    justify-content: space-between;
}

.library .publications .date {
    display: inline-block;
    font-size: 14px;
}

.library .publications .pdf-button {
    margin-top: 6px;
    font-size: 14px;
}

.library .load-more {
    margin-top: 26px;
    text-align: center;
}

.library .load-more button {
    border-color: #FF3333;
    color: #FF3333;
}

.bread-holder {
    justify-content: space-between;
    align-items: center;
    padding-right: 53px;
}
