.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9042;
	overflow: hidden;
	position: fixed;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	background: rgba(16, 34, 61, 0.98);
	filter: alpha(opacity=60)
}

.mfp-removing {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9043;
	position: fixed;
	outline: none !important;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-backface-visibility: hidden
}

.mfp-removing.mfp-wrap {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

.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: 999999
}

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

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	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;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

.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: 9044
}

.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: 9046;
	box-shadow: none
}

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

.mfp-close {
	width: 54px;
	height: 54px;
	position: fixed;
	right: 30px;
	top: 30px;
	color: transparent;
	text-indent: -999em;
	color: transparent !important;
	cursor: pointer;
	display: none;
	opacity: 1;
	z-index: 10
}

.mfp-close:before {
	content: '';
	width: 3px;
	height: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	right: 15px;
	top: -10px;
	background: #fff;
	position: absolute;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

@media only screen and (max-width: 840px) {
	.mfp-close:before {
		height: 20px;
		top: -5px
	}
}

.mfp-close:after {
	content: '';
	width: 3px;
	height: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
	right: 15px;
	top: -10px;
	background: #fff;
	position: absolute;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

@media only screen and (max-width: 840px) {
	.mfp-close:after {
		height: 20px;
		top: -5px
	}
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:hover:before,
.mfp-close:hover:after,
.mfp-close:focus:before,
.mfp-close:focus:after {
	background: #9CA74c0d2002
}

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

.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: rgba(0, 0, 0, 0)
}

.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-left {
	left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	width: 22px;
	height: 30px;
	background: url(../fallbacks/left-arrow-white.png) no-repeat center center;
	background: url(../img/svg/left-arrow-white.svg) no-repeat center center;
	background-size: cover
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	width: 22px;
	height: 30px;
	background: url(../fallbacks/right-arrow-white.png) no-repeat center center;
	background: url(../img/svg/right-arrow-white.svg) no-repeat center center;
	background-size: cover
}

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

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

.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%;
	box-shadow: 0 0 2px 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 2px rgba(0, 0, 0, 0.6);
	background: #444
}

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

.mfp-figure figure {
	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 {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-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
}


.team-modal {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
	color: #fff;
	background-color: rgba(16, 34, 61, 0.85)
}

.team-modal .rich-text {
	padding: 40px;
}

.team-modal img {
	max-width: 100%;
}

.team-modal h2 {
	color: #fff;
}

.team-modal .links {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: -webkit-box;
	display: flex
}

.team-modal .links a {
	width: 20px;
	display: inline-block;
	margin: 0 15px 0 0;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

.team-modal .links a:hover {
	opacity: .5
}

.mfp-bg {
	background-color: transparent
}

.mfp-close {
	position: absolute
}

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

@media only screen and (max-width: 651px) {
	.mfp-container {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		justify-content: center;
		padding: 10px
	}
}

.team {
	width: 100%;
	border-top: 75px solid rgba(0, 0, 0, 0);
	position: relative;
	padding: 80px 0 180px
}

@media only screen and (max-width: 960px) {
	.team {
		padding: 40px 0 100px
	}
}

.team .container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.team__content {
	width: 260px;
	padding-top: 100px
}

@media only screen and (max-width: 960px) {
	.team__content {
		width: 100%;
		padding-top: 0
	}
}

.team .rich-text h1,
.team .rich-text h2,
.team .rich-text h3 {
	font-size: 1.5em;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	margin-bottom: 20px
}

.tabs-nav {
	width: 100%;
	background: #fff;
	padding: 0 50px;
	position: relative;
	border-top: 1px solid #fff
}

@media only screen and (max-width: 1030px) {
	.tabs-nav {
		padding: 0 20px
	}
}

@media only screen and (max-width: 750px) {
	.tabs-nav {
		padding: 0px;
		background: none;
		border: none
	}
	.tabs-nav:before {
		content: '';
		width: 15px;
		right: 0;
		top: 0;
		height: 100%;
		position: absolute;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 75%);
		z-index: 100
	}
	.tabs-nav:after {
		content: '';
		width: 15px;
		left: 0;
		top: 0;
		height: 100%;
		position: absolute;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 75%);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		z-index: 10
	}
}

.team .tabs-nav ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	margin: 0;
}

.team .tabs-nav ul:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #F4F4F4;
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: 0
}

@media only screen and (max-width: 750px) {
	.team .tabs-nav ul {
		padding: 0 15px;
		overflow: auto
	}
	.team .tabs-nav ul:before {
		display: none
	}
}

.team .tabs-nav ul li {
	list-style: none;
}

