:root {
    --nms-block-rounded: 0px;
    --nms-block-border-color: hsla(0,0%,46.7%,0.26);
    --nms-block-shadow: 0 8px 18px 0 rgba(0,0,0,0.12);
    --nms-block-shadow-lg: 0 16px 26px 0 rgba(0,0,0,0.14);
	--nms-block-background-color:#fff;
	--nms-block-padding:15px;
	--nms-block-h4-color:#e4442a;
	--nms-iurc-addons-eu-color: #003b89;
	--nms-events-imageList-transitionDelay: 0.8s;
	--nms-events-imageList-transitionDelay-later: 1.2s;
}
/*** No Idea why this is set in this way ***/
.wp-block-getwid-section__content {
    z-index: unset;
}

/** Simple FWA List of events **/
.nmsEcwd-list {
	/** display:none!important; **/
    flex-wrap: wrap;
}
.nmsEcwd-list .wp-block-columns {
	width:100%;
}

/** Event list with images **/
.nmsEcwd-imageList {
    flex-wrap: wrap!important;
}
.nmsEcwd-imageList .wp-block-columns {
	width:100%;
}

.nms-event-list-block {
	display:flex;
	flex-wrap: nowrap;
	background-color: var(--nms-block-background-color);
	-webkit-box-shadow: var(--nms-block-shadow);
	box-shadow: var(--nms-block-shadow);
	padding:var(--nms-block-padding);
	border:3px solid #fff;
}

.nms-event-list-block:hover {
	border:3px solid var(--nms-iurc-addons-eu-color);
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.nms-event-list-block header {
	min-width: 190px;
	text-align: center;
	color: var(--nms-iurc-addons-eu-color);
}

.nms-event-list-block h4 {
	text-align:center;
	color:var(--nms-block-h4-color);
}

.nms-event-list-block .dayStart {
	font-size: 200%;
	font-weight: 800;
}

.nms-event-grid-block .timeslot {
    font-size: 120%;
    font-weight: 400;
}

.nms-event-list-block .body {
	margin-left:20px;
	margin-top:20px;
	text-align:left;
}
.nms-event-list-block svg.readmore {
    height: auto;
    width: 15px;
    margin-left: 6px;
    vertical-align: sub;
    display: inline-block;
}

.nms-event-list-block hr {
	border-color: var(--nms-block-h4-color);
	margin: 0 0 20px 0;
} 

@media screen and (max-width: 1200px) { 
	.nms-event-list-block {	
		display: block;
	}
}

/*** Event Grid Blocks ***/

.nmsEcwd-grid.wp-block-columns {
	flex-wrap: wrap;
	padding-left:32px;
}
.nmsEcwd-grid .wp-block-column {
	flex-basis: calc(33.3% - 32px) !important;
	flex-grow: 0;
	margin-bottom:32px !important;
	margin-left:0;
	margin-right:32px;
  }


@media screen and (max-width: 1200px) { 
.nmsEcwd-grid .wp-block-column {
	flex-basis: calc(50% - 32px) !important;
	flex-grow: 0;
  }
}
@media screen and  (max-width: 992px) { 
	.nmsEcwd-grid .wp-block-column {
	flex-basis: calc(100% ) !important;
	flex-grow: 0;
	margin-right:0;
  }
}



.nms-event-grid-block {
	background-color: var(--nms-block-background-color);
	-webkit-box-shadow: var(--nms-block-shadow);
	box-shadow: var(--nms-block-shadow);
	padding:var(--nms-block-padding);
	border:3px solid #fff;
	min-height:550px;
}
.nms-event-grid-block a {
	text-decoration:none;
}

.nms-event-grid-block:hover {
	border:3px solid var(--nms-iurc-addons-eu-color);
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}


.nms-event-grid-block header h4{
	text-align:center;
	color:var(--nms-block-h4-color);
}
.nms-event-grid-block .body {
	min-height:237px;
}
.nms-event-grid-block .dayStart {
	text-align: center;
	color: var(--nms-iurc-addons-eu-color);
	font-size: 200%;
	font-weight: 800;
}

.nms-event-grid-block .title {
	margin-top:30px;
	text-align:center;
}

.nms-event-grid-block .title p{
	font-size:90%;
}


.nms-event-grid-block hr {
	border-color: var(--nms-block-h4-color);
	margin: 0 0 20px 0;
} 

.nms-event-grid-block footer {
    text-align: center;
}

.nms-event-grid-block footer span{
	color: var(--nms-iurc-addons-eu-color);
	font-size: 120%;
	font-weight:400;
}

.nms-event-grid-block .venue {
	font-size:75%;
}



/**** ImageGrid Block Events***/
.wp-block-columns.nmsEcwd-imageGrid {
	flex-wrap: wrap;
}

.wp-block-columns.nmsEcwd-imageGrid .wp-block-column {
    flex-basis: calc( 50% );
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: calc( 50% - 2rem );
}

.wp-block-columns.nmsEcwd-imageGrid .wp-block-column ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nms-event-image-grid-block {
	background-color: var(--nms-block-background-color);
	-webkit-box-shadow: var(--nms-block-shadow);
	box-shadow: var(--nms-block-shadow);
	padding:var(--nms-block-padding);
	border:3px solid #fff;
	position:relative;
	height:100%;
}
.nms-event-image-grid-block a {
	text-decoration:none;
}

.nms-event-image-grid-block:hover {
	border:3px solid var(--nms-iurc-addons-eu-color);
	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.nms-event-image-grid-block .headerWrapper {
	width:100%;
	position: relative;
	padding-bottom: 56.25%; 
	overflow:hidden;
}


.nms-event-image-grid-block .header {
	position:absolute;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:left top;
	transition-property: transform;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 0.9s;
}
.nms-event-image-grid-block:hover  .header {
	transform:scale(105%);
}


.nms-event-image-grid-block ul.nms-geofocus-event {
    width: auto;
    position: absolute;
    text-align: left;
    top: 30px;
    opacity: 0.98;
}

.nms-event-image-grid-block .nms-geofocus-event li a {
	color: #fff!important;
    font-weight: 500;
    font-size: 0.8rem;
}

.nms-event-image-grid-block .nms-geofocus-event li.china a {
	color: var(--nms-eu--color)!important;
}

.nms-event-image-grid-block .nms-geofocus-event li {
    padding: 5px;
    border-radius: 0px;
    margin: 0 6px 6px 0;
    box-shadow: var(--nms-block-shadow);
    -webkit-box-shadow: var(--nms-block-shadow);
    width: auto;
    display: inline-block;
}

.nms-event-image-grid-block .nms-geofocus-event li:hover {
	transform: translateY(-2px);
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.3);
}

.nms-event-image-grid-block .nms-geofocus-event li.europe,
.nms-event-image-grid-block .nms-geofocus-event li.worldwide {
	background-color: var(--nms-eu--color);
}
.nms-event-image-grid-block .nms-geofocus-event li.latin_america {
	background-color: var(--nms-la--color);
}

.nms-event-image-grid-block .title {
    padding: 0;
    margin: 25px 0 0;
}

.is-light-theme .nms-event-image-grid-block .title a {
    color: var(--nms-eu--color);
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 500;
}
	
.nms-event-image-grid-block .footer {
	width:100%;
	margin-top:25px;
	display:flex;
}

.nms-event-image-grid-block .footer .footer-lft {
	flex-basis: 260px;
}

.nms-event-image-grid-block .footer .footer-rgt {
	flex-basis: calc( 100% - 260px );
}

.nms-event-image-grid-block .footer  a  {
	display:inline-block;
    padding: 6px;
    border-radius: 5px;
    color: #fff!important;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 0 10px 10px 0;
	text-decoration: none;
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.12);
}

.nms-event-image-grid-block .footer a.nms-discoverButton {
	background-color: var(--nms-eu--color);
}

.nms-event-image-grid-block .footer a.nms-events-takeaways {
	background-color: var(--nms-aa--color);
}
.nms-event-image-grid-block .footer a:hover {
	transform: translateY(-2px);
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.3);
}

