@import url("fonts.css");

html{
    scroll-behavior: smooth !important;
}
body{
    margin-top: 0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 1.4rem;
    color: #333333;
}

a:hover,
.region-sidebar-second ul.sf-menu .menuparent:hover{
    color: #009edb; 
    text-decoration: none;
}
a{color: #333333;}
.region-content a{
    color: black;
    border-bottom: dotted 0.1rem #333333;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

.region-content h1 a, .region-content h2 a, .region-content h3 a, .region-content h4 a, .region-content h5 a{
    color: #333333;
    border: none;
}
h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -0.02em;
    margin: 0.67em 0;
}
h2, .h2 {
    font-size: 2.7rem;
    color: black;
}
h3, .h3 {
    font-size: 2.4rem;
    color: black;
}
h4, .h4 {
    font-size: 1.82rem;
    color: #4d4d4d;
    letter-spacing: 0.03em;
}
h5, .h5 {
    font-size: 1.625rem !important;
    color: black;
}
h6, .h6 {
    font-size: 1.3rem;
    color: #4d4d4d;
    letter-spacing: 0.05em;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid #eeeeee;
    clear: both;
}

.align-left{
    padding: 0 2rem 2rem 0;
}
.align-right{
    padding: 0 0 2rem 2rem;
}

.alignleft{
    float: left;
    padding: 0 2rem 2rem 0;
}
.alignright{
    float: right;
    padding: 0 0 2rem 2rem;
}

#block-languageswitcher{
    float: right;
}
#block-languageswitcher ul{
    list-style: none;
    padding: 0;
}
#block-languageswitcher ul li{
    display: inline;
}
#block-languageswitcher ul li.is-active a{
    font-weight: 700;
}
#block-languageswitcher ul li a{
    padding: 0.7rem 1.2rem 1rem 1.2rem;
    font-size: 1.235rem;
    line-height: 3.5rem;
}

.region.region-content .field--name-body .file {
    display: unset;
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
    width: inherit;
}

/*
:focus{
    outline: none;
}*/

.page-header{
    padding-bottom: 9px;
    margin: 1rem 0 1rem;
    
    border-bottom: 1px solid #eeeeee;
}
.path-events h1.page-header,
.path-news h1.page-header{ 
    text-transform: capitalize;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.un-site-name__second-line {
    font-size: 22px;
    font-weight: 300;
    display: block;
}

/* 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: 1.2rem;
    right: 0.85em;
}

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

.region-sidebar-second .block{
    margin: 0 0 2rem 0;
}

.pager-nav.text-center{
    width: 100%;
}


/* Home Page Slider */

ul.slides li{
    margin: 0;
}
.flexslider {
    border: none;
    margin: 0;
    background: transparent !important;
    clear: both;
}

.hpsliderbody{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    font-size: 2rem;
    background: rgba(0,0,0,0.7);
    padding: 1rem;
}

.flex-direction-nav a {
    height: 60px;
}


/* FAQ & Views Accordion */

.ui-accordion{
    margin-top: 2rem;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 1rem 0 0 0;
    padding: 10px 20px 10px 10px;
    font-size: 100%;
    border-radius: 0;
    color: black;
    border-top: 2px solid #009edb;
    border-left: 2px solid #009edb;
    border-right: 2px solid #009edb;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
}
.ui-accordion .ui-accordion-header.ui-state-active {
    border-bottom: none;
}
.ui-state-active {
    border: none;
    background: url(../images/open-black.png) no-repeat right 16px #fff !important;
}
.ui-state-default {
    background: url(../images/closed.png) no-repeat right 16px #fff;
    border-bottom: 2px solid #009edb;
}
.ui-accordion .ui-accordion-content {
    padding: 10px 10px 10px 10px;
    border-bottom: 2px solid #009edb;
    border-left: 2px solid #009edb;
    border-right: 2px solid #009edb;
}
.ui-widget-content {
    background: #fff;
    border-radius: 0;
}
.ui-icon, .ui-state-active .ui-icon {
    background: none;
    display: none;
}
.view-id-accordion,
.view-accordion-tax{
    margin-bottom: 3rem;
}



.navbar.container {
    background: #f2f2f2;
    border-bottom: #009edb solid 5px !important;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.navbar-header {
    max-width: 96%;
    margin: 0 auto !important;
    padding: .5rem 6rem 0 6rem;
    float: unset;
}

.region-header {
    margin-bottom: 20px;
}

#block-logo ul.wrap_logo {
    padding: 0;
    display: table;
}

#block-logo {
    display: inline-block;
    padding: 40px 0 30px 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
}
#block-logo ul.wrap_logo li {
    display: table-cell;
    list-style: none;
    vertical-align: middle;
}
ul.wrap_logo {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #555555;
    font-size: 27.9724770642px;
    font-size: 2.7972477064rem;
    margin-top: 16.8475998092px;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0.027em;
}
ul.wrap_logo img.logo {
    width: 27.4615384615rem;
    height: 7.7981651376rem;
    margin-right: 1rem;
}

ul.wrap_logo.ru img.logo,
ul.wrap_logo.es img.logo,
ul.wrap_logo.fr img.logo {
    width: auto;
    height: 8rem;
}

ul.wrap_logo.ru {
    font-size: 2rem;
}
ul.wrap_logo.fr,
ul.wrap_logo.es {
    font-size: 2.4rem;
}

#block-logo ul.wrap_logo li:nth-child(2) {
    border-left: 1px solid;
    padding-left: 15px;
}


.largenews .newslargeimg{
    float: left;
    padding: 2rem 2rem 0 2rem;
    width: 75%;
}
.largenews .newslargecontent{
    padding: 2rem 2rem 2rem 0;
    width: 25%;
    float: left;
}
.largenews h2{
    margin-top: 0;
}
.newsview{
    padding-bottom: 4rem;
}




