svg {
	-ms-touch-action: none;
	touch-action: none
}

.jvectormap-container {
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
    background-color: transparent !important;
}

.jvectormap-tip {
	display: none;
	position: absolute;
	z-index: 4;
	padding: .4em .7em .3em;
	border-radius: 3px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1
}

.admin-bar .jvectormap-tip {
	margin-top: -46px
}

@media only screen and (min-width: 783px) {
	.admin-bar .jvectormap-tip {
		margin-top: -32px
	}
}

.jvectormap-region#js-clicked {
	fill: #4984b3;
	opacity: 1;
	transition: none
}

.jvectormap-region#js-clicked:hover {
	opacity: 1
}

.jvectormap-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 224px;
	max-width: 247.219px;
	padding: 14px 44px 14px 14px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	text-align: left;
	transition: opacity .2s
}

@media only screen and (min-width: 375px) {
	.jvectormap-info {
		min-width: 274px;
		max-width: none
	}
}

.jvectormap-info.-show {
	opacity: 1;
	visibility: visible;
    display: none;
}

.jvectormap-info .close {
	color: #bfd44e
}

.jvectormap-info .heading {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px
}

.jvectormap-info .text {
	margin-top: 1rem
}

.jvectormap-info .text p {
	margin-top: 0
}

.jvectormap-info .text a {
	text-decoration: none;
	font-weight: 600;
	color: #bfd44e
}

.jvectormap-info .text a:hover {
	text-decoration: underline
}

.jvectormap-info .logo {
	float: left;
	max-width: 49%;
	margin-right: 2%
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
	display: block;
	position: absolute;
	bottom: 3.07467vw;
	left: 3.07467vw;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	color: #fff;
	cursor: pointer;
	transition: background-color .2s
}

.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover,
.jvectormap-goback:hover {
	background-color: #000;
	color: #bfd44e
}

.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 28px;
	height: 28px;
            line-height: 23px;
    display: none;
}

.jvectormap-zoomin {
	bottom: calc(3.07467vw + 28px + 5px)
}


.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-content video {
	display: block;
	width: 100%;
	max-width: 1366px;
	max-height: 80%;
	margin: 0 auto
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure,
.mfp-figure figcaption {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-ms-transform: scale(0.75);
		transform: scale(0.75)
	}
	.mfp-arrow-left {
		-ms-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}   

@media only screen and (min-width: 960px) {
	#world-map-text>.inner {
		padding-right: calc(3.07467vw * 2 + 173.437px)
	}
}

@media only screen and (min-width: 1025px) {
	#world-map-text>.inner {
		padding-right: calc(3.07467vw * 2 + 194.875px)
	}
}

#world-map-text .content {
	max-width: none !important
}

#world-map-text .button,
#world-map-text .gform_button,
#world-map-text .gform_previous_button,
#world-map-text .gform_next_button,
#world-map-text #categories-menu a,
#categories-menu #world-map-text a {
	border: 1px solid #bfd44e;
	background-color: transparent;
	font-size: .6666666667em;
	pointer-events: auto
}

@media only screen and (min-width: 960px) {
	#world-map-text .button,
	#world-map-text .gform_button,
	#world-map-text .gform_previous_button,
	#world-map-text .gform_next_button,
	#world-map-text #categories-menu a,
	#categories-menu #world-map-text a {
		position: absolute;
		top: 0;
		right: 0;
		margin: 3.07467vw
	}
}

#world-map-text .button:hover,
#world-map-text .gform_button:hover,
#world-map-text .gform_previous_button:hover,
#world-map-text .gform_next_button:hover,
#world-map-text #categories-menu a:hover,
#categories-menu #world-map-text a:hover {
	background-color: #bfd44e
}

#world-map {
	position: relative;
	z-index: 1;
	text-align: center
}

#jvectormap {
	position: relative;
	margin: 0 auto;
	/*padding-top: 50%;*/
    height: 680px;
}

/*
@media only screen and (min-width: 1423px) {
	#jvectormap {
		padding-top: 683.047px
	}
}
*/

.section .social,
.pagination .social,
.articles.-posts .social {
	text-align: center
}

@media only screen and (max-width: 479px) {
	.section .social,
	.pagination .social,
	.articles.-posts .social {
		max-width: 180px;
		margin: 0 auto 2rem;
		padding: .8em 1em 0;
		border: 1px solid #bfd44e;
		border-radius: 3px
	}
}

@media only screen and (min-width: 480px) {
	.section .social.-left,
	.pagination .social.-left,
	.articles.-posts .social.-left {
		float: left
	}
}