@media screen and (max-width: 1279px) { 
	.wp-block-columns.nmsEcwd-imageGrid .wp-block-column {
		flex-basis: calc( 100% )!important;
		max-width: calc( 100% )!important;
	}
	.nms-event-image-grid-block .headerWrapper {
		width: 25%;
		position: relative;
		padding-bottom: 14.06%;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	.nms-event-image-grid-block ul.nms-geofocus-event {
		width: calc( 100% - 31px);
		text-align: right;
		top: -3px;
	}
	.nms-event-image-grid-block .body .title a {
		display: inline-block;
		padding-top: 10px;
	}
}

@media screen and (max-width:1023px) {
	.wp-block-columns.nmsEcwd-imageGrid:not([class*="tw-cols-stack-"]) > .wp-block-column:not(:only-child) {
		flex-basis: calc( 100% ) !important;
		flex-grow: 0;
		margin: 0;
		margin-bottom: 20px;
	}

	.nms-event-image-grid-block .nms-geofocus-event li a {
		font-size: 0.75rem!important;
	}
}

@media screen and (max-width:992px) {
	.nms-event-image-grid-block .headerWrapper {
		width: 100%;
		padding-bottom: 56.25%;
	}
	.nms-event-image-grid-block ul.nms-geofocus-event {
		width: 130px;
		text-align: right;
		top: 15px;
		right: 5px;
	}
	.nms-event-image-grid-block .nms-geofocus-event li {
		margin: 3px 10px 0 0!important;
		padding:0;
	}
	.nms-event-image-grid-block .nms-geofocus-event li a {
		line-height: 1.3rem!important;
		padding:0 5px;
	}
	a.nms-thematicCluster-events-button {
		margin-top:0px!important;
	}
	
	.nms-event-image-grid-block .footer .footer-lft {
		flex-basis: 130px;
	}

	.nms-event-image-grid-block .footer .footer-rgt {
		flex-basis: calc( 100% - 130px );
	}
}







/*** Twitter embedded  Homepage**/
#iurcTwitterEmbedded {
	height:320px;
	min-height: 320px;	
	overflow:hidden;
	background-color:#fff;
	-webkit-box-shadow: 3px 10px 20px 0 rgba(0,0,0,0.07);
	box-shadow: 3px 10px 20px 0 rgba(0,0,0,0.07);
	border-bottom: 10px solid #fff;
	margin-right:15px;
}

#iurcTwitterEmbedded .upButton {
    width: 20px;
    height: 100px;
    display: block;
    position: absolute;
    right: -15px;
    top: 55px;
    cursor: pointer;
    font-size: 14px;
	transition: color 2s ease-out;
}

#iurcTwitterEmbedded .downButton {
    width: 20px;
    height: 100px;
    display: block;
    position: absolute;
    right: -15px;
	bottom:30px;
	cursor:pointer;
	font-size:14px;
	transition: color 2s ease-out;
}

#iurcTwitterEmbedded .downButton:hover,
#iurcTwitterEmbedded .upButton:hover {
	color:#003b89;
}

#iurcTwitterEmbedded_LA {
	height:calc(2 * 100vh);
	min-height: 320px;	
	overflow:hidden;
	background-color:#fff;
	-webkit-box-shadow: 3px 10px 20px 0 rgba(0,0,0,0.07);
	box-shadow: 3px 10px 20px 0 rgba(0,0,0,0.07);
	border-bottom: 10px solid #fff;
	margin-right:12px;
}

@media (max-width: 760px) {
	#iurcTwitterEmbedded {
		height:auto;
	}
	#iurcTwitterEmbedded .downButton,
	#iurcTwitterEmbedded .upButton {
		display:none;
	}
	
	#iurcTwitterEmbedded_LA {
		height:calc(2 * 100vh);
		min-height: 320px;	
	}
}

/*** Event Calendar Play Arround **/
.event-details-container {
    height: 638px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 20px;
	background-color: #fff;
	padding:10px;
	border-radius:5px;
}

.event-details-container h4 {
    font-size: 100%;
    line-height: 150%;
}

.event-details-container .ecwd-detalis {
	padding-right:25px;
}

.event-details-container img {
	display:none;
}


.entry-content .ecwd_33.ecwd_theme_1306 .calendar-head .current-month div {
	color: var(--nms-block-h4-color)!important;
	font-weight:400!important;
}


table.cal_blue.mini td ul.events li {
	background-color:var(--nms-iurc-addons-eu-color)!important;
	display:none !important;
}

.ecwd_33.ecwd_theme_1306 table.cal_blue.ecwd_calendar_container .day-with-date.has-events {
	background-color: #003b89 !important;
	color:#fff !important;
}


/*** Event imageList view ***/

.nms-event-list-block-new {
	display:flex;
	flex-wrap: nowrap;
	background-color: var(--nms-block-background-color);
	-webkit-box-shadow: var(--nms-block-shadow);
	box-shadow: var(--nms-block-shadow);
	padding:var(--nms-block-padding);
	justify-content: center;
	align-items: center;
	transition: border 0.4s ease-in;
	position:relative;
}
.nms-event-single ul,
.nms-event-list-block-new ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nms-event-single li,
.nms-event-list-block-new li {
  display:inline-block;
  margin:0 5px;
}

.nms-event-list-block-new.wp-block-column > .nms-event-list-block-new.wp-block-quote:only-child, .nms-event-list-block-new.wp-block-column > :last-child:not(:only-child) {
    margin-bottom: 0;
}
.nms-event-list-block-new .headerWrapper,
.nms-event-list-block-new .body  {
	transition-property: flex-basis;
	transition-timing-function: linear;
	transition-delay: 0s;
	transition-duration: 0.4s;
}

.nms-event-list-block-new:hover .headerWrapper,
.nms-event-list-block-new:hover .body  {
	transition-delay: var(--nms-events-imageList-transitionDelay);
}

.nms-event-list-block-new .headerWrapper {
	flex-basis:25%;
	margin:0;
	overflow:hidden;
	height:100%;
	position:relative;
}
.wp-block-column.nms-event-list-block-new:hover .headerWrapper {
		flex-basis:15%;
}

.nms-event-list-block-new .body {
	flex-basis:75%;
	margin:0;
	padding:0 0 0 15px;
	position:relative;
}

.wp-block-column.nms-event-list-block-new:hover .body {
		flex-basis:85%;
}



.nms-event-list-block-new .header {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	width:100%;
	height:100%;
	position:absolute;

	transition-property: transform;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 0s;
}

.wp-block-column.nms-event-list-block-new:hover .header {
	transform:scale(110%);
	transition-duration: 1s;
	transition-delay: var(--nms-events-imageList-transitionDelay-later);
}

.wp-block-column.nms-event-list-block-new .body .short {
		visibility:visible;
		transition-property: all;
		transition-delay: 0s;
		transition-duration: 0s;
		height:auto;
		max-height:1000px;
}

.wp-block-column.nms-event-list-block-new:hover .body .short {
	visibility:collapse;
	transition-delay: var(--nms-events-imageList-transitionDelay-later);
	max-height:0px;
}

.wp-block-column.nms-event-list-block-new .body .long {
	visibility:	collapse;
	transition-property: all;
	transition-delay: 0s;
	transition-duration: 0s;
	height:	auto;
	max-height:0;
}

.wp-block-column.nms-event-list-block-new:hover .body .long {
	visibility:visible;
	transition-delay: var(--nms-events-imageList-transitionDelay-later);
	position:relative;
	max-height:1000px;
}


/*** body geofocus buttons and title ***/
.nms-NO-filterRequest {
	cursor:default;
}
.nms-event-list-block-new .body div.title{
	min-width:320px;
	width:22vw;
}

.nms-event-list-block-new .body div.title a{
	color:var(--nms-eu--color);
	text-decoration:none;
	font-weight: 600;
}

/** ##Geo-Focus events **/
.nms-event-single  ul.nms-geofocus-event,
.nms-event-list-block-new  ul.nms-geofocus-event{
	width:100%;
	text-align:right
}

.nms-event-single  ul.nms-geofocus-event li a,
.nms-event-list-block-new .nms-geofocus-event li a {
	color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
}

.nms-event-single  ul.nms-geofocus-event li.china a
.nms-event-list-block-new .nms-geofocus-event li.china a {
	color: var(--nms-eu--color);
}

.nms-event-single  ul.nms-geofocus-event li,
.nms-event-list-block-new .nms-geofocus-event li {
    padding: 6px;
    border-radius: 5px;
	margin-top:2px;
    margin-bottom: 10px;
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.12);
}

.nms-event-single  ul.nms-geofocus-event li:hover,
.nms-event-list-block-new .nms-geofocus-event li:hover {
	transform: translateY(-2px);
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.3);
}

.nms-event-single .nms-geofocus-event li.europe,
.nms-event-single .nms-geofocus-event li.worldwide,
.nms-event-list-block-new .nms-geofocus-event li.europe,
.nms-event-list-block-new .nms-geofocus-event li.worldwide {
	background-color: var(--nms-eu--color);
}

.nms-event-single .nms-geofocus-event li.latin_america,
.nms-event-list-block-new .nms-geofocus-event li.latin_america {
	background-color: var(--nms-la--color);
}

.nms-event-single .nms-geofocus-event li.china,
.nms-event-list-block-new .nms-geofocus-event li.china {
	background-color: var(--nms-ch--color);
}

.nms-event-single .nms-geofocus-event li.north_america,
.nms-event-list-block-new .nms-geofocus-event li.north_america {
	background-color: var(--nms-na--color);
}

.nms-event-single .nms-geofocus-event li.asia_australasia,
.nms-event-list-block-new .nms-geofocus-event li.asia_australasia {
	background-color: var(--nms-aa--color);
}


.nms-event-single .nms-geofocus-event li.eucg,
.nms-event-list-block-new .nms-geofocus-event li.eucg {
	background-color: var(--nms-eucg--color);
}
/** ##Kind of events **/
.nms-event-list-block-new  ul.nms-kindof-events{
	width:100%;
	text-align:left
}

.nms-event-list-block-new ul.nms-kindof-events li {
    padding: 0 10px 0 0;
    margin: 0;
}

