.form-control,
input,
select,
button {
    font-family: 'BPG Algeti';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 0.88px;
    text-align: left;
    color: #959595;
    height: 36px;
    border-radius: 2px;
    border: solid 0.5px #e5e5e5;
}

    .form-control:focus,
    input:focus,
    select:focus {
        color: #959595;
        background-color: #fff;
        border: solid 0.5px #e5e5e5;
        outline: 0;
        box-shadow: none;
    }

    .form-control::placeholder,
    input::placeholder {
        color: #959595;
    }

textarea {
    overflow-x: hidden
}

    textarea.form-control {
        min-height: 36px;
        padding: .6rem .75rem;
    }

.select2-container .select2-selection,
.select2-results__option {
    font-family: 'BPG Algeti';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: 0.88px;
    text-align: left;
    color: #1d2959;
    min-height: 28px;
    border-radius: 2px;
    border: solid 0.5px #e5e5e5 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 5px;
    margin-bottom: 4px;
    padding: 6px 5px;
    white-space: pre-wrap;
}

.quick-report-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px 5px;
    white-space: pre-wrap;
}

.quick-report-search
.form-control,
.quick-report-search input,
.quick-report-search select,
.quick-report-search button {
    height: 28px;
}

.search-section {
    margin-top: 5px;
    color: #1d2959;
    font-size: 0.75rem;
    line-height: 1.14;
    color: #ab0922;
}

.text-ordinary {
    font-size: 0.75rem;
}

.select2-container .select2-results__option--highlighted {
    background-color: #AB0922 !important;
}

.select2-container .select2-search .select2-search__field {
    margin-top: 0px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
}

.contact-map {
    height: 450px;
    width: 100%;
}

.button-primary {
    border-radius: 4px;
    background-color: #034872;
    color: #ffffff;
}

.button-secondary {
    color: #9e9c9c;
    background-color: transparent;
    border: none;
}

.dz-error {
    color: #AB0922;
}

