#content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#content svg {
	max-width: 1200px;
	overflow: visible !important;
}

#content .svg_container {
	display: flex;
	justify-content: center;
	position: relative;
}

#content p, #content ul > li {
	color: #000000;
	font-family: "Whitney", Sans-serif;

}

#content .carousel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	position: relative;
}

#content .carousel_heading-primary {
	color: #57B7D3;
	font-family: "Chronicle Display", Sans-serif;
	font-size: 3.125em;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 auto 20px;
}

#content .carousel_tabs {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	position: relative;
}

#content .carousel_tab {
	text-align: center;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	font-size: 1.375em;
	font-weight: 300;
	line-height: 1.345;
	margin-bottom: 0;
}

#content .carousel_tab-active {
	cursor: pointer;
	border-bottom: 5px solid #ffcc4e;
	transition: border-bottom 0.4s ease;
	font-weight: 600;
}
#content .carousel_tab:hover {
	cursor: pointer;
	border-bottom: 5px solid #ffcc4e;
	transition: border-bottom 0.4s ease;
	font-weight: bold;
}

#content .carousel-full-view {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	align-self: end;
	position: absolute;
	left: 50px;
	bottom: calc(100% + 20px);
}

#content .carousel-full-view-image {
	transition: 0.25s all ease-in-out;
}

@media only screen and (min-width: 1200px){
	#content .carousel-full-view-image:hover {
		cursor: pointer;
		width: 50px;
		transition: 0.25s all ease-in-out;
	}
}

#content .carousel-full-view-text {
	margin-top: 2px;
	margin-bottom: -10px;
	color: #696b6b;
}

#content .loader {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 100px;
	height: 100vh;
}

#content .spinner {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}

#content .regionalInfo {
	position: relative;
	/* margin-right: auto; */
	background-color: #efeded;
}

#content .regionalInfo_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 850px;
	margin: 0 auto;
	position: relative;
}

#content .regionalInfo_content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px;
	width: 60%;
	flex-grow: 1;
}

#content .regionalInfo_button {
	display: flex;
	flex-direction: column;
	justify-content: start;

}

#content .regionalInfo_title {
	font-weight: normal;
	letter-spacing: 2px;
}

#content .mission-field {
	display: flex;
	flex-direction: row;
}

#content .mission-field_label {
	font-weight: 600;
	font-size: 22px;
}

#content .mission-field_data {
	font-weight: 600;
	font-size: 22px;
	margin-left: 2px;
	color: #47a9c9;
}

#content .regionalInfo_heading {
	font-weight: normal;
}

#content .regionalInfo_list {
	font-size: normal;
	padding-left: 1.5em;
	margin-left: 0;
}

#content .regionalInfo_list_element {
	font-size: normal;
	font-weight: normal;
}

#content .regionalInfo_list_element::marker {
	color: #ffcc4e;
}

#content .my0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content .mb5 {
	margin-bottom: 5px;
}

#mapModal .custom_button {
	/* 	background-color: #ffcc4e;
	border: none;
	color: white;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px; */
	margin-bottom: 15px;
	cursor: pointer;
	align-self: start;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: #FFCC4E;
	border-radius: 0px 0px 0px 0px;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	padding: 12px 14px;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	border:none;
	text-decoration: none;
}

#mapModal .custom_button.elementor-button:hover, #mapModal .custom_button.elementor-button:focus {
	background-color: #57B7D3;
}

.world-map-modal {
	display: block;
	position: fixed;
	z-index: 3;
	padding-top: 200px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.world-map-modal .world-map-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 240px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	opacity: 0.9;
}

.world-map-modal .world-map-modal-cancel {
	position: absolute;
	left: -15px;
	top: -15px;
	background-color: #a2a4a3;
	color: white;
	border: none;
	padding: 0px;
	font-size: 0;
	height: 37px;
	width: 37px;
	text-align: center;
	line-height: 0px;
	/* box-shadow: 3px 3px 3px 3px white; */
	border: 2px solid white;
	cursor: pointer;
	border-radius: 50%;
}

.world-map-modal .world-map-modal-cancel:hover {
	background-color: #888;
}

.world-map-modal .world-map-modal-cancel:before, 
.world-map-modal .world-map-modal-cancel:after {
	content:'';
	position: absolute;
	width: 2px;
	height: 20px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-left: -1px;
	margin-top: -10px;
}

.world-map-modal .world-map-modal-cancel:before {
	transform: rotate(45deg);
}

.world-map-modal .world-map-modal-cancel:after {
	transform: rotate(-45deg);
}


.world-map-modal .world-map-modal-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 16px;
}

.world-map-modal .world-map-modal-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.world-map-modal .world-map-modal-legend {
	font-size: larger;
	margin-top: 7px;
	font-weight: bold;
	text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 577px) {
	#content .carousel {
		margin-bottom: -25px;
	}
}

#content {
	position: relative;
}
#content .carousel {
	width: 100%;
	margin-bottom: -100px;
	padding-bottom: 50px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
}
#content:before,
#content:after{
	content: '';
	inset: 0;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

#content:before {
	right: calc(50% + 25vw);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#content:after {
	left: calc(50% + 25vw);
	background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#content .regionalInfo {
	margin-top: -200px;
	z-index: 2;
	background:rgba(235,235,235, 0.5);
}

@media (max-width: 1199px) {
	#content:before,
	#content:after{
		content: none;
	}
	#content .carousel {
		margin-bottom: -50px;
		padding-bottom: 20px;
	}
	#content .regionalInfo {
		margin-top: -50px;
		flex-direction: column;
		padding-bottom: 50px;
		align-items: center;
	}
	#content .carousel-full-view {
		background: #f7f7f7;
		padding: 5px;
		border-radius: 4px;
		box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.5);
		left: 10px;
		bottom: calc(100% + 10px);
	}
	#content .carousel-full-view-image {
		width: 35px;
	}
	#content .carousel-full-view-text {
		font-size: 10px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	#content .carousel_heading-secondary {
		margin-bottom: 30px;
	}
	#content .carousel_tab {
		font-size: 1em;
	}
	#content .carousel_heading-primary {
		font-size: 2.5em;
	}
	#content .carousel_tab-active, #content .carousel_tab-active:hover {
		border-bottom-width: 2px;
	}
	#content .carousel {
		margin-bottom: -10px;
		padding-bottom: 10px;
	}
	#content .regionalInfo {
		margin-top: -10px;
		padding-bottom: 50px;
	}
	#content .regionalInfo_wrapper {
		flex-direction: column;
	}
	#content .regionalInfo_content {
		width: 100%;
		padding: 15px;
		order: 2;
	}
	#content .regionalInfo_button {
		justify-content: center;
		align-items: center;
		text-align: center;
		order: 1;
	}
	#content .custom_button {
		margin: 10px auto;
	}
	#content .regionalInfo_list {
		margin-left: 0;
		padding-left: 1.5em;
	}
	#content .mission-field .mission-field_label,
	#content .mission-field .mission-field_data {
		font-size: 1em;
	}
	#content .regionalInfo_heading {
		font-size: 0.9em;
	}
	#content .regionalInfo_list_element {
		font-size: 0.9em;
	}
	#content .carousel-full-view-image {
		width: 25px;
	}
}