#block-azsiteindex a {
    color: #666666;
    font-size: 1.2rem;
    letter-spacing: 1.27px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

#views-exposed-form-search-page-1 label,
.filterssearch .views-exposed-form label{
    display: none;
}

.view-search .views-field-search-api-excerpt strong {
    background: yellow;
}

.region-content .block-views-exposed-filter-blocksearch-page-1 {
    margin-bottom: 20px;
}

.region-navigation .block-views-exposed-filter-blocksearch-page-1{
    float: right;
    width: 315px;
    margin-top: 60px;
}
#block-azsiteindex {
    position: absolute;
    right: 15px;
    top: 100px;
}

#block-welcome{
font-size: 12.35px;
font-size: 1.235rem;
line-height: 3.5rem;
font-weight: 400;
letter-spacing: 0.03em;
float: left;
}


#block-searchform, .region-header .block-views-exposed-filter-blocksearch-page-1 {
    position: absolute;
    top: 60px;
    right: 15px;
}
.region-header #block-exposedformsearchpage-1 .form--inline .form-item {
    float: unset;
    margin-right: 0;
}

.region-header .block-views-exposed-filter-blocksearch-page-1 form, .region-header .block-views-exposed-filter-blocksearch-page-1 form,
.filterssearch .views-exposed-form button form {
    padding-top: 0;
}
.region-header .block-views-exposed-filter-blocksearch-page-1 .form-item-search input,
.filterssearch .views-exposed-form input {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}





.region-header .block-views-exposed-filter-blocksearch-page-1 .form-actions .btn,
.filterssearch .bef-exposed-form.views-exposed-form button {
    margin-left: -3px;
    margin-right: 0;
}
.region-header .block-views-exposed-filter-blocksearch-page-1 button.btn-primary,
.filterssearch .bef-exposed-form.views-exposed-form button {
    color: #fff;
    background-color: #fff;
    border-color: #009edb;
    -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;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 6px 15px 6px 22px;
    line-height: inherit;
    font-size: inherit;
}

#block-searchform  button.btn-primary:hover,
.region-header .block-views-exposed-filter-blocksearch-page-1 button.btn-primary:hover,
.filterssearch .bef-exposed-form.views-exposed-form button:hover{
    color: #fff;
    background-color: #009edb;
    border-color: #009edb;
    -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-searchform  button.btn-primary:hover .glyphicon-search:before,
.region-header .block-views-exposed-filter-blocksearch-page-1 button.btn-primary:hover .glyphicon-search:before,
.filterssearch .bef-exposed-form.views-exposed-form button:hover .glyphicon-search:before {
    content: "\e003";
    color: #ffffff;
}

.region-header .block-views-exposed-filter-blocksearch-page-1 button,
.filterssearch .bef-exposed-form.views-exposed-form button {
    overflow: hidden;
    width: 55px;
}
.region-header .block-views-exposed-filter-blocksearch-page-1 .glyphicon-search,
.filterssearch .bef-exposed-form.views-exposed-form button .glyphicon-search {
    padding-right: 100px;
}
#block-searchform .glyphicon-search:before, 
.region-header .block-views-exposed-filter-blocksearch-page-1 .glyphicon-search:before,
.filterssearch .bef-exposed-form.views-exposed-form button .glyphicon-search:before {
    content: "\e003";
    color: #4d4d4d;
    font-size: 1.2rem;
}

form#views-exposed-form-news-index-page-1 .form-inline,
form#views-exposed-form-events-index-page-1 .form-inline{
	display: flex;
}


#block-un-mainnavigation,
.mainmenulanguage {
    background: #4d4d4d;
}
#block-un-mainnavigation ul li a.is-active, 
#block-un-mainnavigation ul li a:hover, 
#block-un-mainnavigation ul li span:hover, 
.mainmenulanguage ul li a.is-active, 
.mainmenulanguage ul li a:hover, 
.mainmenulanguage ul li span:hover, 
#block-un-mainnavigation ul li.menu-item--active-trail li.menu-item--expanded.menu-item--active-trail a.sf-with-ul, 
#block-un-mainnavigation ul li.menu-item--expanded.menu-item--active-trail ul.menu.sub-nav li.menu-item--expanded.menu-item--active-trail a.sf-with-ul, 
#block-un-mainnavigation ul li.menu-item--expanded.menu-item--active-trail ul.menu.sub-nav li.menu-item.menu-item--active-trail a.is-active, 
#block-un-mainnavigation ul li.menu-item--expanded.menu-item--active-trail a.sf-with-ul, 
.page-node-type-reports #block-un-mainnavigation ul li a.lareports, 
.page-node-type-themes #block-un-mainnavigation ul li a.lathemes, 
.page-node-type-resources #block-un-mainnavigation ul li a.laresources, 
.page-node-type-action_areas_lvl_3 #block-un-mainnavigation ul li a.laactionareas, 
.page-node-26 #block-un-mainnavigation ul li .laevents, 
.page-node-20 #block-un-mainnavigation ul li .labout, 
.page-node-type-events #block-un-mainnavigation ul li a.laevents, 
#block-un-mainnavigation ul li.menu-item--expanded.menu-item--active-trail ul.menu.sub-nav a:hover,
#block-un-mainnavigation ul li .menuparent.nolink:hover,
.page-node-type-sdn_content #block-un-mainnavigation ul li a.sdnmenu,
.page-node-type-sdn #block-un-mainnavigation ul li a.sdnmenu,
.path-sdn #block-un-mainnavigation ul li a.sdnmenu{
    background: #f2f2f2;
    color: black;
}



#block-un-mainnavigation ul li a.red{
    background-color: #c20000;
    color: #fff;
}

#block-un-mainnavigation ul li a,
.mainmenulanguage ul li a,
#block-un-mainnavigation ul li .menuparent.nolink {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    background: #4d4d4d;
    border-right: 1px solid #fff;
    cursor: pointer;
}
#block-un-mainnavigation ul li.menuparent a,
#block-un-mainnavigation ul li .menuparent.nolink  {
    padding: 10px 30px 10px 15px;
}

