/* Map specific style sheet */
h1.map-heading1.railroad {
    font-family: 'OPTIRailroadGothic', sans-serif;
    font-weight: 100;
    font-size: 50px;
	margin-right: 10px;
}

.desktop-display .map-legend-button-wrap {
	padding: 0 0 0 40px;
}

.mobile-display .map-legend-button-wrap {
	padding: 0 0 0 20px;
}

/* Map Filter */
.desktop-display .map-filter-container {
    position: relative;
    width: 25%;
}

.mobile-display .map-filter-container {
    position: relative;
    width: 100%;
}

.desktop-display .map-legend-button-top  .label-text {
    font-family: 'OPTIRailroadGothic', sans-serif;
	font-size: 20px;
    font-weight: 100;
}

.mobile-display .map-legend-button-top  .label-text {
    font-family: 'OPTIRailroadGothic', sans-serif;
	font-size: 14px;
    font-weight: 100;
}

.label-text.left {
	margin-right: 5px;
}

.label-text.right {
	color: #00B140;
	margin-left: 5px;
}

.desktop-display .map-legend-button-top {
	margin: 10px 0;
}

.desktop-display .map-toggle.switch {
	width: 100%;
}

.desktop-display .map-button-arrow {
	position: relative;
	width: 10%;
    padding-left: 40px;
    padding-left: 3vw;
    margin-top: 5px;
}
	
.map-button-arrow:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Arrow-Curved.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100px;
    display: block;
}

.desktop-display .themes-filter-container {
	padding: 0 0 0 40px;
}

.mobile-display .themes-filter-container {
	padding: 0 20px;
}

.home .filter-heading-container {
	pointer-events: none;
    cursor: default;
}

.home .filter-heading-container.accordion-detail-title.active:after {
    display: none;
}

.map-filter-wrap {
	width: 100%;
	padding: 20px 0 20px 40px;
}

/* wp_is_mobile */
.mobile-display .mob-not-active .mobile-map-nav-button {
	background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Filter.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 32px;
	cursor: pointer;
}

.mobile-display .mob-active .mobile-map-nav-button {
	background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Close.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 36px;
	cursor: pointer;
}

.mobile-display .mob-not-active .themes-filter-container {
	transform: translateX(-400px);
}

.mobile-display .mob-active .themes-filter-container {
	transform: translateX(0);
}

.mobile-display .mob-active .resource-filter-wrap {
	transform: translateX(0);
}

.mobile-display .map-legend-button-wrap {
	display: flex;
	width: 70%;
}
	
.mobile-display .map-button-arrow {
	width: 30%;
}

.mobile-display .map-legend-button-top {
	order: 1;
	width: calc(100% - 210px);
}

.mobile-display .map-toggle.switch {
	width: 100%;
	justify-content: center;
}

.mobile-display .map-legend-button-container {
	margin-bottom: 10px;
}

.mobile-display .country-stats-control {
	top: 24px;
}

.mobile-display .map-legend-button {
	font-size: 14px;
    min-height: 1px;
    padding: 10px 20px;
    width: 380px;
}

.mobile-display .map-button-arrow {
	padding-left: 0;
	top: 10px;
	position: absolute;
	left: 70%;
}

.mobile-display .map-button-arrow:after {
	content: '';
	background-image: url('/wp-content/themes/akfc/images/Arrow-Mobile.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 46px;
	height: 46px;
}

.mobile-display #map {
	overflow: visible;
	height: 80vw;
}

.mobile-display .themes-filter-container {
	background-color: #031F11E6;
	position: absolute;
	top: 86px;
    width: 400px;
	z-index: 1;
	transition: transform 0.5s ease-out;
	padding: 0 20px;
}

.mobile-display .country-stats-control {
	width: 41px;
	height: 36px;
}
/* end wp_is_mobile */

/* map container */
.mapboxgl-canvas-container {
	overflow: hidden;
}

.map-container {
	background-color: #031f11;
}

.desktop-display .map-block-container {
	width: 65%;
}

.mobile-display .map-block-container {
	width: 100%;
}

#map {
    height: 100%;
    overflow: visible;
}

.mapboxgl-ctrl-top-right {
    right: 0;
    top: -55px;
    width: 382px;
}

.mapboxgl-canvas {
	position: relative!important;
}

.mapboxgl-ctrl-group {
    background: transparent!important;
	box-shadow: none !important;
}