.nms-event-list-block-new ul.nms-kindof-events li:not(li:last-child):after {
    content:", ";
}

.nms-event-list-block-new ul.nms-kindof-events li {
    font-size: 0.9rem;
    text-decoration: none;
    color: var(--nms-eu--color);
    font-weight: 600;
    font-style: italic;
}

.nms-event-single .nms-kindof-events {
	text-align:center;
	font-size:120%;
}
/** ##Event Date **/ 

.nms-event-list-block-new .nms-date-event {
	font-weight: 600;
    padding: 0;
	margin:10px 0 0 0!important;
}

.nms-event-list-block-new .nms-additionals-event a {
	display:inline-block;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    margin: -5px 10px 0px 0;
	text-decoration: none;
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.12);
}

.nms-event-list-block-new .nms-additionals-event a.nms-discoverButton {
	background-color: var(--nms-eu--color);
}

.nms-event-list-block-new .nms-additionals-event a.nms-events-takeaways {
	background-color: var(--nms-aa--color);
}
.nms-event-list-block-new .nms-additionals-event a:hover {
	transform: translateY(-2px);
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.3);
}



@media (max-width: 992px) {
	.nms-allevent-section .wp-block-column:nth-child(2) {
		display:none;
	}
	
	.nms-allevent-section .wp-block-columns:not([class*="tw-cols-stack-"]) > .wp-block-column:not(:only-child) {
		flex-basis: 100%!important;
		flex-grow: 0;
	}
	
	.nms-event-list-block-new {
		flex-wrap: wrap;		
	}
	.nms-event-list-block-new .headerWrapper,
	.wp-block-column.nms-event-list-block-new:hover .headerWrapper {
		flex-basis:100%;
		height:200px;
	}
	.nms-event-list-block-new .body,
	.wp-block-column.nms-event-list-block-new:hover .body	{
		flex-basis:100%;
	}
	.nms-event-list-block-new .body div.title {
		min-width: auto;
		width: auto;
	}
	
	.wp-block-column.nms-event-list-block-new:hover .body .short {

	}
	.wp-block-column.nms-event-list-block-new:hover .body .long {

	}
}
@media (max-width: 576px) {
	.nms-event-list-block-new .nms-geofocus-event li a {
		font-size: 0.7rem;
	}

	.nms-event-list-block-new .nms-additionals-event a.nms-events-takeaways {
		margin-bottom:10px;
	}
}












/** Knowledge Library  imageList **/
.nms-media-imageList,
.nms-knowledgeLibrary-imageList {
    flex-wrap: wrap!important;
}
.nms-media-imageList  .wp-block-columns,
.nms-knowledgeLibrary-imageList .wp-block-columns {
	width:100%;
}

/*** Event imageList view ***/
.nms-addons-list-block {
	display:flex;
	flex-wrap: nowrap;
	background-color: var(--nms-block-background-color);
	-webkit-box-shadow: var(--nms-block-shadow);
	box-shadow: var(--nms-block-shadow);
	padding:var(--nms-block-padding);
	justify-content: center;
	align-items: center;
	position:relative;
}
.nms-event-list-block-new .copright-toolTip,
.nms-addons-list-block .copright-toolTip {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 0.9rem;
    color: #003b8938;
    left: 12px;
    bottom: -26px;
    cursor: pointer;
	z-index:2;
	transition-property: color;
	transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
}
.nms-event-list-block-new .copright-toolTip:hover
.nms-addons-list-block .copright-toolTip:hover {
	color:var(--nms-eu--color);
	transition-property: color;
	transition-timing-function: ease-in-out;
	transition-duration: 0.3s;
}


.nms-iurc-embeddedView ul,
.nms-addons-list-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nms-iurc-embeddedView li,
.nms-addons-list-block li {
  display:inline-block;
  margin:0 5px;
}

.nms-addons-list-block.wp-block-column > .nms-addons-list-block.wp-block-quote:only-child, .nms-addons-list-block.wp-block-column > :last-child:not(:only-child) {
    margin-bottom: 0;
}
.nms-addons-list-block .headerWrapper,
.nms-addons-list-block .body  {
	transition-property: flex-basis;
	transition-timing-function: linear;
	transition-delay: 0s;
	transition-duration: 0.4s;
}

.nms-addons-list-block:hover .headerWrapper,
.nms-addons-list-block:hover .body  {
	transition-delay: var(--nms-events-imageList-transitionDelay);
}

.nms-addons-list-block .headerWrapper {
	flex-basis:15%;
	margin:0;
	overflow:hidden;
	height:100%;
	position:relative;
}

.nms-addons-list-block .body {
	flex-basis:85%;
	margin:0;
	padding:0 0 50px 15px;
	position:relative;
}

.nms-addons-list-block .header {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	width:100%;
	height:100%;
	position:absolute;

	transition-property: transform;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 0.3s;
}

.wp-block-column.nms-addons-list-block:hover .header {
	transform:scale(120%) translateX(15px);
	transition-duration: 1s;
}

.wp-block-column.nms-addons-list-block .body .short {
		visibility:visible;
		transition-property: all;
		transition-delay: 0s;
		transition-duration: 0s;
		height:auto;
		max-height:1000px;
}

.wp-block-column.nms-addons-list-block .body .long {
	visibility:	collapse;
	transition-property: all;
	transition-delay: 0s;
	transition-duration: 0s;
	height:	auto;
	max-height:0;
}

/*** body geofocus buttons and title ***/
.nms-addons-list-block .body div.title{
	min-width:320px;
	width:22vw;
}
.nms-addons-list-block .body div.title,
.nms-addons-list-block .body div.title a{
	color:var(--nms-eu--color);
	text-decoration:none;
	font-weight: 600;
}

.nms-iurc-embeddedView ul.nms-geofocus-event,
.nms-addons-list-block  ul.nms-geofocus-event{
	width:100%;
	text-align:right
}

.nms-iurc-embeddedView .nms-geofocus-event li a,
.nms-addons-list-block .nms-geofocus-event li a {
	color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
}

.nms-iurc-embeddedView .nms-geofocus-event li.china a,
.nms-addons-list-block .nms-geofocus-event li.china a {
	color: var(--nms-eu--color);
}

.nms-iurc-embeddedView .nms-geofocus-event li,
.nms-addons-list-block .nms-geofocus-event li {
    padding: 6px;
    border-radius: 5px;
	margin-top:2px;
    margin-bottom: 10px;
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.12);
}

.nms-iurc-embeddedView .nms-geofocus-event li:hover,
.nms-addons-list-block .nms-geofocus-event li:hover {
	transform: translateY(-2px);
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.3);
}

.nms-iurc-embeddedView .nms-geofocus-event li.europe,
.nms-addons-list-block .nms-geofocus-event li.europe,
.nms-iurc-embeddedView .nms-geofocus-event li.worldwide,
.nms-addons-list-block .nms-geofocus-event li.worldwide {
	background-color: var(--nms-eu--color);
}

.nms-iurc-embeddedView .nms-geofocus-event li.europe,
.nms-addons-list-block .nms-geofocus-event li.europe {
	background-color: var(--nms-central--color);
}


.nms-iurc-embeddedView .nms-geofocus-event li.latin_america,
.nms-addons-list-block .nms-geofocus-event li.latin_america {
	background-color: var(--nms-la--color);
}

.nms-iurc-embeddedView .nms-geofocus-event li.china,
.nms-addons-list-block .nms-geofocus-event li.china {
	background-color: var(--nms-ch--color);
}

.nms-iurc-embeddedView .nms-geofocus-event li.north_america,
.nms-addons-list-block .nms-geofocus-event li.north_america {
	background-color: var(--nms-na--color);
}

.nms-iurc-embeddedView .nms-geofocus-event li.asia_australasia,
.nms-addons-list-block .nms-geofocus-event li.asia_australasia {
	background-color: var(--nms-aa--color);
}

.nms-iurc-embeddedView .nms-geofocus-event li.eucg,
.nms-addons-list-block .nms-geofocus-event li.eucg {
	background-color: var(--nms-eucg--color);
}

.nms-addons-list-block  ul.nms-kindof-events {
	width:100%;
	text-align:left
}

.nms-addons-list-block ul.nms-kindof-events li {
    padding: 0 10px 0 0;
    margin: 0;
}

.nms-addons-list-block ul.nms-kindof-events li:not(li:last-child):after {
    content:", ";
}

.nms-addons-list-block ul.nms-kindof-events li {
    font-size: 0.9rem;
    text-decoration: none;
    color: var(--nms-eu--color);
    font-weight: 600;
    font-style: italic;
}

.nms-addons-list-block .nms-date-event {
	font-weight: 600;
    padding: 0;
	margin:10px 0 0 0!important;
}

.nms-addons-list-block .nms-additionals-event a {
	display:inline-block;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    margin: -5px 10px 0px 0;
	text-decoration: none;
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.12);
}

.nms-addons-list-block .nms-additionals-event a.nms-discoverButton {
	background-color: var(--nms-eu--color);
}

.nms-addons-list-block .nms-additionals-event a.nms-events-takeaways {
	background-color: var(--nms-eu--color);
}