.region-content{
    padding-bottom: 60px;
    position: relative;
}

.field--name-field-event-link .field--item{
    margin: 1rem 0;
}

.field--name-field-event-link .field--label{
    margin-top: 2rem;
    font-size: 1.82rem;
    color: #4d4d4d;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
.field--name-field-event-link .field--item a{
    display: inline-block;
}

.btn-default,
.btn-info,
.btn-primary,
.field--name-field-event-link .field--item a{
    color: #454545 !important;
    background-color: #fff !important;
    border-color: #009edb !important;
}
.btn-default:hover,
.btn-info:hover,
.btn-primary:hover,
.field--name-field-event-link .field--item a:hover,
.btn-default:active,
.btn-info:active,
.btn-primary:active,
.buttonlink a:active{
    background-color: #f2f2f2;
    color: #000;
}
.btn,
.field--name-field-event-link .field--item a,
.buttonlink a{
    font-weight: 700;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1.27px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 1.2rem 2rem;
    font-size: 1.2rem;
    line-height: 1rem;
    border-radius: 4px;
}

.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.btn-primary:active.focus, 
.btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.buttonlink a:hover{
    background-color: #f2f2f2 !important;
    color: #000 !important;
    border-color: #009edb !important;
}

.views-field-field-publication-link .buttonlink{
display: block;
margin: 1.5rem 0;
}


/* Footer */

.footer {
    border-top: #009edb solid 0.4rem;
    background: #333333;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
}
.region-footer {
    width: 1200px !important;
    max-width: 100%;
    margin: auto;
    margin-top: 0;
    padding-top: 31.7967997456px;
    padding-bottom: 3.3rem;
    border-top: none;
}
#block-logofooter {
    width: 100%;
    border-bottom: #5b5b5b solid 1px;
    margin: 0 0 1.9rem 0;
    padding: 0 0 1.8rem 0;
}
#block-logofooter .footerright a {
    color: #c4c4c4;
}
#block-logofooter a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

#block-logofooter .footerright a {
    color: #c4c4c4;
}
#block-logofooter .footerleft {
    float: left;
}
#block-logofooter .footerright {
    float: right;
    margin-top: 1.2rem;
}
#block-logofooter .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
#block-logofooter .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    margin-right: 1.2rem;
}


#block-footer {
    float: right;
}
#block-footer ul li {
    padding: 0 1.3rem 0 1rem;
    border-right: gray solid 0.3rem;
}
#block-footer ul li.last {
    padding-right: 0;
    border-right: none;
}
#block-footer ul li {
    float: left;
}
#block-footer ul li a, #block-footer ul li span {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    color: white;
    letter-spacing: 0.77px;
    line-height: 1.1667;
    text-transform: uppercase;
    background: transparent;
}

.footermenu{
    background-color: #f2f2f2;
    padding: 60px 0;
}

.region-footer-menu  h2{
    font-size: 20px;
    font-size: 2rem;
    color: #454545;
    letter-spacing: 0.95px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}

.region-footer-menu  h2::after {
    content: '';
    display: block;
    margin-left: 1px;
    margin-top: 1.1rem;
    border-top: #009edb solid 3px;
    width: 15%;
}

.region-footer-menu ul{
    padding: 0;
}
.region-footer-menu ul li{
    list-style: none;
    list-style-image: none;
    display: block;
    margin-bottom: 1rem;
    padding-left: 2.2rem;
}


.region-footer-menu ul li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    font-size: 9px;
    vertical-align: middle;
    line-height: 20px;
    margin-left: -2rem;
    position: absolute;
    font-weight: 900;
    color: #c4c4c4;
}

.region-footer-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid;
    border-width: 0.3rem;
    border-color: #ededed;
}

.region-footer-menu nav{
    padding: 15px;
    flex: 0 25%;
    margin-bottom: 2%;
}
.region-footer-menu::after,
.threecolumn::after {
    content: '';
    flex: auto;
}