button.mapboxgl-ctrl-zoom-in:focus, 
button.mapboxgl-ctrl-zoom-in:hover,
button.mapboxgl-ctrl-zoom-out:focus, 
button.mapboxgl-ctrl-zoom-out:hover {
    background-image: none;
}

/* Mapbox search */
.mapboxgl-ctrl-geocoder {
	display:none;
	float: none!important;
	left: 50%;
    transform: translateX(-50%);
	top:282px;
}
.country-dropdown{
	display:inline-flex;
}
.country-dropdown:before{
	content: '';
    background-image: url('/wp-content/themes/akfc/images/BTN - Down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 7px;
    margin-left: 5px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate( 0 );
	transform: rotate(0);
	transition: transform .25s ease-in-out;
}

.country-dropdown.active:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg );
	transform: rotate(180deg);
}

.country-stats-control {
	display: flex;
	flex-wrap:wrap;
	position: absolute;
    fill: transparent;
    left: auto;
	right: 0;
	top: 0;
    width: 62px;
    height: 55px;
	margin: 0!important;
}

.country-stats-control.active {
    width: 436px;
	height: 52px;
    background-color: #FEFDEC;
}

.country-stats-control .searchLabel{
	display:none;
}
.country-stats-control.active .searchLabel{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #004928;
    font-size: 24px;
    font-weight: bold;
    width: 382px;
    padding: 0 20px;
}

.country-stats-control .searchIcon{
	display: flex;
	flex:1;
	background-image: url('/wp-content/themes/akfc/images/BTN - Slider.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor:pointer;
}
.country-stats-control.active .searchIcon{
	background-image: url('/wp-content/themes/akfc/images/BTN - Close.svg');
}

/* Mapbox Popup Styling */
.mapboxgl-popup.mapboxgl-popup-anchor-top-right {
	transform: none!important;
	transition: all 0.9s ease-in-out;
	width: 382px;
    top: 0;
    right: 0!important;
    left: auto;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    display: none;
}

.mapboxgl-popup-content {
    background: #031F11!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 0!important;
}

.mapboxgl-popup-content p {
    font-size: 20px!important;
}

button.start-button {
	background-color: transparent;
	width: auto;
	float: right;
}

.buttons__prev-next {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

button.forward-button {
	background-color: transparent;
	width: auto;
	float: right;
}

button.back-button {
	background-color: transparent;
	width: auto;
	float: left;
}

.pum-theme-tour-2 .pum-close.popmake-close {
	display: none;
}

.popup-block-wrap {
	position: relative;
	height: 100%;
}

.mapboxgl-popup-close-button {
	color: transparent;
    border: none;
    border-radius: 0!important;
    cursor: pointer;
    position: absolute;
	width: 4rem;
    height: 4rem;
    right: 2rem!important;   
	top: 1rem!important;
	padding: 0;
	animation: 2s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
	display:none!important;
}

.mapboxgl-popup-close-button:hover,
.mapboxgl-popup-close-button:focus {
	background-color: transparent!important;
    border: none;
}

.mapboxgl-popup-close-button:before {
	content: "";
	font-family: dashicons;
    color: #030000;
    font-size: 30px;
	font-weight: 100;
	line-height: 1;
	/*border-bottom: 2px solid #55A8A8;*/
}

.mapboxgl-ctrl-geocoder--input {
    min-height: 36px;
}

.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
	background-image:url('/wp-content/themes/akfc/images/BTNHideGreen.png')!important;
	/*border-radius:25px;
	border: none;
	color:#fff;
	background-color:#004928;
	max-width:15px;
	max-height:15px;*/
}

.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{
	background-image:url('/wp-content/themes/akfc/images/BTNOpenGreen.png')!important;
}

.mapboxgl-ctrl-group button {
	min-height: 38px!important;
	min-width: 38px!important;
	border-radius:20px!important;
}

.country-popup .mapboxgl-popup-content{
    text-align: center;
    padding: 2px;
}

/* Map Legend */
.map-legend-button{
	background-color: #031F11;
    padding: 16px 20px;
	font-size: 30px;
    font-weight: 800;
    background-image: url(/wp-content/themes/akfc/images/BTN-MediumBlock-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 62px;
    width: 100%;
    text-decoration: none;
}

.map-legend-button.active {
    background-image: url(/wp-content/themes/akfc/images/BTN%20-%20Medium%20Block.svg);
}

#winkelTripel.map-legend-button,
#globe.map-legend-button {
	width: 50%;
}



#tabs .ui-tabs-nav {
	display:flex;
	flex-wrap:wrap;
	background-color: #004928;
	padding:0;
}

