.cover {
  color: #686868;
  background-color: #29abe2;
  background-color: transparent !important;
  padding: 0;
}

.paragraph--hero .cover-small {
    max-width: unset;
}

.hero-action-button {
    top: 100px !important;
    right: 20% !important;
}

.cover .page-title {
	padding-top: 0px;
  position: relative;
  /*color: white;*/
  z-index: 1;
  max-width: 100%;

}

body:not(.path-user):node(.page-node-edit) .cover .page-title {
margin: 0;
text-align: left;
width: 100%;
}


.cover .hero-avatar {
  border-radius: 50%;
  border: 2px solid white;
}

.cover .hero-canvas {
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
}

.cover .hero-form[role='search'] .form-control {
  border-radius: 5px;
}

.cover .hero-form[role='search'] .form-control:focus, .cover .hero-form[role='search'] .form-control:active,
.cover .hero-form[role='search'] .form-control:focus ~ .search-icon,
.cover .hero-form[role='search'] .form-control:active ~ .search-icon {
  -webkit-box-shadow: 0 2px 0 0 #1f80aa;
          box-shadow: 0 2px 0 0 #1f80aa;
}

.cover .hero-form[role='search'] .form-submit,
.cover .hero-form[role='search'] .search-icon {
  border-radius: 0 5px 5px 0;
}

.cover .hero-form[role='search'] .search-icon {
  fill: #29abe2;
  background: white;
}

@media (min-width: 600px) {
  .cover .hero-avatar {
    border-width: 3px;
  }
}

/* Additions and Overrides */

.cover.generic .page-title {
    text-align: left;
	margin: 0px !important;
	font-size: 3.5em !important;
	padding: 0px 0px 25px 0px;
}

.cover.generic .field--name-body {
	
    text-align: left;
	margin: 0px !important;
	max-width: 600px;
}

.page-connect-communities .cover .page-title {
    text-align: left;
	margin: 0px !important;
}

.cover-wrap{
	min-height: 230px !important;
	padding: 0 !important;
}

.page-node-type-landing-page #block-views-block-microsite-hero-block-2 .cover-wrap {
	padding: 40px 0px 0px 0px !important;
}

.paragraph--hero .cover-small {
	position: relative !important;
	margin: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	transform: none !important;
}

.cover {
}

.cover .page-title {
	text-shadow: none !important;
	font-size: 3.5em !important;
	margin-left: 0px;
}

.cover-img .page-title {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.page-node-type-resource .cover .page-title {
    color: #494949 !important;
}


.page-node-type-event .cover .page-title {
color: #494949 !important;
}

.page-node-type-case-study .cover .page-title, .path-compare .cover .page-title {
   color: rgb(0,171,241) !important;
}

.page-explore-iwrm-survey .cover .page-title {
   padding-top: 50px !important
}

.path-compare .region--breadcrumb {
	padding-left: 0px !important;
}

.page-node-type-topic .cover .page-title {
    color: #6898BE !important;
}

.cover.cover-img .page-title {
	color: #fff !important;
}

.paragraph--hero .cover-small .page-subtitle {
	font-size: 1em !important;
    line-height: 1.5em;
}

.page-learn-resource-library .cover .page-title {
	color: #118E91 !important;
}

.page-learn-learning-opportunities .page-title {
	color: #233D4D !important;
}

.page-explore-case-studies .page-title {
	color: #A2B863 !important;
}

.page-about .hero, .page-learn .hero, .page-connect .hero, .page-explore .hero{
	min-height: 475px !important;
	padding: 100px !important;
}

.page-learn .paragraph--type--featured-items, .page-connect .paragraph--type--featured-items, .page-explore .paragraph--type--featured-items{
	margin-top: 50px;
}

.cover .type {
	font-size: 28px;
	font-weight: 400 !important;
	color: #686868;
	display: flex;
    align-items: center;
}

.cover .type .type-icon {
	margin-right: 10px;
	display: flex;
	padding: 10px;
    background-color: #0808085c;
    border-radius: 5px;
}

.cover .type .type-icon svg { 
	width: 20px;
    height: 20px;
}

.cover.cover-img .type {
    color: #fff !important;
}

.cover .type *{
	display: inline-block;
}

.cover .type img {
	margin-top: -10px;
	height: 40px;
}

.path-user .region--hero {
	width: 100% !important;
}

/*.page-node-type-resource .cover, .page-node-type-case-study .cover, .path-user .cover{
	height: 70vh !important;
}*/



#sub-header.with-hero .cover {
	padding-top: 40px !important;
}

@media only screen and (min-width: 900px) {
body:not(.path-user) #sub-header.with-hero .cover {
	
	
}
}