.region-footer-menu li a {
    position: relative;
    display: block;
    padding: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.footer.container{
    width: 100%;
}

.path-frontpage h2.block-title{
    text-transform: uppercase;
}


h2.block-title::after,
.threecolumncon h3::after,
.largenews h2::after,
.block-views-blockresources-publications-block-1 h3::after,
.block-views-blocksdg-homepage-block-1 h3::after,
.disdproductscon h2.regiontitle::after,
.region-disd-products h3::after,
.region-sidebar-second h2::after,
.issuemediascon h2.regiontitle::after,
.view-resources h2::after,
.view-group-content-list h2::after {
    content: '';
    display: block;
    margin-left: 1px;
    margin-top: 1rem;
    border-top: #00a1d9 solid 3px;
    width: 33%;
}

.block-views-blockmajor-events-block-1,
.block-views-blocksocial-development-issues-home-page-block-1,
.block-views-blockresources-publications-block-1{
    margin: 5rem 0;
}
.block-views-blocksocial-development-issues-home-page-block-1,
.newsfour,
.largenews,
.block-views-blockresources-publications-block-1,
.newsview,
.issuemediascon{
    background-color: #f2f2f2;
}
.issuemedia{
    margin-bottom: 4rem;
    padding-bottom: 4rem;
}

.fourcolumn .view-content,
.threecolumn,
.threecolumn .view-content,
.region-disd-products,
.twocolumn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.fourcolumn .views-row{
    padding: 2rem;
    flex: 0 25%;
    overflow: hidden;
}
.block-views-blockmajor-events-block-1 .view-footer,
.newsfour .view-footer,
.block-views-blockresources-publications-block-1 .view-footer,
.block-views-blocksdg-homepage-block-1 .view-footer,
.block-views-blockmajor-events-block-2 .view-footer{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#block-views-block-resources-publications-block-1{
    padding-bottom: 3rem;
}
.block-views-blocksdg-homepage-block-1 .view-footer{
    padding: 3rem 0 0 0;
}
.block-views-blocksdg-homepage-block-1 .view-header h4{
    font-size: 2.4rem;
}
a.blackul{
    border-bottom: dotted 0.1rem #333333;
}

.disdproductscon{
    margin-bottom: 4rem;
}


#block-whatdoesundisddo h2.block-title,
.block-views-blockmajor-events-block-1 h2.block-title,
.block-views-blocksocial-development-issues-home-page-block-1 h2.block-title,
.newsfour h2.block-title,
.block-views-blockresources-publications-block-1 h2.block-title,
.disdproductscon h2.regiontitle,
.issuemediascon h2.regiontitle,
.block-views-blockmajor-events-block-2 h2.block-title,
.block-views-blockissue-media-container-block-1 h2.block-title{
    text-align: center;
    margin-top: 2rem;
}
#block-whatdoesundisddo h2.block-title::after,
.block-views-blockmajor-events-block-1 h2.block-title::after,
.block-views-blocksocial-development-issues-home-page-block-1 h2.block-title::after,
.newsfour h2.block-title,
.block-views-blockresources-publications-block-1 h2.block-title::after,
.disdproductscon h2.regiontitle::after,
.issuemediascon h2.regiontitle::after,
.block-views-blockmajor-events-block-2 h2.block-title::after,
.block-views-blockissue-media-container-block-1 h2.block-title::after {
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}


.threecolumn img,
.threecolumn .view-content img,
.fourcolumn .view-content img,
.region-disd-products .block img,
.twocolumn img{
    width: 100%;
}
.block-views-blockmajor-events-block-1 .views-row img,
.view-social-development-issues-home-page .views-row img,
.newsfour .views-row img,
.view-international-days .views-row img,
.eventsview .views-row img{
    margin-bottom: 1rem;
}
.threecolumncon,
.threecolumn .views-row,
.region-disd-products .block{
    padding: 2rem;
    flex: 0 33%;
    margin-bottom: 2%;
    overflow: hidden;
}
.twocolumncon{
    padding: 2rem;
    flex: 0 50%;
}
.twocolumncon.linklist{
    padding: 2rem;
    flex: 0 48%;
}
.linklist{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}


.block-views-blocksocial-development-issues-home-page-block-1 .view-content::after,
.threecolumn .view-content::after,
.fourcolumn .view-content::after,
.region-disd-products .block::after,
.accordion-item::after {
    content: '';
    flex: auto;
}


.view-news-index .views-field-created,
.block-views-blocknews-3-items-block-1 .views-field-created{
    margin: 1rem 0;
}

.filterssearch {
    background-color: #f2f2f2;
    padding: 2rem;
}


.filterssearch .views-exposed-form  {
    float: left;
}


.filterssearch h3{
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 1.4rem;
    color: #333333;
    margin: 0;
    padding: 2px 15px 0 0;
    float: left;
}

.clear{
    clear: both;
}

.region-filters{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.region-filters form{
	margin-bottom: 1rem;
}

.filterssearch .block-facets{
	margin: 0 2rem 0rem 0;
}


.filterssearch .block-facets select{
    background: #fff;
    padding: 7px 10px;
    border-radius: 4px;
    border-color: #acacac;
    border: 1px solid #ccc;
}


#calendaricon{
    background: url(/themes/custom/un/images/icons/calendar-icon.svg) no-repeat;
    width: 82px;
    height: 86px;
}
#calendaricon .cmonth{
    text-align: center;
    padding-top: 12px;
}
#calendaricon .cday{
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    font-size: 2.5rem;
}

.eventslist .elocation,
.block-views-blockevent-details-block-1 .views-field-field-event-location{
    padding-left: 22px;
    background: url(/themes/custom/un/images/icons/location-icon.svg) no-repeat;
    margin-bottom: 5px;
}
.eventslist .etime,
.block-views-blockevent-details-block-1 .views-field-field-event-date-1{
    padding-left: 22px;
    background: url(/themes/custom/un/images/icons/time-icon.svg) no-repeat;
}

.eventslist .views-field-nothing{
    float: left;
    margin-right: 1rem;
}
.eventslist .views-field-nothing-1{
    float: left;
    margin-left: 20px;
    padding-top: 20px;
}

.edetails{
    float: left;
    width: 70%;
    display: block;
    margin: 0.3rem 0;
}




.field--name-field-event-type{
    margin: 1rem 0;
    clear: both;
    display: block;
    height: 2rem;
}



.page-node-type-news .field--name-field-news-image img,
.page-node-type-events .field--name-field-event-image img{
    margin: 0 auto 2rem auto;
}

.filterssearch .social-sharing-buttons{
    margin: 0;
    float: right;
}

.page-node-type-news .filterssearch,
.page-node-type-events .filterssearch{ 
    margin-bottom: 2rem;
}

.eventtime.Off,
.eventtime,
.etime.Off,
.etime{
    display: none;
}
.eventtime.On,
.etime.On{
    display: inline-block;
}

.block-views-blocknews-date-block-1,
.block-views-blockevent-details-block-1,
.block-views-blockevent-details-block-1 .views-field{
    float: left;
}
.block-views-blockevent-details-block-1 .views-field{
    margin-right: 15px;
}
.block-views-blocknews-date-block-1 .views-field-created,
.block-views-blockevent-details-block-1 .views-field-field-event-date,
.block-views-blockauthored-on-date-block-1 .views-field-created,
.etype{
    padding-left: 28px;
    background: url(/themes/custom/un/images/icons/calendar-icon-grey.svg) no-repeat;
}

.block-views-blocknews-3-items-block-1,
.block-views-blockevents-3-items-block-1{
    border-top: 1px solid #eeeeee;
    padding-top: 2rem;
    margin-top: 4rem;
}
.page-node-type-events .field--name-field-event-image img{
    max-height: 550px;
}