#tabs .ui-tabs-tab {
	flex: 1;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tabs .ui-tabs-tab a:after{
	content: '';
	background-image: url('/wp-content/themes/akfc/images/BTN - Down.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 12px;
	z-index: 1;
}

#tabs .ui-tabs-tab.ui-state-active a:after{
	content: '';
	background-image: url('/wp-content/themes/akfc/images/BTN - Up.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 18px;
	height: 12px;
	z-index: 1;
}

#tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active .ui-tabs-anchor{
	color: #004928;
}

#tabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
	color: #fff;
	font-family: 'OPTIRailroadGothic', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
	font-size: 24px;
	text-transform: uppercase;
    text-decoration: none;
}

#tabs .ui-tabs-nav .ui-tabs-tab:hover,
#tabs .ui-tabs-nav .ui-tabs-tab:focus,
#tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active {
	background-color: #00B140;
}

.popup-block-content-container{
	background: rgba(255,255,255,0.95);
	padding: 20px;
	min-width:260px;
	color: #030000;
}

.comparison-toggle{
	color:#fff;
	padding: 10px;
}

.mapboxgl-popup-content .ui-tabs-panel {
	text-align: center;
}

.comparison-toggle > .switch {
	font-size: 24px;
}

.single-country-item-title,
.compare-country-item-title{
    line-height: 1.2;
	font-size: 11px;
}

.single-country-item-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.single-country-item-value,
.compare-country-item-value{
	font-weight: 700;
}

.single-country-item{
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #191323;
}

.compare-wpml-ls-flag{
	display:none;
}
.compare-stats .compare-wpml-ls-flag{
	display:flex;
}
.compare-country-item-title{
	display:none;
}
.compare-stats .compare-country-item-title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.compare-country-item-value{
	display:none;
}
.compare-stats .compare-country-item-container{
	display:flex;
	justify-content: space-between;
}

.compare-stats .single-country-item-value,
.compare-stats .compare-country-item-value{
	width:50%;
}

.compare-stats .compare-country-flag-container{
	display:flex;
	justify-content: space-between;
}

.compare-stats .single-country-title-container{
	display:flex;
	justify-content: space-between;
}

.compare-stats .compare-country-item-value{
	display: block;
}

.wpml-ls-flag,
.compare-wpml-ls-flag{
	width:50%;
}

.popup-header-block-wrapper{
	margin: 33px;
}
.popup-image-text{
	color: #FEFDEC;
	font-size:16px;
	padding:20px;
	text-align:center;
}

/* Tour popups */
.tour-active .map-container-wrap:before {
	content: '';
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.tour-popup-container {
	position: absolute;
    z-index: 999;
	background-color: #fff;
	color: #191323;
	padding: 20px 30px;
}

.tour-popup-wrap {
	position: relative;
}

.tour-popup-container.active {
    display: block;
}

.tour-back-button,
.tour-next-button {
	cursor: pointer;
}

.tour-back-button {
	display: flex;
    align-items: center;
	justify-content: center;
    font-size: 23px;
    font-weight: 600;
}

.tour-back-button:before {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Back.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline;
    width: 32px;
    height: 25px;
    margin-right: 10px;
}

.tour-next-button {
	background: none;
    border-radius: 0;
    border: none;
    background-image: url(/wp-content/themes/akfc/images/BTN-tour-next.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 50px;
    width: auto;
    padding: 10px 42px;
    display: flex;
    align-items: center;
	justify-content: center;
    font-size: 23px;
    font-weight: 600;
}

.tour-next-button.start-tour-button {
    background-image: url(/wp-content/themes/akfc/images/BTN-start-tour.png);
    min-height: 62px;
    padding: 20px 50px;
    font-size: 30px;
}

.popup-title,
.popup-title-main {
	color: #191323;
	margin-bottom: 20px;
	text-align: center;
}

.popup-title {
    font-family: 'Dreamyspaces', sans-serif;
    font-style: normal;
    font-size: 53px;
    font-weight: 100;
    line-height: 67px;
}

.popup-title-2,
.popup-title-3,
.popup-title-5,
.popup-title-6,
.popup-title-7 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-title-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.tour-title-1 {
    font-family: 'Dreamyspaces', sans-serif;
    font-style: normal;
    font-size: 74px;
    font-weight: 100;
    line-height: 94px;
}

.tour-button-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.tour-button-container .button {
	background-color: transparent;
	width: auto;
}

#tour-popup-1 {
	position: absolute;
    width: 80%;
    max-width: 800px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tour-popup-1 .tour-button-container {
	justify-content: flex-end;
}

#tour-popup-1 .closeIcon {
	background-image: url('/wp-content/themes/akfc/images/BTN - Close.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
    width: 53px;
    height: 50px;
    z-index: 999;
    right: -25px;
    top: -25px;
	cursor: pointer;
}

/* Desktop Tour popups */
.desktop-display .tour-step-2 .map-legend-button-wrap {
	z-index: 3;
    position: relative;
}

.desktop-display .tour-step-3 .map-filter-block {
	z-index: 3;
    position: relative;
}

.desktop-display .tour-step-4 .map-block-container {
	z-index: 3;
    position: relative;
}

.desktop-display .tour-step-6 .mapboxgl-popup.mapboxgl-popup-anchor-top-right {
	z-index: 3;
}

.desktop-display #tour-popup-2 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-right: 50px solid #fff;
    border-left: 16px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    top: -10px;
    left: -90px;
}


.desktop-display #tour-popup-3 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-right: 50px solid #fff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    top: 50%;
	transform: translateY(-50%);
    left: -90px;
}