.social-share-links {
    margin: 10px 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.section-header {
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: 0.8px;
}

label {
    font-family: 'BPG Algeti';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #1d2959;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}

.header {
    min-height: 128px;
    background-color: #233065;
}


    .header .header-top {
        padding: 12px 0 0;
        min-height: 84px;
    }

    .header .header-bottom {
        min-height: 44px;
    }

    .header .logo-container {
        width: fit-content;
        position: relative;
    }

        .header .logo-container .logo {
            height: 80px;
            position: absolute;
            top: 12px;
            z-index: 100;
        }

    .header .header-title {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

        .header .header-title h1 {
            font-family: 'BPG Excelsior Caps DejaVu 2010';
            font-size: 1.8125rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.16;
            letter-spacing: 0.5px;
            text-align: center;
            color: #ffffff;
            margin-bottom: 3px;
            margin-left: -10px;
            /*margin-left: -120px;*/
        }

    .header .lang-container {
        margin: 5px 0;
        display: flex;
        justify-content: flex-end;
    }

img {
    max-width: 100%;
}

.header .util-container {
    margin: 5px 0;
    display: flex;
    justify-content: flex-end;
}

.header .lang-container .lang-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

    .header .lang-container .lang-list > * {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .header .lang-container .lang-list .lang-item {
        display: inline-block;
        width: 39px;
        min-height: 26px;
        border: solid 1px #e4e4e4;
        text-align: center;
        padding: 2px 0;
        margin: 0;
    }

        .header .lang-container .lang-list .lang-item:first-child {
            border-radius: 5px 0 0 5px;
        }

        .header .lang-container .lang-list .lang-item:last-child {
            border-radius: 0 5px 5px 0;
        }

        .header .lang-container .lang-list .lang-item > * {
            font-family: Roboto;
            font-size: 0.75rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: left;
            color: #f5f6f8;
            margin: 0;
            display: inline-block;
        }

        .header .lang-container .lang-list .lang-item.active-lang {
            border: solid 1px #ab0922;
            background-color: #ab0922;
        }

.header .util-container .util-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    min-width: 200px;
    display: flex;
    justify-content: flex-end;
}

    .header .util-container .util-list > * {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .header .util-container .util-list .util-item {
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        margin-left: 10px;
        cursor: pointer;
    }



.header .nav-container .navbar .navbar-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

    .header .nav-container .navbar .navbar-nav .nav-item .nav-link {
        font-family: 'BPG DejaVu Sans Caps';
        font-size: 0.875rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: left;
        color: #a3b0e1;
        padding: 12px 0 12px;
        height: 100%;
    }

    .header .nav-container .navbar .navbar-nav .nav-item {
        min-height: 20px;
        margin: 0 0 0 40px;
        height: 100%;
    }

        .header .nav-container .navbar .navbar-nav .nav-item.active .nav-link,
        .header .nav-container .navbar .navbar-nav .nav-item:hover .nav-link {
            color: #f5f5f5;
        }


.dropdown-menu .dropdown-menu-column-container .dropdown-menu-column {
    min-width: 300px;
}

.modal-body {
    font-size: 0.75rem;
}

a.a-style-remove {
    padding: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    font-style: unset;
    font-stretch: unset;
    line-height: unset;
    letter-spacing: unset;
    text-align: unset;
    color: unset;
}

.modal-header {
    border-bottom: 1px solid #233065;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background-color: #233065;
    color: #fff;
}

    .modal-header .close {
        color: #fff;
    }

.modal-content {
    background-color: transparent;
}

.modal-body, .modal-footer {
    background-color: #F5F5F5
}

.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0 0 8px 8px;
}

.search-box input {
    border: 0;
}

    .search-box input:focus {
        border: 0;
        box-shadow: none;
    }

.search-box {
    padding: 5px !important;
}

.header .dropdown .dropdown-menu-container {
    position: absolute;
    top: 10px;
    right: -2px;
    width: 100%;
}

.header .dropdown-menu {
    border-top: 6px solid #A3B0E1;
    min-width: 300px;
    background: #e6e9f5;
}

.dropdown-menu .dropdown-item a {
    padding: 0;
    /*color: #034872;*/
    color: #236dcd;
}

.navbar-toggler .navbar-toggler-icon {
    text-align: center;
    font-size: 1.25rem;
    margin-top: 5px;
}

    .navbar-toggler .navbar-toggler-icon:before {
        content: "\f0d8";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
    }

.navbar-toggler.collapsed .navbar-toggler-icon:before {
    content: "\f0d7";
}

.dropdown-menu .dropdown-item a {
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: left;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent;
}


.dropdown-menu .dropdown-item:nth-child(1n+2) {
    margin-top: 5px;
}


.dropdown-menu.columns-2 {
    min-width: 600px;
}

.dropdown-menu.columns-3 {
    min-width: 900px;
}

.dropdown-menu .dropdown-menu-column {
    padding: 10px 0 10px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

a {
    padding: 0;
    font-family: 'BPG DejaVu Sans';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: left;
    color: #034872;
}

.header a,
.footer a {
    color: #f5f6f8;
}

.dropdown-menu a {
    color: #034872;
}

a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-menu-column ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 0 20px 0 0;
    width: 280px
}

.dropdown .dropdown-caret {
    visibility: hidden;
    text-align: center;
    color: #A3B0E1;
    position: absolute;
    width: 100%;
    top: 15px;
    height: initial !important;
}

    .dropdown .dropdown-caret i {
        font-size: 20px !important;
    }

.navbar .nav-item:hover .dropdown-menu-container:before,
.navbar .nav-item.hover .dropdown-menu-container:before {
    display: block;
}

.dropdown.show .dropdown-menu-container:before {
    display: block;
}

.dropdown-menu-container:before {
    content: '';
    display: none;
    width: 13px;
    height: 20px;
    position: absolute;
    z-index: 1000;
    margin: auto;
    right: 0;
    left: 0;
    border-style: solid;
    height: 0;
    border-color: transparent transparent #A3B0E1 transparent;
    border-width: 0px 6.5px 6px 6.5px;
    top: -3px;
}

.header .navbar .navbar-collapse {
    height: 100%;
}

.header .navbar .navbar-nav {
    height: 100%;
}

.header .navbaer .navbar-nav .nav-item {
    height: 100%;
}

.header .nav-container .dropdown .dropdown-menu-container {
    top: 42px;
    height: 0 !important;
}

.header .nav-container .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-caret,
.dropdown.show .dropdown-caret {
    visibility: visible;
}

.column-divider {
    display: inline-block;
    height: auto;
    width: 0px;
    border-right: 1px #707070 dashed;
    opacity: 0.25;
}

.header .navbar-toggler {
    color: #f5f5f5;
}

.header .nav-container .navbar {
    justify-content: flex-end;
    padding: 0;
    height: 100%;
}

.header .quick-container {
    height: 100%;
}

    .header .quick-container .quick-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        height: 100%;
    }

        .header .quick-container .quick-list > * {
            display: inline-block;
            margin: 0;
            padding: 0;
        }

        .header .quick-container .quick-list .quick-item {
            display: inline-block;
            width: 20px;
            text-align: center;
            cursor: pointer;
            margin-left: 20px;
            height: 100%;
            padding: 8px 0px;
        }

            .header .quick-container .quick-list .quick-item .dropdown-menu-container {
                width: 100%;
            }

            .header .quick-container .quick-list .quick-item > * {
                height: 20px;
            }

            .header .quick-container .quick-list .quick-item img {
                vertical-align: unset;
            }


.footer {
    min-height: 225px;
    background-color: #233065;
}

    .footer .footer-top {
        padding: 12px 0 0;
        min-height: 177px;
    }

    .footer .footer-bottom {
        padding: 12px 0 12px;
        min-height: 48px;
    }

.second-footer {
    background-color: #ffffff;
    min-height: 80px;
}

    .second-footer .second-footer-inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

.usaid-logo {
    height: 80px;
}

.usaid-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BPG DejaVu Sans';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #a7a5a5;
}

.footer {
    color: #f5f6f8;
    font-family: 'BPG DejaVu Sans';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
}

    .footer .right-divider {
        border-right: 1px #f5f6f8;
        border-right-style: outset;
    }

    .footer .links-container {
        display: flex;
        align-items: center;
        height: max-content;
        justify-content: flex-start;
        padding: 20px 0;
    }

        .footer .links-container ul {
            list-style: none;
            padding: 0;
        }

    .footer .contact-container {
        display: flex;
        align-self: flex-end;
        flex-direction: column;
        height: max-content;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 20px 0;
    }

.contact .contact-item .contact-icon {
    display: inline-flex;
    align-items: flex-start;
}

.contact .contact-item .contact-text {
    display: inline-flex;
    align-items: flex-start;
}

.footer .social-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin: 15px 0;
}