.view-publications-index .views-row{
    border-bottom: 1px solid #eeeeee;
    padding: 2rem;
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.view-publications-index .views-field-field-publication-image,
.view-publication-detail-page .pubimg{
    padding-right: 2rem;
    flex: 0 25%;
}
.view-publications-index .views-field-field-publication-image img{
    width: 100%;
}
.view-publications-index .views-field-nothing,
.view-publication-detail-page .pubdetails{
    flex: 0 75%;
}

.view-publications-index .pubfileexteension{
    text-transform: uppercase;
}
.view-publications-index .pubfile,
.view-publications-index .pubtitle h4,
.view-publication-detail-page .views-field-body{
    margin: 2rem 0;
}

.view-publication-detail-page .views-field-nothing .field-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.view-publication-detail-page h4,
.pubdetaillist{
    margin: 1rem 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
}


.view-publication-detail-page .pubimg {
    padding-right: 2rem;
    flex: 0 25%;
}
.view-publication-detail-page .views-field-field-publication-image {
    float: left;
    margin-right: 1%;
    margin-bottom: 2rem;
    width: 24%;
}
.view-publication-detail-page .pubdetaillist {
    float: right;
    width: 75%;
    display: block;
}
.view-publication-detail-page .views-field-body {
    clear: both;
}

.file.icon-before .glyphicon-file:before{
    content: inherit;
}
.file.icon-before .file-icon{
    background-size: 25px !important;
    padding: 20px 35px 0 0;
}
.file--application-pdf.icon-before .file-icon{
background: url(../images/icons/icon_pdf.svg) no-repeat 3px 5px;
}
.file--mime-text-csv.icon-before .file-icon{
    background: url(../images/icons/icon_csv.svg) no-repeat 3px 5px;
}
.file--x-office-document.icon-before .file-icon{
    background: url(../images/icons/icon_doc.svg) no-repeat 3px 5px;
}
.file--x-office-presentation.icon-before .file-icon{
    background: url(../images/icons/icon_ppt.svg) no-repeat 3px 5px;
}
.file--x-office-spreadsheet.icon-before .file-icon{
    background: url(../images/icons/icon_xls.svg) no-repeat 3px 5px;
}
.file-link{
    font-size: 14px;
    font-weight: normal;
}

.file-icon{
    height: 44px;
}

.file-icon .icon.glyphicon{
    display: none;
}


.sdgs{
    background-color: #f2f2f2;
}

.sdgheader{
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 6rem 0 4rem 0;
}
.sdgheader img{
    width: 92px
}

.sdgheader h2{
    font-size: 4rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #454545;
    letter-spacing: -0.1px;
    padding: 0 3.5rem;
    margin-bottom: 2.331rem;
    line-height: 1;
    text-align: center;
}
.sdgheader h2::after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 1.0501050105rem;
    border-top: #009edb solid 3px;
    width: 20%;
}
.block-views-blocksdg-homepage-block-1{
    padding-bottom: 4rem;
}