.nms-addons-list-block .nms-additionals-event a:hover {
	transform: translateY(-2px);
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.3);
}



@media (max-width: 992px) {
	.nms-addons-list-block .body {
		padding: 0 0 0 0;
	}
	.nms-allevent-section .wp-block-column:nth-child(2) {
		display:none;
	}
	
	.nms-allevent-section .wp-block-columns:not([class*="tw-cols-stack-"]) > .wp-block-column:not(:only-child) {
		flex-basis: 100%!important;
		flex-grow: 0;
	}
	
	.nms-addons-list-block {
		flex-wrap: wrap;		
	}
	.nms-addons-list-block .headerWrapper,
	.wp-block-column.nms-addons-list-block:hover .headerWrapper {
		flex-basis:100%;
		height:200px;
	}
	.nms-addons-list-block .body,
	.wp-block-column.nms-addons-list-block:hover .body	{
		flex-basis:100%;
	}
	.nms-addons-list-block .body div.title {
		min-width: auto;
		width: auto;
	}
	
	.wp-block-column.nms-addons-list-block:hover .body .short {

	}
	.wp-block-column.nms-addons-list-block:hover .body .long {

	}
	.nms-event-list-block-new .copright-toolTip,
	.nms-addons-list-block .copright-toolTip {
		right: 11px;
		top: 5px;
		left: auto;
	}
}
@media (max-width: 576px) {
	.nms-addons-list-block .nms-geofocus-event li a {
		font-size: 0.7rem;
	}

	.nms-addons-list-block .nms-additionals-event a.nms-events-takeaways {
		margin-bottom:10px;
	}
}


/** Cities & Regions **/
.iurc-addons-ga-cities .nms-addons-list-block,
.iurc-addons-ga-regions .nms-addons-list-block,
.iurc-addons-cities .nms-addons-list-block,
.iurc-addons-regions .nms-addons-list-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position:relative;
}

/*** MediaView **/
.nms-iurc-regions-embeddedView {
	display:flex;
	flex-wrap: nowrap;
	background-color: var(--nms-block-background-color);
	-webkit-box-shadow: var(--nms-block-shadow);
	box-shadow: var(--nms-block-shadow);
	padding:10px 10px 45px 10px;
	justify-content: center;
	align-items: center;
	margin:0 auto!important;
	width:auto;
}
.nms-iurc-regions-embeddedView .media {
	width:100%;
	height:0;
	padding-bottom:56.2%
}


/*** Cities & Regions Header ***/
.nms-addons-list-block .regionsHeader {
	flex-basis: 100%;
    margin: 0;
    height: auto;
    position: relative;
	padding:5px 16px;
}
.nms-addons-list-block .regionsHeader .title {
	float:left;
	margin-top: 9px;
}
.nms-addons-list-block .regionsHeader .title,
.nms-addons-list-block .regionsHeader .title a {
    color: var(--nms-eu--color);
    text-decoration: none;
    font-weight: 600;
}


.iurc-addons-cities .nms-addons-list-block .dropdownbutton,
.iurc-addons-regions .nms-addons-list-block .dropdownbutton {
	margin-right: 6px;
	display: inline-block;
	font-size: 1rem;
	transform: rotate(0deg);
}



/*** Cities & Regions Content ***/
.nms-addons-list-block .regionsContent {
	flex-basis: 100%;
    margin: 0;
    height: 0;
    position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: start;
	overflow:hidden;
}

.nms-addons-list-block .regionsContent .regionsLeft {
	flex-basis: 70%;
    margin: 0;
    height: auto;
    position: relative;
	padding:16px 16px;
}


.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .cover {
	flex-basis: 40%;
    margin: 0;
	width:100%;
	height:auto;
    position: relative;
	padding:0;
}

.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .cover div {
	position:relative;
	width:100%;
	padding-top: 56.2%;
	background-size:cover;
}

.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .cover div span {
	display: block;
	position: absolute;
	color: var(--nms-eu--color);
	font-size: 0.7em;
	font-style: italic;
	bottom:-21px;
	background-color:#fff;
}





.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData{
	flex-basis: 60%;
    margin: 0;
    height: auto;
    position: relative;
	padding:0;	
	padding-left:16px;
	color:var(--nms-eu--color);
	font-weight:600;
}

.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData sub {
	bottom: 0.4em;	
}

.nms-iurc-addons-header a.pairing,
.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData a.pairing {
	text-decoration: none;
    font-weight: 500;
}
.nms-iurc-addons-header a.pairing:not(a.pairing.last)::after,
.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData a.pairing:not(a.pairing.last)::after {
	content: ' | ';
	color: silver;
	font-weight: 100;
}
.nms-iurc-addons-header a.pairing:hover,
.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData a.pairing:hover {
	text-decoration: underline;
}
.nms-iurc-addons-header a.pairing.europe,
.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData a.pairing.europe {
	color:var(--nms-central--color);
}
.nms-iurc-addons-header a.pairing.latin_america,
.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData a.pairing.latin_america {
	color:var(--nms-la--color);
}
.nms-iurc-addons-header a.pairing.north_america,
.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData a.pairing.north_america {
	color:var(--nms-na--color);
}
.nms-iurc-addons-header a.pairing.china,
.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData a.pairing.china {
	color:var(--nms-ch--color);
}
.nms-iurc-addons-header a.pairing.asia_australasia,
.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData a.pairing.asia_australasia {
	color:var(--nms-aa--color);
}

.nms-addons-list-block .regionsContent .sectionFooter a,
.nms-addons-list-block .regionsContent .sectionContent a.nms-discoverButton {
	display:inline-block;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    margin: -5px 10px 0px 0;
	text-decoration: none;
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.12);
}
.nms-addons-list-block .regionsContent .sectionFooter a.nms-discoverButton,
.nms-addons-list-block .regionsContent .sectionContent a.nms-discoverButton {
	background-color: var(--nms-eu--color);
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.3);
}

.nms-addons-list-block .regionsContent .sectionFooter a.nms-events-takeaways {
    background-color: var(--nms-aa--color);
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.3);
}

.nms-addons-list-block .regionsContent .sectionFooter a.nms-events-takeaways:hover,
.nms-addons-list-block .regionsContent .sectionContent a.nms-discoverButton:hover, 
.nms-addons-list-block .regionsContent .sectionFooter a.nms-discoverButton:hover {
	transform: translateY(-1.8px);
	box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
}

.nms-addons-list-block .regionsContent .sectionContent a.nms-discoverButton:focus,
.nms-addons-list-block .regionsContent .sectionFooter a.nms-discoverButton:focus {
	background-color: var(--nms-eu--color)!important;
	color: #fff!important;
}

.nms-addons-list-block .regionsContent .sectionFooter a.nms-events-takeaways:focus {
	background-color: var(--nms-aa--color)!important;
	color: #fff!important;
}

.nms-addons-list-block .regionsContent .regionsRight {
	flex-basis: 30%;
    margin: 0;
    height: auto;
    position: relative;
	padding:16px 16px;
	text-align:right;
}

.nms-addons-list-block .regionsContent .regionsRight a.nms-thematicCluster-events-button {
	float:none;
	margin: 3px;
}
.nms-addons-list-block .regionsContent .regionsRight .title {
	color: var(--nms-eu--color);
	font-weight:600;
	margin-top:32px;
}

.nms-addons-list-block .regionsContent .regionsRight .prog-iuc-iurc {
	background-image:url('../img/logos/IUC-IURC-joined-logo-new.png');
	background-repeat:no-repeat;
	background-size:contain;
	width:90%;
	height:0;
	padding-top:13.7%;
	display:inline-block;
}

.nms-addons-list-block .regionsContent .regionsRight .prog-iurc {
	background-image:url('../img/logos/IURC-logo-new.png');
	background-repeat:no-repeat;
	background-size:contain;
	width:90%;
	height:0;
	padding-top:13.7%;
	display:inline-block;
}

.nms-addons-list-block .regionsContent .regionsRight .prog-iuc {
	background-image:url('../img/logos/IUC-logo-new.png');
	background-repeat:no-repeat;
	background-size:contain;
	width:90%;
	height:0;
	padding-top:13.7%;
	display:inline-block;
}

.nms-addons-list-block .regionsContent .regionsRight .prog-eucg {
	background-image:url('../img/logos/eucg-logo.png');
	background-repeat:no-repeat;
	background-size:contain;
	width: 100px;
    height: 100px;
	padding-top:13.7%;
	display:inline-block;
}


/** Thematic Cluster buttons **/
a.nms-thematicCluster-events-button  {
	display:inline-block;
    padding: 0;
    border-radius: 5px;
    margin: -20px 10px -13px 0px;
	box-shadow:none!important;
	width:50px;
	height:50px;
	background-size:contain;
	float:right;
	background-repeat: no-repeat;
	background-position: center;	
	border:5px solid transparent;
}