.social-links .social-link {
    font-size: 22px;
}

    .social-links .social-link:nth-child(1n+2) {
        margin-left: 15px;
    }

.footer-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

    .footer-title h1 {
        font-family: 'BPG Arial Caps 2010';
        font-size: 1.063rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.18;
        text-align: right;
        letter-spacing: normal;
    }

.footer-bottom {
    opacity: 0.59;
    font-family: 'DejaVu Sans';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #f5f6f8;
}

.footer .footer-title {
    padding: 20px 0;
}

.footer .footer-bottom a {
    font-size: 0.75rem;
}

.content {
    background-color: #ededed;
    height: fit-content;
    font-family: 'BPG DejaVu Sans';
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    min-height: 600px;
}

    .content .content-top {
        display: flex;
        justify-content: space-between;
        height: fit-content;
        align-content: center;
        font-family: 'BPG DejaVu Sans';
        font-size: 0.75rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: 0.6px;
    }

        .content .content-top * {
            color: #b2b4b7;
        }

        .content .content-top .social-links {
            width: fit-content;
            color: #b2b4b7;
            justify-self: flex-end;
        }

    .content .content-top {
        padding: 12px 0;
    }

.nav-item .nav-link {
    cursor: pointer;
    font-size: 1rem;
}

.social-links {
    margin: 0;
}

.breadcrumb {
    height: fit-content;
    padding: 6px;
    margin-bottom: 0;
    background-color: transparent;
}

    .breadcrumb .breadcrumb-item a {
        cursor: pointer;
    }

        .breadcrumb .breadcrumb-item.active *,
        .breadcrumb .breadcrumb-item:hover *,
        .breadcrumb .breadcrumb-item a:hover {
            color: #233065;
        }

.content .content-top a:hover,
.content .content-top a:hover * {
    color: #233065;
}

.breadcrumb .breadcrumb-item::before {
    content: none;
}

.nav-tabs .nav-link {
    text-align: center;
    color: #000000;
}

    .nav-tabs .nav-link.active:hover {
        color: #ffffff;
    }

    .nav-tabs .nav-link.nav-link--empty {
        min-width: 170px;
        background-color: transparent;
        height: 0;
        padding: 0;
        margin: 0;
    }