.sdg-colors-top-banner {
    width: 100%;
}
.sdg-colors-top-banner div.sdg-1 {
    background-color: #E8203A;
}
.sdg-colors-top-banner div.sdg-2 {
    background-color: #DDA63A;
}
.sdg-colors-top-banner div.sdg-3 {
    background-color: #4C9F38;
}
.sdg-colors-top-banner div.sdg-4 {
    background-color: #C5192D;
}
.sdg-colors-top-banner div.sdg-5 {
    background-color: #FF3A21;
}
.sdg-colors-top-banner div.sdg-6 {
    background-color: #26BDE2;
}
.sdg-colors-top-banner div.sdg-7 {
    background-color: #FCC30B;
}
.sdg-colors-top-banner div.sdg-8 {
    background-color: #A21942;
}
.sdg-colors-top-banner div.sdg-9 {
    background-color: #FF6924;
}
.sdg-colors-top-banner div.sdg-10 {
    background-color: #DD1367;
}
.sdg-colors-top-banner div.sdg-11 {
    background-color: #FF9F24;
}
.sdg-colors-top-banner div.sdg-12 {
    background-color: #BF8B2E;
}
.sdg-colors-top-banner div.sdg-13 {
    background-color: #3F7E44;
}
.sdg-colors-top-banner div.sdg-14 {
    background-color: #0A97D9;
}
.sdg-colors-top-banner div.sdg-15 {
    background-color: #00689D;
}
.sdg-colors-top-banner div.sdg-16 {
    background-color: #56C22B;
}
.sdg-colors-top-banner div.sdg-17 {
    background-color: #19486A;
}
.sdg-colors-top-banner div {
    height: 0.6rem;
    width: 5.8823%;
    float: left;
    box-shadow: 0 0.2rem 0.4rem 0 rgb(0 0 0 / 50%);
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.region-sidebar-second h2{
    margin-top: 0;
}
.region-sidebar-second nav .nav > li,
.region-sidebar-second ul.sf-menu li, 
.region-sidebar-second li.sf-depth-2,
.region-sidebar-second li.sf-depth-3,
.sidebarmenuig .views-row{
    font-weight: 700;
    line-height: 1.1;
    display: block;
}
.region-sidebar-second nav li,
.region-sidebar-second ul.sf-menu li,
.region-sidebar-second ul.sf-menu li.sf-depth-2,
.region-sidebar-second ul.sf-menu li.sf-depth-3,
.sidebarmenuig .views-row{
    border-bottom: 1px solid #e1e1e1;
    float: none;
}
ul.sf-menu a, 
ul.sf-menu span.nolink,
.sidebarmenuig a{
    padding: .7em 0 .7em 0;
}
.sidebarmenuig a{
    display: block;
}

.region-sidebar-second a.is-active{
    color: #35939a;
    text-decoration: none;
}


.region-sidebar-second ul.sf-menu li.sf-depth-2 a,
.region-sidebar-second ul.sf-menu li.sf-depth-3 a{
    padding: .7em .7em .7em .7em;
}
.region-sidebar-second ul.sf-menu .menuparent{
    cursor: pointer;
}

.region-sidebar-second li.sf-depth-2,
.region-sidebar-second li.sf-depth-3,
.well{
    background-color: #f2f2f2;
}
.well{
    padding-bottom: 1px;
}

.region-content img{
    max-width: 100%;
	height: auto;
}

.block-views-blocknews-homepage-block-3{
    margin-top: 4rem;
}

.region-second-content{
    margin-bottom: 4rem;
}

.view-publications-index .view-header{
    float: right;
    padding: 1rem;
}
.view-publications-index .view-content{
    clear: both;
}


ul.sf-menu.sf-vertical {
    width: auto;
}

.hllmlink{
    padding-top: 1rem;
}
.hllmlink a,
.hltxt a{
    color: #337ab7;
}


.block-views-blockissue-media-container-block-1{
    background-color: #f2f2f2;
    margin: 4rem 0;
}
.block-views-blockissue-media-container-block-1 .view-content{
    padding: 0 2rem;
}


.block-views-blockvideo-block-2,
.view-issue-media-container .issues-video-container{
    width: 70%;
    float: left;
}
.block-views-blockissue-gallery-block-1,
.view-issue-media-container .issues-gallery-container{
    float: left;
    width: 30%;
}
.block-views-blockvideo-block-2 .view-content,
.view-issue-media-container .issues-video-container .view-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.block-views-blockvideo-block-2 .views-row,
.view-issue-media-container .issues-video-container .views-row{
    padding: 2rem 2rem 0 0;
    flex: 0 50%;
    margin-bottom: 2%;
}
.block-views-blockvideo-block-2 .row-1.views-row,
.view-issue-media-container .issues-video-container .row-1.views-row{
    flex: 0 100%;
}
.block-views-blockvideo-block-2 .row-1.views-row img,
.view-issue-media-container .issues-video-container .row-1.views-row img{
    width: 100%;
}
.block-views-blockvideo-block-2 .view-footer,
.block-views-blockissue-gallery-block-1 .view-footer,
.view-issue-media-container .issues-video-container .view-footer,
.view-issue-media-container .issues-gallery-container .view-footer
{ 
    text-align: center;
    padding-bottom: 4rem;
}

.block-views-blockmore-issues-block-1 .views-field-name,
.view-issue-media-container .issues-gallery-container .views-field-name{
    padding: 0 0 .5rem 1.3rem;
}
.block-views-blockmore-issues-block-1 .views-field-name a::before,
.view-issue-media-container .issues-gallery-container .views-field-name a::before{
    content: "·";
    font-size: 75px;
    vertical-align: middle;
    line-height: 25px;
    color: rgb(196, 196, 196);
    margin-left: -2rem;
    position: absolute;
}
.block-views-blockmore-issues-block-1{
    margin-bottom: 2rem;
}

.block-views-blockissue-gallery-block-1 .views-row,
.view-issue-media-container .issues-gallery-container .views-row{
    padding: 2rem 0;
}


.block-views-blockissue-gallery-block-1.singlemedia .view-content,
.block-views-blockvideo-block-2.singlemedia .view-content,
.view-issue-media-container .issues-gallery-container.singlemedia .view-content,
.view-issue-media-container .issues-video-container.singlemedia .view-content{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.block-views-blockissue-gallery-block-1.singlemedia .views-row,
.block-views-blockvideo-block-2.singlemedia .views-row,
.block-views-blockvideo-block-2.singlemedia .row-1.views-row,
.view-issue-media-container .issues-gallery-container.singlemedia .views-row,
.view-issue-media-container .issues-video-container.singlemedia .views-row,
.view-issue-media-container .issues-video-container.singlemedia .row-1.views-row{
    padding: 2rem;
    flex: 0 33%;
    margin-bottom: 2%;
}
.block-views-blockissue-gallery-block-1.singlemedia .view-content::after,
.block-views-blockvideo-block-2.singlemedia .view-content::after {
    content: '';
    flex: auto;
}
.block-views-blockissue-gallery-block-1.singlemedia,
.block-views-blockvideo-block-2.singlemedia,
.view-issue-media-container .issues-video-container.singlemedia,
.view-issue-media-container .issues-gallery-container.singlemedia{
    float: none;
    width: 100%;
}




.igcon{
    position: relative;
}
.igoverlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
}

.igcon a{
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.igcon a:hover{
    color: #fff;
    text-shadow: 0 1px 1px #000;
    text-decoration: none;
}
.igtitle{
    font-size: 2rem;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.igphotocount{
    font-weight: 500;
    font-size: 1.7rem;
}
.igcon img{
    width: 100%;
}
.igtext{
    padding: 1rem;
}



.region-sidebar-first .block-facets ul li input {
    position: absolute;
    left: 0;
    top: 5px;
}
.region-sidebar-first .block-facets ul li label {
    margin-left: 20px;
    text-transform: capitalize;
}
.region-sidebar-first .block-facets ul li {
    font-weight: normal;
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.region-sidebar-first .block-facets ul {
    padding: 0;
    margin: 0;
}

.region-sidebar-first .facets-widget-dropdown select {
    width: 100%;
    padding: 1rem;
    background-color: #f2f2f2;
}

.region-sidebar-first .views-exposed-form.bef-exposed-form form {
    padding-top: 10px;
}
.region-sidebar-first .views-exposed-form.bef-exposed-form .glyphicon-search {
    padding-right: 100px;
}
.region-sidebar-first .views-exposed-form.bef-exposed-form button {
    overflow: hidden;
    width: 35px;
}
.region-sidebar-first .views-exposed-form.bef-exposed-form .form-actions .btn {
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.region-sidebar-first .views-exposed-form.bef-exposed-form label {
    position: absolute;
    top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
}

.view-publications-index .view-header {
    position: absolute;
    right: 0;
    top: -5rem;
}




.view-general-assembly-index .views-row,
.view-id-ecosoc_index .views-row,
.view-issues-ga .views-row,
.view-issues-ecosoc .views-row{
    border-bottom: 1px solid #eeeeee;
    padding: 2rem;
}
.view-general-assembly-index .row-1.views-row,
.view-id-ecosoc_index .row-1.views-row{
    padding-top: 0;
}
.view-general-assembly-index .views-field-field-publication-link,
.view-id-ecosoc_index .views-field-field-publication-link,
.view-issues-ga .views-field-field-publication-link,
.view-issues-ecosoc .views-field-field-publication-link{
    padding-bottom: 1rem;
}

.download.buttonlink ul{
    list-style-type: none;
    padding: 0;
}
.download.buttonlink li{
    height: 50px;
}



.boldlabel{
    font-weight: bold;
}



#block-views-block-international-day-list-block-1{
    margin-top: 2rem;
}


.chosen-container-single .chosen-single div b {
    display: none;
}
.chosen-container-single .chosen-single{
    background: none;
    border: none;
    box-shadow: none;
    padding: 4px 10px 0 10px;
    margin: 0;
}
.chosen-container-single{
    padding: 0;
    margin: 0;
}


.region-sidebar-first{
    margin-bottom: 2rem;
}

.block-views-exposed-filter-blockpublications-index-page-1 input{
    width: 100% !important;
}
.block-views-exposed-filter-blockpublications-index-page-1 .js-form-item-keywords{
    width: 70%;
}

.page-node-type-sdn .field--name-field-image-sdn img,
.page-node-type-sdn-content .field--name-field-image-sdn img{
    margin: 1rem auto 2rem auto;
}

.block-views-blockauthored-on-date-block-1{
    float: left;
}

.region-filters #block-bettersocialsharingbuttons{
    float: right;
}


.block-views-blocksdn-thematic-group-slider-block-1 .slide__caption{
    padding: 0 2rem;
}

.view-sdn-thematic-group .views-field-created{
    padding: .5rem 0 0 0;
}

.block-views-blocksdn-thematic-group-slider-block-1 .slick__arrow{
    position: absolute;
    top: -40px;
    right: 0;
}

.block-views-blocksdn-thematic-group-slider-block-1 .slick__arrow .slick-prev{
    margin-right: 1rem;
}

.block-views-blockhome-page-slider-block-1{
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.block-views-blocksdn-thematic-group-slider-block-1 .view-content{
    position: relative;
}

.block-views-blockintergovernmental-list-block-2 .views-field-title{
    border-bottom: 1px solid #e1e1e1;
    padding: .7em 0 .7em 0;
    font-weight: 700;
    line-height: 1.1;
}



.view-resources h2,
.view-group-content-list h2{
    clear: both;
    width: fit-content;
}

.view-resources h3,
.view-group-content-list h3,
.accordion-item .group-wrapper h4{
    font-size: 1.82rem;
    margin-top: 0;
    color: #000;
}
.block-views-blockresource-parent-group-menu-block-1 h3{
    font-size: 1.82rem;
}

.view-resources .view-content{
}

.accordion-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.view-resources .item-list.multilist,
.view-group-content-list .item-list.multilist,
.accordion-item .group-wrapper{
    padding: 15px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 33%;
}

.view-resources .item-list.singlelist,
.view-group-content-list .item-list.singlelist{
    padding: 15px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
}
.view-group-content-list .item-list.singlelist ul{
    columns: 3;
}
.view-group-content-list .item-list ul li{
    margin: 0 2rem 1rem 0;
}

.block-views-blockgroup-content-list-block-2{
    padding-top: 1rem;
    margin-top: 4rem;
    border-top: 1px solid #eeeeee;
}
.view-group-content-list .item-list h3:first-child{
    display: none;
}
.view-group-content-list .item-list img,
.accordion-item .group-wrapper .views-row img{
    margin-bottom: 1rem;
}
.accordion-item .group-wrapper .views-row h3{
    display: none;
}
.accordion-item .group-wrapper .views-row .views-field-title{
    padding-left: 1.5rem;
    margin-bottom: 0.3rem;
}
.accordion-item .group-wrapper .views-row .views-field-title::before{
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    font-size: 6px;
    vertical-align: middle;
    line-height: 18px;
    color: #000;
    margin-left: -1.5rem;
    position: absolute;
    font-weight: 900;
}

.ullitwocolumn ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

.view-general-assembly-index .view-header{
    margin: 0 0 2rem 0;
    text-align: right;
}


.page-header{
    text-transform: capitalize;
}

.sfforceopen .sf-menu{
    display: block !important;
}

.sfforceopen .collapsiblockCollapsed {
    background: none;
}



@media (min-width: 1400px){
.container {
    width: 1350px;
}
}


@media only screen and (max-width: 1600px) {
    .navbar.container {
        max-width: 1500px;
    }
}
@media only screen and (max-width: 1450px){

}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1200px){
    /* Menu Mobile */
    #block-un-mainnavigation,
    .region-header .block-views-exposed-filter-blocksearch-page-1,
    #block-azsiteindex{
        display: none; 
    }
    .responsive-menu-toggle{
        background: #f2f2f2;
        border-radius: 5px;
        position: absolute;
        right: 80px;
        top: 60px;
    }
    .responsive-menu-toggle-icon:before {
        top: 10px;
    }
    .responsive-menu-toggle-icon span.icon {
        top: 16px;
    }
    .responsive-menu-toggle-icon:after {
        top: 22px;
    }
    .responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon{
        background: #009edb;
    }
    .responsive-menu-toggle-icon span.label{
        color: #333;
        top: 4px;
    }

    .region-header {
        margin-bottom: 0px;
    }
    .page-header {
        padding-bottom: 9px;
        margin: 1rem 0 1rem;
    }


    #calendaricon {
        width: 60px;
        height: 63px;
    }
    #calendaricon .cmonth {
        padding-top: 7px;
    }
    #calendaricon .cday {
        padding-top: 3px;
        font-size: 2rem;
    }
    .eventslist .views-field-nothing-1 {
        margin-left: 10px;
        padding-top: 10px;
    }

    .region-sidebar-second nav .nav > li > a, .region-sidebar-second ul.sf-menu li a {
        padding: 10px 0px;
    }

    ul.sf-accordion{
        margin-top: 1rem !important;
    }



}
@media only screen and (max-width: 1024px){
    .filterssearch .block-facets {
        margin-left: 10px;
    }


    .path-events .filterssearch .block-facets {
        margin-left: 0px;
        float: none;
        margin-top: 1rem;
    }
    .path-events .filterssearch .views-exposed-form {
        float: none;
    }

    .fourcolumn .views-row {
        flex: 0 50%;
    }


}


