html{
    scroll-behavior: smooth !important;
}

.region-content a,
.views-label-field-link a,
.view-second-body a,
.views-field-body a {
    color: var(--bs-primary);
}
.views-field-title a,
h2 a,
h3 a,
h4 a {
    border-bottom: none !important;
}
.figure-caption {
    font-size: 0.875rem;
    color: var(--bs-body-color);
    margin-top: 15px;
}
.page-header{
    padding-bottom: 10px;
    margin: 0 0 40px 0;
}
.path-frontpage .page-header {
    border-bottom: none;
	margin: 30px auto 0;
    padding: 0 0 2.5rem 0;
    width: fit-content;
}
.breadcrumb {
    padding: 8px 15px 8px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 0.875rem;
}
.breadcrumb a {
    font-size: 0.875rem;
}

a.button{
    border-bottom: none;
}

.tablesaw-stack tbody tr{
    display: table-row;
}
.tablesaw-stack tbody tr:nth-child(odd){
    background: #fff;
}
.tablesaw-stack tbody tr:nth-child(even){
    background: #E8E8E8;
}


/* Navigation */

a.logo img{
    width: 100px;
}

.navbar.container {
    background: transparent;
    border: 0;
    z-index: 5;
}
.navbar {
    border-radius: 0!important;
}
.navbar-header {
    float: unset;
}

#block-mainnavigation {
    right: 10px;
    position: absolute;
    margin-top: 40px;
    width: auto;
}

.sf-sub-indicator{
    font-size: 0.75rem;
    right: 0.85em;
}

.responsive-menu-toggle-icon:before, 
.responsive-menu-toggle-icon:after, 
.responsive-menu-toggle-icon span.icon{
    left: 0.75rem;
}

/* Header Page*/
header.site-header {
    border-top: 4px solid var(--bs-primary);
    border-bottom: 8px solid #FFF;
}

header.site-header > nav.navbar {
    padding: 0;
}

header.site-header .region-header {
    padding: 0.9375rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.region-header .bef-exposed-form.views-exposed-form .form--inline{
    display: flex;
}
.region-header .bef-exposed-form.views-exposed-form .form-item {
    float: unset;
    margin-right: 0;
}
.region-header .bef-exposed-form.views-exposed-form .form-item,
.region-header .bef-exposed-form.views-exposed-form .form-actions {
    margin-bottom: 0;
    margin: 0;
}

.region-header .views-exposed-form.bef-exposed-form {
    position: relative;
}

.region-header .views-exposed-form.bef-exposed-form .content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
}

.region-header .bef-exposed-form.views-exposed-form form {
    padding-top: 0;
    display: flex;
}
.region-header .bef-exposed-form.views-exposed-form .form-item-search input[type="text"]{
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.region-header .bef-exposed-form.views-exposed-form .form-actions .btn {
    margin-left: 0px;
    margin-right: 0;
}

.region-header .bef-exposed-form.views-exposed-form .mb-3 {
    margin-bottom: 0rem !important;
}

.region-header .bef-exposed-form.views-exposed-form .btn.btn-primary {
    background: url(../images/icons/search-icon.png) no-repeat center center;
    font-size: inherit;
    font-size: 0;
    background-size: 20px 20px;
    height: 45px;
    width: 45px;
    background-color: #FFF;
    border: 0;
    border-bottom: 2px solid #000;
    margin-top: 1px;
}

.region-header .bef-exposed-form.views-exposed-form h2.block-title {
    font-size: 0;
    background: url(../images/icons/search-icon.png) no-repeat center center;
    font-size: inherit;
    font-size: 0;
    background-size: 20px 20px;
    height: 45px;
    width: 45px;
    background-color: #F3F3EF;
    border: 0;
    margin: 0;
}

.region-header .bef-exposed-form.views-exposed-form:hover .content{
    width: 300px;
    z-index: 2;
}

.region-header .bef-exposed-form.views-exposed-form label{
    display: none;
}

#block-block_content-basic-1 .field--name-body img {
    width: 459px;
}

@media (max-width: 991px) {
    .region-header .views-exposed-form.bef-exposed-form{
        display: none;
    }
    #block-block_content-basic-1 .field--name-body img {
        width: 301px;
    }
}

@media (max-width: 767px) {
    header.site-header > nav.navbar.navbar-expand-lg {
        display: none !important;
    }
    
}

/* Main Menu */
.region.region-nav-main {
    width: 100%;
}

.tbm.tbm-main ul.tbm-nav {
    background: #4D4D4D;
}

.tbm.tbm-main ul.tbm-nav.level-0 {
    justify-content: space-between;
}

.tbm-nav .tbm-item .level-1 {
    color: #FFF;
    padding: 0.625rem 0.9375rem;
}

.tbm-nav .tbm-item .tbm-link {
    font-size: 0.9375rem;
    line-height: 1.125rem;
}

.tbm-link.level-1:hover, .tbm-link.level-1:focus {
    background: transparent !important;
}

.tbm-nav .tbm-item .tbm-link-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.tbm-item.level-1 {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

li.tbm-item.level-1 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tbm-nav li.tbm-item.level-1:hover ,
.tbm-nav li.tbm-item.level-1.active-trail{
    background: #F3F3EF;
}

.tbm-nav li.tbm-item.level-1:hover .tbm-link.level-1,
.tbm-nav li.tbm-item.level-1.active-trail > .tbm-link-container .tbm-link.level-1,
.tbm-nav li.tbm-item.level-1:hover > .tbm-link-container .tbm-link.level-1{
    color: #4D4D4D
}

.tbm-nav .tbm-item.tbm-item--has-dropdown .tbm-link-container {
    padding-right: 0.9375rem;
}

.block-tb-megamenu .tbm-submenu-toggle {
    display: block;
    width: auto;
    height: auto;
    background: transparent !important;
}
.block-tb-megamenu .tbm-submenu-toggle:before {
    border-top-color: #FFF;
}

.block-tb-megamenu .tbm-nav .tbm-item .tbm-link-container:hover .tbm-submenu-toggle:before ,
.tbm-nav .tbm-item.level-1.active-trail > .tbm-link-container .tbm-submenu-toggle:before,
.tbm-nav .tbm-item.level-1:hover > .tbm-link-container .tbm-submenu-toggle:before{
    border-top-color: #4D4D4D;
}
 
.tbm-item.level-1.open>.tbm-submenu {
    background-color: #F3F3EF;
    border-radius: 0;
    border-top-width: 0;
    border: 0px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 1.875rem;
}

.tbm-subnav .tbm-item .tbm-link {
    color: #4D4D4D;
    background: transparent !important;
}

.tbm-subnav .tbm-item .tbm-link:hover {
    color: #006FB7;
}

.tbm-link.no-link {
    background: transparent !important;
}

.tbm-submenu .tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link.no-link{
    color: #4D4D4D!important;
    background: transparent !important;
}

.tbm-submenu .tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link.no-link:hover {
    color: #006FB7!important;
}

.tbm-nav .tbm-item .level-1.tbm-subnav {
    padding: 0;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link {
    padding: 0.3rem 0;
}

.tbm-column-inner ,
.tbm-block,
.block-inner{
    height: 100%;
}

.tbm-main .tbm-item--has-flyout > .tbm-submenu {
}

.tbm-nav .tbm-item .level-1.tbm-subnav {
    position: relative;
}

.tbm-main .tbm-item--has-flyout {
    position: static;
    width: 20%;
}

.tbm-main .tbm-item--has-flyout + .tbm-item {
    width: 20%;
}

.tbm-main .tbm-item--has-flyout .tbm-submenu.tbm-item-child {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: #F3F3EF;
    box-shadow: none;
    left: 0;
    padding-left: 20%;
}

.tbm-main .tbm-item--has-flyout .tbm-submenu.tbm-item-child:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc( 100% + 3.75rem );
    margin-left: -1.875rem;
    height: calc( 100% + 1.875rem );
    content: " ";
    background: #F3F3EF;
}

.tbm-nav .tbm-item.tbm-item--has-dropdown .tbm-link-container {
    z-index: 15;
    position: relative;
}

.tbm-submenu.tbm-item-child .block h2.block-title {
    display: none;
}

#block-block_content-basic-15 {
    border-left: 2px solid #CCCCCC;
    padding-left: 40px;
    height: 100%;
}