.nav-tabs > .nav-link,
.nav-tabs > .nav-item {
    max-height: 38px;
    margin-right: 5px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
}

.nav-tabs .nav-link {
    background-color: #a3b0e1;
    border-radius: 10px 10px 0px 0px;
    padding-top: 12px;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border: none;
    }

.nav-tabs .nav-link {
    border: none;
}

    .nav-tabs .nav-link:hover {
        color: #000000;
    }

    .nav-tabs .nav-link.active {
        background-color: #AB0922;
        color: #ffffff;
    }

.nav-tabs {
    border-bottom: 2px solid #AB0922;
}

.report-list {
    padding: 0;
}

    .report-list.main-page {
        margin-top: 10px;
    }

    .report-list .report-item {
        padding: 16px 0 11px 0;
        display: flex;
    }

.report-list-main .report-item {
    padding: 11px 0;
    display: flex;
}


.report-list .report-item .report-image-container {
    min-width: 125px;
    height: 100px;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    display: block;
}

    .report-list .report-item .report-image-container img {
        height: 100%;
        width: 100%;
        position: absolute;
    }

.report-description {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.report-list .report-item .report-description {
    padding-left: 22px;
}

.report-item .top-subtitle {
    font-size: 0.875rem;
    line-height: 1.14;
    text-align: left;
    color: #a7a5a5;
    font-family: 'BPG DejaVu Sans Caps';
}

.report-item .report-title {
    font-size: 0.875rem;
    line-height: 20px;
    text-align: left;
    color: #040404;
    padding: 5px 20px 0 0;
    letter-spacing: normal;
}

.main-page .report-item .report-title {
    color: #034872;
}

.report-item .bottom-subtitle {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #a7a5a5;
    justify-self: flex-start;
}

    .report-item .bottom-subtitle u {
        color: #1d2959;
        text-decoration: none;
    }

.report-item .report-date,
.news-view .news-date {
    font-size: 0.75rem;
    line-height: 1.14;
    text-align: left;
    color: #ab0922;
}

.main-page .report-item .report-date,
.report-list-main .report-item .report-date,
.report-view .report-item .report-date {
    font-size: 0.875rem;
    line-height: 1.14;
    font-family: 'BPG DejaVu Sans Caps';
}

.report-item .report-link {
    align-self: flex-end;
    cursor: pointer;
    font-size: 0;
    margin-top: 5px;
}

    .report-item .report-link:only-child {
        margin-top: -15px;
    }

    .report-item .report-link * {
        height: 11px;
    }

.row-divider {
    width: 100%;
    display: block;
    border-top: solid 1px #A9AAAB;
    opacity: 0.18;
}

.important-link {
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 0.625rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.33;
    letter-spacing: 1px;
    color: #1d2959;
}


.nav-tabs .tab-actions {
    flex: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tab-actions .tab-action {
    height: 32px;
    border-radius: 2px;
    border: solid 0.5px #cfcece;
    background-color: transparent;
    min-width: 61px;
    margin-left: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    padding: 0 5px;
}

    .tab-actions .tab-action * {
        max-height: 17px;
    }

.toggle-arrow-down {
    transform: rotate(180deg);
}

.collapsed .toggle-arrow-down {
    transform: none;
}

.toggle-arrow-down {
    transition: transform 0.2s ease-in;
}

.line-height-0 {
    line-height: 0px !important;
}

.quick-report-search {
    background-color: #F5F5F5;
}

.text-banner-list .text-banner-item {
    min-width: 250px;
    min-height: 56px;
    border-radius: 4px;
    background-color: #a3b0e1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 0;
}

.text-banner-item:hover {
    background-color: #fafafa;
}

    .text-banner-item:hover .text-banner-arrow {
        color: #fafafa;
    }

    .text-banner-item:hover .text-banner-link {
        color: #000000 !important;
    }

.text-banner-item .banner-text {
    flex-basis: 95%;
    text-align: left;
    padding: 0 36px;
}

.text-banner-link {
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000 !important;
}

.text-banner-item .text-banner-arrow {
    color: #ededed;
    height: 29px;
    width: 13px;
    font-size: 1.813rem;
    flex-basis: 5%;
}

.banner-list .banner-item .banner-image-container img {
    width: 100%;
}

.banner-list .banner-item {
    margin-bottom: 15px;
    display: block;
}

.carousel-indicators li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
    margin-right: 6px;
    margin-left: 6px;
}

    .carousel-indicators li.active {
        background-color: #034872;
    }

.carousel-indicators {
    background-color: #dadff1;
    margin: 0;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 4px 4px;
}

.carousel-item .carousel-caption {
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 0.938rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #1d2959;
    bottom: 55px;
}


.carousel-item {
    height: 450px;
}


    .carousel-item img {
        height: 300px;
        width: 100%;
    }

.slider {
    margin: 15px 0;
}

    .slider .slider-header {
        height: 50px;
        background-color: #034872;
        text-align: left;
        color: #fafafa;
        padding: 0 42px;
        display: flex;
        align-items: center;
        border-radius: 4px 4px 0 0;
    }

.section-row-divider {
    width: 100%;
    border-top: 2px solid #ab0922;
}

.news-preview-list {
    padding: 10px 0;
}

    .news-preview-list .row-divider:last-child {
        display: none;
    }

    .news-preview-list .news-preview-item {
        padding: 28px 0 17px 0;
        display: flex;
    }

        .news-preview-list .news-preview-item .news-preview-date {
            min-width: 77px;
            height: 77px;
            border-radius: 4px;
            font-family: 'Roboto';
            font-size: 1.250rem;
            text-align: center;
            color: #ffffff;
            background-color: #a3b0e1;
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: wrap;
            line-height: 1.26;
        }

        .news-preview-list .news-preview-item p {
            margin-bottom: 0;
        }



/* .news-preview-list .news-preview-item:hover .news-preview-date {
    color: #a9aaab;
    background-color: #ffffff;
} */


.news-preview-item .news-preview-content {
    display: flex;
    flex-direction: column;
    padding-left: 22px;
    width: 100%;
}

.news-preview-item .news-preview-title {
    font-family: 'BPG DejaVu Sans';
    text-align: left;
    color: #034872;
    font-size: 0.875rem;
    line-height: initial;
    letter-spacing: initial;
    margin-right: 20px;
}

.news-preview-item .news-preview-description {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
    color: #a7a5a5;
    justify-self: flex-start;
    letter-spacing: initial;
    margin-right: 20px;
    margin-top: 5px;
}

.news-preview-item .news-preview-link {
    align-self: flex-end;
    cursor: pointer;
    margin-top: -17px;
}

    .news-preview-item .news-preview-link * {
        height: 11px;
    }

.section-header--primary {
    color: #ab0922;
    background-color: transparent;
    padding: 30px 0 0 0;
    min-height: 38px;
}

.section-header--secondary {
    min-height: 38px;
    color: #034872;
    padding: 8px 0;
    margin: 0;
}

.section-header img,
.section-header i {
    height: 16px;
}

.nav-tabs .section-header img {
    margin-top: -5px;
    margin-left: 5px;
    height: 26px;
}

.nav-tabs .nav-link.nav-link--direct {
    background-color: transparent;
}

.partner-list {
    display: flex;
    flex-direction: column;
}

    .partner-list .partner-item {
        /*margin: 10px 0 10px;*/
    }


        .partner-list .partner-item img {
            max-width: 100%;
            /*transform: scale(1.1);
            transform-origin: top left;*/
            height: 60px;
        }


.partners-content {
    width: 300px;
}

.article-content {
    padding: 11px 0;
    font-family: 'BPG DejaVu Sans';
    font-size: 0.75rem;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: left;
    color: #000000;
    height: fit-content;
}

    .article-content img {
        max-width: 100%;
    }

.select2 {
    width: 100% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.pagination {
    padding: 10px 0;
    flex-wrap: wrap;
}

.page-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    padding: 6px 4px;
    color: #686767;
    background-color: #f5f5f5;
    margin: 0 1px;
    border: none;
    font-family: 'BPG DejaVu Sans';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.6px;
}

.page-item.active .page-link {
    background-color: #233065;
    color: #ffffff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.side-menu {
    margin-bottom: 20px;
}

    .side-menu .nav {
        border: solid 3px #ffffff;
    }

        .side-menu .nav .nav-item {
            min-height: 45px;
            align-content: center;
            padding-left: 20px;
            position: relative;
            display: flex;
            align-items: center;
        }

            .side-menu .nav .nav-item.active {
                background-color: #ffffff;
            }

            .side-menu .nav .nav-item:not(.active):hover {
                background-color: #f3f3f3;
            }

            .side-menu .nav .nav-item .nav-link {
                font-size: 0.875rem;
                font-family: 'BPG DejaVu Sans Caps';
            }

            .side-menu .nav .nav-item.active:before {
                position: absolute;
                content: "\f0d9";
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                left: -15px;
                font-size: 1.563rem;
                color: #034872;
            }

.form-group label {
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
    align-content: center;
}

.report-view .report-title {
    text-shadow: 0.4px 0.4px #000000;
    padding: 5px 0;
    min-height: unset;
    height: fit-content;
}


.report-view .section-header.section-header--secondary {
    height: initial;
    padding-bottom: 0;
}


.facebook-share-link {
    width: 100px;
}

.related-reports .report-item {
    padding: 10px 0;
}

    .related-reports .report-item .bottom-subtitle {
        font-size: 0.75rem;
    }

    .related-reports .report-item .report-date {
        font-size: 0.75rem;
    }

    .related-reports .report-item .report-description {
        padding: 0;
    }

.related-reports .report-list {
    margin-top: 0;
}

.related-reports .row-divider {
    margin-top: 10px;
}

.news-title {
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
}

.news-view .news-top {
    display: flex;
    flex-direction: column;
}

.news-view .news-title {
    margin-bottom: 5px;
}

.news-image-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .news-image-container .news-image {
        width: 31%;
        margin-right: 3%;
        margin-top: 16px;
    }

        .news-image-container .news-image:nth-child(3) {
            margin-right: 0px;
        }

.publication-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}