@media only screen and (max-width: 990px){
    .eventslist  .clabel{
        display: none;
    }
    .eventslist .views-field-nothing-1 {
        margin-left: 5px;
        font-size: 13px;
        padding-top: 5px;
    }
    #calendaricon {
        width: 50px;
        height: 52px;
    }
    #calendaricon .cmonth {
        padding-top: 4px;
    }
    #calendaricon .cday {
        padding-top: 0px;
        font-size: 2rem;
    }

    .view-resources .item-list, .view-group-content-list .item-list, .accordion-item .group-wrapper {
        padding: 10px;
        width: 50%;
    }


}


@media only screen and (max-width: 870px){
    .region-footer-menu nav{
        padding: 15px;
        flex: 0 33%;
        margin-bottom: 2%;
    }

    a.responsive-menu-toggle-icon .label {
        display: none;
    }
    .responsive-menu-toggle {
        right: 20px;
        top: 45px;
    }
    .region-footer {
        position: relative;
        padding-bottom: 50px;
    }

    #block-footer ul li {
        float: unset;
        display: inline-block;
    }

    .align-left{
        padding: 0 0 2rem 0;
        float: none;
        margin: 0 auto;
        display: flex;
    }
    .align-right{
        padding: 0 0 2rem 0;
        float: none;
        margin: 0 auto;
        display: flex;
    }

    .view-group-content-list .item-list.singlelist ul{
        columns: 2;
    }

}
@media only screen and (max-width: 768px){

    #block-logofooter .footerleft {
        float: unset;
        text-align: center;
    }
    #block-logofooter .footerright {
        float: unset;
        margin-top: 1.8rem;
        text-align: center;
    }
    #block-footer {
        float: unset;
        text-align: center;
        padding-top: 10px;
    }

    .threecolumncon{
        padding: 15px;
        flex: 0 100%;
        margin-bottom: 2%;
    }


    #block-exposedformnews-indexpage-1 {
        float: none;
    }
    .filterssearch .block-facets {
        float: left;
        margin: 15px 10px 0 0;
    }

    .threecolumncon, .threecolumn .views-row,
    .region-disd-products .block {
        flex: 0 50%;
    }

    .largenews .newslargeimg {
        width: 65%;
    }
    .largenews .newslargecontent {
        width: 35%;
    }

    .sdgheader {
        width: 70%;
    }
    .responsive-menu-toggle {
        right: 10px;
        top: 10px;
    }

    .sitebodycon{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .sf-accordion-toggle a{
        font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
        font-weight: 700;
        line-height: 1.1;
        font-size: 30px;
    }

    .sf-accordion-toggle a::after {
        content: "\f0c9";
        font-size: 2.7rem;
        vertical-align: middle;
        line-height: 35px;
        color: #00a1d9;
        margin-left: 1.5rem;
        position: absolute;
        font-family: "Font Awesome 6 Free";
    }
    .sf-accordion-toggle a.sf-expanded::after {
        content: "\f00d";
    }
    ul#superfish-ageing-menu-accordion{
        margin-top: 1rem;
    }
    .block-superfish h2.block-title{
        display: none;
    }
    .sf-accordion-toggle a:hover{
        color: #000;
        text-decoration: none;
    }
    .sf-accordion-toggle a:active{
        color: #000;
        text-decoration: none;
    }




}
@media only screen and (max-width: 650px){
    .region-footer-menu nav{
        padding: 15px;
        flex: 0 100%;
        margin-bottom: 2%;
    }



    .largenews .newslargeimg {
        float: none;
        width: 100%;
    }
    .largenews .newslargecontent {
        width: 100%;
        float: none;
        padding: 2rem 2rem 2rem 2rem;
    }
    .fourcolumn .views-row {
        padding: 1rem;
        flex: 0 50%;
    }

    .threecolumncon, .threecolumn .views-row {
        flex: 0 100%;
    }
    #block-logofooter .list-inline > li {
        margin-right: 0;
        margin-top: 1rem;
    }


    .bef-exposed-form .form--inline > .form-item {
        overflow: hidden;
        width: 70%;
    }

    .block-views-blocksdn-thematic-group-slider-block-1 .slick__arrow{
        position: inherit;
        top: -40px;
        right: 0;
    }

    .view-group-content-list .item-list.singlelist ul{
        columns: 1;
    }
    
    

}

@media only screen and (max-width: 550px){

    #block-logo{
        width: 100%;
    }
    #block-logo ul.wrap_logo {
        padding: 0;
        display: block;
    }

    #block-logo ul.wrap_logo li {
        display: block;
        text-align: center;
    }
    .ul.wrap_logo img.logo{
        margin-right: 0;
    }

    #block-logo ul.wrap_logo li:nth-child(2) {
        border-left: none;
        padding-left: 0;
        margin-top: 2rem;
    }
}