.tabs-nav a {
	display: block;
	padding: 20px 35px;
	border-bottom: 3px solid transparent;
	font-size: .75em;
	text-align: center;
	white-space: nowrap;
	color: #999799;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	position: relative;
	z-index: 10;
	outline: none
}

@media only screen and (max-width: 1200px) {
	.tabs-nav a {
		padding: 20px 20px
	}
}

@media only screen and (max-width: 1030px) {
	.tabs-nav a {
		padding: 20px 10px
	}
}

.tabs-nav a:hover {
	color: #10223D
}

.tabs-nav a[aria-selected="true"],
.tabs-nav a.active {
	background: #F4F4F4;
	border-color: #9CA742;
	color: #10223D
}

.tab-content {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 60px 50px
}

@media only screen and (max-width: 900px) {
	.tab-content {
		padding: 40px 30px
	}
}

@media only screen and (max-width: 600px) {
	.tab-content {
		padding: 40px 20px
	}
}

.tab-content__details {
	width: 56%;
	padding-right: 50px
}

@media only screen and (max-width: 900px) {
	.tab-content__details {
		padding-right: 30px
	}
}

@media only screen and (max-width: 600px) {
	.tab-content__details {
		padding-right: 0;
		width: 100%
	}
}

.tab-content__details.rich-text ul {
	padding-left: 10px
}

.tab-content__details.rich-text ul li {
	position: relative;
	list-style: none;
	font-weight: 700
}

.tab-content__details.rich-text ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #9CA742;
	left: -10px;
	top: 13px;
	position: absolute
}

.tab-content__image {
	width: 44%
}

@media only screen and (max-width: 600px) {
	.tab-content__image {
		width: 100%
	}
}

.team {
	width: 100%;
	border-top: 75px solid rgba(0, 0, 0, 0);
	position: relative;
	margin-bottom: 40px;
	padding: 80px 0 180px
}

@media only screen and (max-width: 960px) {
	.team {
		padding: 40px 0 100px
	}
}

.team .container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.team__content {
	width: 260px;
	padding-top: 100px
}

@media only screen and (max-width: 960px) {
	.team__content {
		width: 100%;
		padding-top: 0
	}
}

.team .rich-text h1,
.team .rich-text h2,
.team .rich-text h3 {
	font-size: 1.5em;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	margin-bottom: 20px
}

.team .tabs-nav {
	margin-bottom: 40px;
	width: 100%;
	padding: 0
}

@media only screen and (max-width: 750px) {
	.team .tabs-nav {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 1200px) {
	.team .tabs-nav a {
		padding: 20px
	}
}

@media only screen and (max-width: 750px) {
	.team .tabs-nav a {
		padding: 20px 10px
	}
}

.team__tabs {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.team__tabs {
		padding-left: 20px
	}
}

@media only screen and (max-width: 960px) {
	.team__tabs {
		padding-left: 0;
		width: 100%
	}
}

.team__members {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	/*
	-webkit-box-pack: justify;
	justify-content: space-between
	*/
}

.team__member {
	width: calc(100% / 3);
	position: relative
}

@media only screen and (max-width: 800px) {
	.team__member {
		width: 50%
	}
}

@media only screen and (max-width: 380px) {
	.team__member {
		width: 100%
	}
}

.team__member:hover .team__details,
.team__member:focus .team__details {
	opacity: 1
}

.team__member img {
	display: block;
	width: 100%
}

.team__member .links {
	text-align: center
}

.team__member .links a {
	width: 16px;
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

.team__member .links a:hover {
	opacity: .5
}

.team__details {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(16, 34, 61, 0.9);
	z-index: 10;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	opacity: 0
}

.team__details .inner{
	padding: 40px;
}

.team__details h2 {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	margin-bottom: 10px
}

.team__details .title {
	font-size: 12px;
	text-transform: uppercase;
	color: #999799;
	letter-spacing: 2px;
	margin-bottom: 35px
}

@media only screen and (max-width: 650px) {
	.team__details .title {
		font-size: 10px
	}
}

.link {
	color: #c0d200;
	font-size: 1em;
	font-weight: 500;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.link:hover {
	color: #9CA742;
}

.link:hover svg {
	-webkit-transform: translateX(2px);
	transform: translateX(2px)
}

.link svg {
	display: inline-block;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	position: relative;
	top: 2px;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out
}

.arrow-a {
    fill: #9CA742;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.mfp-bg {
	background-color: transparent
}

.mfp-close {
	position: absolute
}

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

@media only screen and (max-width: 651px) {
	.mfp-container {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		justify-content: center;
		padding: 10px
	}
}



/* Animation */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}