a.nms-thematicCluster-events-button.cluster_01  {
	background-image:url(../img/icons-thematic-clusters/01-renovation-wave.png);
}
a.nms-thematicCluster-events-button.cluster_02  {
	background-image:url(../img/icons-thematic-clusters/02-circular-economy.png);
}
a.nms-thematicCluster-events-button.cluster_03  {
	background-image:url(../img/icons-thematic-clusters/03-nbs-water.png);
}
a.nms-thematicCluster-events-button.cluster_04  {
	background-image:url(../img/icons-thematic-clusters/04-sustainable-agriculture.png);
}
a.nms-thematicCluster-events-button.cluster_05  {
	background-image:url(../img/icons-thematic-clusters/05-uban-agenda.png);
}
a.nms-thematicCluster-events-button.cluster_06  {
	background-image:url(../img/icons-thematic-clusters/06-urban-poverty.png);
}
a.nms-thematicCluster-events-button.cluster_07  {
	background-image:url(../img/icons-thematic-clusters/07-mobility-transport.png);
}
a.nms-thematicCluster-events-button.cluster_08  {
	background-image:url(../img/icons-thematic-clusters/08-education.png);
}
a.nms-thematicCluster-events-button.cluster_09  {
	background-image:url(../img/icons-thematic-clusters/09-tourism.png);
}
a.nms-thematicCluster-events-button.cluster_10  {
	background-image:url(../img/icons-thematic-clusters/10-health-care.png);
}
a.nms-thematicCluster-events-button.cluster_11  {
	background-image:url(../img/icons-thematic-clusters/11-technology.svg);
}
a.nms-thematicCluster-events-button.cluster_12  {
	background-image:url(../img/icons-thematic-clusters/12-industry.svg);
}
a.nms-thematicCluster-events-button.cluster_14  {
	background-image:url(../img/icons-thematic-clusters/14_EUCG_Icon_Digitalisation_Innovation.png);
}
a.nms-thematicCluster-events-button.cluster_15  {
	background-image:url(../img/icons-thematic-clusters/15_EUCG_Icon_Afforfable_Housing_Light.png);
}
a.nms-thematicCluster-events-button.cluster_16  {
	background-image:url(../img/icons-thematic-clusters/16_EUCG_Icon_Nature-Based-Solutions.png);
}
a.nms-thematicCluster-events-button.cluster_17  {
	background-image:url(../img/icons-thematic-clusters/17_EUCG_Icon_Circular_Economy.png);
}

a.nms-thematicCluster-events-button.challenge_01  {
	background-image:url(../img/icons-challenges/Smart-City-and-Digital-Transition.png);
	width:60px;
	height:60px;
}
a.nms-thematicCluster-events-button.challenge_02  {
	background-image:url(../img/icons-challenges/Post-Covid-Recovery.png);
	width:60px;
	height:60px;
}
a.nms-thematicCluster-events-button.challenge_03  {
	background-image:url(../img/icons-challenges/Climate-Change-and-Energy-Transition.png);
	width:60px;
	height:60px;
}


/**** Tooltip ***/
.nms-tooltip {
  position: relative;
  display: inline-block;
 }

.nms-tooltip .tooltiptext {
	display: inline-block;
	width: 200px;
	opacity:0.98;
	background-color: #fff;
	color: var(--nms-eu--color);
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -100px;
	padding:5px 7px;
	font-family: var(--entry-content--font-family);
	font-weight: 400;

	box-shadow: var(--nms-block-shadow);
	-webkit-box-shadow: var(--nms-block-shadow);
	 
	transform: translate(-10px, -5px);	 
	transition-property: all;
	transition-timing-function: ease-in-out;
	transition-delay: 0.3s;
	transition-duration: 0s;
	visibility: hidden;
}

.nms-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  #fff transparent transparent transparent;
}

.nms-tooltip:hover .tooltiptext {
  visibility: visible;
  transform: translate(0px, 0px);
  transition-duration: 0.2s;
  z-index: 100;
}



/*** Overlay Cities & Regions Content ***/
.nms-addons-list-block.overlayer {
	flex-wrap: wrap;
	width:1200px;
}

.nms-addons-list-block.overlayer .regionsContent {
	height:auto;
}

/*** Main Buttons **/
.wp-block-column.nms-mainButtons {
	text-align:center!important;
}

.wp-block-columns .nms-mainButtons-text-button {
    height: auto;
    width: calc( 100% / 4 - 14px );
    display: inline-block;
    position: relative;
	text-align: center;
	margin:5px;
}
#page .wp-block-column.nms-mainButtons .wp-block-button .wp-block-button__link {
	width:100%;
	border-radius:10px;
}

@media screen and (max-width:1200px) {
	
	.nms-mainButtons-text-button .wp-block-button__link {
		font-size: 0.95rem;
		font-weight: 600;
		line-height: 1rem;
	}
}

@media screen and (max-width:992px) {
	/*Tooltips are problematic on smaller screens*/
	.nms-tooltip .tooltiptext,
	.nms-tooltip:hover .tooltiptext {
		display:none;
	}
	
	.wp-block-columns .nms-mainButtons-text-button {
		width: calc( 100% );
	}
}

@media screen and (max-width:768px) {
	.nms-addons-list-block .regionsContent {
		flex-basis: 100%;
		margin: 0;
		height: 0;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		align-items: start;
		overflow:hidden;
	}

	.nms-addons-list-block .regionsContent .regionsLeft {
		flex-basis: 100%;
	}

	.nms-addons-list-block .regionsContent .regionsRight {
		flex-basis: 100%;
		text-align:left;
	}	

	.prog-iuc-iurc {
		padding-top:10%;
	}
	
	.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .cover {
		flex-basis: 100%;
		margin: 0;
		width: 100%;
		padding: 0;
	}
	
	.nms-addons-list-block .regionsContent .regionsLeft .sectionHeader .metaData {
		flex-basis: 100%;
		padding: 32px 0 0 0;

	}
	
	.nms-addons-list-block .regionsContent .sectionFooter a.nms-events-takeaways {
		margin-bottom:10px;
	}
	.nms-addons-list-block .regionsHeader .title {
		float: none;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	a.nms-thematicCluster-events-button {
		width: 40px!important;
		height: 40px!important;
	}
	
	.nms-addons-list-block .regionsContent .regionsRight .title {
		margin-top: 6px;
	}
}


/*** Filter Butoons Dropdown ***/
.nms-ecwd-filter {
	text-align:center;
}

.wp-block-columns .wp-block-column.nms-ecwd-filter > *{
	margin:0;
	padding:0;
}
.nms-ecwd-filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wp-block-columns .wp-block-column.nms-ecwd-filter .nms-ecwd-text-button {
    height: auto;
    width: calc( 100% / 4 - 14px );
    display: inline-block;
    position: relative;
	text-align: center;
	margin:5px;
}

.nms-ecwd-text-button label {
    background-color: var(--nms-eu--color);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
	box-shadow: var(--nms-block-shadow);
	-webkit-box-shadow: var(--nms-block-shadow);
	padding: 3px;
}

.nms-ecwd-text-button label:before {
	content:'+';
	padding-right:5px;
}
.nms-ecwd-text-button.show label:before {
	content:'-';
}

.nms-ecwd-text-button label:hover {
	transform: translateY(-2px);
} 
.nms-ecwd-text-button.show label {
	border-radius: 5px 5px 0 0;
}

.nms-ecwd-text-button.show .nms-ecwd-dropdown-wrapper {
	display:inline-block;
	
}

.nms-ecwd-text-button .nms-ecwd-dropdown-wrapper {
    display: none;
    background-color: var(--nms-eu--color);
    position: absolute;
    z-index: 5;
    margin-top: calc(2rem + 4px);
    left: 0;
    border: 0;
    border-bottom: 0;
    width: 100%;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,0.30);
	-webkit-box-shadow: 0 8px 18px 0 rgba(0,0,0,0.30);
	border-radius:0 0 5px 5px;
	text-align:left;
}

.nms-ecwd-text-button .nms-ecwd-dropdown-wrapper li {
	padding: 0 10px;
	transition-property: all;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 0.2s;
}

.nms-ecwd-text-button .nms-ecwd-dropdown-wrapper li.headline {
    color: var(--nms-eu--color);
    font-size: 0.80rem;
    font-weight: 600;
    padding: 7px 5px 7px 15px;
    background-color: #fff;
	border-top:1px solid var(--nms-eu--color);
}

.nms-ecwd-text-button .nms-ecwd-dropdown-wrapper li:hover {
	background-color: #fff;
}

.nms-ecwd-text-button .nms-ecwd-dropdown-wrapper a {
	color:#fff;
	font-size: 0.75rem;
    line-height: 2rem;
	width:100%;
	display:inline-block;
	padding-left:10px;
}
.nms-ecwd-text-button .nms-ecwd-dropdown-wrapper .active a {
	text-decoration:underline;
}

.nms-ecwd-text-button .nms-ecwd-dropdown-wrapper li:hover a {
	color:var(--nms-eu--color);
	text-decoration:underline;
}




.nms-ecwd-text-button .nms-ecwd-dropdown-wrapper li.headline:hover {
	background-color: #fff;
	color: var(--nms-eu--color);
}