@media only screen and (min-width: 480px) {
	.section .social.-right,
	.pagination .social.-right,
	.articles.-posts .social.-right {
		float: right
	}
}

.section .social .heading,
.pagination .social .heading,
.articles.-posts .social .heading {
	font-size: 2em;
	color: #315659
}

.section .social .networks,
.pagination .social .networks,
.articles.-posts .social .networks {
	margin-top: 0;
	padding-left: 0
}

.section .social .network,
.pagination .social .network,
.articles.-posts .social .network {
	display: inline-block;
	vertical-align: middle
}

.section .social .network a,
.pagination .social .network a,
.articles.-posts .social .network a {
	display: inline-block;
	width: 42px;
	height: 42px;
	overflow: hidden
}

.section .social .network svg,
.pagination .social .network svg,
.articles.-posts .social .network svg {
	display: block;
	fill: #2978a0
}

#module-social {
	margin-top: 0
}

@media only screen and (min-width: 480px) {
	#module-social {
		margin-left: 2rem
	}
}

#module-social .heading {
	font-family: "proxima-nova", "Proxima Nova", sans-serif;
	font-weight: 400
}

.section .video,
.pagination .video,
.articles.-posts .video {
	position: relative;
	background-size: cover;
	overflow: hidden
}

.section .video.-oembed .max-width-video,
.pagination .video.-oembed .max-width-video,
.articles.-posts .video.-oembed .max-width-video,
.section .video.-iframe .max-width-video,
.pagination .video.-iframe .max-width-video,
.articles.-posts .video.-iframe .max-width-video {
	max-width: 1366px !important;
	margin-right: auto;
	margin-left: auto
}

.section.-padding-video .image,
.-padding-video.pagination .image,
.-padding-video.articles.-posts .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.section.-padding-video .image>.inner,
.-padding-video.pagination .image>.inner,
.-padding-video.articles.-posts .image>.inner {
	display: block;
	padding-top: 0 !important;
	height: 100%;
	background: no-repeat 50% 0;
	background-size: cover
}

.section.-padding-video .video>.inner video,
.-padding-video.pagination .video>.inner video,
.-padding-video.articles.-posts .video>.inner video,
.section.-padding-video .video>.inner iframe,
.-padding-video.pagination .video>.inner iframe,
.-padding-video.articles.-posts .video>.inner iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%
}

.section.-padding-video .content,
.-padding-video.pagination .content,
.-padding-video.articles.-posts .content {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3.07467vw;
	padding-left: 3.07467vw;
	position: relative;
	z-index: 2
}