.publication-item {
    flex-basis: 30%;
    text-align: left;
    margin-right: 4.95%;
    display: flex;
    flex-direction: column;
}

    .publication-item:nth-child(3n+3) {
        margin-right: 0;
        align-items: flex-end;
    }

    .publication-item:nth-child(3n+2) {
        align-items: center;
    }

    .publication-item:nth-child(1n+4) {
        padding-top: 42px;
    }

    .publication-item .publication-img {
        height: 318px;
        min-width: 225px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px;
    }

    .publication-item h3 {
        font-family: 'BPG DejaVu Sans';
        font-size: 0.75rem;
        letter-spacing: 0.6px;
        text-align: left;
        color: #233065;
        padding-top: 15px;
        line-height: 20px;
    }

.publication-content {
    height: 100%;
    max-width: 225px;
    padding: 10px 0;
}

.publication-item .row-divider {
    max-width: 225px;
}


.link-list .link-item {
    display: block;
    padding: 10px 0;
}

    .link-list .link-item a {
        font-size: 0.875rem;
        color: #2e84b9;
    }

        .link-list .link-item a:hover {
            text-decoration: underline;
        }

.row-divider.row-divider--primary {
    opacity: 1;
}

.section-row-divider.section-row-divider--secondary {
    border-color: #034872;
}