/*** Active filters ***/
#nms-ecwd-activeFilters {
	width:100%;
	text-align:left;
	color: #fff;
	margin-top:32px;
	font-size:0.9rem
}	

#nms-ecwd-activeFilters a {
    display: inline-block;
    padding: 0.5rem;
    background-color: white;
    font-size: 0.7em;
    font-weight: bold;
    color: var(--nms-eu--color);
    margin: 0px 10px 0;
    border-radius: 4px;
}

@media screen and (max-width:992px) {
	
	.wp-block-columns .wp-block-column.nms-ecwd-filter .nms-ecwd-text-button {
		width: calc( 100% );
	}
	.nms-ecwd-text-button label {
		font-size: 1rem;
		font-weight: 600;
		line-height: 2rem;
	}
}




/** Ajax Loader **/
.lds-ellipsis {
	display: inline-block;
	position: fixed;
	width: 64px;
	height: 64px;
	margin-left: 50% !important;
	z-index: 20;
	top: 50vh;
	opacity:0.98;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--nms-aa--color);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;

}
.lds-ellipsis div:nth-child(2) {
  left: 16px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 46px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 60px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}




/*** IURC ADDONS MEDIA **/
.nms-iurc-playbutton {
    border: 0;
    position: absolute;
    font-size: 30px;
    color: var(--nms-eu--color)!important;
    width: 60px!important;
    height: 60px!important;
    background: transparent!important;
    text-align: center;
    cursor: pointer;
    padding: 0 0 0 7px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
	text-shadow: 1px 1px 5px #000;
}

.nms-iurc-playbutton:hover {
	color: var(--nms-aa--color)!important;
	transition-property: color!important;
	transition-timing-function: ease-in-out!important;
	transition-delay: 0s!important;
	transition-duration: 0.5s!important;	
}

.nms-iurc-playbutton::before,
.nms-iurc-playbutton::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.nms-iurc-playbutton.spin {
    height: 200px;
    width: 200px;
}

.nms-iurc-playbutton.spin::before,
.nms-iurc-playbutton.spin::after {
    top: 0;
    left: 0;
}

.nms-iurc-playbutton.spin::before {
    border: 2px solid transparent;
}

.nms-iurc-playbutton.spin:hover::before {
    border-top-color: var(--nms-aa--color);
    border-right-color: var(--nms-aa--color);
    border-bottom-color: var(--nms-aa--color);
    transition: border-top-color 0.15s linear 0s, border-right-color 0.15s linear 0.20s, border-bottom-color 0.15s linear 0.60s;
}

.nms-iurc-playbutton.spin::after {
    border: 0 solid transparent;
}

.nms-iurc-playbutton.spin:hover::after {
    border-top: 2px solid var(--nms-aa--color);
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform 1s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 1s linear 0s;
}

.nms-iurc-playbutton.circle {
    border-radius: 100%;
    box-shadow: none;
}

.nms-iurc-playbutton.circle::before,
.nms-iurc-playbutton.circle::after {
    border-radius: 100%;
}

#iurc-addons-mediaWrapper {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

#iurc-addons-overlayWrapper {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 10;
	display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1200px) {
	#iurc-addons-overlayWrapper {
		align-items: normal;
		justify-content: center;
	}
	
	#iurc-addons-overlayWrapper .nms-addons-list-block.overlayer .regionsContent {
		height: 100vh;
		overflow-y: scroll;
	}
}


@media screen and (max-width:768px) {
	#iurc-addons-overlayWrapper {
		align-items: normal;
		justify-content: center;
	}
	
	#iurc-addons-overlayWrapper .nms-addons-list-block.overlayer .regionsContent {
		height: 100vh;
		overflow-y: scroll;
	}
}


.nms-iurc-embeddedView {
	display:flex;
	flex-wrap: nowrap;
	background-color: var(--nms-block-background-color);
	-webkit-box-shadow: var(--nms-block-shadow);
	box-shadow: var(--nms-block-shadow);
	padding:var(--nms-block-padding);
	justify-content: center;
	align-items: center;
	margin:0 auto!important;
	max-width:calc( 1280px + 128px );
}

.nms-iurc-embeddedView .media {
	flex-basis:40%;
	padding:32px;
}

.nms-iurc-embeddedView .content {
	flex-basis:60%;
	padding:32px;
	max-height: 95vh;
	overflow-y: auto; 
	overflow-x: hidden; 
}
.nms-iurc-embeddedView .content .title {
	color:var(--nms-eu--color);
	text-decoration:none;
	font-weight: 600;
}

.nms-iurc-embeddedView .content .postContent {
	margin-top:32px;	
}

.nms-iurc-embeddedView .content .media-type {
	font-weight: 600;
	padding: 0;
	margin: 10px 0 0 0;
}

#nms-iurc-closebutton {
    width: 50px;
    height: 50px;
    background-color: #fff;
    top: 10px;
    position: absolute;
    right: 25px;
    border-radius: 100%;
    text-align: center;
	z-index:20;
}

#nms-iurc-closebutton .close-container{
  position: relative;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#nms-iurc-closebutton .leftright{
  height: 4px;
  width: 100%;
  position: absolute;
  margin-top: 24px;
  background-color: var(--nms-eu--color);
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

#nms-iurc-closebutton .rightleft{
  height: 4px;
  width: 100%;
  position: absolute;
  margin-top: 24px;
  background-color: var(--nms-eu--color);
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

#nms-iurc-closebutton label{
  color: white;
  font-size: .6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in;
  opacity: 0;
}
#nms-iurc-closebutton .close{
  margin: 60px 0 0 -25px;
  position: absolute;
}

#nms-iurc-closebutton .close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: var(--nms-aa--color);
}
#nms-iurc-closebutton .close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: var(--nms-aa--color);
}
#nms-iurc-closebutton .close-container:hover label{
  opacity: 1;
}

@media screen and (max-width:1200px) {
	.nms-addons-list-block.overlayer {
		flex-wrap: wrap;
		width:90vw;
	}
}

@media screen and (max-width:768px) {
	.nms-addons-list-block.overlayer {
		flex-wrap: wrap;
		width:100vw;
	}

	#nms-iurc-closebutton {
		width: 40px;
		height: 40px;
		top: 4px;
		border: 1px solid var(--nms-eu--color);
	}
	
	#nms-iurc-closebutton .close-container {
    margin: -6px auto 0 auto;
    width: 30px;
    height: 30px;
	}
}


.nms-iurc-embeddedView .wp-video {
	margin:0 auto;
	width:100%!important;
	max-width:640px!important;
	position: relative;
	padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ 
}

.nms-iurc-embeddedView .wp-video video,
.nms-iurc-embeddedView .wp-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1400px) {
	.nms-iurc-embeddedView {
			margin:0 12px!important;
	}

	.nms-iurc-embeddedView .media {
		flex-basis:60%;
	}

	.nms-iurc-embeddedView .content {
		flex-basis:40%;
	}
}


@media screen and (max-width:1200px) {
	.nms-iurc-embeddedView {
		flex-wrap: wrap;
		max-height: calc( 100vh - 60px );
		overflow-y: auto;
	}
	.nms-iurc-embeddedView .media {
		flex-basis:100%;
	}

	.nms-iurc-embeddedView .content {
		flex-basis:100%;
		overflow-y:hidden;
	}
}

/** nms-additionals-event block **/
.nms-additionals-event {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	margin-top:10px;
}
.nms-additionals-event .leftCol {
	flex-basis: 70%;
}
.nms-additionals-event .rightCol {
	flex-basis: 30%;
}

@media screen and (max-width:1200px) {
	
	.nms-additionals-event {
			flex-wrap: wrap;
	}
	.nms-additionals-event .leftCol {
		flex-basis: 100%;
	}
	.nms-additionals-event .rightCol {
		flex-basis: 100%;
		margin-top:10px;
	}
}

/*** All Language Buttons ***/
a.nms-iurc-allLang.nms-filterRequest {
	position:absolute;
	right:10px;
	color:#fff;
	top:0;
}

.nms-iurc-addons-list h4 {
	text-align:center;
	width:100%;
}

/*** Single.php library **/
.nms-iurc-addons-title h1 {
	text-align:center;
	margin-bottom: -20px;
	margin-top:20px;
}

.nms-iurc-addons-resourceType {
	text-align:center;
}

.nms-iurc-addons-short {
    color: var(--nms-eu--color) !important;
    font-size: 125%;
    font-style: italic;
}
.nms-iurc-addons-short a.nms-discoverButton {
	background-color: var(--nms-eu--color);
	display: inline-block;
	padding: 6px;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 0.8rem;
	margin: -5px 10px 0px 0;
	text-decoration: none;
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.3);
	font-style:normal;
}
.nms-iurc-addons-short a.nms-discoverButton:hover {
	transform: translateY(-2px);
	box-shadow:0 3px 7px 0 rgba(0,0,0,0.3);
}
.nms-iurc-addons-short a.nms-discoverButton:focus {
	background-color: var(--nms-eu--color)!important;
	color: #fff!important;
}

.nms-additionals-event a {
    display: inline-block;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    margin: -5px 10px 0px 0;
    text-decoration: none;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.12);
}