.tbm-submenu .view-reports .view-content,
.tbm-submenu .view-manuals .view-content ,
.tbm-submenu .view-covid-19 .view-content{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 20px;
}

.tbm-submenu .view-content .views-row article.node--type-reports-manuals {
    display: flex;
    border-top: 0;
    background: transparent;
}

.tbm-submenu .view-content .views-row article.node--type-reports-manuals div:first-child {
}

.tbm-submenu .view-content .views-row article.node--type-reports-manuals .field[data-blazy] {
    min-width: 100px;
}

.tbm-submenu .view-content .views-row article.node--type-reports-manuals div:first-child img {
    max-width: 100px;
}

.tbm-submenu .view-content .views-row article.node--type-reports-manuals .node__content {
    padding: 0 0 0 15px;
    position: relative;
    z-index: 2;
}

.tbm-submenu .view-content .views-row article.node--type-reports-manuals .node__content .field--name-field-date {
    color: var(--bs-body-color);
}

.tbm-submenu .view-content .views-row article.node--type-reports-manuals .node__content h2 {
    margin-top: 10px;
    font-family: 'Roboto';
}

.tbm-submenu .quicktabs-wrapper {
    display: flex;
}

.tbm-submenu .quicktabs-wrapper li {
    padding: 0;
    margin: 0;
}

.tbm-submenu .quicktabs-wrapper li a {
    padding: 8px 0;
    display: flex;
}

.tbm-submenu .quicktabs-wrapper .item-list {
    max-width: 20%;
    flex-basis: 20%;
    margin-right: 20px;
}

.tbm-submenu .item-list .quicktabs-tabs {
    display: flex;
    flex-direction: column;
}

.tbm-submenu .quicktabs-wrapper .quicktabs-main {
    flex: 1;
}

.tbm-item--has-flyout .tbm-submenu-toggle:before ,
.tbm-item--has-flyout .tbm-toggle:before{
    display: none !important;
}

/* remove */
/*
.tbm-nav.level-0 > li:nth-of-type(7) > .tbm-submenu {
    display: block !important;
    overflow: visible;
    clip: auto;
    height: auto;
}
*/

.tbm-nav .views-grid-3-col.view-news-event article.node-news-events-teaser .node__content {
    padding: 10px 0 0;
    position: relative;
    z-index: 2;
}

.tbm-nav .views-grid-3-col.view-news-event article.node-news-events-teaser .node-type ,
.tbm-nav .views-grid-3-col.view-news-event article.node-news-events-teaser .field--name-field-date
{
    margin-bottom: 0px;
}


/* Responsive Menu */
.responsive-menu-toggle-icon:before, 
.responsive-menu-toggle-icon:after, 
.responsive-menu-toggle-icon span.icon {
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mm-menu.mm-menu--position-top {
    z-index: 999;
}

.mm-menu--theme-light {
    --mm-color-background: #FFF;
    --mm-color-border: transparent;
    --mm-color-icon: rgb(0 0 0 / 0.4);
    --mm-color-text: var(--bs-body-color);
    --mm-color-text-dimmed: rgb(0 0 0 / 0.4);
    --mm-color-background-highlight: #F3F3EF;
    --mm-color-background-emphasis: #F3F3EF;
    --mm-color-focusring: #06c;
}

@media (min-width: 992px) {
    .responsive-menu-toggle-wrapper.responsive-menu-toggle {
        display: none;
    }
    .responsive-menu-toggle-icon span.label {
        display: none !important;
    }
    
}

.mm-panels {
    max-width: 80%;
    margin-left: 10% ;
}

@media (min-width: 576px) {
    .mm-panels {
        max-width: 540px;
        margin-left: calc( ( 100% - 540px ) / 2 ) ;
    }
}

@media (max-width: 991px) {
    .mm-menu.mm-menu--position-top.mm-menu--opened {
        margin-top: 100px;
    }
    .mm-panels .mm-panel:first-child .mm-navbar {
        display: none !important;
    }
    .mm-menu a, .mm-menu a:active, 
    .mm-menu a:hover, 
    .mm-menu a:link, 
    .mm-menu a:visited {
        background: #F3F3EF;
    }
    ul.mm-listview li {
        border-bottom: 1px solid #FFF;
    }
    .mm-navbar__title {
        color: var(--bs-body-color) !important;
    }
    .mm-btn--next:after, .mm-btn--prev:before {
        border-color: var(--bs-body-color) !important;
    }
    .responsive-menu-toggle-icon span.label {
        display: none !important;
    }
    body.mm-wrapper--opened .responsive-menu-toggle-icon:before {
        transform: rotate(45deg) translateX(4px) translateY(8px);
    }
    body.mm-wrapper--opened .responsive-menu-toggle-icon:after{
        transform: rotate(-45deg) translateX(0.5px) translateY(-4px);
    }
    body.mm-wrapper--opened .responsive-menu-toggle-icon span.icon {
        opacity: 0;
    }
}

#block-block_content-basic-15 p strong {
    font-size: 18px;
}

#block-block_content-basic-15 p a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: 149px;
    height: 46px;
    /* UI Properties */
    border: 3px solid #F9991A;
    opacity: 1;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

#block-block_content-basic-15 p a:hover {
    background: #F9991A;
    color: #FFF;
}

/* Home Slider */
.flex-control-nav {
    display: none !important;
}

body .flexslider {
    margin: 0px;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 0;
    box-shadow: none;
}

#homepageslider .hpsliderbodycon {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

#homepageslider .hpsliderbodycon .hpsliderbody {
    max-width: 900px;
    text-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
}

#homepageslider .hpsliderbodycon .hpsliderbody h2{
    color: #FFF;
    font-family: 'Futura';
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 30px;
}

#homepageslider .hpsliderbodycon .hpsliderbody h2:after {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 10px;
    background: var(--bs-primary);
    content: " ";
    left: 0;
}

#homepageslider .hpsliderbodycon .hpsliderbody p {
    font-size: 2.0625rem;
    line-height: 2.6875rem;
    font-weight: 500;
    margin-bottom: 30px;
}

#homepageslider .hpsliderbodycon .hpsliderbody p:last-child {
    margin-bottom: 0;
}

#homepageslider .hpsliderbodycon .hpsliderbody a {
    width: 207px;
    height: 61px;
    background: #FFF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    text-shadow: none;
}

#homepageslider .hpsliderbodycon .hpsliderbody a:hover {
    background: var(--bs-primary);
    color: #FFF;
}

.block-img-slide.smobileimg {
    display: none !important;
}

.flex-direction-nav a:before {
    margin-top: 10px;
    color: var(--bs-primary) !important;
    box-shadow: none !important;
}

#homepageslider .videoitem video{
    object-fit: cover;
    min-height: 850px;
    margin-top: -50px;
}
.view-content-banner-slider-paragraph .videoitem video{
    object-fit: cover;
    min-height: 850px;
    margin-top: -150px;
}

#homepageslider ul.slides {
    display: flex;
}

#homepageslider ul.slides li {
    overflow: hidden;
    position: relative;
}