.subtitle {
    font-size: 0.75rem;
    line-height: 1.14;
    text-align: left;
    color: #ab0922;
}

.section-header.section-header--ordinary {
    color: #000000;
}

.person-item {
    margin: 10px 0;
}

    .person-item a {
        font-size: 0.875rem;
        color: #2e84b9;
    }

        .person-item a:hover {
            text-decoration: underline;
        }

    .person-item .person-image-container {
        margin: 0 34px 14px 0;
        display: inline-block;
        width: 200px;
    }

.link-list .link-item a:hover {
    text-decoration: underline;
}

.person-item .person-image-container img {
    width: 100%;
}

.file-label input[type="file"] {
    z-index: -1000;
    height: 0px;
    width: 0px;
}

.file-label {
    font-family: 'BPG Algeti';
    font-size: 0.75rem;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: left !important;
    display: block !important;
}

.file-name {
    margin: 0 5px;
    display: inline;
    vertical-align: middle;
    line-height: 3.2;
}


h4 {
    font-family: 'BPG DejaVu Sans Caps';
    font-size: 0.75rem;
}


.map {
    width: 100%;
}

.file-button {
    font-size: 0.75rem;
    color: #888484;
    float: left;
}

    .file-button:hover {
        cursor: pointer;
    }

    .file-button i {
        font-size: 1.188rem;
        margin: 5px;
        vertical-align: bottom;
    }

.text-secondary {
    color: #888484;
}

.location-list .location-item {
    margin-bottom: 20px;
}