.nms-additionals-event a.nms-events-takeaways {
	background-color: var(--nms-aa--color);
	box-shadow:0 2px 6px 0 rgba(0,0,0,0.3);
	color: #fff!important;
}

.nms-additionals-event a.nms-events-takeaways:hover {
	transform: translateY(-1.8px);
	box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
}

.nms-additionals-event a.nms-events-takeaways:focus {
	background-color: var(--nms-aa--color)!important;
	color: #fff!important;
}

.nms-addons-list-block .regionsContent .sectionFooter a.nms-events-takeaways {
	margin-bottom:10px;
}

.nms-iurc-addons-headerWrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: Start;
	align-items: start;
}

.nms-iurc-addons-headerThumb {
	flex-basis: 30%;
    margin: 0;
    height: auto;
    position: relative;
	padding-right:32px;
}

.nms-iurc-addons-header {
	flex-basis: 70%;
    margin: 0;
    height: auto;
}
.nms-iurc-addons-headerThumb .header {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
	position:relative;
}

.nms-iurc-addons-headerThumb .header.hascaption {
	margin-bottom: 30px;
}
.nms-iurc-addons-headerThumb .header span.nms-iurc-addons-copy-caption {
	display: block;
	position: absolute;
	bottom: -23px;
	color: var(--nms-eu--color);
	font-size: 0.7em;
	font-style: italic;
}

.nms-iurc-addons-headerThumb .header iframe,
.nms-iurc-addons-headerThumb .header .wp-video-shortcode {
	position:absolute!important;
	width:100%!important;
	height:100%!important;
} 

.nms-iurc-addons-headerThumb .metaData .numbers {
	color: var(--nms-eu--color);
	font-weight:600;	
}

@media screen and (max-width:1200px) {
	.nms-iurc-addons-headerWrapper {
		flex:nowrap;
		justify-content: start;
		align-items: start;
	}

	.nms-iurc-addons-headerThumb {
		flex-basis: 50%;
		padding-right:32px;
	}

	.nms-iurc-addons-header {
		flex-basis: calc( 50% - 32px );
	}
}

@media screen and (max-width:768px) {
	.nms-iurc-addons-headerWrapper {
		flex-wrap: wrap;
	}

	.nms-iurc-addons-headerThumb {
		flex-basis: 100%;
		padding-right:0;
		padding-bottom:32px;
	}

	.nms-iurc-addons-header {
		flex-basis: 100%;
	}
	a.nms-iurc-allLang.nms-filterRequest {
		position: relative;
		right: 10px;
		color: #fff;
		top: 0;
	}
}

/*** main buttons regions and cities play arround **/
#nms-mainButtons-regions-cities-button::before {
	content: '';
	margin-top:5px;
	width: 100%;
	height: 100px;
	display: inline-block;
	background-image: url(../img/cities-regions/cities003.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease-in;
}

#nms-mainButtons-regions-regions-button::before {
	content: '';
	margin-top:5px;
	width: 100%;
	height: 100px;
	display: inline-block;
	background-image: url(../img/cities-regions/regions003.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease-in;
}

.page-id-19499 #nms-mainButtons-regions-regions-button::before, 
.page-id-19499 #nms-mainButtons-regions-cities-button::before { 
	height: 80px;
}


#nms-mainButtons-regions-cities-button:hover::before {
	background-image: url(../img/cities-regions/cities003over.svg);
	margin-top:0px;
	height: 105px;
	transition: all 0.2s ease-in;
}

#nms-mainButtons-regions-regions-button:hover::before {
	background-image: url(../img/cities-regions/regions003over.svg);
	margin-top:0px;
	height: 105px;	
	transition: all 0.2s ease-in;
}

.page-id-19499 #nms-mainButtons-regions-regions-button:hover::before, 
.page-id-19499 #nms-mainButtons-regions-cities-button:hover::before { 
	height: 85px;
}
.wp-block-columns .nms-regionsButtons-text-button {
    height: auto;
    width: calc( 100% / 4 - 14px );
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 5px;
}

@media screen and (max-width:768px) {
	.wp-block-columns .nms-regionsButtons-text-button {
		width: calc( 100% / 2 - 14px );
	}
	
	#page .wp-block-column.nms-mainButtons .nms-regionsButtons-text-button .wp-block-button .wp-block-button__link {
		font-size: 0.97rem;;
	}
	#nms-mainButtons-regions-cities-button::before,
	#nms-mainButtons-regions-regions-button::before {
		width: 70%;
		height: 70px;
	}
	
	#nms-mainButtons-regions-cities-button:hover::before,
	#nms-mainButtons-regions-regions-button:hover::before {
		height: 75px;	
	}
}

/*** additional adjustments ***/
a.nms-iurc-addons-loadMore {
    display: block;
    margin: 0 auto;
    color: var(--nms-eu--color);
    text-decoration: none;
	font-weight:600; 
	padding:10px;
	border-radius:5px;
	transition: all 0.2s ease-in;
}

a.nms-iurc-addons-loadMore:hover {
	background-color: #f6f7fa;
	color: var(--nms-aa--color);
	transition: all 0.2s ease-in;
}

.nms-iurc-addons-list .wp-block-separator {
	margin-top:20px!important;
}

#nms-region-nms-country-region-filter {
	max-height: 50vh;
    overflow: auto;
	min-height: 100px;
}






/**** Interactiv Maps **/

.nms-iurc-addons-filterMap {
	max-width:100vw!important;
	width:100vw;
	height:auto!important;
}
.nms-addons-regions-map {
	position:relative;
	background-color: var(--nms-eu--color);
	min-height: calc( 100vh - 123px );
	max-width:100vw;
	overflow:hidden;
}

.nms-addons-regions-map .show-default {
    text-align: center;
    height: min-content;
    width: 100%;
    margin: auto 0;
}

.nms-addons-regions-map .show-default::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background-image:url('/wp-content/uploads/2021/03/map-white-1-1.svg'); 
	background-attachment:fixed;
	height:100%;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:0.3;
}


.nms-addons-regions-map .mapWrapper {
	width:auto;
	position:relative;
	display:inline-block;
	padding:0 !important;
	margin:10px 0;
}

.nms-addons-regions-map .map {
    width: auto;
	height: auto;
	max-height: calc( 100vh - 123px );
    margin: 0!important;
    padding: 0!important;
}

.nms-addons-regions-map .hotspot {
	position: absolute;
	line-height: 0 !important;
	padding: 5px !important;
	margin: 0 !important;
	border-radius: 300px;
	color: #fff;
	cursor:pointer
}

.hotspot::before {
	content: '';
	border-radius: 100px !important;
	-moz-border-radius: 100px;
	-webkit-border-radius: 9px;
	border: 4px solid #ffaf04;
	display: block;
	position: absolute;
	left: calc(0px);
	top: calc(0px);
	-webkit-animation: pulsate 2s ease-out;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(1, 1); opacity: 0.7;}
	50% {opacity: 0.5;}
	100% {-webkit-transform: scale(1.5, 1.5); opacity: 0.0;}
}

/** Hotspot general Map positions **/
.nms-addons-regions-map .mapWrapper .north_america.hotspot {
    left: 16.78%;
    top: 25.72%;
    background-color: var(--nms-na--color);
}
.nms-addons-regions-map .mapWrapper .north_america.hotspot::before {
	border-color: var(--nms-na--color);
}

.nms-addons-regions-map .mapWrapper .china.hotspot {
    left: 76.41%;
    top: 40.61%;
    background-color: var(--nms-ch--color);
}
.nms-addons-regions-map .mapWrapper .china.hotspot::before {
	border-color: var(--nms-ch--color);
}

.nms-addons-regions-map .mapWrapper .asia_australasia.hotspot {
    left: 80.9%;
    top: 55.93%;
    background-color: var(--nms-aa--color);
}
.nms-addons-regions-map .mapWrapper .asia_australasia.hotspot::before {
	border-color: var(--nms-aa--color);
}

.nms-addons-regions-map .mapWrapper .latin_america.hotspot {
	left: 26.27%;
	top: 65.99%;
    background-color: var(--nms-la--color);
}
.nms-addons-regions-map .mapWrapper .latin_america.hotspot::before {
	border-color: var(--nms-la--color);
}

.nms-addons-regions-map .mapWrapper .europe.hotspot {
	left: 46.31%;
	top: 31.47%;
    background-color: var(--nms-central--color);
}
.nms-addons-regions-map .mapWrapper .europe.hotspot::before {
	border-color: var(--nms-central--color);
}
.nms-addons-regions-map a.hotlink {
	display: block;
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.nms-addons-regions-map a.nms-thematicCluster-events-button {
    display: inline-block;
    padding: 0;
    border-radius: 5px;
    margin: 0px;
    box-shadow: none !important;
    width: 40px;
    height: 40px;
    background-size: contain;
    float: none;
    background-repeat: no-repeat;
    background-position: center;
    border: 5px solid transparent;
}

.nms-addons-regions-map #nms-ecwd-activeFilters {
    margin-top: 0;
	width:auto;
    position: absolute;
    top: 32px;
    margin-left: 32px;
	background: #003b89b5;
	padding: 0px 20px 0px 0;
	border-radius: 8px;
	font-size: 0.75rem;
}