#homepageslider ul.slides li video {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 992px) {
    #homepageslider .hpsliderbodycon {
        height: 100%;
        display: flex;
        align-items: center;
    }
    #homepageslider .hpsliderbodycon .hpsliderbody h2 {
        font-size: 2.25rem;
        line-height: 2.9375rem;
        margin-top: 0px;
    }
    #homepageslider .hpsliderbodycon .hpsliderbody p {
        font-size: 1.5rem;
        line-height: 1.9375rem;
    }
}

@media (max-width: 1199px) {
    #homepageslider .hpsliderbodycon .hpsliderbody {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .block-img-slide.sdesktopimg.hasmobile {
        display: none;
    }
    .block-img-slide.smobileimg {
        display: block !important;
    }
}

/* Node Publication */
.view-news-events-homepage footer ,
.view-home-page-blog footer{
    text-align: center;
    padding-bottom: 0;
}

.view-news-events-homepage footer a ,
.view-home-page-blog footer a{
    font-weight: 500;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--bs-primary);
}

.view-news-events-homepage footer a i ,
.view-home-page-blog footer a i{
    font-size: 16px;
    margin-top: 1px;
    margin-left: 10px;
}

.view-news-events-homepage footer a:hover ,
.view-home-page-blog footer a:hover{
    color: var(--bs-primary);
}

.views-rows-3-col .view-content{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
    column-gap: 20px;
    row-gap: 50px;
}

article.node-news-events-teaser .blazy--field-image-media img{
    width: 100%;
}

article.node-news-events-teaser {
    background: #F3F3EF;
    height: 100%;
}

article.node-news-events-teaser .blazy {
    width: 100%;
}

article.node-news-events-teaser .node__content {
    padding: 30px;
    position: relative;
}

article.node-news-events-teaser .node-type ,
article.node-news-events-teaser .field--name-field-date{
    text-transform: uppercase;
    color: #4D4D4D;
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

article.node-news-events-teaser h2 {
    margin-top: 0;
    margin-bottom: 0;
}

article.node-news-events-teaser h4 a {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

article.node-news-events-teaser h4 a:hover {
    color: var(--bs-primary);
}

.section-background-img.bg-image {
    background-attachment: fixed;
}

.section-background-img.bg-image .block-inline-blockbasic {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.section-background-img.bg-image .block-inline-blockbasic .content {
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 2.0625rem;
    line-height: 2.25rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-background-img.bg-image .block-inline-blockbasic .content p {
    margin-bottom: 0;
}

.block-global-priorities .field--name-field-content .field__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.block-about-human-rights {
    background: url(../images/texture-blue3-min.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 30px 60px;
    justify-content: space-between;
}

.block-about-human-rights h2.block-title {
    font-size: 2.75rem;
    line-height: 3.25rem;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 70%;
}

.block-about-human-rights .field--name-body p {
    margin-bottom: 0;
}

.block-about-human-rights .field--name-body a {
    width: 207px;
    height: 61px;
    background: #FFF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.block-about-human-rights .field--name-body a:hover {
    background: var(--bs-primary);
    color: #FFF;
}

@media (max-width: 767px) {
    .block-about-human-rights {
        flex-direction: column;
        align-items: center;
        background-position: right center;
    }
    .block-about-human-rights h2.block-title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
        font-size: 2.25rem;
        line-height: 2.9375rem;
    }
    article.node-news-events-teaser .node__content {
        padding: 15px;
    }
}

/* paragraph */
.paragraph.paragraph--type--cards {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-image-media{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-image-media .media__element {
    transition: transform .5s ease;
}

.paragraph--type--cards.paragraph--view-mode--default a:hover .field--name-field-card-image-media .media__element {
    transform: scale(1.2);
}

.paragraph--type--cards.paragraph--view-mode--default .content {
    background: #F3F3EF;
    padding: 30px;
    border-top: 10px solid var(--bs-primary);
    flex: 1;
}

.paragraph--type--cards.paragraph--view-mode--default .field--name-field-card-item-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.25rem;
    color: #000;
    margin-bottom: 10px;
}

.paragraph--type--cards.paragraph--view-mode--default .content p {
    margin-bottom: 0;
}

.paragraph--type--cards.paragraph--view-mode--default a p {
    color: var(--bs-body-color);
}

.paragraph--type--content-media .paragraph-inner {
    display: flex;
}

.paragraph--type--content-media .paragraph-inner .paragraph-image {
    width: 50%;
    padding-right: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.paragraph--type--content-media .paragraph-inner .paragraph-content {
    width: 50%;
    padding-left: 20px;
}

.paragraph--type--content-media .field--name-field-title {
    font-size: 3.75rem;
    line-height: 5.625rem;
    color: #000;
    font-family: 'Futura';
    position: relative;
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5625rem;
}

.paragraph--type--content-media .field--name-field-title:after {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 10px;
    background: var(--bs-primary);
    content: " ";
    left: 0;
}

.paragraph--type--content-media .field--name-field-link a{
    display: inline-flex;
    font-size: 1.5rem;
    line-height: 1.625rem;
    color: #000;
    border-bottom: 2px solid var(--bs-primary);
    font-weight: 500;
    align-items: center;
    padding-bottom: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.paragraph--type--content-media .field--name-field-link a:hover {
    color: var(--bs-primary);
}

.paragraph--type--content-media .field--name-field-link {
    margin-top: 30px;
}

.paragraph--type--content-media .field--name-field-link a:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    margin-left: 5px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .block-global-priorities .field--name-field-content .field__items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
        column-gap: 20px;
        row-gap: 20px;
    }
    .paragraph--type--content-media .paragraph-inner .paragraph-image {
        margin-bottom: 30px;
    }
    .paragraph--type--content-media .paragraph-inner .paragraph-image,
    .paragraph--type--content-media .paragraph-inner .paragraph-content {
        width: 100%;
        padding-left: 0;
    }
    .paragraph--type--content-media .paragraph-inner {
        flex-direction: column;
    }
    .paragraph--type--content-media .field--name-field-title {
        font-size: 2.25rem;
        line-height: 2.9375rem;
    }
}

/* Paragraph Banner slider */
.paragraph--type--hero-banner-slider .paragraph-inner {
    display: flex;
    flex-direction: row-reverse;
}

.paragraph--type--hero-banner-slider .paragraph-inner .banner-media img{
    max-width: 602px;
}

.paragraph--type--hero-banner-slider .banner-content {
    flex: 1;
    background: url(../images/bg-hero-banner.jpg) no-repeat;
    background-size: cover;
    color: #FFF;
    font-size: 2.0625rem;
    line-height: 2.6875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 6.25rem;
    padding-left: calc( ( 100vw - var(--container-width) ) / 2 )
}

.paragraph--type--hero-banner-slider .field--name-field-title {
    font-size: 5.375rem;
    line-height: 6.1875rem;
    color: #FFF;
    font-family: 'Futura';
    position: relative;
    padding-bottom: 1.5625rem;
    font-family: 'Futura';
}

.paragraph--type--hero-banner-slider .field--name-field-title:after {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 10px;
    background: #229A5A;
    content: " ";
    left: 0;
}

.hero-banner-slider-no-image.paragraph--type--hero-banner-slider .paragraph-inner {
    min-height: 500px;
}

.hero-banner-slider-no-image.paragraph--type--hero-banner-slider .banner-content {
    padding-right: 10%;
    
}

.paragraph--type--hero-banner-slider .field--name-field-banner-text {
    margin-top: 1.5625rem;
}

.paragraph--type--hero-banner-slider .banner-media .media img {
    width: 100%;
    height: auto;
}

@media (max-width: 1399px) {
    .paragraph--type--hero-banner-slider .banner-content {
        padding-left: 0.9375rem;
        padding-right: 1.875rem;
        padding-left: calc( ( ( 100vw - 1140px ) / 2 ) + 15px )
    }
}

@media (max-width: 1199px) {
    .paragraph--type--hero-banner-slider .field--name-field-title {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    .paragraph--type--hero-banner-slider .banner-content {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding-left: calc( ( ( 100vw - 960px ) / 2 ) + 15px )
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .paragraph--type--hero-banner-slider .banner-media {
        max-width: 50%;
    }
    .paragraph--type--hero-banner-slider .banner-content {
        padding-left: calc( ( ( 100vw - 720px ) / 2 ) + 15px )
    }
}

@media (max-width: 767px) {
    .paragraph--type--hero-banner-slider .paragraph-inner {
        display: flex;
        flex-direction: column-reverse;
    }
    .paragraph--type--hero-banner-slider .banner-content {
        padding: 2.5rem 1.25rem;
    }
    .paragraph--type--hero-banner-slider .banner-content {
        font-size: 1.5rem;
        line-height: 1.9375rem;
    }
}

/* Paragraph Link */
.paragraph--type--list-of-links-or-files .field .field__item a {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
    color: var(--bs-primary);
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.paragraph--type--list-of-links-or-files .field .field__item span {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    display: flex;
}

.paragraph--type--list-of-links-or-files .field .field__item a i {
    margin-left: 10px;
    margin-top: 3px;
}

.paragraph--type--list-of-links-or-files .field .field__item a:hover {
}

.paragraph--type--list-of-links-or-files .field .field__item + .field__item {
    margin-top: 0.9375rem;
}

.page-node-type-page #block-ohchr-pagetitle {
    display: none;
}

/* Paragraph Videos */
.paragraph.paragraph--type--videos .field--name-field-video {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 5), 1fr));
    gap: 20px;
}



/* Paragraph Stories */
.paragraph.paragraph--type--stories .field--name-field-image {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 5), 1fr));
    gap: 20px;
}


@media (max-width: 767px) {
    .paragraph.paragraph--type--videos .field--name-field-video,
    .paragraph.paragraph--type--stories .field--name-field-image {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    }
}

/* Paragrap Tabs */
.paragraph--type--tabs .nav.nav-pills {
    align-content: center;
    justify-content: center;
}

.paragraph--type--tabs .nav.nav-pills .nav-link {
    font-size: 24px !important;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--bs-primary) !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.paragraph--type--tabs .nav.nav-pills .nav-link.active,
.paragraph--type--tabs .nav.nav-pills .nav-link:hover {
    border-bottom-color: #333333;
}

.paragraph--type--tabs .tab-content .field__item {
    border: 0px !important;
    margin-top: 40px;
}

.block-social-media .field--name-field-content .field__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
}