.departament-contact-list .departament-contact-item {
    margin-bottom: 20px;
}

.location-list,
.departament-contact-list {
    padding-top: 20px;
}

.contact-info {
    border-right: 3px #fff solid;
    padding-right: 30px;
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #AB0922;
    background-image: none;
}

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #AB0922;
    background-image: none;
}

.datetimepicker table thead tr th {
    font-size: 0.875rem;
}

.datetimepicker table tbody tr td {
    font-size: 0.75rem;
}

.datetimepicker table tr td.today.active {
    background-color: #AB0922 !important;
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #ededed;
    background-image: none;
}

.button-search {
    border: none;
    background-color: #fff;
    color: #A3B0E1;
    padding: 0 5px;
}

    .button-search:hover, .button-search:focus {
        color: #233065;
        box-shadow: none;
    }

.tree-container {
    padding-top: 100px;
    overflow: auto;
}

.tree-structure {
    background-image: url(../images/tree.png);
    background-size: 100%;
    width: 1110px;
    background-repeat: no-repeat;
}

    .tree-structure .unit {
        width: 219px;
        height: 79px;
        background: #dadff1;
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 5px;
    }

.unit-container {
    margin-left: 59px;
}

.tree-structure .unit a {
    font-size: 0.813rem;
    align-self: center;
    text-align: center;
    line-height: 1.2;
    z-index: 5;
}

.tree-structure .unit.tree-head {
    margin-left: 115px;
    width: 270px;
    background-color: #233065;
    color: #FFFFFF;
}

    .tree-structure .unit.tree-head a,
    .tree-structure .unit.tree-side-head a {
        font-size: 1rem;
    }

    .tree-structure .unit.tree-head a,
    .tree-structure .unit.tree-side-head a,
    .tree-structure .unit.unit-head a {
        color: #FFFFFF;
    }

.side-banners {
    margin-left: 8px;
}

.report-search {
    padding-left: 25px;
}

    .report-search button, .contact-form button {
        padding: 12px 20px;
        height: auto;
    }

    .report-search input, .contact-form input {
        height: 36px;
    }

.dropdown-menu > div > div > div:last-child .column-divider {
    display: none;
}

.dropdown-menu .dropdown-menu-column ul .dropdown-item:active {
    background-color: unset;
}

.tree-structure .unit.tree-side-head {
    margin-left: 112px;
    background-color: #233065;
    color: #FFFFFF;
}

    .tree-structure .unit.tree-side-head:after {
        border-top-color: #233065;
        color: #FFFFFF;
    }

.tree-structure .unit.tree-head:after {
    border-top-color: #233065;
    color: #FFFFFF;
}

.tree-structure .unit.unit.unit-head {
    background-color: #a3b0e1;
    color: #FFFFFF;
}

.tree-structure .unit.unit-head:after {
    border-top-color: #a3b0e1;
    color: #FFFFFF;
}

.tree-structure .unit.tree-head:after {
    min-width: 270px;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
}

.tree-structure .unit:after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 27.5px solid #dadff1;
}

.unit.transparent {
    opacity: 0;
}

.tree-structure-content {
    margin-top: -40px;
    display: inline-flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
}

.tree-row {
    display: inline-flex;
    width: 100%;
    height: 150px;
}

/*merged */
.news-preview-item .news-preview-content {
    padding-left: 10px !important;
}

.news-preview-list .news-preview-item {
    padding-top: 15px;
}

.news-preview-item:first-child {
    padding-top: 0px !important;
}

.tab-actions .tab-action {
    height: 28px !important;
    min-width: 50px !important;
}

    .tab-actions .tab-action * {
        max-height: 13px !important;
    }

    .tab-actions .tab-action .fa {
        font-size: 0.813em !important;
    }

.social-links .social-link .fab.fa-facebook-f {
    margin-top: 3px;
    display: block;
}

.footer .social-links .social-link .fab.fa-facebook-f {
    display: initial !important;
    line-height: 2 !important;
}

.biography .section-row-divider {
    display: none;
}

.biography .section-header--secondary {
    border-bottom: 2px solid #ab0922;
    height: inherit;
}

.biography .row-divider {
    border-color: #ffffff;
    border-width: 3px;
}

.article-content img {
    width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: max-content;
}