.desktop-display #tour-popup-4 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 50px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    bottom: 50%;
    right: -90px;
}

.desktop-display #tour-popup-5 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 50px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    top: -8px;
    right: -90px;
}

.desktop-display #tour-popup-6 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 50px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    top: 14px;
    right: -90px;
}

.desktop-display .tour-title-2 {
    font-size: 64px;
    line-height: 94px;
}

.desktop-display .popup-title-2:before,
.desktop-display .popup-title-3:before {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Toggle-Left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 52px;
    height: 41px;
    margin-right: 20px;
}

.desktop-display .popup-title-2:after,
.desktop-display .popup-title-3:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Toggle-Right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 52px;
    height: 41px;
    margin-left: 20px;
}

.desktop-display .popup-title-4:before {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 170px;
    height: 72px;
    top: -41px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.desktop-display .popup-title-5:before {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Click-Left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 41px;
    height: 79px;
    margin-right: 20px;
}

.desktop-display .popup-title-5:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Click-Right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 41px;
    height: 79px;
    margin-left: 20px;
}

.desktop-display .popup-title-6:before {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Compare-Left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 58px;
    height: 59px;
    margin-right: 20px;
}

.desktop-display .popup-title-6:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Compare-Right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 58px;
    height: 59px;
    margin-left: 20px;
}

.desktop-display #tour-popup-2 {
    width: 400px;
    left: 60px;
	top: 0;
}

.desktop-display #tour-popup-3 {
    width: 400px;
    left: 60px;
	top: 200px;
}

.desktop-display #tour-popup-4 {
	width: 400px;
    left: 0;
    top: 25%;
}

.desktop-display #tour-popup-5 {
	width: 400px;
    right: 110px;
    top: -55px;
}

.desktop-display #tour-popup-6 {
	width: 400px;
    right: 450px;
    top: -20px;
}

/* Mobile Tour Popups */
.mobile-display .tour-step-2 .map-legend-button-wrap {
	z-index: 3;
    position: relative;
}

.desktop-display .tour-step-3 .map-filter-block {
	z-index: 3;
    position: relative;
}

.desktop-display .tour-step-4 .map-block-container {
	z-index: 3;
    position: relative;
}

.desktop-display .tour-step-6 .mapboxgl-popup.mapboxgl-popup-anchor-top-right {
	z-index: 3;
}

.mobile-display #tour-popup-2 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 50px solid #fff;
    border-left: 16px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    top: -54px;
    left: 150px;
}


.desktop-display #tour-popup-3 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-right: 50px solid #fff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    top: 50%;
	transform: translateY(-50%);
    left: -90px;
}


.desktop-display #tour-popup-4 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 50px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    bottom: 50%;
    right: -90px;
}

.desktop-display #tour-popup-5 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 50px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    top: -8px;
    right: -90px;
}

.desktop-display #tour-popup-6 .tour-popup-wrap:before {
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 50px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    top: 14px;
    right: -90px;
}

.desktop-display .tour-title-2 {
    font-size: 64px;
    line-height: 94px;
}

.desktop-display .popup-title-2:before,
.desktop-display .popup-title-3:before {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Toggle-Left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 52px;
    height: 41px;
    margin-right: 20px;
}

.desktop-display .popup-title-2:after,
.desktop-display .popup-title-3:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Toggle-Right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 52px;
    height: 41px;
    margin-left: 20px;
}