/* Paragrap document content */
.paragraph--type--document-content {
    display: flex;
    margin-bottom: 40px;
}

.paragraph--type--document-content .img-document {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 20px;
}

.paragraph--type--document-content a .field--name-field-title{
    font-family: "Roboto";
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.field--name-field-content .field__items .field__item:last-child .paragraph--type--document-content {
    margin-bottom: 0;
}

.block-layout-builder.block-inline-blockblock-content .paragraph--type--document .field--name-field-name a.btn {
    background: transparent;
    text-align: left;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    font-weight: normal;
    color: var(--bs-primary) !important;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 0;
}

.block-layout-builder.block-inline-blockblock-content .paragraph--type--document .field--name-field-name a.btn:hover {
    color: var(--bs-body-color) !important;
}

@media (max-width: 767px) {
    .paragraph--type--document-content {    
        flex-direction: column;
    }
    .paragraph--type--document-content .img-document {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
}

/* Sidebar */

@media (min-width: 1400px) {
    .layout-3-col.blb-container-wrapper .layout > div:first-child,
    .layout-3-col.blb-container-wrapper .layout > div,
    .layout-2-col.blb-container-wrapper .layout > div:first-child,
    .layout-2-col.blb-container-wrapper .layout > div {
        padding-right: 40px;
    }
    .layout-3-col.blb-container-wrapper .layout > div:last-child {
        padding-left: 0;
        padding-right: 15px;
    }
}

.layout-3-col.blb-container-wrapper .layout > div:nth-child(2) h2.block-title,
.layout-2-col.blb-container-wrapper .layout > div:nth-child(2) h2.block-title {
    font-size: 2.75rem;
    line-height: 3.25rem;
    margin-top: 60px;
    margin-bottom: 20px;
}

.layout-2-col.blb-container-wrapper .layout .col-12 > div:nth-child(1) h2.block-title {
    margin-top: 0;
}

.block-nav-menu h2.block-title {
    font-family: "Roboto";
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 1rem;
}

.block-nav-menu .paragraph--type--list-of-links-or-files .field__item a{
    color: #FFF;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25rem;
}

.block-nav-menu .paragraph--type--list-of-links-or-files .field .field__item + .field__item {
    margin-top: 0.9375rem;
}

nav.sub-mainmenu-sidebar .navbar-nav ,
.block-nav-menu{
    background: var(--bs-primary);
    padding: 30px 20px 30px 0;
    position: relative;
    flex: 1;
}

nav.sub-mainmenu-sidebar .navbar-nav:after ,
.block-nav-menu:after{
    position: absolute;
    top: 0;
    width: 5rem;
    left: -5rem;
    background: var(--bs-primary);
    content: " ";
    height: 100%;
}

nav.sub-mainmenu-sidebar .navbar-nav > .nav-item > a {
    color: #FFF;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: bold;
}

nav.sub-mainmenu-sidebar .navbar-nav > .nav-item > a:after {
    display: none;
}

nav.sub-mainmenu-sidebar .navbar-nav .dropdown-menu {
    position: static;
    display: block;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

nav.sub-mainmenu-sidebar .navbar-nav .dropdown-menu .dropdown-item.active ,
nav.sub-mainmenu-sidebar .navbar-nav .dropdown-menu .dropdown-item:hover,
nav.sub-mainmenu-sidebar .navbar-nav .dropdown-menu .dropdown-item.is-active{
    background: none;
    color: #fff;
    opacity: 1;
}

nav.sub-mainmenu-sidebar .navbar-nav .dropdown-menu .dropdown-item {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.4375rem 0.5rem;
}

.block-link-related ,
.layout-3-col.blb-container-wrapper .layout > div:last-child .block{
    border-top: 2px solid #F3F3EF;
    padding-top: 30px;
}

.block-link-related .block-title ,
.layout-3-col.blb-container-wrapper .layout > div:last-child .block .block-title{
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 22px;
    margin-bottom: 1.5625rem;
}

.layout-3-col.blb-container-wrapper .layout > div:last-child .block + .block {
    margin-top: 30px;
}

@media (max-width: 767px) {
    nav.sub-mainmenu-sidebar .navbar-nav:after, 
    .block-nav-menu:after {
        display: none !important;
    }
    nav.sub-mainmenu-sidebar .navbar-nav, 
    .block-nav-menu {
        padding: 0.625rem 1.25rem;
    }
    nav.sub-mainmenu-sidebar .navbar-nav .dropdown-menu {
        display: none;
    }
    nav.sub-mainmenu-sidebar .navbar-nav .dropdown-menu.show {
        display: block;
        position: static !important;
        transform: none !important;
    }
    nav.sub-mainmenu-sidebar .navbar-nav a.dropdown-toggle {
        position: relative;
    }
    nav.sub-mainmenu-sidebar .navbar-nav a.dropdown-toggle:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        content: "\f054";
        border: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    nav.sub-mainmenu-sidebar .navbar-nav a.dropdown-toggle.show:after{
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .layout-3-col .layout > div:first-child {
        margin-bottom: 30px;
    }
    .layout-3-col.blb-container-wrapper .layout > div:nth-child(2) h2.block-title {
        margin-top: 2.5rem;
        font-size: 2.25rem;
        line-height: 2.9375rem;
    }
}

/* Page */
.block-field-blocknodepagebody h4 {
    color: #000;
    margin-bottom: 20px;
}

.block-field-blocknodepagebody .media {
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-field-blocknodepagebody .media:first-child {
    margin-top: 0px;
}

.block-field-blocknodepagebody .field--name-body .media img {
    margin-bottom: 0;
}

.field--name-body h2 {
    font-size: 2.75rem;
    line-height: 3.25rem;
    margin-bottom: 1.5rem;
}


.field--name-body hr {
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
}

.field--name-body p + h2 {
    margin-top: 40px;
}

.media--blazy.media--bundle--image {
    position: relative;
}


.view-news-event.view-display-id-block_3 .view-content {
    display: block;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 20px;
}

.view-news-event.view-display-id-block_3 .view-content > .views-infinite-scroll-content-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
    gap: 20px;
}

.view-news-event.view-display-id-block_3 .views-row {
    background: #F3F3EF;
    flex: 1;
}

.view-news-event.view-display-id-block_3 .views-field-field-date {
    margin-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.view-news-event.view-display-id-block_3 .views-field-title {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.view-news-event.view-display-id-block_3 .views-field-title a {
    color: #000;
    font-size: 1.125rem;
    line-height: 1.375rem;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.view-news-event.view-display-id-block_3 .views-field-title a:hover {
    color: var(--bs-primary);
}

.view-reports.view-display-id-block_2 .view-content .views-row + .views-row {
    margin-top: 25px;
}

.view-content-media.view-display-id-block_1 .views-field-title .field-content {
    display: flex;
    width: 100%;
}

.view-content-media.view-display-id-block_1 .views-field-title .field-content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid var(--bs-primary) !important;
    padding-bottom: 5px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.view-content-media.view-display-id-block_1 .views-field-title .field-content a:hover {
    color: var(--bs-primary);
}

@media (max-width: 767px) {
    .view-news-event.view-display-id-block_3 .view-content > .views-infinite-scroll-content-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 1), 1fr));
    }
}

/* Footer */
.footer-top {
    background: #F3F3EF;
    margin-top: 80px;
    padding: 40px 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.footer-top h2.block-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1.5625rem;
    font-family: var(--bs-body-font-family);
    line-height: 1.25rem;
}

.footer-top .navigation h2.block-title {
}

.footer-top .container {
    display: flex;
    justify-content: space-around;
}

.footer-top .footer-first {
    width: 33%;
    padding-right: 100px;
}

.footer-top .footer-second {
    width: 26%;
}

.footer-top .footer-third {
    width: 18%;
}

.footer-top .footer-fourth {
    width: 23%;
}

.footer-top .navbar-nav .nav-link {
    padding: 0;
}

.footer-top .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}

.footer-top .menu--countries .navbar-nav {

}

.footer-top .menu--countries .navbar-nav {
    flex-direction: row;
}

.footer-top .menu--countries .navbar-nav .nav-item {
    width: 50%;
    order: 20;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(1) {
    order: 1;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(2) {
    order: 3;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(3) {
    order: 5;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(4) {
    order: 7;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(5) {
    order: 9;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(6) {
    order: 11;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(8) {
    order: 2;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(9) {
    order: 4;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(10) {
    order: 6;
}
.footer-top .menu--countries .navbar-nav .nav-item:nth-child(11) {
    order: 8;
}

@media (max-width: 991px) {
    .footer-top .container {
        flex-wrap: wrap;
    }
    .footer-top .footer-first,
    .footer-top .footer-second ,
    .footer-top .footer-third,
    .footer-top .footer-fourth{
        width: 50%
    }
    .footer-top .footer-first {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    #block-block_content-basic-18 ,
    #block-ohchr-footer .navbar-nav{
        display: flex;
        justify-content: center !important;
    }
}

@media (max-width: 500px) {
    .footer-top .footer-first,
    .footer-top .footer-second ,
    .footer-top .footer-third,
    .footer-top .footer-fourth{
        width: 100%
    }
    .footer-top .footer-first {
        display: none;
    }
    .footer-top .footer-fourth {
        order: 1;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-top .footer-second {
        order: 2;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-top .menu--countries .navbar-nav {
        display: block;
    }
    .footer-top .menu--countries .navbar-nav .nav-item {
        width: 100%;
    }
    .footer-top .footer-third {
        order: 3;
        text-align: center;
    }
}

#block-block_content-basic-18 .field--name-body img {
    margin-bottom: 0;
    width: auto;
    max-width: 170px;
}

#block-block_content-basic-9 {
    margin-top: 24px;
}

footer.footer {
    background: #333333;
    border-top: 4px solid var(--bs-primary);
    padding-top: 25px;
    padding-bottom: 0;
}

#block-ohchr-footer .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 25px;
    border-top: 2px solid #5B5B5B;
}

#block-ohchr-footer .navbar-nav .nav-link {
    font-size: 0.75rem;
    font-weight: bold;
    color: #FFF;
    padding: 0.9375rem 0.5rem;
}

#block-ohchr-footer .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}

#scroll-top-link {
    width: 158px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

#scroll-top-link i {
    margin-left: 10px;
}

#scroll-top-link.show {
    opacity: 0.7;
}

#scroll-top-link:hover {
    opacity: 1;
}


div.mm-page.mm-slideout {
    z-index: 100;
}

/* Filter Form */
.popup-type-list .ui-dialog {
    background-color: #f5f5f1;
    padding: 0 3.25rem 1.0625rem;
    border: 0 !important;
    border-radius: 0 !important;
    display: none;
    box-shadow: 0 0px 11px rgba(77, 77, 77, 0.2);
}

.popup-type-list .ui-dialog .ui-dialog-titlebar {
    border: 0;
    background: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.dialog-list-reports-type.ui-dialog-content ,
.dialog-list-reports-subject.ui-dialog-content{
    padding: 0 !important;
    margin: 0 !important;
}

.popup-type-list .ui-dialog .ui-button .ui-icon {
    background: none !important;
}

.popup-type-list .ui-dialog .ui-resizable-handle.ui-resizable-s {
    display: none !important;
}

.popup-type-list .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 0 !important;
    background-image: none;
    margin-top: .5em;
    padding: .3em 0em .5em 0em;
    background: none !important;
}

.popup-type-list .title-subtitle-wrapper .fieldset-legend{
    font-size: 1.5rem;
    line-height: 2.0625rem;
    font-weight: 700;
    color: #000;
}

.popup-type-list .custom-header-title .form-text {
    background-image: url(../images/icons/magnify.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.9375rem 0.9375rem;
    background-color: #FFF;
    border: none;
    border-bottom: 0.1875rem solid #000;
    background-position: 94% center;
    padding: 0 2.1875rem 0 0.875rem;
    margin-left: auto;
    height: 46px;
    outline: 0 !important;
}

.popup-type-list .custom-header-title  {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.popup-type-list .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background: var(--bs-primary);
    width: 145px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.popup-type-list fieldset.fieldgroup > legend {
    display: none;
}

.popup-type-list fieldset.fieldgroup {
    background: #FFF;
    padding: 20px 20px 30px 20px;
    margin: 15px 0 0;
    min-height: 294px;
    max-height: 295px;
    overflow-y: auto;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper ul {
    list-style-type: none;
    padding-left: 0;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper ul .form-checkbox {
    position: absolute;
    opacity: 0;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper label.option {
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0.019125rem;
    font-size: 18px;
    display: flex;
    padding: 0.1875rem 0.4375rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    cursor: pointer;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper .form-checkboxes {
    flex: 1;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper ul ul {
    padding-left: 20px;
    display: none;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper ul ul .btn-plus {
    display: none;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper ul .form-checkbox:checked + label.option{
    background: var(--bs-primary);
    color: #FFF;
    flex: 1;
    margin-right: 20px;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper .form-item {
    margin: 0;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper .form-group {
    margin-bottom: 0.4rem !important;
    display: flex;
    margin-bottom: 0.4rem !important;
    justify-content: space-between;
    align-items: center;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper .btn-plus {
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 0;
    cursor: pointer;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper .btn-plus:before {
    width: 100%;
    height: 2px;
    top: 50%;
    position: absolute;
    content: " ";
    background: var(--bs-primary);
    margin-top: -1px;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper .btn-plus:after {
    width: 2px;
    height: 100%;
    left: 50%;
    position: absolute;
    content: " ";
    background: var(--bs-primary);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popup-type-list fieldset.fieldgroup .fieldset-wrapper li.open .btn-plus:after {
    opacity: 0;
}

#block-ohchr-exposedformreportspage-1 {
    background: #F3F3EF;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block-ohchr-exposedformreportspage-1 .form-actions {
    display: none;
}

.block-views-exposed-filter-blockreports-page-1 .wrapper-input-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-views-exposed-filter-blockreports-page-1 .wrapper-input-data {
    display: flex;
    align-items: center;
}

.wrapper-input-data .views-exposed-form__filter-title {
    margin-right: 30px;
}

.wrapper-input-data .popup_title {
    background: #FFF;
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.wrapper-input-data fieldset.form-item {
    margin: 0;
}

.wrapper-input-data .form-wrapper fieldset.form-item > legend {
  display: none;
}

.wrapper-input-data .form-wrapper .fieldset-wrapper {
  display: flex;
}

.wrapper-input-data .form-wrapper .group-input-date {
  position: relative;
}

.wrapper-input-data .form-wrapper .group-input-date .mb-3 {
  margin-bottom: 0 !important;
}

.wrapper-input-data .form-wrapper h4.label {
  position: absolute;
  bottom: -23px;
  font-weight: normal;

}

.main-selected-filters {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.main-selected-filters .section-title {
  text-transform: uppercase;
  margin-right: 30px;
}

.main-selected-filters .section {
  display: flex;
}

.main-selected-filters .section .filter-options,
.main-selected-filters .section a.filter-clear-all{
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: var(--bs-primary);
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-right: 10px;
}

.main-selected-filters .section a.filter-clear-all {
    background: #FFF;
    color: #000;
}

.main-selected-filters .section .filter-options .clear_filter_option {
    color: #FFF;
    margin-left: 5px;
    font-size: 0;
    display: flex;
    width: 18px;
    height: 18px;
    background: url("../images/icons/icon-cross-white.svg") no-repeat;
    background-position: center center;
    background-size: 11px 11px;
}

a.filter-clear-all {

}

.wrapper-sort-data {
    display: flex;
    align-items: center;
}

.wrapper-sort-data .form-item{
    margin: 0 !important;
}

.wrapper-sort-data .mb-3 {
    margin-bottom: 0 !important;
}

.wrapper-sort-data .form-item-sort-by select{
    display: none;
}

.wrapper-sort-data .form-item-sort-by label {
    text-transform: uppercase;
    margin-right: 10px;
}

.wrapper-sort-data .form-item-sort-order label {
    display: none;
}

/* Social Media Content */
.view-social-media .view-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 20px;
}

.field.field--name-field-document {
    display: flex;
}

.field.field--name-field-document .field__item + .field__item {
    margin-left: 10px;
}

.block-social-icon .field--name-body {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.block-social-icon .field--name-body a {
    font-size: 20px;
    color: var(--bs-body-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.block-social-icon .field--name-body a:hover {
    color: var(--bs-primary);
}

/* Reports Page */
.view-reports.view-display-id-page_1 header {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 60px;
}

.views-grid-3-col .view-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
    gap: 20px;
    column-gap: 20px;
    row-gap: 50px;
}

.node--type-reports-manuals.node--view-mode-teaser img{
    width: 100%;
}

.node--type-reports-manuals.node--view-mode-teaser{
    background: #F3F3EF;
    border-top: 10px solid var(--bs-primary);
    height: 100%;
}

.block-views-blockhome-page-blog-block-2 .node--type-reports-manuals.node--view-mode-teaser{
    background: #FFF;
}

.node--type-reports-manuals.node--view-mode-teaser .node__content {
    padding: 30px;
}

.node--type-reports-manuals.node--view-mode-teaser .field--name-field-report-date {
    color: #4D4D4D;
}

.node--type-reports-manuals.node--view-mode-teaser .node__content h2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.node--type-reports-manuals.node--view-mode-teaser .node__content h2 a {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.node--type-reports-manuals.node--view-mode-teaser .node__content h2 a:hover {
    color: var(--bs-primary);
}

.node--type-reports.node--view-mode-report-document-link h2{
    font-family: "Roboto";
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    margin-bottom: 10px;
}  

.node--type-reports.node--view-mode-report-document-link .field--name-field-list-of-links-or-files {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #5B5B5B; 
}

.node--type-reports.node--view-mode-report-document-link h2 a {
    color: #000;
}

.node--type-reports.node--view-mode-report-document-link .field--name-body p {
    margin-bottom: 5px;
}

.node--type-publications.node--view-mode-teaser {
    display: flex;
}

.node--type-publications.node--view-mode-teaser .field--name-field-image img {
    max-width: 100px;
}

.node--type-publications.node--view-mode-teaser .field[data-blazy] {
    min-width: 100px;
    margin-right: 15px;
}

.node--type-publications.node--view-mode-teaser {
    margin-bottom: 1.5625rem;
}

.node--type-publications.node--view-mode-teaser h2 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .views-grid-3-col .view-content {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
        gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }
    .node--type-reports-manuals.node--view-mode-teaser .node__content {
        padding: 15px;
    }
}

/* Node Stories */
.node--view-mode-media-only > h2 ,
.node--view-mode-media-only footer.node__meta{
    display: none;
}

.node--type-stories.node--view-mode-teaser > a ,
.node--type-videos.node--view-mode-teaser .node__content{
    position: relative;
}

.node--type-stories.node--view-mode-teaser a:after ,
.node--type-videos.node--view-mode-teaser a .node__content:after{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.node--type-stories.node--view-mode-teaser a:hover:after ,
.node--type-videos.node--view-mode-teaser a .node__content:hover:after{
    opacity: 1;
}

.node--type-stories.node--view-mode-teaser a .title-node,
.node--type-videos.node--view-mode-teaser .node__content .title-node{
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    z-index: 2;
}

.node--type-stories.node--view-mode-teaser .contextual .trigger {
}

.node--type-stories.node--view-mode-teaser a:hover .title-node,
.node--type-videos.node--view-mode-teaser .node__content:hover .title-node{
    opacity: 1;
    bottom: 10px;
}



@media (max-width: 767px) {
    .views-rows-3-col .view-content {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
        column-gap: 20px;
        row-gap: 20px;
    } 
}

#block-ohchr-bettersocialsharingbuttons .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#block-ohchr-bettersocialsharingbuttons h2.block-title{
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 1.5rem;
}

/* Pgination */
.pagination.js-pager__items {
    justify-content: center;
    align-items: center;
}

.pagination.js-pager__items .page-item:not(.pager__item--next):not(.pager__item--last):not(.pager__item--first):not(.pager__item--previous) > a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination.js-pager__items .page-item > a {
    margin: 0 3px;
}

.pagination.js-pager__items .page-item.pager__item--next > a:hover,
.pagination.js-pager__items .page-item.pager__item--last > a:hover,
.pagination.js-pager__items .page-item.pager__item--first > a:hover,
.pagination.js-pager__items .page-item.pager__item--previous > a:hover{
    background: none;
    color: var(--bs-primary);
}

.page-node-type-news main,
.page-node-type-events main {
    margin-top: 1rem;
}

.page-node-type-events .field.field--name-field-date ,
.page-node-type-events .field--name-field-event-time,
.page-node-type-events .field--name-field-event-location {
    margin-bottom: 15px;
}

.field--name-body img {
    max-width: 100%;
    height: auto;
}

.page-node-96 main ,
.page-node-96 .footer-top{
    margin-top: 0;
}

.field--name-field-list-of-links-or-files .field__label {
    display: none !important;
}

.align-center {
    text-align: center;
    margin: 0 auto;
}

.blazy--field-media-image.blazy--field-media-image--full-width img {
    width: 100%;
}

.field--name-body .media--type-image {
    margin-bottom: 20px;
}

.field--name-body .media.align-right {
    margin-left: 20px;
}

.field--name-body .media.align-left {
    margin-right: 20px;
}

.node--type-videos.node--view-mode-teaser > h2{
    display: none;
}

.media > div + figcaption {
    margin-top: 5px;
}

.view-publications.view-display-id-block_1 .view-content .views-row + .views-row ,
.view-resources.view-display-id-block_1 .view-content .views-row + .views-row{
    margin-top: 40px;
}

.path-frontpage main {
    margin-top: var(--bs-space);
}

@media (max-width: 767px) {
    .layout-builder__layout .col-12 + .col-12 {
        margin-top: 30px;
    }
    #block-ohchr-bettersocialsharingbuttons h2.block-title {
        font-size: 1.125rem;
    }
    .node--view-mode-teaser > a > .blazy--field-image-media {
        width: 100%;
    }
    .paragraph--type--hero-banner-slider .paragraph-inner .banner-media img {
        max-width: 100%;
    }
}

.text-white a {
    color: #FFF !important;
}

figure.media.media--type-remote-video > div {
    width: 100%;
}

.button{
    color: #454545 !important;
    background-color: #fff !important;
    border-color: #009edb !important;
    border: 1px solid #009edb !important;
}
.button:hover{
    background-color: #f2f2f2;
    color: #000;
}
.button{
    font-weight: 700;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1.27px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 12px 20px;
    font-size: 0.75rem;
    line-height: 0.625rem;
    border-radius: 4px;
}

.button:active:hover{
    background-color: #f2f2f2 !important;
    color: #000 !important;
    border-color: #009edb !important;
}

.centertitle{
    text-align: center;
}

.block-views.block-views-blocknews-events-homepage-block-2 article.node-news-events-teaser {
    background: #FFF;
}

/* Block Classes */

.block-img-fullwidth img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.block-grey-bg{
    background-color: #f2f2f2;
}
.block-darkgrey-bg{
    background-color: #e3e3e3;
}
.block-width-fitypercent{
    width: 50%;
}
.block-float-left{
    float: left;
}
.block-float-right{
    float: right;
}
.clear{
    clear: both;
    height: 0;
}
.block-margin-top-four{
    margin-top: 4rem !important;
}
.block-margin-bottom-four{
    margin-bottom: 4rem !important;
}
.block-padding-bottom-four{
    padding-bottom: 4rem !important;
}
.block-padding-top-four{
    padding-top: 4rem !important;
}
.block-margin-top-three{
    margin-top: 3rem !important;
}
.block-margin-bottom-three{
    margin-bottom: 3rem !important;
}
.block-padding-bottom-three{
    padding-bottom: 3rem !important;
}
.block-padding-top-three{
    padding-top: 3rem !important;
}
.block-margin-top-two{
    margin-top: 2rem !important;
}
.block-margin-bottom-two{
    margin-bottom: 2rem !important;
}
.block-padding-bottom-two{
    padding-bottom: 2rem !important;
}
.block-padding-top-two{
    padding-top: 2rem !important;
}
.block-margin-top-one{
    margin-top: 1rem !important;
}
.block-margin-bottom-one{
    margin-bottom: 1rem !important;
}
.block-padding-bottom-one{
    padding-bottom: 1rem !important;
}
.block-padding-top-one{
    padding-top: 1rem !important;
}
.view-center-title-header header{
    width: 100%;
    text-align: center;
}
.block-center-title h2.block-title{
    margin: 0 auto;
    padding: 0 0 1rem 0;
    width: fit-content;
}
.block-large-htwo-padding h2{
    padding: 0 0 1rem 0;
}

.footer-onehundred footer{
    width: 100%;
}

.centertitle{
    text-align: center;
}


.view-center-header header{
    width: 100%;
    text-align: center;
}
.view-center-header header h2.block-title{
    margin: 0 auto;
    width: fit-content;
}

.view-center-pager ul.pager,
.view-center-pager ul.pagination {
    padding-left: 0;
    margin: 1rem auto 0 auto;
    width: 100%;
    text-align: center;
}
.view-center-pager .pager-nav{
    margin: 0 auto;
}

.view-center-title-header header,
.view-center-footer footer {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-onehundred footer{
    width: 100%;
}

.padding-left-0{
    padding-left: 0;
}
.padding-right-0{
    padding-right: 0;
}


.alignitemscenter,
.verticalaligncenter{
    align-items: center;
}
.whitebg{
    background-color: #fff;
}
.whitetxt,
.whitetxt a,
.whitetxt h1,
.whitetxt h2,
.whitetxt h3,
.whitetxt h4{
    color: #fff !important;
}
.navybg{
    background-color: #003572;
}
.unbluebg{
    background: var(--bs-primary);
}
.greybg{
    background-color: #F3F3EF;
}
.darkgreybg{
    background-color: #ebebeb;
}
.gaptwo.row{
    gap: 2rem;
}
.gaptwo .col-xxl-3{
    width: calc(25% - 2rem);
    padding: 2rem;
}
.padboxestwo .col-12{
    padding: 2rem;
}
.gaptwo .col-xxl-4 {
    flex: 0 0 auto;
    width: calc(33.33333333% - 2rem);
    padding: 2rem;
}


blockquote {
    margin: 0 0 1rem 0;
    border-left: 4px solid gray;
    padding-left: 1rem;
    font-style: italic;
}

.meighthundred  img{
    width: 800px !important;
    max-width: 100%  !important;
    height: auto !important;
}
.msixhundred  img{
    width: 600px !important;
    max-width: 100%  !important;
    height: auto !important;
}
.mfourhundred img{
    width: 400px !important;
    max-width: 100%  !important;
    height: auto !important;
}
.mtwohundred img{
    width: 200px !important;
    max-width: 100%  !important;
    height: auto !important; 
}
.media--view-mode-lightbox-view-250px img{
    width: 250px !important;
    max-width: 100%  !important;
    height: auto !important;
}
.media--view-mode-lightbox-view a:hover,
.media--view-mode-lightbox-view-250px a:hover{
    cursor: pointer !important;
}
  
.media--view-mode-lightbox-view img{
    width: 600px !important;
    max-width: 100%  !important;
    height: auto;
}

[class*="blazy--field-media-oembed-video-"] .field--item .media,
.blazy--field-media-oembed-video .media{
      position: relative; 
      width: 100%;
      padding-bottom: 56.25%;
      overflow: hidden;
}
    
[class*="blazy--field-media-oembed-video-"] .media iframe,
.blazy--field-media-oembed-video .media iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
}
.mvideofifty{ 
      width: 50%;
}
.mvideoseventy{ 
      width: 70%;
}

.align-center > .blazy--field-media-oembed-video {
    display: inherit;
}


  .table-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  
  .table-row {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .tablethreecols .table-cell {
    flex-basis: 33%;
  }
  .table-cell {
    flex-basis: 0;
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
  }
  
  .header-row {
    font-weight: bold;
    background-color: #f0f0f0;
  }
  .table-cell a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    max-height: 3.2em;
  }
  .bootstrap-tabs ul.nav-tabs a {
    font-weight: 900;
  }
  .tab-pane.active {
    padding-top: 2rem;
    border: none;
  }


.pager__item a.button {
    border-radius: 0;
    background: var(--bs-primary) !important;
    color: #FFF !important;
    margin-bottom: 20px;
    border: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pager__item a.button:hover {
    opacity: 0.8;
}

.node--unpublished {
    background: transparent !important;
}

.align-center > div {
    display: inline-block;
}

/* Accordion CKEditor */
.ckeditor-accordion-container > dl {
    position: relative;
    border: none;
  }
  .ckeditor-accordion-container > dl dt > a, 
  .ckeditor-accordion-container > dl dt > a:not(.button) {
  display: block;
  padding: 16px 50px 16px 16px;
  background-color: #F3F3EF;
  color: var(--bs-primary);
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: none;
  font-size: 1.3rem;
  font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1rem;
  border: 2px solid #f7f7f7;
  text-decoration: none;
  }
  .ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
    background-color: var(--bs-primary);
    box-shadow: none;
    color: #fff;
    text-decoration: none;
  }
  .ckeditor-accordion-container > dl dt.active > a{
    font-size: 1.3rem;
    font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
  }
  .ckeditor-accordion-container > dl dt.active > a {
    background-color: var(--bs-primary);
  }
  /* Arrow color */
  .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, 
  .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
    background: var(--bs-primary);
  }
  .ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle::before, 
  .ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle::after {
    background: #ffffff;
  }
  .ckeditor-accordion-container > dl dt:hover > a > .ckeditor-accordion-toggle::before, 
  .ckeditor-accordion-container > dl dt:hover > a > .ckeditor-accordion-toggle::after {
    background: #ffffff;
  }

  .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
    right: 11px;
    left: unset;
  }
  
  .ck-widget.bs_grid img{
    max-width: 100%;
    height: auto;
  }



.dateitemv{
	background: #f3f3ef;
  padding: 1rem;
}

.eventdate.timeicon, .eventtime.timeicon {
  padding-left: 1.1rem;
}
.dateicon, .timeicon, .locationicon {
  padding-left: 1rem;
  position: relative;
  margin-right: .5rem;
}
.dateitemv {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.dateicon::before {
  content: "\f073";
  font-size: .9rem !important;
  font: var(--fa-font-solid);
  color: #006fb7;
  padding-top: 5px;
  position: absolute;
  left: 0;
}
.locationicon::before {
  content: "\f3c5";
  font-size: .9rem !important;
  font: var(--fa-font-solid);
  color: #006fb7;
  padding-top: 5px;
  position: absolute;
  left: 0;
}
.timeicon::before {
  content: "\f017";
  font-size: .9rem !important;
  font: var(--fa-font-solid);
  color: #006fb7;
  padding-top: 5px;
  position: absolute;
  left: 0;
}
.block-views-blockevent-details-block-2 ul, .addcalendar ul {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 0 1.5rem;
    position: relative;
}

.block-views-blockevent-details-block-2 ul::before, .addcalendar ul::before {
    content: "\f073";
    font-size: 15px;
    vertical-align: middle;
    line-height: 35px;
    color: #333;
    position: absolute;
    font: var(--fa-font-regular);
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
}
.block-views-blockevent-details-block-2 li:first-child, .addcalendar li:first-child {
    padding: 0 10px 0 0;
    border-left: none;
}
.block-views-blockevent-details-block-2 li, .addcalendar li {
    display: inline;
    padding: 0 10px;
    border-left: 1px solid;
}

h2.smallersize{
    font-size: 1.5rem;
    line-height: inherit;
    margin: 0 0 1rem 0;
}

/* Font Awesome */

.navycolor.fa-solid::before,
.navycolor.fa-regular::before,
.navycolor.fa-light::before,
.navycolor.fab::before{
    color: #003572 !important;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.unblue.fa-solid::before,
.unblue.fa-regular::before,
.unblue.fa-light::before,
.unblue.fab::before{
    color: var(--bs-primary) !important;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

a:hover .unblue.fa-solid::before,
a:hover .unblue.fab::before{
    color: #000 !important;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}


a:hover .navycolor.fa-solid::before,
a:hover .navycolor.fab::before{
    color: #000 !important;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}


a.fontawesomeicn,
a.fontawesomeicn:hover{
    border-bottom: none;
}

.views-field-field-card-body .fa-solid::before,
.sizefive.fa-solid::before,
.sizefive.fa-regular::before,
.sizefive.fa-light::before{
    color: #000;
    font-size: 5rem;
}
.sizefour.fa-solid::before,
.sizefour.fa-solid::before,
.sizefour.fa-regular::before,
.sizefour.fa-light::before{
    color: #000;
    font-size: 2rem;
}
.paragraph--type--course-programme-structure-items .field--name-field-description .fa-solid::before,
.sizethree.fa-solid::before,
.sizethree.fa-solid::before,
.sizethree.fa-regular::before,
.sizethree.fa-light::before{
    color: #000;
    font-size: 3rem;
}

.sizetwo.fa-solid::before,
.sizetwo.fa-solid::before,
.sizetwo.fa-regular::before,
.sizetwo.fa-light::before{
    color: #000;
    font-size: 2rem;
}

.page-node-type-reports h1.page-title ,
.page-node-type-manuals h1.page-title,
.page-node-type-resources  h1.page-title,
.page-node-type-covid-19 h1.page-title{
    display: none !important;
}

.page-node-type-reports article.node--view-mode-full ,
.page-node-type-manuals  article.node--view-mode-full,
.page-node-type-resources article.node--view-mode-full,
.page-node-type-covid-19 article.node--view-mode-full{
    margin-top: 40px;
}

article.node--view-mode-full .node-media img {
    width: 100%;
    height: auto;
}

article.node--view-mode-full .field--name-field-list-of-links-or-files {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #5B5B5B;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .view-resources.view-display-id-block_1 .node--type-reports .node-media{
        width: 20%;
    }
    .view-resources.view-display-id-block_1 .node--type-reports .node-content{
        width: 80%;
    }
}

.stick-sidebar.sticky {
    float: none;
    position: fixed;
    top: 20px;
    z-index: 6;
    left: auto;
    min-width: 275px;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
}


@media (max-width: 1399px) {
    .stick-sidebar.sticky {
        max-width: 255px;
    }
}

@media (max-width: 1199px) {
    .stick-sidebar.sticky {
        max-width: 210px;
    }
}


@media (max-width: 991px) {
    .stick-sidebar.sticky {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .stick-sidebar.sticky {
        z-index: -1;
        opacity: 0;
        
    }
}

.layout-builder-block.stick-sidebar.sticky {
    position: relative !important;
}

.view-social-media.view-display-id-block_2 .view-content {
    display: block;
}

.view-social-media.view-display-id-block_2 .views-infinite-scroll-content-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
    gap: 20px;
}

@media (max-width: 767px) {
    .view-social-media.view-display-id-block_2 .views-infinite-scroll-content-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr));
    }
}

.block-views.block-views-blocklist-of-links-or-files-block-1 h2.block-title {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 22px;
    margin-bottom: 1.5625rem;
}

.block-views.block-views-blocklist-of-links-or-files-block-1 .content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #5B5B5B;
    margin-bottom: 20px;
}

.region-sidebar-first .block-custom-ohchr-menubar-countries-page {
    margin-bottom: 30px;
}

.view-news-event.view-display-id-block_3 h2.block-title ,
.view-reports.view-display-id-block_2 h2.block-title ,
.view-publications.view-display-id-block_1 h2.block-title ,
.view-social-media.view-display-id-block_2 h2.block-title {
    font-size: 2.75rem;
    line-height: 3.25rem;
    margin-top: 60px;
    margin-bottom: 20px;
}