.dropdown-menu .dropdown-menu-column, .dropdown-menu .dropdown-menu-column ul, .dropdown-menu .dropdown-menu-column, .dropdown-menu .dropdown-menu-column ul .dropdown-item {
    min-width: 100%;
    white-space: normal;
    line-height: 1.14;
}

.d-block {
    line-height: 1px;
}

/*.large-size .page-link, .extra-large-size .page-link{
    padding: 3px 2px;
}*/

/*
    font-size css
*/

.normal-size {
    font-size: 100%;
}

.large-size {
    font-size: 110%;
}

.extra-large-size {
    font-size: 120%;
}

.large-size .page-link {
    width: 35px;
    height: 35px;
}

.extra-large-size .page-link {
    width: 40px;
    height: 40px;
}

/*
    Normal contrast 
*/
.site-normal
img.site-dark, .site-normal img.site-light {
    display: none !important;
}

.site-normal img.site-normal {
    display: initial !important;
}

.site-normal.voice-on img.site-normal.voice-off {
    display: none !important;
}

.site-normal.voice-off img.site-normal.voice-on {
    display: none !important;
}

.site-normal.voice-on img.site-normal.voice-on {
    display: initial !important;
}

.site-normal.voice-off img.site-normal.voice-off {
    display: initial !important;
}

.partners-content .partner-list .partner-item {
    background: #fff;
    height: 70px;
    margin: 10px 0px 10px;
    padding: 5px;
}

.section-description {
    position: relative;
    border-bottom: 3px solid #FFFFFF;
    margin-bottom: 40px;
}

    .section-description:after, .section-description:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .section-description:after {
        border-color: transparent;
        border-top-color: #ededed;
        border-width: 13px;
        margin-left: -13px;
    }

    .section-description:before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #FFFFFF;
        border-width: 16px;
        margin-left: -16px;
    }

.person-item .d-inline > span {
    display: block;
}

@media (max-width:992px) {
    .header .logo-container .logo {
        top: 0px;
    }

    .header .header-top {
        min-height: 93px;
    }
}

@media (min-width:540px) and ( max-width:1199px) {
    .header .header-title h1 {
        margin-left: -65px;
    }

    .nav-tabs .tab-actions {
        order: -1;
        margin-bottom: 8px;
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1264px !important;
    }
}


@media (max-width: 1200px) {
    .publication-item {
        align-items: center !important;
        margin-right: 5% !important;
        padding-top: 0 !important;
    }
}


/*   Mobile and Tablets  */
@media (max-width:992px) {
    .dropdown-menu .dropdown-menu-column ul {
        padding: 0;
    }

    .dropdown .dropdown-caret {
        display: none;
    }

    .navbar .dropdown-menu-container:before {
        display: none !important;
    }

    .dropdown-menu .dropdown-menu-column {
        padding: 0;
    }

    .dropdown-menu .dropdown-item:nth-child(1n+2) {
        margin-top: 5px;
    }

    .dropdown-menu.columns-2 {
        min-width: initial;
    }

    .dropdown-menu.columns-3 {
        min-width: initial;
    }

    .header .nav-container .navbar .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .header .nav-container .dropdown .dropdown-menu-container {
        position: static;
        width: 100%;
    }

    .news-image-container img {
        max-width: 100%;
        margin-right: 0px;
        margin-top: 16px;
    }

    .publication-item {
        flex-basis: 100%;
        height: fit-content;
    }

    .publication-content {
        width: 100%;
        height: 100%;
    }

    .publication-item img {
        height: auto;
        width: 100%;
    }

    .news-image-container .news-image {
        width: 100%;
        margin-right: 0;
        margin-top: 16px;
    }

    .header .nav-container .navbar .navbar-nav .nav-item {
        height: initial;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: transparent;
    }

    .header .nav-container .dropdown .dropdown-menu-container {
        height: initial !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: initial;
    }

    .header .nav-container {
        height: 100%;
    }

    .nav-tabs .nav-link {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 8px;
    }

    .nav-tabs .tab-actions {
        order: -1;
        margin-bottom: 8px;
    }

    .person-item .person-image-container {
        display: block;
        float: initial !important;
    }

    .report-search {
        padding-left: 0;
    }

    .dropdown-menu-column .column-divider {
        display: none;
    }
}
/*   Desktop          */
@media (min-width:993px) {

    .nav-item.dropdown:hover .dropdown-menu,
    .nav-item.dropdown.hover .dropdown-menu {
        display: block;
    }

}