.desktop-display .popup-title-4:before {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 170px;
    height: 72px;
    top: -41px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.desktop-display .popup-title-5:before {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Click-Left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 41px;
    height: 79px;
    margin-right: 20px;
}

.desktop-display .popup-title-5:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Click-Right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 41px;
    height: 79px;
    margin-left: 20px;
}

.desktop-display .popup-title-6:before {
    content: '';
    background-image: url(/wp-content/themes/akfc/images/Compare-Left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 58px;
    height: 59px;
    margin-right: 20px;
}

.desktop-display .popup-title-6:after {
	content: '';
    background-image: url(/wp-content/themes/akfc/images/Compare-Right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 58px;
    height: 59px;
    margin-left: 20px;
}

.mobile-display #tour-popup-2 {
    width: 400px;
    left: 0;
    right: 0;
    top: 90px;
    margin: 0 auto;
}

.desktop-display #tour-popup-3 {
    width: 400px;
    left: 60px;
	top: 200px;
}

.desktop-display #tour-popup-4 {
	width: 400px;
    left: 0;
    top: 25%;
}

.desktop-display #tour-popup-5 {
	width: 400px;
    right: 110px;
    top: -55px;
}

.desktop-display #tour-popup-6 {
	width: 400px;
    right: 450px;
    top: -20px;
}
/* Legend Style */
.theme-info-legend-block-wrap {
    /*background-color: #00b140f2;*/
	background-image: url('/wp-content/themes/akfc/images/Legend-Block.svg');
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

.legend-block-content-wrap {
	padding: 0 20px;
}

.sdg-image-container {
	align-items: center;
}

.legend-heading {
	
}

.sdg-image-container > img {
	width: 75px;
	margin-right: 20px;
}

.legend-block-content  {
	flex: 1;
}

.legend-block-content h2,
.legend-block-content h3,
.legend-block-content h4,
.legend-block-content h5,
.legend-block-content h6,
.legend-block-content p,
h3.legend-heading,
.legend-block-content .wysiwyg-content {
	color: #191323;
}

.legend-block-content h2 {
	font-size: 30px;
	line-height: 40px;
}

.legend-block-content p {
	font-size: 16px;
}

.legend-block-content h2,
.legend-block-content h3,
.legend-block-content h4,
.legend-block-content h5,
.legend-block-content h6 {
	margin-bottom: 10px;
}

h3.legend-heading {
	font-family: 'OPTIRailroadGothic', sans-serif;
	font-weight: 500;
	margin: 30px 0 15px;
}

/* other - (not used?) */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib,
.mapboxgl-ctrl-bottom-left {
	display: none;
}

@media only screen and (max-width: 1300px) {
	
	.map-legend-button {
	    font-size: 16px;
        min-height: 42px;
        padding: 8px 15px;
	}
	
	h1.map-heading1.railroad {
		font-size: 48px;
	}

	#themetabs .ui-tabs-tab {
		min-height: 40px;
	}

	#themetabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
		font-size: 20px;
		line-height: 24px;
	}

	#themetabs .ui-tabs-tab a:after{
		font-size: 30px;
	}

	.pum-theme-704 .pum-content + .pum-close, 
	.pum-theme-lightbox .pum-content + .pum-close {
		height: 50px;
		width: 50px;
		top: -10px;
		font-size: 40px;
		line-height: 40px;
	}
	
	.popup-title {
		font-size: 34px;
		line-height: 40px;
	}

	.tour-title-1 {
		font-size: 54px;
		line-height: 64px;
	}

	.tour-title-2 {
		font-size: 44px;
		line-height: 64px;
	}

}