.nms-addons-regions-map #placeholderResults {
	font-size: 150%;
	font-weight:600;
}

.nms-addons-regions-map .tooltiptext {
	font-size:0.7rem;
}

.nms-addons-regions-map ul.clusterList {
    position: absolute;
    list-style-type: none;
    display: none;
    margin: -37px 0 0 -14px;
    z-index: 1;
}

.nms-addons-regions-map ul.clusterList.active {
	display:block;
}

.nms-addons-regions-map ul.clusterList li {
	cursor:pointer;
	background-color: rgba(255,255,255,0.9);
	border-radius: 100px;
	padding: 0;
	border: 2px solid rgba(255,255,255,0.0);
	margin: 0 0 5px 0;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
}

.nms-addons-regions-map .nms-filterRequest {
	cursor:pointer;
	color:var(--nms-eu--color);
}

.nms-addons-regions-map .tooltiptext {
	line-height: normal;
}

.nms-addons-regions-map .tooltiptext div {
	margin-bottom:10px;
}

.mapdemo .nms-ecwd-text-button {
	display:none!important;
}

.nms-addons-regions-map .clusterList.active li.active {
    z-index: 2!important;
    background-color: white;
}
.nms-addons-regions-map .clusterList.active li.active a {
    height: 60px!important;
    width: 60px!important;
}

@media screen and (max-width:768px) {
	.nms-addons-regions-map a.nms-thematicCluster-events-button {
		width: 25px!important;
		height: 25px!important;
	}
	.nms-addons-regions-map ul.clusterList li {
		border:1px solid #fff;
	}
	.nms-addons-regions-map ul.clusterList {
		margin:-22px 0 0 -9px;
	}
	.nms-addons-regions-map .mapWrapper {
		margin:10px 30px 30px 30px
	}
}

/** Scroll to nav **/
.nms-mapNav {
	position:absolute;
	top:80%;
	left:calc(50vw - 25px);
	width: 35px;
	height: 35px;
}

.nms-mapNav .arrow,
.nms-mapNav .arrow:before {
  position: absolute;
  left: 50%;
}

.nms-mapNav .arrow {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  cursor:pointer;
  opacity:0.3;
}

.nms-mapNav .arrow:hover {
  opacity:1;	
}

.nms-mapNav .arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

.nms-mapNav.jump {
	transform-origin: 100% 100%;
	animation-name: jumphint;
	animation-timing-function: ease-in-out;
	animation-duration:0.9s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
} 
.nms-mapNav.jump .arrow {
	opacity:1;
}

@keyframes jumphint {
  0%   {transform: translate3d(0,0,0);}
  40%  {transform: translate3d(0,30%,0);}
  100% {transform: translate3d(0,0,0);}
}


#nms-addons-regions-jump2it {
  border: 1px solid red;
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -10px;
}

.nmsGaLabel {
	opacity:0.9;
    position: absolute;
    left: 0;
    font-size: 1rem;
    padding: 2px 10px;
    top: 0;
    color: #fff;
    font-weight: 500;
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 30%);
	border-radius: 3px;
}

.nmsGaLabel.north_america {
	left: 22%;
	top: 13%;
	background-color: var(--nms-na--color);
}

.nmsGaLabel.china {
    left: 66.8%;
    top: 28%;
	background-color: var(--nms-ch--color);
	color:var(--nms-eu--color);
}

.nmsGaLabel.latin_america {
	left: 31%;
	top: 54%;
	background-color: var(--nms-la--color);
}

.nmsGaLabel.asia_australasia {
	left: 63%;
    top: 68.5%;
	background-color: var(--nms-aa--color);
	white-space: nowrap;
}

.nmsGaLabel.europe {
	left: 51%;
	top: 20%;
	background-color: var(--nms-central--color);
}

.nmsGaLabel::after {
	content: '';
	width: 35px;
	height: 1px;
	position: absolute;
	bottom: -11px;
	left: -26px;
	transform: rotate(-50deg);
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 30%);
}
.nmsGaLabel.china::after {
	content: '';
	width: 35px;
	height: 1px;
	position: absolute;
	bottom: -13px;
	right: -28px;
	transform: rotate(50deg);
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 30%);
	left: auto;
}

 .nmsGaLabel.asia_australasia::after {
	content: '';
	width: 35px;
	height: 1px;
	position: absolute;
	bottom: 42px;
    right: -28px;
	transform: rotate(-50deg);
	box-shadow: 0 3px 7px 0 rgb(0 0 0 / 30%);
	left: auto;
}

.nmsGaLabel.europe::after {
    border-bottom: 1px solid var(--nms-central--color);
}
.nmsGaLabel.latin_america::after {
    border-bottom: 1px solid var(--nms-la--color);
}
.nmsGaLabel.north_america::after {
    border-bottom: 1px solid var(--nms-na--color);
}
.nmsGaLabel.asia_australasia::after {
    border-bottom: 1px solid var(--nms-aa--color);
}
.nmsGaLabel.china::after {
    border-bottom: 1px solid var(--nms-ch--color);
}

.europe.floating {
	animation-delay: 0s
}
.latin_america.floating {
	animation-delay: 0.3s
}
.north_america.floating {
	animation-delay: 1s
}
.asia_australasia.floating {
	animation-delay: 1.9s
}
.china.floating {
	animation-delay: 2.2s
}

.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: 3;
    animation-timing-function: ease-in-out;
}

.floating:hover { 
    animation-name: floating;
    animation-duration: 3s;
	animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.clusterList li:hover { 
    animation-name: floating;
    animation-duration: 3s;
	animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	z-index:9999
	
}



@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 4px); }
    100%   { transform: translate(0, -0px); }   
}

@keyframes floating2 {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 2px); }
    100%   { transform: translate(0, -0px); }   
}

.nms-iurc-addons-filterMap .listHint {
	cursor:pointer;
	font-weight: 500;
	font-size:1rem;
}

.nms-iurc-addons-filterMap .listHint:hover {
	text-decoration:underline;
}

.nms-iurc-addons-filterMap .listHint .fa-angle-double-down {
	transform-origin: 100% 100%;
	animation-name: jumphint;
	animation-timing-function: ease-in-out;
	animation-duration:0.9s;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#nms-addons-regions-goupagain {
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    border-left: 1px solid var(--nms-eu--color);
    border-top: 1px solid var(--nms-eu--color);
    position: fixed;
    right: 5%;
    top: 180px;
    display: none;
    overflow: visible;
	cursor:pointer;
	z-index: 1;
}

#nms-addons-regions-goupagain .tooltiptext {
    transform: rotate(-45deg);
    top: -30px;
    height: 25px;
    left: -19px;
}

.nms-iurc-addons-filterMap .arrow-text {
    display: none;
    background-color: #ff7820e8;
    position: absolute;
    top: auto;
    bottom: 29px;
    left: calc(50% - 55px);
    width: 150px;
    border-radius: 10px;
    z-index: 100;
    color: #fff;
    font-size: 0.7rem;
    padding: 3px 5px;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 30%);
    font-weight: 500;
}


@media screen and (max-width:1200px) {
	.nms-addons-regions-map #nms-ecwd-activeFilters {
	  margin-top: 0;
	  position: absolute;
	  top: auto;
	  margin-left: 32px;
	  bottom: 5px;
	  font-size: 0.8rem;
	}
	
	#nms-addons-regions-goupagain {
	  width: 13px;
	  height: 13px;
	  transform: rotate(45deg);
	  border-left: 2px solid var(--nms-eu--color);
	  border-top: 2px solid var(--nms-eu--color);
	  position: fixed;
	  right: 5%;
	  top: auto;
	  display: none;
	  overflow: visible;
	  cursor: pointer;
	  z-index: 1;
	  bottom: 32px;
	}
}

@media screen and (max-width:768px) {
	.nmsGaLabel {
		font-size: 0.7rem;
	}
	.nmsGaLabel::after {
		display:none;
	}
	.nmsGaLabel.asia_australasia::after,
	.nmsGaLabel.china::after	{
		display:none;
	}
	.nms-iurc-addons-filterMap .listHint {
		font-weight:500;
		font-size:0.5rem;
	}
}
@media screen and (max-width:576px) {
	.nmsGaLabel {
		font-size: 0.5rem;
	}
	
	.mapWrapper .tooltiptext {
		display:none!important;
	}
}

/*** event-calendar-wd hide search **/
.ecwd-search {
	display:none!important;
}


.ultp-not-found-message {
	display:none;
}



/*** EUCG Knowledge Library Extras ***/
#nms-iurc-allLangLink,
#nms-ecwd-geographical-focus-button,
#nms-ecwd-cross-cutting-challenge-events-button {
	display:none;
}

.wp-block-columns .wp-block-column.nms-ecwd-filter .nms-ecwd-text-button {
    height: auto;
    width: calc( 100% / 2 - 14px );
    display: inline-block;
    position: relative;
	text-align: center;
	margin:5px;
}