@media only screen and (max-width: 456px) {
	.section.-padding-video .content,
	.-padding-video.pagination .content,
	.-padding-video.articles.-posts .content {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media only screen and (min-width: 1366px) {
	.section.-padding-video .content,
	.-padding-video.pagination .content,
	.-padding-video.articles.-posts .content {
		padding-right: 42px;
		padding-left: 42px
	}
}

.section.-padding-video .content .button,
.-padding-video.pagination .content .button,
.-padding-video.articles.-posts .content .button,
.section.-padding-video .content .gform_button,
.-padding-video.pagination .content .gform_button,
.-padding-video.articles.-posts .content .gform_button,
.section.-padding-video .content .gform_previous_button,
.-padding-video.pagination .content .gform_previous_button,
.-padding-video.articles.-posts .content .gform_previous_button,
.section.-padding-video .content .gform_next_button,
.-padding-video.pagination .content .gform_next_button,
.-padding-video.articles.-posts .content .gform_next_button,
.section.-padding-video .content #categories-menu a,
#categories-menu .section.-padding-video .content a,
.-padding-video.pagination .content #categories-menu a,
#categories-menu .-padding-video.pagination .content a,
.-padding-video.articles.-posts .content #categories-menu a,
#categories-menu .-padding-video.articles.-posts .content a {
	display: inline-block
}

.section .split,
.pagination .split,
.articles.-posts .split {
	font-size: 1.1111111111em
}

.section .split:after,
.pagination .split:after,
.articles.-posts .split:after {
	content: '';
	display: table;
	clear: both
}

.section .split+.split,
.pagination .split+.split,
.articles.-posts .split+.split,
.section .split+.content,
.pagination .split+.content,
.articles.-posts .split+.content {
	margin-top: 2rem
}

.section .split.-two .content,
.pagination .split.-two .content,
.articles.-posts .split.-two .content {
	color: #898989
}

.section .split.-two .content p,
.pagination .split.-two .content p,
.articles.-posts .split.-two .content p {
	padding-top: .4em
}

@media only screen and (min-width: 600px) {
	.section .split.-two .content.-one,
	.pagination .split.-two .content.-one,
	.articles.-posts .split.-two .content.-one {
		float: left;
		padding-right: 3.07467vw
	}
}

.section .split.-two .content.-two,
.pagination .split.-two .content.-two,
.articles.-posts .split.-two .content.-two {
	margin-top: 1rem
}

@media only screen and (min-width: 600px) {
	.section .split.-two .content.-two,
	.pagination .split.-two .content.-two,
	.articles.-posts .split.-two .content.-two {
		float: right;
		margin-top: 0;
		padding-left: 3.07467vw
	}
}

@media only screen and (min-width: 600px) {
	.section .split.-two.-half .content,
	.pagination .split.-two.-half .content,
	.articles.-posts .split.-two.-half .content {
		width: 50%
	}
}

@media only screen and (min-width: 600px) {
	.section .split.-two.-left .-one,
	.pagination .split.-two.-left .-one,
	.articles.-posts .split.-two.-left .-one {
		width: 60%;
		padding-left: 3.07467vw
	}
}

@media only screen and (min-width: 600px) {
	.section .split.-two.-left .-two,
	.pagination .split.-two.-left .-two,
	.articles.-posts .split.-two.-left .-two {
		width: 40%
	}
}

@media only screen and (min-width: 600px) {
	.section .split.-two.-right .-one,
	.pagination .split.-two.-right .-one,
	.articles.-posts .split.-two.-right .-one {
		width: 40%
	}
}

@media only screen and (min-width: 600px) {
	.section .split.-two.-right .-two,
	.pagination .split.-two.-right .-two,
	.articles.-posts .split.-two.-right .-two {
		width: 60%;
		padding-left: 3.07467vw
	}
}

.section .split.-three .content,
.pagination .split.-three .content,
.articles.-posts .split.-three .content {
	float: left;
	width: 33.3333%
}

@media only screen and (min-width: 600px) {
	.section .split.-three .content.-one,
	.pagination .split.-three .content.-one,
	.articles.-posts .split.-three .content.-one {
		float: left;
		padding-right: 1.53734vw
	}
}

.section .split.-three .content.-right,
.pagination .split.-three .content.-right,
.articles.-posts .split.-three .content.-right {
	margin-top: 1rem
}

@media only screen and (min-width: 600px) {
	.section .split.-three .content.-right,
	.pagination .split.-three .content.-right,
	.articles.-posts .split.-three .content.-right {
		float: right;
		margin-top: 0;
		padding-left: 1.53734vw
	}
}

.sections {
	padding: 0
}

.section,
.pagination,
.articles.-posts {
	margin-top: 0;
	padding: 5% 0;
	background: 50% 0
}

@media only screen and (min-width: 768px) {
	.section,
	.pagination,
	.articles.-posts {
		padding: 4% 0
	}
}

@media only screen and (min-width: 1366px) {
	.section,
	.pagination,
	.articles.-posts {
		padding: 2.5% 0
	}
}

.section>.inner,
.pagination>.inner,
.articles.-posts>.inner {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3.07467vw;
	padding-left: 3.07467vw;
	position: relative
}

@media only screen and (max-width: 456px) {
	.section>.inner,
	.pagination>.inner,
	.articles.-posts>.inner {
		padding-right: 14px;
		padding-left: 14px
	}
}

@media only screen and (min-width: 1366px) {
	.section>.inner,
	.pagination>.inner,
	.articles.-posts>.inner {
		padding-right: 42px;
		padding-left: 42px
	}
}

.section>.inner:after,
.pagination>.inner:after,
.articles.-posts>.inner:after {
	content: '';
	display: table;
	clear: both
}

.section.-background-overlay,
.-background-overlay.pagination,
.-background-overlay.articles.-posts {
	position: relative
}


.section.-background-overlay>.inner,
.-background-overlay.pagination>.inner,
.-background-overlay.articles.-posts>.inner {
	position: relative
}


.mapsprese {
    margin: 0;
}


.section.-background-overlay.-map-grid:before, .-background-overlay.-map-grid.pagination:before, .-background-overlay.-map-grid.articles.-posts:before {
    background-image: url(../../www.global-presence.org/wp/wp-content/themes/global-presence/public/images/textures/grid.light%402x.png);
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: 25px;
}


.mapsprese {
        background-position: 50% 0;
    background-size: 25px;

}