@media only screen and (max-width: 767px) {
	
	h1.map-heading1.railroad {
        font-size: 23px;
    }
	
	h1.map-heading2 {
        font-size: 24px;
    }
	
	.map-container .heading-block {
		margin-bottom: 10px;
	}
	
	h1.map-heading1.railroad {
        font-size: 24px;
    }
	
	h1.map-heading2 {
		font-size: 24px;
	}
	
	.mobile-display .themes-filter-container {
		top: 79px;
	}
	
	.mobile-display .country-stats-control {
		top: 19px;
	}
	
	.map-button-arrow {
		position: absolute;
        left: 23%;
        padding-left: 0;
        width: 40px;
	}
	
	.map-filter-wrap {
		padding: 20px 0 20px 20px;
	}
	
	.legend-block-content p {
		font-size: 14px;
	}


	#themetabs .ui-tabs-tab {
		min-height: 30px;
	}

	#themetabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
		font-size: 16px;
		line-height: 18px;
	}

	#themetabs .ui-tabs-tab a:after{
		font-size: 20px;
	}

	.pum-theme-704 .pum-content + .pum-close, 
	.pum-theme-lightbox .pum-content + .pum-close {
		height: 40px;
		width: 40px;
		top: -10px;
		font-size: 30px;
		line-height: 30px;
		
	}
	
	.country-stats-control {
		width: 38px;
		height: 34px;
		top: 14px;
	}
	
	.country-stats-control.active {
		width: 300px;
		height: 32px;
	}
	
	.country-stats-control.active .searchLabel {
		font-size: 14px;
		width: 266px;
		padding: 0 20px;
	}
	
	.mapboxgl-popup.mapboxgl-popup-anchor-top-right {
		width: 282px;
	}
	
	.comparison-toggle > .switch {
		font-size: 14px;
	}
	
	#tabs .ui-tabs-tab {
		height: 36px;
	}
	
	#tabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
		font-size: 14px;
	}
	
	/* Map popup */
	.tour-back-button {
		font-size: 14px;
	}
	
	.tour-back-button:before {
		width: 23px;
		height: 17px;
	}
	
	.tour-next-button {
		min-height: 34px;
		padding: 10px 34px;
		font-size: 14px;
	}
	
	.popup-title {
        font-size: 30px;
        line-height: 47px;
    }
	
	.tour-title-1 {
        font-size: 31px;
        line-height: 39px;
    }
	
	.tour-title-2 {
        font-size: 26px;
        line-height: 30px;
    }
	
	.tour-next-button.start-tour-button {
		min-height: 62px;
		padding: 20px 50px;
		font-size: 30px;
	}
	
	.tour-next-button.start-tour-button {
		min-height: 38px;
		padding: 10px 17px;
		font-size: 14px;
	}
	
	.tour-button-container {
		margin-top: 20px;
	}

	.desktop-display #tour-popup-2,
	.mobile-display #tour-popup-2 {
		width: 300px;
		left: 60px;
		top: 0;
	}
	
	.desktop-display #tour-popup-2 .tour-popup-wrap:before {
		left: -75px;
	}
	
	.desktop-display #tour-popup-2 .tour-popup-wrap:before {
		top: -75px;
	}
	
	.desktop-display #tour-popup-3 {
		width: 300px;
		left: 85px;
		top: 120px;
	}
	
	.desktop-display #tour-popup-3 .tour-popup-wrap:before {
		left: -75px;
	}
	
	.desktop-display .popup-title-2:before, 
	.desktop-display .popup-title-3:before {
		width: 36px;
		height: 28px;
	}
	
	.desktop-display .popup-title-2:after, 
	.desktop-display .popup-title-3:after {
		width: 36px;
		height: 28px;
	}
	
	.desktop-display #tour-popup-4 {
		width: 300px;
		left: -20%;
        top: 14%;
	}
	
	.desktop-display #tour-popup-4 .tour-popup-wrap:before {
		right: -75px;
	}
	
	.desktop-display .popup-title-4:before {
		width: 115px;
		height: 50px;
		top: -28px;
	}
	
	.desktop-display #tour-popup-5 {
		width: 300px;
		right: 90px;
        top: -50px;
	}
	
	.desktop-display #tour-popup-5 .tour-popup-wrap:before {
		right: -75px;
	}
	
	.desktop-display .popup-title-5:before {
		width: 21px;
		height: 41px;
	}
	
	.desktop-display .popup-title-5:after {
		width: 21px;
		height: 41px;
	}

	.desktop-display #tour-popup-6 {
		width: 300px;
		right: 345px;
        top: -30px;
	}
	
	.desktop-display #tour-popup-6 .tour-popup-wrap:before {
		right: -75px;
	}
	
}

@media only screen and (max-width: 540px) {
	
	.mobile-display .themes-filter-container {
		width: 210px;
	}
	
	.mobile-display .mob-not-active .themes-filter-container {
		transform: translateX(-210px);
	}
	
	.mobile-display .mob-active .themes-filter-container {
		transform: translateX(0);
	}
	
	.mobile-display .map-legend-button-wrap {
		width: 100%;
		padding: 0 10px;
	}
	
	.mobile-display .map-legend-button {
		font-size: 9px;
		min-height: 32px;
        padding: 4px 10px;
		width: 170px;
	}
	
	.mobile-display .map-button-arrow {
		padding-left: 0;
		top: 30px;
		position: absolute;
		left: 75%;
	}
 
}