body:not(.path-user) #sub-header.with-hero .cover.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.page-node-type-tool .page-title, .page-node-type-case-study .page-title, .page-node-type-resource .page-title, .page-node-type-event .page-title, .page-node-type-topic .page-title {
	text-align: left !important;
width: 100% !important;
max-width: 100% !important;
}

.cover .page-title, .cover .page-title h1, .section-title {
	font-weight: 700 !important;
	font-size: 2.1em !important;
}

@media only screen and (max-width: 556px) {
	.cover .page-title, .cover .page-title h1, .section-title {
		font-size: 1.4em !important; 
	}
}

/*.page-node-type-landing-page .cover .page-title h1, .section-title {
	font-size: 26px !important;
}*/

#block-communities-hero {
	padding: 0px !important;
}

#block-communities-hero h1 {
	color: #00AEEF;
	font-size: 1.2em;
}

#block-communities-hero .field--name-field-text-block {
	color: #686868;
	font-size: 15px;
	max-width: 520px;
}
.page-node-type-tool .page-title h1 {
	text-shadow: none !important;
font-weight: 100 !important;
color: #FB9A4A !important;
font-size: 2.1em !important;
}


.page-node-type-resource header.page-title, .page-node-type-case-study header.page-title, .page-node-type-tool header.page-title{
	max-width: calc(1200px - 2rem) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px !important;
}

.path-group header.page-title {
	width: 100%;
	font-weight: 100 !important;
	text-align: left !important;
	margin-top: 0px !important;
	max-width: 100% !important;
	padding-bottom: 0px;
}


.page-node-type-resource header.page-title, .page-node-type-case-study .cover-img header.page-title, .path-group .cover-img header.page-title *, .page-node-type-event .cover-img header.page-title{
	color: #fff !important;
	fill: #fff;
}

.navigator {
	position: relative;
}

.navigator a .a {
	fill: #80D0D2;
}

.navigator a.highlighted .a, .navigator a:hover .a {
	fill: #03b6bb;
	transition: 300ms;
}

.navigator svg {
	top: 40px;
	max-width: 350px;
	width: 250px;
	position: absolute;
	left: 160px;
}

.navigator img.person {
	max-width: 250px;
	position: absolute;
	top: 180px;
	left: -170px;
}

.navigator img.other-people {
	width: 130px;
	position: absolute;
	bottom: -50px;
	right: 50px;
}

/* Media queries */

@media screen and (max-width: 991px) {
  .page-about .hero, .page-learn .hero, .page-connect .hero, .page-explore .hero {
    min-height: 700px !important;
    padding: 50px 20px 50px 20px !important;
  }
  .navigator svg {
	left: 30%;
	z-index: 5;
  }
  .navigator img.person {

    left: 0;
  }
}

@media screen and (max-width: 580px) {
  .navigator img.other-people  {
    display: none;
  }
}

@media screen and (min-width: 490px) {
  .paragraph--hero .cover-small .page-subtitle {
    width: 420px;
  }
}

.page-node-2371 .cover .page-title, .page-user-register-un2023 .region--title h1, body[class*=' page-group-49'] .cover .page-title, body[class*=' page-group-50'] .cover .page-title, body[class*=' page-group-51'] .cover .page-title, body[class*=' page-group-52'] .cover .page-title, body[class*=' page-group-53'] .cover .page-title {
    color: #1A3668 !important;
}

body[class*="page-country-info"] .view-id-taxonomy_term_title {
	display: none !important;
}

.cover .page-title {
  text-align: left;
}

#block-views-block-microsite-hero-block-2 {
	z-index: -5;
	position: relative;
}



#block-landingpagebreadcrumb {
  font-size: 26px;
  position: absolute;
  top: 20px;
}

#block-landingpagebreadcrumb ol {
	list-style-type: none;
  color: #fff !important; 
}

#block-landingpagebreadcrumb ol a {
  color: #fff !important;
} 


.cover .type .type-icon {
    background: #fff;
    border-radius: 50%;
	width: 32px;
    height: 32px;
    padding: 0px !important;
	border-radius: 5px;
	margin-right: 0px;
}

.cover .type .type-icon img{
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 3px;
}

.cover .type a {
	font-weight: 400;
}

.cover .type {
	font-size: 14px;
	font-weight: 400 !important;
	color: #686868;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.cover .type .icon-gray {
	width:15px;
	height: 15px;
}

.cover-img .icon-gray {
	color: #fff;
	fill: #fff;
}

.page-node-type-landing-page .cover, .page-node-type-page .cover {
	min-height: 258px;
	padding: 50px;
}

.page-node-type-landing-page .cover .page-title h1, .page-node-type-page .cover .page-title h1 {
	color: #fff; 
}