@font-face {
    font-family: 'LTF Etica Semibold';
    src: url("fonts/lft-etica-semibold.otf");
    font-weight: normal;
    font-style: normal; }

/* outside wrapper */

.container {
    width: 96%;
    box-shadow: 0 2px 65px 0 rgba(121, 81, 152, 0.25);
}

.wrap {
    padding: 0 20px;

    @media only screen and (min-width: 768px) {
        padding: 0 35px;
    }

    @media only screen and (min-width: 1024px) {
        padding: 0 65px;
    }
}

/* header */

header.header {
    background-color: #fff;
    height: unset;
    padding: 0;
    aspect-ratio: 6912 / 2400;
    border-bottom: 1px solid rgba(121, 81, 152, 0.25);
    text-align: left;

    @media only screen and (min-width: 768px) {
        aspect-ratio: unset;
        background-size: calc(100% - 80px) auto;
    }
}

header.header .wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    padding: 10px;

    @media only screen and (min-width: 1024px) {
        flex-wrap: nowrap;
        padding: 15px 10px 20px 30px;
    }
}

.header-graphic {
    position: absolute;
    z-index: 0;
    width: unset;
    opacity: .1;
    margin-right: auto;
    display: none;

    @media only screen and (min-width: 400px) {
        display: block;
    }

    @media only screen and (min-width: 768px) {
        position: static;
        width: 20%;
        opacity: 1;
    }
}

.header_name_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    max-width: min-content;
    gap: 7px;
    margin: 3.3% 0 0 0;
    font-family: 'LTF Etica Semibold', 'MyriadPro-Regular', sans-serif;

    @media only screen and (min-width: 400px) {
        margin: 3.3% 0 0 0;
    }

    @media only screen and (min-width: 768px) {
        margin: 3.3% 0 0 0;
    }

    @media only screen and (min-width: 1024px) {
        margin: 3.3% 3.0% 0 0;
    }
}

.header_name {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: min-content;
    font-size: 33px;
    line-height: 1;

    @media only screen and (min-width: 551px) {
        font-size: 40px;
    }

    @media only screen and (min-width: 768px) {
        font-size: 50px;
    }
}

.header_name .line_1 {
    color: #006dab;
    letter-spacing: -.60px;
}

.header_name .line_2 {
    display: flex;
    justify-content: flex-end;
    letter-spacing: -2px;
    color: #6cb024;
    transform: translateX(5px);
}

.header_tagline {
    width: min-content;
    white-space: nowrap;
    font-size: 15px;
    color: #795198;
    letter-spacing: -.2px;
    line-height: 1.1;

    @media only screen and (min-width: 551px) {
        font-size: 18px;
    }

    @media only screen and (min-width: 768px) {
        font-size: 21px;
    }
}

.header-logos {
    margin-left: auto;
    width: 19.20%;
    display: none;

    @media only screen and (min-width: 400px) {
        display: block;
    }
}

header.header .sidebar {
    position: static;
    transform: none;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
    padding: 0;
    order: -1;

    @media only screen and (min-width: 1024px) {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        width: 60px;
        padding: 0 10px;
        order: 0;
    }
}

header.header .sidebar > a,
header.header .sidebar .info_icon span,
header.header .sidebar .textsizer span,
header.header .sidebar a.print {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #795198;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

header.header .sidebar > a:hover,
header.header .sidebar .info_icon:hover span,
header.header .sidebar .textsizer span:hover,
header.header .sidebar a.print:hover {
    background-color: #006dab;
    opacity: unset;
}

header.header .sidebar > a,
header.header .sidebar .info_icon,
header.header .sidebar .textsizer span,
header.header .sidebar a.print {
    margin: 0;
}

header.header .sidebar .info_icon {
    @media only screen and (min-width: 768px) {
        width: unset;
    }
}

header.header .sidebar .textsizer {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 5px;
    color: #fff;

    @media only screen and (min-width: 1024px) {
        flex-direction: column;
    }
}

header.header .sidebar .textsizer:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 5px;
    width: 100%;
    background: #795198;
    z-index: 0;

    @media only screen and (min-width: 1024px) {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: 5px;
    }
}

header.header .sidebar .textsizer span.small {
    font-size: 13px;
}

header.header .sidebar .textsizer span.medium {
    font-size: 18px;
}

header.header .sidebar .textsizer span.large {
    font-size: 24px;
}

body:not(.medium):not(.large) header.header .sidebar .textsizer span.small,
body.medium header.header .sidebar .textsizer span.medium,
body.large header.header .sidebar .textsizer span.large{
    background-color: #006dab;
}

header.header .sidebar .info_icon span {
    color: #fff;
    font-size: 24px;
    border: none;
}

.breadcrumbs {
    padding-bottom: 20px;
}

#searchform .searchfield {
    border-color: #795198;
}

#searchform input {
    font-size: 100%;
}

/* footer */

footer.footer .logos {
    gap: 10px;
}

/* content section */

.page-wrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.overview-subjects li a {
    box-shadow: 0 2px 65px 0 rgba(121, 81, 152, 0.25);
}

main.content .main_org,
main.content .desc_org,
main.content .desc_org.active {
    background-color: rgba(121, 81, 152, 0.25);
    border-color: rgba(121, 81, 152, 0.4);
}

main.content .question_org,
main.content .question_org.active,
main.content .question {
    color: #fff;
    background-color: rgba(121, 81, 152, 0.75);
    border-color: #795198;
}

main.content .desc_org {
    margin-top: 10px;
}

main.content .desc_org_info,
main.content .main_org_info {
    border-color: rgba(121, 81, 152, 0.4);
}

.more_info_button {
    display: inline-flex;
    background-color: #795198;
}

/* homepage buttons */

.overview-subjects li a {
    color: #fff;
    background-color: #795198;
}

.overview-subjects li a:hover {
    color: #fff;
    background-color: #006dab;
}

.overview-subjects li a .image {
    filter: brightness(0) invert(1);
}