.smalldesc { font-size:  0.85rem;}

.block-system-main-block {
	width: 100%;
}

.justify-content-end {
  display: flex;
}

.top-header {
  display: flex;
}

.top-header .nav-link {
  padding: 0;
}

.top-header a.nav-link {
  padding-left: 1rem;
}

.language-switcher-language-url .is-active {
  display: none;
}

.top-header .nav-link.nav-link--ar-user-login::before {
  content: ' ';
  display: inline-block;
  background: url(../img/sign-in.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  vertical-align: bottom;
}

.navbar-brand,
.navbar-brand .sitetitle {
  line-height: 2.25rem;
}

.navbar-brand img {
	vertical-align: bottom;
	height: 8rem !important;
	transition: .2s all;
}
.navbar-brand.navbar-brand-sm img {
	height: 2.5rem !important;
}
#top-bar {
	background: transparent;
	padding: 0;
	position: absolute;
	z-index: 10000;
	right: 0;
	top: 0;
	width: 100%;
}
#headerbrand {
	z-index: 10001;
}

.menu--main {
  width: 100%;
}

.form-row > fieldset, .form-row > div {
	max-width: 100% !important;
}

nav.tabs {
	width: 100%;
}

#hero { min-height: 81vh; }

.navbar-brand h1 {
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; 
  margin: 0;
  color: #fff; 
  font-weight: 400;
} 

.badge.countries {
  padding: 0;
	background-color: transparent !important;
}
.badge.countries .field__items {
  display: flex;
  flex-flow: wrap;  
}
.badge.countries .field__items .field__item {
	padding: 0.5em 0.5rem;
	margin-left: .5rem;
  color: #fff;
  background-color: #6772e5; 
  margin-bottom: .2rem;
}
.badge.countries .field--type-entity-reference {
	margin: 0;
}

.toolbar-oriented .toolbar-bar {
	z-index: 10502;
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    display: block;
    width: 100%;
  }
}

#sdgsw {
	display: flex;
	align-items: center;
	justify-content: center;
}
#sdgsw > div {
	position: absolute;
	width: calc(100% - 160px);
	height: calc(100% - 136px);
}


.table-light.table-striped tr td:nth-of-type(n+2), .table-light.table-striped tr th:nth-of-type(n+2) {
  text-align: center !important;
 
 }
 .table-light.table-striped tbody tr:nth-of-type(2n+1) {
   background-color: rgba(255,255,255, 1);
 }
 .table-light tbody tr { background-color: rgba(255,255,255, 0.85); }
 
 .table-light.bg-low thead tr, .table-light.bg-low thead tr th {
   background: #6772e5;
 }
 .table-light.bg-med thead tr, .table-light.bg-med thead tr th {
   background: #f5be58;
 }
 .table-light.bg-high thead tr, .table-light.bg-high thead tr th {
   background: #9e2146;
 }
 
 .trendup {
   background: url('../img/icons/interface/right-arrow-up.svg') no-repeat center center;
   background-size: 20px;
 }
 .trenddown {
   background: url('../img/icons/interface/right-arrow-down.svg') no-repeat center center;
   background-size: 20px;
 }
 .trendsame {
   background: url('../img/icons/interface/right-arrow.svg') no-repeat center center;
   background-size: 20px;
 }

 .site-footer p {
	margin-bottom: 10px;
}

.bg-high { background-color: #ffbfd2;}
.bg-med { background-color: #fad991;}
.bg-low { background-color: #9da4f2;}

.text-info {
	font-size: 0.8rem;
	line-height: 1rem;
	font-style: italic;
}
.text-info svg {
	height: 1rem !important;
	flex: 1 0 18px;
}



@media (max-width: 1199.98px) {
	.display-1 {
		font-size: 5rem; }
	
	.display-2 {
		font-size: 4.5rem; }
	
	.display-3 {
		font-size: 3.5rem; }
	
	.display-4 {
		font-size: 2.5rem; }
 }
 @media (max-width: 767.98px) {
	.display-1 {
		font-size: 4.5rem; }
	
	.display-2 {
		font-size: 4rem; }
	
	.display-3 {
		font-size: 3rem; }
	
	.display-4 {
		font-size: 2rem; }
 }

 @media (max-width: 575.98px) {
	.display-1 {
		font-size: 3rem; }
	
	.display-2 {
		font-size: 3rem; }
	
	.display-3 {
		font-size: 2rem; }
	
	.display-4 {
		font-size: 1.5rem; }
 }

 @media (min-width: 768px) {
  /*Fadi's version*/
  .stickyNavSection {
    background-color: #f0f2f9 !important;
  }
  .stickyNavSection > section {
    background-color: #ffffff;
  }

  .stickyNavSection .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: 0.25s all;
  }
}
.stickyNavSection .sticky.hidden {
  opacity: 0;
  width: 100%; /*PR*/
  /*position: fixed; PR*/
  height: 0; /*PR*/
  visibility: hidden;
  transform: translateY(-56px);
}

@media (max-width: 767.9px) {
  /*Fadi's version*/

  .article-progress.stickyNavSection .sticky {
    display: none !important;
  }
  .article-progress {
    z-index: 0 !important;
    display: none !important;
  }
}

/*end*/
tr {
	background: #f3f3f9;
}
table tbody tr th {
	background: #6772e5;
}
table thead tr th {
	background: #32325D;
}
.tooltipx {
	background-color: #f5be58;
	color: #fff !important;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50% !important;
	text-align: center;
	vertical-align: super;
	font-size: 9px;
	line-height: 12px;
	cursor: pointer;
}

.site-footer {
	font-family: inherit;
}

.field.field--name-field-sdgs .field__label {
	color: #8d9cad;
}