@charset "UTF-8";

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
	background-image: url(../images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close,
.fancybox-nav {
	position: absolute;
	cursor: pointer;
	z-index: 8040
}

.fancybox-close {
	right: -18px;
	top: -18px;
	width: 36px;
	height: 36px
}

.fancybox-nav {
	top: 0;
	width: 40%;
	height: 100%;
	text-decoration: none;
	background: url(../images/fancybox/blank.gif);
	-webkit-tap-highlight-color: transparent
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}

.fancybox-lock {
	width: auto
}

.fancybox-lock,
.fancybox-lock body {
	overflow: hidden!important
}

.fancybox-lock-test {
	overflow-y: hidden!important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-next span,
	.fancybox-prev span {
		background-image: url(../images/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px
	}
	#fancybox-loading div {
		background-image: url(../images/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0%)
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0%)
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@font-face {
	font-family: 'FontAwesome';
	src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right,
.pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

@font-face {
	font-family: 'Oxygen';
	src: url(../fonts/Oxygen-Light.eot);
	src: url(../fonts/Oxygen-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Oxygen-Light.woff2) format("woff2"), url(../fonts/Oxygen-Light.woff) format("woff"), url(../fonts/Oxygen-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Oxygen';
	src: url(../fonts/Oxygen-Regular.eot);
	src: url(../fonts/Oxygen-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Oxygen-Regular.woff2) format("woff2"), url(../fonts/Oxygen-Regular.woff) format("woff"), url(../fonts/Oxygen-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Oxygen';
	src: url(../fonts/Oxygen-Bold.eot);
	src: url(../fonts/Oxygen-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Oxygen-Bold.woff2) format("woff2"), url(../fonts/Oxygen-Bold.woff) format("woff"), url(../fonts/Oxygen-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Anton';
	src: url(../fonts/Anton.eot);
	src: url(../fonts/Anton.eot?#iefix) format("embedded-opentype"), url(../fonts/Anton.woff2) format("woff2"), url(../fonts/Anton.woff) format("woff"), url(../fonts/Anton.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.shadowfiles ul.files.filegrid .cta,
.shadowfiles ul.files.filegrid .title,
article,
aside,
details,
figcaption,
figure,
footer,
header,
img.centered,
input,
menu,
nav,
section,
select,
textarea {
	display: block
}

ul {
	padding-left: 1.5em
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700
}

input,
textarea {
	width: 100%;
	font-family: "Oxygen"
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem
}

a:hover {
	color: #00447c
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	max-width: 100%;
	height: auto
}

img.centered {
	margin: 1em auto
}

a.anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden
}

.box h3,
.light {
	font-weight: 300
}

.bold {
	font-weight: 700
}

.columns :first-child {
	margin-top: 0
}

#numbers-section .boxes,
.clearfix {
	*zoom: 1
}

#numbers-section .boxes:after,
#numbers-section .boxes:before,
.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

#numbers-section .boxes:after,
.clearfix:after {
	clear: both
}

.sprite {
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
	display: block
}

.sprite-icon-accessibility {
	width: 15px;
	height: 20px;
	background-position: -5px -5px;
	margin: 3px 0 0 7px
}

.sprite-icon-bwcontrast {
	width: 26px;
	height: 26px;
	background-position: -30px -5px
}

.sprite-icon-colorcontrast,
.sprite-icon-default {
	width: 26px;
	height: 26px;
	background-position: -66px -5px
}

.sprite-icon-default {
	background-position: -102px -5px
}

.sprite-icon-facebook {
	width: 9px;
	height: 20px;
	background-position: -138px -5px
}

.sprite-icon-geo {
	width: 38px;
	height: 51px;
	background-position: -157px -5px
}

.sprite-icon-how,
.sprite-icon-how-h {
	width: 105px;
	height: 74px;
	background-position: -205px -5px
}

.sprite-icon-how-h {
	background-position: -320px -5px
}

.sprite-icon-instagram {
	width: 19px;
	height: 20px;
	background-position: -435px -5px
}

.sprite-icon-linkedin {
	width: 20px;
	height: 19px;
	background-position: -464px -5px
}

.sprite-icon-marker {
	width: 28px;
	height: 42px;
	background-position: -494px -5px
}

.sprite-icon-marker-active {
	width: 28px;
	height: 42px;
	background-position: -532px -5px
}

.sprite-icon-play {
	width: 160px;
	height: 161px;
	background-position: -570px -5px
}

.sprite-icon-twitter {
	width: 20px;
	height: 16px;
	background-position: -740px -5px
}

.sprite-icon-what,
.sprite-icon-what-h {
	width: 101px;
	height: 99px;
	background-position: -770px -5px
}

.sprite-icon-what-h {
	background-position: -881px -5px
}

.sprite-icon-where,
.sprite-icon-where-h {
	width: 76px;
	height: 100px;
	background-position: -992px -5px
}

.sprite-icon-where-h {
	background-position: -1078px -5px
}

.sprite-icon-who,
.sprite-icon-who-h {
	width: 84px;
	height: 90px;
	background-position: -1164px -5px
}

.sprite-icon-who-h {
	background-position: -1258px -5px
}

.sprite-icon-youtube {
	width: 16px;
	height: 20px;
	background-position: -1352px -5px
}

.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

#impactreport .bg-cover {
	background-color: #50c0df;
	background-size: contain
}

.bg-green {
	background-color: #006a63
}

.bwContrast .bg-blue,
.bwContrast .bg-green,
.bwContrast .bg-lightblue,
.bwContrast .bg-midblue {
	background: #333
}

.bg-green .text-panel:after {
	content: url('data:image/svg+xml; utf8, <svg width="50" height="80" xmlns="http://www.w3.org/2000/svg"><path d="M0 40l50 40V0z" fill="#006a63" fill-rule="evenodd"/></svg>')
}

.bg-blue,
.bg-blue .getinvolved .card-deck a.card-title:before,
.bg-blue .shadowfiles ul.files.filegrid a.cta:before,
.bg-blue .slogan-block .links a:before,
.bg-blue a,
.bg-blue a.arrowlink:before,
.bg-blue a:hover,
.bg-blue ul.files a:before,
.bg-green,
.bg-green .getinvolved .card-deck a.card-title:before,
.bg-green .shadowfiles ul.files.filegrid a.cta:before,
.bg-green .slogan-block .links a:before,
.bg-green a,
.bg-green a.arrowlink:before,
.bg-green a:hover,
.bg-green ul.files a:before,
.bg-lightblue a,
.bg-lightblue a:hover,
.bg-midblue .getinvolved .card-deck a.card-title:before,
.bg-midblue .shadowfiles ul.files.filegrid a.cta:before,
.bg-midblue .slogan-block .links a:before,
.bg-midblue a,
.bg-midblue a.arrowlink:before,
.bg-midblue a:hover,
.bg-midblue ul.files a:before,
.getinvolved .card-deck .bg-blue a.card-title:before,
.getinvolved .card-deck .bg-green a.card-title:before,
.getinvolved .card-deck .bg-midblue a.card-title:before,
.shadowfiles ul.files.filegrid .bg-blue a.cta:before,
.shadowfiles ul.files.filegrid .bg-green a.cta:before,
.shadowfiles ul.files.filegrid .bg-midblue a.cta:before,
.slogan-block .links .bg-blue a:before,
.slogan-block .links .bg-green a:before,
.slogan-block .links .bg-midblue a:before,
ul.files .bg-blue a:before,
ul.files .bg-green a:before,
ul.files .bg-midblue a:before {
	color: #fff
}

.bg-blue {
	background-color: #0a2367
}

.bg-blue .text-panel:after {
	content: url('data:image/svg+xml; utf8, <svg width="50" height="80" xmlns="http://www.w3.org/2000/svg"><path d="M0 40l50 40V0z" fill="#0A2367" fill-rule="evenodd"/></svg>')
}

.bg-midblue {
	background-color: #007db4;
	color: #fff
}

.bg-midblue .text-panel:after {
	content: url('data:image/svg+xml; utf8, <svg width="50" height="80" xmlns="http://www.w3.org/2000/svg"><path d="M0 40l50 40V0z" fill="#157eb2" fill-rule="evenodd"/></svg>')
}

.bg-lightblue {
	background-color: #50c0df;
	color: #fff
}

.bg-lightblue .text-panel:after {
	content: url('data:image/svg+xml; utf8, <svg width="50" height="80" xmlns="http://www.w3.org/2000/svg"><path d="M0 40l50 40V0z" fill="#50c0df" fill-rule="evenodd"/></svg>')
}

.text-panel .inner {
	max-width: 600px;
	width: 100%;
	padding: 40px
}

.home .text-panel p:last-of-type {
	border-bottom: 1px solid #50c0df;
	padding-bottom: 12px
}

.bwContrast .home .text-panel p:last-of-type {
	border-bottom-color: #fff
}

.projectgrid .text-panel p:last-of-type {
	border-bottom: none;
	padding-bottom: 0
}

.text-panel hr {
	border-color: #fff
}

.text-panel:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 80px;
	left: -50px
}

.text-panel.odd:after,
.text-panel.order-first:after {
	z-index: 2;
	left: auto;
	right: -50px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.projectgrid .text-panel .inner {
	max-width: 800px
}

.projectgrid .row {
	margin-top: 2px;
	margin-bottom: 2px;
	min-height: 375px
}

.projectgrid ul {
	list-style-image: url(../images/bulletarrow.png)
}

.projectgrid li {
	margin-bottom: .5em
}

.switcher {
	position: fixed;
	top: 25%;
	right: 0
}

.swtch-btn {
	position: relative;
	background: #0a2367;
	width: 36px;
	height: 36px;
	display: block;
	margin-bottom: 0;
	cursor: pointer;
	padding: 4px
}

.swtch-btn.social {
	background: #50c0df;
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-family: 'FontAwesome'
}

.swtch-sttngs {
	background: #0a2367;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
	width: 181px;
	position: absolute;
	right: -181px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}

.swtch-sttngs.access {
	top: 0
}

.swtch-sttngs.social {
	bottom: 0;
	background: #50c0df
}

.swtch-sttngs.social a {
	color: #fff;
	padding: 10px;
	font-size: 23px
}

.swtch-sttngs.social a:hover {
	color: #007db4
}

.swtch-sttngs.active {
	right: 36px
}

.swtch-bg {
	padding-left: 5px;
	border-left: 1px solid #fff;
	margin-left: 10px
}

.swtch-bg div,
.swtch-fnt div {
	width: 26px;
	height: 26px;
	float: right;
	cursor: pointer;
	margin-left: 5px
}

.swtch-bg,
.swtch-fnt {
	float: right
}

.swtch-fnt div {
	height: 25px;
	float: left
}

.swtch-fnt div img {
	display: block;
	width: 26px;
	height: 25px
}

.full-reset,
a,
abbr,
address,
article,
aside,
audio,
b,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h6,
header,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
nav ul,
object,
pre,
q,
samp,
section,
select,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	text-decoration: none;
	font-size: 100%
}

body,
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	text-decoration: none
}

body,
h1 {
	font-size: 100%
}

h1 {
	font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
p {
	padding: 0
}

blockquote,
h1,
h2,
h3,
h4,
h5,
p {
	border: 0;
	outline: 0;
	background: 0 0;
	text-decoration: none
}

.abs-center,
.img-contain,
.img-cover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.breadcrumbs li:after,
.play,
.vertical-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.horizontal-center {
	position: absolute
}

.horizontal-center,
.timeline-header:after {
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

.img-wrap {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.img-cover {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%
}

.img-contain {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%
}

.bwContrast #approach,
.bwContrast #help,
.bwContrast .bg-cover,
.bwContrast .bxslider li,
.bwContrast .logo,
.bwContrast .map-wrap .marker-wrap,
.bwContrast .map-wrap img,
.bwContrast .media-section .img-wrap,
.bwContrast .partnerships,
.bwContrast .socials a,
.bwContrast img,
.grayscale {
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.clear:after,
.mnav>ul:after {
	content: '';
	display: block;
	clear: both
}

#impact-section .bx-controls-direction a,
#partners-section .bx-controls-direction a,
.btn,
.down,
.find-more,
.icon,
.map-wrap .marker-wrap,
.menu-toggle span,
.mnav li a,
.more,
.play,
.search .submit,
.subscribe .input,
.transition,
.work .img-wrap .hover {
	transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out
}

#impact-section .numbers,
#partners-section .partners,
.box-sizing,
.country-select,
.cs-select,
.media,
.mnav li ul,
.selectjump,
.work .img-wrap .hover,
input,
textarea {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

html {
	font-size: 15px
}

html.biggerFont {
	font-size: 17px
}

html.biggestFont {
	font-size: 19px
}

body {
	font-family: "Oxygen";
	font-weight: 400;
	line-height: 1.2;
	padding-top: 63px
}

h1,
h2,
h3 {
	margin: 0 0 1em
}

h2 {
	color: #0a2367;
	font-size: 28px;
	font-size: 1.86667rem
}

.bwContrast h2,
.bwContrast h5,
body {
	color: #333
}

.white-txt h2 {
	color: #fff
}

h3 {
	font-size: 24px;
	font-size: 1.6rem
}

h4,
p+h3 {
	margin: 1em 0 .5em
}

h4 {
	font-size: 26px;
	font-size: 1.73333rem
}

#subintro h4 {
	font-size: 29px;
	font-size: 1.93333rem
}

h5 {
	font-size: 18px;
	font-size: 1.2rem;
	color: #00447c;
	margin: 0
}

blockquote,
p,
ul {
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.3;
	margin: 0 0 1em
}

blockquote a,
p a,
ul a {
	color: #00447c;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.card-deck.portfolio a,
blockquote a:hover,
p a:hover,
ul a:hover {
	color: #333;
	font-weight: 700
}

.bwContrast blockquote a,
.bwContrast p a,
.bwContrast ul a {
	color: #333;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

blockquote {
	padding: 0 1em
}

a {
	color: inherit
}

.mt0 {
	margin-top: 0!important
}

.pt0 {
	padding: 0!important
}

.section {
	padding: 50px 0;
	position: relative
}

.section.projectgrid {
	padding-top: 0;
	padding-bottom: 0
}

.section.notop {
	padding-top: 0
}

.section.nobottom {
	padding-bottom: 0
}

.section.centered {
	text-align: center
}

.section.grey {
	background-color: #eee
}

.section.fwgrid {
	padding: 0
}

.section li {
	margin-bottom: 1em
}

.fwgrid+.fwgrid {
	margin-top: 2px
}

.fwgrid .row {
	min-height: 350px
}

.home .fwgrid .row {
	min-height: 450px
}

.holder {
	margin: 0 auto
}

.narrow .holder {
	max-width: 800px
}

.container,
.holder {
	max-width: 1200px
}

.container.narrow,
.narrow .container {
	max-width: 750px
}

.table-row {
	display: table;
	height: 100%;
	width: 100%
}

.table-col {
	display: table-cell;
	vertical-align: middle
}

.table-col.third {
	width: 33.33%
}

.newsitem.first img,
.table-col.half {
	width: 50%
}

.left {
	float: left
}

.right {
	float: right
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.caps {
	text-transform: uppercase
}

.btn-wrap {
	font-size: 0;
	margin: 40px 0
}

.btn-wrap.inline {
	display: inline-block;
	margin: 40px 20px
}

.btn-wrap.inline:first-of-type {
	margin-left: 0
}

.btn-wrap.inline:last-of-type {
	margin-right: 0
}

.btn,
.card.event,
.shadow,
.story .related {
	-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25)!important;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .25)!important
}

.btn {
	line-height: 1;
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 15px 25px;
	text-align: center;
	display: inline-block;
	text-transform: none;
	border: 0;
	cursor: pointer;
	border-radius: 0
}

.btn.darkblue:hover,
.darkblue .btn:hover {
	background: #0a2367;
	border-color: #0a2367
}

.bwContrast .btn.blue:hover,
.bwContrast .btn.darkblue-txt:hover,
.bwContrast .btn.darkblue:hover,
.bwContrast .btn.lightblue:hover,
.bwContrast .btn.midblue:hover,
.bwContrast .darkblue .btn:hover {
	background: #848484;
	border-color: #848484
}

.btn.darkblue,
.bwContrast .dark h5,
.bwContrast .orange h3,
.bwContrast .yellow h3,
.card-deck.services .card h5,
.shadowfiles ul.files.filegrid a:hover span {
	color: #fff
}

.btn.darkblue-txt {
	border-color: #00447c
}

.btn.darkblue-txt:hover {
	background: #00447c;
	border-color: #00447c;
	color: #fff
}

.btn.blue:hover {
	background: #0a2367;
	border-color: #fff;
	color: #fff
}

.btn.midblue {
	background-color: #007db4;
	color: #fff
}

.bwContrast .btn.midblue {
	background-color: #333
}

.btn.midblue:hover {
	background: #00447c;
	color: #fff;
	border: 0
}

.btn.lightblue {
	background-color: #50c0df;
	color: #fff
}

.bwContrast .btn.lightblue {
	background-color: #333
}

.btn.lightblue:hover {
	background: #00447c;
	color: #fff;
	border: 0
}

.yellow .btn {
	border-color: #000
}

.yellow .btn:hover {
	color: #eeda20;
	background: #000
}

.bwContrast .shadowfiles ul.files.filegrid a:hover,
.bwContrast .yellow .btn:hover {
	color: #848484
}

.green .btn:hover {
	color: #006a63;
	background: #fff
}

.bwContrast .green .btn:hover {
	color: #333
}

.dark .btn {
	border-color: #0a2367
}

.bwContrast .dark .btn {
	border-color: #848484;
	color: #fff
}

.dark .btn:hover {
	background: #0a2367
}

.bwContrast .breadcrumb li.active,
.bwContrast .dark .btn:hover {
	background: #848484
}

.btn.load-more {
	margin-bottom: 50px
}

.btn.load-more:hover {
	color: #333;
	background: 0 0;
	border-color: #333
}

.btn.load-more,
.btn.to-donate {
	min-width: 190px
}

.btn.to-donate:hover {
	color: #50c0df;
	background: 0 0;
	border-color: #50c0df
}

.bwContrast .btn.to-donate:hover {
	color: #848484;
	border-color: #848484
}

ul.files {
	list-style-type: none;
	text-align: left;
	margin: 2em 0 1em;
	padding: 0
}

ul.files li {
	padding: 1em 0;
	border-top: 1px solid #999
}

ul.files li:last-child {
	border-bottom: 1px solid #999
}

.eventmeta b,
.shadowfiles ul.files.filegrid a:hover:before {
	color: #00447c
}

ul.files.filegrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
	margin-left: 2px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

ul.files.filegrid img {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .38);
	box-shadow: 0 0 3px rgba(0, 0, 0, .38);
	display: block
}

ul.files.filegrid li {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

ul.files.filegrid a {
	display: block;
	margin: 0 1em 0 0;
	background: #fff
}

ul.files.filegrid a:before {
	display: none
}

.shadowfiles {
	text-align: left;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc
}

.shadowfiles .heading {
	font-size: 2.4rem;
	color: #00447c
}

.bwContrast .shadowfiles .heading,
.bwContrast .shadowfiles ul.files.filegrid .title,
.bwContrast .shadowfiles ul.files.filegrid a:hover:before {
	color: #333
}

.shadowfiles .description {
	max-width: 700px;
	margin-bottom: 2rem
}

.shadowfiles ul.files {
	margin-left: -15px;
	margin-right: -15px
}

.shadowfiles ul.files.filegrid .title {
	font-size: 1.3rem;
	margin-bottom: .5rem;
	color: #00447c
}

.shadowfiles ul.files.filegrid .subtitle {
	font-size: 1rem;
	margin-bottom: 0
}

.shadowfiles ul.files.filegrid .cta {
	position: absolute;
	left: 2.7rem;
	bottom: 1.7rem
}

.shadowfiles ul.files.filegrid li {
	padding: 0 15px
}

.card-deck .card,
.shadowfiles ul.files.filegrid a {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25)
}

.shadowfiles ul.files.filegrid a {
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 1.7rem;
	margin-bottom: 40px;
	height: 100%
}

.shadowfiles ul.files.filegrid a:hover {
	text-decoration: none;
	background: #50c0df
}

.eventmeta {
	margin-bottom: 1rem;
	line-height: 1.5
}

.eventmeta i {
	min-width: 2em
}

.eventmeta .row {
	margin-bottom: .6rem
}

.card-deck .card {
	margin: 0
}

.card-deck .cardwrap {
	margin-bottom: 30px
}

.card-deck.services .card {
	color: #fff;
	background: #007db4;
	height: 100%
}

.card-deck.services .card a,
.mnav li ul li a:hover {
	color: #fff;
	text-decoration: underline
}

.card-deck.services div:nth-child(even) .card {
	background: #00447c
}

.card-deck.portfolio .card-title {
	margin: 0;
	padding: 1.25rem;
	background: #007db4;
	color: #fff;
	font-weight: 700
}

.card-deck.portfolio .card-body img {
	margin-bottom: 1rem
}

.getinvolved .card-deck .card {
	margin-left: 0;
	margin-right: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.getinvolved .card-deck .card-body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 68, 124, .8);
	-webkit-transition: background ease .2s;
	transition: background ease .2s;
	color: #fff
}

.getinvolved .card-deck .card-title {
	margin: 0
}

.getinvolved .card-deck .card:hover .card-body {
	background: #00447c
}

.container.getinvolved {
	margin-top: 30px;
	max-width: 95%
}

.nextevents {
	margin-top: 60px;
	margin-bottom: 60px
}

.collapsible {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
	padding: 20px 0
}

.collapsible h4 {
	margin: .5em 0
}

.collapsible p.heading {
	color: #00447c;
	margin: 0
}

.collapsible h4:first-child {
	cursor: pointer;
	color: #00447c;
	font-size: 20px;
	font-size: 1.33333rem
}

.collapsible h4:first-child:before {
	display: inline-block;
	margin-right: .5em;
	vertical-align: -2px;
	content: url('data:image/svg+xml; utf8, <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M13.571 9.571V8.143c0-.194-.07-.361-.212-.502a.686.686 0 0 0-.502-.212H10V4.57c0-.193-.07-.36-.212-.502a.686.686 0 0 0-.502-.212H7.857c-.193 0-.36.07-.502.212a.686.686 0 0 0-.212.502V7.43H4.286c-.194 0-.361.07-.503.212a.686.686 0 0 0-.212.502V9.57c0 .194.071.361.212.503a.686.686 0 0 0 .503.212h2.857v2.857c0 .193.07.36.212.502a.686.686 0 0 0 .502.212h1.429c.193 0 .36-.07.502-.212a.686.686 0 0 0 .212-.502v-2.857h2.857c.194 0 .361-.071.502-.212a.686.686 0 0 0 .212-.503zm2.422-5.01a8.355 8.355 0 0 1 1.15 4.296c0 1.555-.383 2.99-1.15 4.303a8.533 8.533 0 0 1-3.12 3.119 8.385 8.385 0 0 1-4.302 1.15 8.385 8.385 0 0 1-4.302-1.15 8.533 8.533 0 0 1-3.12-3.12A8.385 8.385 0 0 1 0 8.858c0-1.555.383-2.99 1.15-4.302a8.533 8.533 0 0 1 3.119-3.12A8.385 8.385 0 0 1 8.571.285c1.555 0 2.99.384 4.303 1.15a8.52 8.52 0 0 1 3.12 3.125z" fill="#00447C" fill-rule="evenodd"/></svg>')
}

.collapsible h4:first-child.active:before {
	content: url('data:image/svg+xml; utf8, <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M13.571 9.571V8.143c0-.194-.07-.361-.212-.502a.686.686 0 0 0-.502-.212H4.286c-.194 0-.361.07-.503.212a.686.686 0 0 0-.212.502V9.57c0 .194.071.361.212.503a.686.686 0 0 0 .503.212h8.571c.194 0 .361-.071.502-.212a.686.686 0 0 0 .212-.503zm2.422-5.01a8.355 8.355 0 0 1 1.15 4.296c0 1.555-.383 2.99-1.15 4.303a8.533 8.533 0 0 1-3.12 3.119 8.385 8.385 0 0 1-4.302 1.15 8.385 8.385 0 0 1-4.302-1.15 8.533 8.533 0 0 1-3.12-3.12A8.385 8.385 0 0 1 0 8.858c0-1.555.383-2.99 1.15-4.302a8.533 8.533 0 0 1 3.119-3.12A8.385 8.385 0 0 1 8.571.285c1.555 0 2.99.384 4.303 1.15a8.52 8.52 0 0 1 3.12 3.125z" fill="#50C0DF" fill-rule="evenodd"/></svg>')
}

.collapsible .inner {
	display: none
}

.down {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 30px auto 0;
	z-index: 4;
	font-size: 0;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.down:hover {
	background: #fff
}

.down span {
	position: absolute;
	width: 15px;
	top: 13px;
	left: 16px;
	height: 15px;
	border-top: 3px solid #00447c;
	border-left: 3px solid #00447c;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

.bwContrast .down span {
	border-color: #333
}

.bwContrast .blue,
.bwContrast .green,
.bwContrast .midblue,
.dark {
	background: #333
}

.blue {
	background: #50c0df
}

.midblue {
	background: #007db4
}

p.blue-txt {
	color: #0a2367;
	background: 0 0
}

.white {
	background: #fff
}

.green {
	background: #006a63
}

.yellow {
	background: #eeda20
}
.yellow-2 {
	background: #ffbe00
}

.bwContrast .orange,
.bwContrast .yellow {
	background: #333;
	color: #fff
}

.bwContrast .orange .btn,
.bwContrast .yellow .btn {
	color: #fff;
	border-color: #fff
}

.orange {
	background: #ffbe00
}

.darkblue {
	background: #00447c
}

.bwContrast .darkblue {
	background: #333
}

.lightgrey {
	background: #f3f3f3
}

.dark-txt {
	color: #333
}

.blue-txt {
	color: #0a2367
}

.bwContrast .blue-txt,
.bwContrast .ltblue-txt {
	color: #848484
}

.ltblue-txt {
	color: #50c0df
}

.black-txt {
	color: #000
}

.breadcrumb li:hover a,
.bwContrast .breadcrumb a,
.white-txt {
	color: #fff
}

.grey-txt {
	color: #848484
}

.bwContrast .darkblue-txt,
.bwContrast .grey-txt {
	color: #333
}

.darkblue-txt {
	color: #0a2367
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99
}

.breadcrumb li,
.header .holder {
	position: relative
}

.logowrap {
	position: absolute;
	width: 1200px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%
}

.logo {
	width: 247px;
	height: 52px;
	background: url(../images/logo.png) no-repeat 0 0;
	background-size: 100% auto
}

.logo a {
	display: block;
	height: 100%;
	font-size: 0
}

.breadcrumb {
	background: #00447c;
	padding: 0;
	border-radius: 0;
	overflow: hidden
}

.bwContrast .breadcrumb,
.bwContrast .breadcrumb li,
.bwContrast .mnav li a.donate,
.bwContrast .mnav li ul,
.bwContrast .number-lined h3:after,
.bwContrast .number-lined h3:before,
.bwContrast .number-lined h4:after,
.bwContrast .number-lined h4:before {
	background: #333
}

.breadcrumb li {
	padding: 7px 20px 7px 30px;
	color: #fff;
	background: #00447c;
	-webkit-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .5);
	box-shadow: 2px 0 4px 0 rgba(0, 0, 0, .5);
	font-size: 13px;
	font-size: .86667rem
}

.breadcrumb li.active {
	background: #50c0df
}

.breadcrumb li.active:after,
.breadcrumb li:before {
	content: '';
	display: block;
	width: 8px;
	height: 35px;
	position: absolute;
	top: -4px
}

.breadcrumb li.active:after {
	right: -8px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='39' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='b' d='M8 19.5L0 37V2z'/%3E%3Cfilter x='-25%25' y='-11.4%25' width='200%25' height='122.9%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dx='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%2350c0df' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")
}

.breadcrumb li:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='39' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='b' d='M8 19.5L0 37V2z'/%3E%3Cfilter x='-25%25' y='-11.4%25' width='200%25' height='122.9%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset dx='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3C/defs%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%2300447C' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");
	left: -2px
}

.breadcrumb li:first-child:before {
	content: '';
	display: none
}

.breadcrumb a {
	color: #fff
}

.mnav ul {
	margin-bottom: 0
}

.mnav li {
	float: left;
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	position: relative
}

.mnav li a {
	display: block;
	color: #0a2367;
	padding: 22px 25px 18px;
	border-bottom: 7px solid transparent;
	background-image: none
}

.mnav li a.donate {
	/*background-color:#50c0df;*/
	background-color: #ffbe00;
	color: #fff
}

.mnav li a.donate:hover {
	background-color: #0a2367;
	color: #fff!important;
	text-decoration: none
}

.mnav li.active>a,
.mnav li:hover>a {
	color: #0a2367;
	border-color: #0a2367
}

.mnav li.active>a.donate,
.mnav li:hover>a.donate {
	color: #fff
}

.bwContrast .mnav li.active>a,
.bwContrast .mnav li:hover>a {
	color: #333;
	border-color: #848484
}

.menu-toggle,
.mnav li ul {
	display: none;
	position: absolute
}

.mnav li ul {
	left: 0;
	background: #0a2367;
	padding: 10px 0;
	z-index: 10;
	top: 100%;
	width: 295px
}

.mnav li ul li {
	margin: 0;
	float: none
}

.mnav li ul li a {
	padding: 10px 15px;
	border: 0;
	color: #fff!important;
	background-image: none
}

.mnav li.donate ul {
	left: auto;
	right: 0
}

@media only screen and (min-width:1025px) {
	.mnav li.donate>a {
		color: #fff;
		background: #50c0df;
		padding-left: 25px;
		padding-right: 25px;
		text-transform: uppercase;
		border-color: #50c0df
	}
	.mnav li.donate>a:hover {
		color: #0a2367;
		background: #fff;
		border-color: #fff
	}
	.bwContrast .mnav li.donate>a {
		background: #333;
		border-color: #333
	}
	.bwContrast .mnav li.donate>a:hover {
		color: #fff
	}
}

.mnav li:hover ul {
	display: block
}

.menu-toggle {
	top: 25px;
	right: 20px;
	width: 40px;
	height: 23px;
	cursor: pointer
}

.menu-toggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background: #00447c
}

.menu-toggle .top {
	top: 0
}

.menu-toggle .mid {
	top: 9px
}

.menu-toggle .bot {
	bottom: 0
}

.menu-toggle.active .top {
	top: 9px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.menu-toggle.active .mid {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.breadcrumbs li.active:after,
.menu-toggle.active .bot {
	display: none
}

#slider {
	overflow: hidden;
	position: relative;
	height: 585px;
	background: #848484
}

#slider ul {
	margin: 0;
	z-index: 1
}

#slider .bx-viewport:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, rgba(109, 109, 109, 0)));
	background-image: linear-gradient(90deg, #000 0%, rgba(109, 109, 109, 0) 50%);
	z-index: 2
}

.bx-viewport,
.bx-wrapper,
.bxslider,
.bxslider li {
	height: 100%;
	overflow: hidden
}

.bx-wrapper {
	margin: 0 auto;
	position: relative
}

.arrowlink,
.getinvolved .card-deck .card-title,
.slogan-block .links a {
	color: #fff;
	margin-right: 1em
}

.shadowfiles ul.files.filegrid .cta,
ul.files a {
	margin-right: 1em
}

.files .arrowlink,
.files .getinvolved .card-deck .card-title,
.files .slogan-block .links a,
.getinvolved .card-deck .files .card-title,
.getinvolved .card-deck .white .card-title,
.shadowfiles ul.files.filegrid .white .cta,
.slogan-block .links .files a,
.slogan-block .links .white a,
.white .arrowlink,
.white .getinvolved .card-deck .card-title,
.white .shadowfiles ul.files.filegrid .cta,
.white .slogan-block .links a,
.white ul.files a,
ul.files .white a,
ul.files a {
	color: #00447c
}

.arrowlink.darkblue,
.getinvolved .card-deck .darkblue.card-title,
.shadowfiles ul.files.filegrid .darkblue.cta,
.slogan-block .links a.darkblue,
ul.files a.darkblue {
	color: #00447c;
	background: 0 0
}

.arrowlink.darkblue:hover,
.getinvolved .card-deck .darkblue.card-title:hover,
.shadowfiles ul.files.filegrid .darkblue.cta:hover,
.slogan-block .links a.darkblue:hover,
ul.files a.darkblue:hover {
	color: #333
}

.getinvolved .card-deck .shadowfiles .files .card-title,
.shadowfiles .files .arrowlink,
.shadowfiles .files .getinvolved .card-deck .card-title,
.shadowfiles .files .slogan-block .links a,
.shadowfiles ul.files a,
.shadowfiles ul.files.filegrid .cta,
.slogan-block .links .shadowfiles .files a {
	color: #666
}

.arrowlink:before,
.getinvolved .card-deck .card-title:before,
.shadowfiles ul.files.filegrid .cta:before,
.slogan-block .links a:before,
ul.files a:before {
	content: '';
	display: inline-block;
	color: #50c0df;
	font-family: 'FontAwesome';
	padding-right: .6em
}

.bwContrast .arrowlink:before,
.bwContrast .getinvolved .card-deck .card-title:before,
.bwContrast .shadowfiles ul.files.filegrid .cta:before,
.bwContrast .slogan-block .links a:before,
.bwContrast ul.files a:before,
.getinvolved .card-deck .bwContrast .card-title:before,
.shadowfiles ul.files.filegrid .bwContrast .cta:before,
.slogan-block .links .bwContrast a:before,
ul.files .bwContrast a:before {
	color: #333
}

.arrowlink:hover,
.getinvolved .card-deck .card-title:hover,
.shadowfiles ul.files.filegrid .cta:hover,
.slogan-block .links a:hover,
ul.files a:hover {
	color: #fff;
	text-decoration: underline
}

.bg-lightblue .getinvolved .card-deck a.card-title:before,
.bg-lightblue .shadowfiles ul.files.filegrid a.cta:before,
.bg-lightblue .slogan-block .links a:before,
.bg-lightblue a.arrowlink:before,
.bg-lightblue ul.files a:before,
.bwContrast .slogan strong.blue-txt,
.getinvolved .card-deck .bg-lightblue a.card-title:before,
.shadowfiles ul.files.filegrid .bg-lightblue a.cta:before,
.slogan-block .links .bg-lightblue a:before,
ul.files .bg-lightblue a:before {
	color: #fff
}

.t10 .slogan-block p {
	margin-top: 30px
}

.slogan-block {
	position: absolute;
	overflow: hidden;
	bottom: 60px;
	left: 0;
	width: 100%;
	z-index: 3
}

.slogan-block p {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: .5em;
	font-size: 17px;
	font-size: 1.13333rem;
	max-width: 350px
}

.slogan-block .btn {
	margin-right: 1.5em
}

.lined,
.slogan {
	position: relative
}

.slogan {
	width: 85%;
	font-size: 3.26667rem;
	padding: 35px 0 0;
	max-width: 780px;
	font-size: 49px
}

.slogan h1 {
	text-shadow: 0 1px 1px #000
}

.lined h2,
.slogan span {
	color: #50c0df
}

.lined {
	font-size: 0;
	margin: 35px 0
}

#numbers-section:after,
.lined:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 0
}

.lined:after {
	background: #fff;
	top: 50%;
	height: 1px
}

.lined h2 {
	display: inline-block;
	position: relative;
	padding: 0 35px;
	z-index: 1;
	background-color: #00447c;
	margin: 0;
	font-weight: 300
}

.bwContrast .lined h2 {
	background-color: #333;
	color: #fff
}

.imagesplit {
	margin-bottom: 30px
}

.story blockquote {
	border-left: 3px solid #00447c;
	color: #00447c;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 20px 0
}

.bwContrast .story blockquote {
	color: #333;
	border-left-color: #333
}

.story .article .sharestory {
	margin-top: 20px;
	margin-bottom: 20px
}

.story .donate {
	margin-top: 60px
}

.imagesplit,
.story .related {
	margin-top: 30px
}

.story .related .card-title {
	padding: 1.25rem;
	color: #fff;
	background: #007db4
}

.bwContrast .consent label::before,
.bwContrast .story .related .card-title {
	background: #848484
}

.story .related a {
	text-decoration: underline
}

.sharestory {
	padding-top: 30px
}

.cd-horizontal-timeline h2,
.sharestory p {
	font-weight: 700;
	color: #007db4
}

.bwContrast .cd-horizontal-timeline h2,
.bwContrast .sharestory a,
.bwContrast .sharestory p {
	color: #333
}

.sharestory a {
	color: #00447c;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}

.sharestory a:hover {
	color: #50c0df
}

.bwContrast .more,
.bwContrast .sharestory a:hover {
	color: #848484
}

.boxes {
	margin: 0 0 35px
}

.box {
	width: 25%;
	padding: 0 1%;
	vertical-align: top;
	position: relative
}

.more {
	font-size: 19px;
	font-size: 1.26667rem;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	color: #50c0df;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer
}

.box:hover .more {
	color: #0a2367
}

.bwContrast .box:hover .more {
	color: #fff
}

.icon {
	width: 205px;
	height: 205px;
	margin: 35px auto;
	border: 1px solid #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.box:hover .icon {
	background-color: #50c0df;
	border-color: #50c0df
}

.bwContrast .box:hover .icon {
	background-color: #848484;
	border-color: #848484
}

.bwContrast .box:hover .icon.icon-what,
.icon.icon-what {
	background-image: url(../images/icon-what.png)
}

.box:hover .icon.icon-what {
	background-image: url(../images/icon-what-h.png)
}

.bwContrast .box:hover .icon.icon-where,
.icon.icon-where {
	background-image: url(../images/icon-where.png)
}

.box:hover .icon.icon-where {
	background-image: url(../images/icon-where-h.png)
}

.bwContrast .box:hover .icon.icon-how,
.icon.icon-how {
	background-image: url(../images/icon-how.png)
}

.box:hover .icon.icon-how {
	background-image: url(../images/icon-how-h.png)
}

.bwContrast .box:hover .icon.icon-who,
.icon.icon-who {
	background-image: url(../images/icon-who.png)
}

.box:hover .icon.icon-who {
	background-image: url(../images/icon-who-h.png)
}

#impact-section {
	background-color: #fff;
	background-size: cover
}

#impact-section h2 {
	margin: 0 0 1em;
	color: #333
}

#impact-section .bx-wrapper {
	overflow: visible
}

#impact-section .numbers {
	padding: 0 100px
}

#impact-section .bx-controls-direction a,
.cd-timeline-navigation a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

#impact-section .bx-controls-direction a {
	border: 0 solid #000;
	font-family: 'FontAwesome';
	font-size: 25px;
	font-size: 1.66667rem;
	width: 25px;
	height: 25px;
	color: #00447c
}

#impact-section .bx-controls-direction a:hover {
	color: #0a2367;
	text-decoration: none
}

#impact-section .bx-prev {
	left: -90px
}

#impact-section .bx-next {
	right: -90px
}

#impact-section img {
	margin-bottom: 40px
}

#numbers-section h4,
.numbers h3 {
	margin: 0 0 40px;
	font-size: 65px;
	font-size: 4.33333rem;
	line-height: 1;
	font-family: "Anton"
}

.num-text {
	font-size: 16px;
	font-size: 1.06667rem;
	color: #0a2367;
	font-weight: 700
}

#numbers-section,
.breadcrumbs li {
	position: relative
}

#numbers-section:after {
	top: 0;
	height: 100%;
	background: url(../images/map-grey.png) 0 0 no-repeat;
	background-size: 100% auto
}

#numbers-section p {
	margin: .5em 0 0;
	min-height: 46px
}

#numbers-section .holder {
	position: relative;
	z-index: 1
}

#numbers-section h4 {
	font-size: 100px;
	font-size: 6.66667rem;
	margin: 0;
	font-weight: 300
}

#numbers-section h4 span {
	display: block;
	line-height: 1
}

#numbers-section h4 .small {
	font-size: 34px;
	font-size: 2.26667rem;
	line-height: 1
}

#numbers-section h4 small,
#numbers-section h4 span {
	font-size: 50px;
	font-size: 3.33333rem
}

#numbers-section .box {
	width: 24.5%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#numbers-section .number-lined {
	margin-top: 20px
}

#numbers-section .inlined {
	margin: 0
}

.number-lined {
	margin-top: -20px;
	overflow: hidden
}

.number-lined h3,
.number-lined h4 {
	padding: 0 10px;
	position: relative;
	height: 162px
}

.number-lined h3 {
	display: inline-block;
	height: auto;
	margin: 50px 0 30px
}

.number-lined h4:after,
.number-lined h4:before {
	top: 98px
}

.number-lined h3:after,
.number-lined h3:before,
.number-lined h4:after,
.number-lined h4:before {
	content: '';
	position: absolute;
	width: 10000%;
	height: 3px;
	background: #00447c
}

.number-lined h3:after,
.number-lined h4:after {
	right: -10000%
}

.number-lined h3:before,
.number-lined h4:before {
	left: -10000%
}

.number-lined h3:after,
.number-lined h3:before {
	top: 50%
}

.number-box {
	padding: 0 .5%
}

.inlined .number-box,
.number-lined h4 {
	display: inline-block
}

.inlined .number-box:hover .icon {
	border-color: #fff;
	background: 0 0
}

.number-box p {
	margin: 20px 0
}

.number-box .icon {
	width: 100%;
	padding-bottom: 100%;
	height: 100%;
	position: relative
}

#help .down:hover span,
.filter .selectjump .cs-options span:hover,
.number-box .icon.blue {
	border-color: #0a2367
}

.bwContrast #footer hr,
.bwContrast .number-box .icon.blue {
	border-color: #848484
}

.number {
	font-size: 112px;
	font-size: 7.46667rem;
	font-family: "Anton"
}

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none
}

.cd-horizontal-timeline h3 {
	text-transform: uppercase;
	text-align: center
}

.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.cd-horizontal-timeline::before {
	content: 'mobile';
	display: none
}

.cd-horizontal-timeline.loaded {
	opacity: 1
}

.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 90%;
	max-width: 800px;
	margin: 0 auto
}

.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 17px;
	overflow: hidden
}

.cd-horizontal-timeline .events {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	background: #dfdfdf;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.cd-horizontal-timeline .filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.cd-horizontal-timeline .events a {
	position: absolute;
	top: 15px;
	z-index: 2;
	padding-bottom: 15px;
	color: #999;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.cd-horizontal-timeline .events a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -24px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid #00447c;
	background-color: #f8f8f8;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s
}

.bwContrast .cd-horizontal-timeline .events a::after {
	border-color: #333
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #00447c;
	border-color: #00447c
}

.bwContrast .no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #333;
	border-color: #333
}

.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
	color: #333
}

.cd-horizontal-timeline .events a.selected::after {
	background-color: #007db4;
	border-color: #00447c
}

.bwContrast .cd-horizontal-timeline .events a.selected::after {
	background-color: #848484;
	border-color: #333
}

.cd-horizontal-timeline .events a.older-event::after {
	border-color: #00447c
}

.bwContrast .cd-horizontal-timeline .events a.older-event::after {
	border-color: #333
}

@media only screen and (min-width:1100px) {
	.cd-horizontal-timeline {
		margin: 6em auto
	}
	.cd-horizontal-timeline::before {
		content: 'desktop'
	}
}

.cd-timeline-navigation a {
	z-index: 1;
	bottom: auto;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap
}

.cd-timeline-navigation a::after {
	content: '';
	position: absolute;
	height: 18px;
	width: 18px;
	left: 0;
	top: 0;
	background: url('data:image/svg+xml;utf8,<svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M10.145 14.426l1.138-1.138a.686.686 0 0 0 .213-.502c0-.194-.071-.361-.213-.503L7.857 8.857l3.426-3.426a.686.686 0 0 0 .213-.502c0-.194-.071-.361-.213-.503l-1.138-1.138a.686.686 0 0 0-.502-.212c-.194 0-.361.07-.502.212L4.074 8.355a.686.686 0 0 0-.212.502c0 .194.07.361.212.502l5.067 5.067a.686.686 0 0 0 .502.212c.193 0 .36-.07.502-.212zm5.848-9.866a8.355 8.355 0 0 1 1.15 4.297c0 1.555-.383 2.99-1.15 4.303a8.533 8.533 0 0 1-3.12 3.119 8.385 8.385 0 0 1-4.302 1.15 8.385 8.385 0 0 1-4.302-1.15 8.533 8.533 0 0 1-3.12-3.12A8.385 8.385 0 0 1 0 8.858c0-1.555.383-2.99 1.15-4.302a8.533 8.533 0 0 1 3.119-3.12A8.385 8.385 0 0 1 8.571.285c1.555 0 2.99.384 4.303 1.15a8.52 8.52 0 0 1 3.12 3.125z" fill="#007DB4" fill-rule="evenodd"/></svg>')
}

.cd-timeline-navigation a.prev {
	left: 0
}

.cd-timeline-navigation a.next {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	right: 0
}

.no-touch .cd-timeline-navigation a:hover {
	border-color: #7b9d6f
}

.cd-timeline-navigation a.inactive {
	cursor: not-allowed
}

.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 2em 0;
	overflow: hidden;
	-webkit-transition: height .4s;
	transition: height .4s
}

.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

.cd-horizontal-timeline .events-content li.selected {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	animation-name: cd-enter-right
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	animation-name: cd-enter-left
}

.cd-horizontal-timeline .events-content li.leave-left,
.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-direction: reverse;
	animation-direction: reverse
}

.cd-horizontal-timeline .events-content em::before {
	content: '- '
}

.cd-horizontal-timeline img {
	margin: 0 auto;
	display: block;
	border-radius: 300px
}

.cd-horizontal-timeline h2 {
	text-align: center;
	margin: 20px 0
}

.cd-horizontal-timeline p {
	text-align: center;
	margin: 0 auto;
	max-width: 550px;
	min-height: 135px
}

.cd-horizontal-timeline .filling-line {
	background-color: #00447c
}

.bwContrast .cd-horizontal-timeline .filling-line {
	background-color: #333
}

.banner {
	position: relative;
	overflow: hidden;
	height: 585px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.banner:before {
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#000));
	background-image: linear-gradient(270deg, transparent 0%, #000 100%);
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 101%;
	width: 40%;
	content: ' ';
	display: block
}

.banner .inner {
	width: 100%;
	display: block;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 180px
}

.banner img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	width: 100%;
	height: 585px
}

@media (min-width:800px) {
	.banner .bannerlinks {
		height: 140px
	}
}

.banner .bannerlinks .arrowlink:hover,
.banner .bannerlinks .getinvolved .card-deck .card-title:hover,
.banner .bannerlinks .shadowfiles ul.files.filegrid .cta:hover,
.banner .bannerlinks .slogan-block .links a:hover,
.banner .bannerlinks ul.files a:hover,
.getinvolved .card-deck .banner .bannerlinks .card-title:hover,
.shadowfiles ul.files.filegrid .banner .bannerlinks .cta:hover,
.slogan-block .links .banner .bannerlinks a:hover,
ul.files .banner .bannerlinks a:hover {
	color: #fff
}

.title {
	font-size: 122px;
	font-size: 8.13333rem;
	font-weight: 700;
	width: 100%
}

.breadcrumbs ul {
	overflow: hidden;
	margin-bottom: 0
}

.breadcrumbs li {
	float: left;
	padding: 25px 35px 25px 0;
	color: #333;
	line-height: 1
}

.breadcrumbs li.active,
.country-select ul li:hover,
.cs-select ul li:hover,
.selectjump ul li:hover,
section .sidebar li a:hover,
section .sidebar li.current a {
	color: #0a2367
}

.bwContrast .breadcrumbs li.active,
.bwContrast .pager li.current,
.bwContrast .pager li:hover a,
.bwContrast section .sidebar li a:hover,
.bwContrast section .sidebar li.current a {
	color: #848484
}

.breadcrumbs li a {
	display: block;
	color: inherit;
	background-image: none
}

#related .inner a,
.breadcrumbs li a:hover {
	color: #333;
	font-weight: 700
}

.breadcrumbs li:after {
	content: '\00bb';
	right: 12px;
	color: inherit;
	font-size: inherit
}

.sdgs {
	background: #f8f8f8;
	text-align: center
}

.newsitem a:hover,
.sdgs h3 {
	color: #00447c
}

.sdgs img {
	max-width: 180px;
	margin: 10px
}

.sdgs ul {
	margin: 0;
	padding: 0
}

.sdgs li,
.work.inlined {
	display: inline-block
}

.works {
	margin: 0 0 70px;
	font-size: 0
}

.works h2 {
	margin: 70px 0
}

.work {
	font-size: 20px;
	font-size: 1.33333rem;
	width: 50%
}

.work.inlined {
	vertical-align: middle;
	margin: .5%
}

.work.third {
	width: 32.33%
}

.work.supporter .img-wrap {
	height: 335px
}

.biggerFont .work.team .img-wrap:hover .hover,
.biggestFont .work.team .img-wrap:hover .hover,
.work.supporter .img-wrap:hover .hover,
.work.team .img-wrap:hover .hover {
	top: 0
}

.work.team .hover {
	top: 100%;
	padding: 20px
}

.work .img-wrap {
	width: 100%;
	height: 390px
}

.work .img-wrap .hover {
	background: rgba(10, 35, 103, .8);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px
}

.bwContrast .work .img-wrap .hover {
	background: rgba(51, 51, 51, .8)
}

.work .img-wrap .hover .btn-wrap {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	margin: 0
}

.work .img-wrap .hover .btn:hover {
	color: #0a2367;
	background: #fff
}

.bwContrast .work .img-wrap .hover .btn:hover {
	color: #333
}

#projects .work .img-wrap:hover .hover,
.work .img-wrap:hover .hover {
	top: 0;
	padding: 20px
}

#projects .work .img-wrap .hover {
	top: 280px
}

.info-header {
	height: 110px
}

.info-header strong {
	font-size: 25px;
	font-size: 1.66667rem
}

.work-title {
	font-size: 38px;
	font-size: 2.53333rem;
	font-weight: 300
}

#subintro p,
section .sidebar h5 {
	font-size: 20px;
	font-size: 1.33333rem
}

#subintro .btn {
	width: 315px;
	margin: 0 25px
}

.sitemap ul {
	margin: 5px 0 10px 20px
}

.sitemap li {
	margin: 0 0 5px
}

.content-img {
	max-width: 100%;
	width: auto;
	height: auto
}

.content-img.full {
	width: 100%
}

.enlarge span {
	display: block;
	margin: 30px 0 10px
}

section ul {
	list-style: disc;
	padding-left: 20px;
	margin: 15px 0
}

section ul li {
	padding: 0 0 10px
}

.find-more {
	position: relative;
	display: inline-block;
	font-size: 22px;
	font-size: 1.46667rem;
	line-height: 26px;
	padding: 20px 0 5px
}

.biggerFont .find-more {
	font-size: 24px;
	font-size: 1.6rem
}

.biggestFont .find-more {
	font-size: 26px;
	font-size: 1.73333rem
}

.find-more:before {
	content: '';
	width: 38px;
	height: 51px;
	position: absolute;
	top: 0;
	left: -51px;
	background: url(../images/icon-geo.png) 0 0 no-repeat
}

.find-more:hover {
	opacity: .7
}

section .sidebar ul,
section .sidebar ul:first-child {
	margin: 10px 0 40px;
	list-style-type: none;
	padding-left: 0
}

section .sidebar li {
	margin: 0 0 .5em
}

.register {
	background-color: #efefef
}

.register:before {
	content: "";
	display: block;
	height: 150px;
	margin-top: -150px;
	visibility: hidden
}

.register h3 {
	text-align: center;
	font-weight: 300
}

.register fieldset {
	text-align: justify;
	font-size: 0
}

.register input[type=email],
.register input[type=text] {
	display: inline;
	width: 32%;
	background-color: #fff
}

.register input[type=email] {
	margin: 0 2%
}

.register button[type=submit] {
	color: #0a2367;
	width: 10em;
	margin: 1em auto;
	display: block;
	cursor: pointer
}

.register button[type=submit]:hover {
	background: #0a2367;
	color: #fff
}

.register label.checkbox {
	padding: 0 1em 0 2em;
	position: relative;
	margin: 1em 0;
	line-height: 1.4
}

.register label.checkbox input {
	position: absolute;
	left: 0;
	top: 10%
}

.register textarea {
	width: 100%;
	height: 8em;
	background-color: #fff
}

@media only screen and (max-width:800px) {
	.register input[type=email],
	.register input[type=text] {
		display: block;
		width: 100%;
		margin: 0 0 1em
	}
}

.seminarstructure {
	padding: 60px 0;
	margin-top: 5px;
	color: #fff
}

.seminarstructure h2 {
	color: #fff
}

.seminarstructure .btn {
	color: #007db4
}

@media screen and (max-width:767px) {
	.seminarstructure svg {
		margin-bottom: 20px
	}
}

.seminardates,
.seminarintro {
	padding: 60px 0
}

#projects h2 {
	margin-bottom: 50px
}

.shareproject {
	padding: 30px 0
}

.shareproject span {
	font-weight: 700;
	color: #00447c;
	margin-right: 1em
}

.shareproject a,
.shareproject span {
	display: inline-block
}

.shareproject .sharelink {
	color: #00447c;
	font-size: 20px;
	margin: 0 5px
}

.shareproject .sharelink:hover {
	color: #50c0df
}

.shareproject .btn {
	margin: 0 15px
}

.shareproject .btn.lightblue {
	margin-left: 30px
}

#related .works {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 0
}

#related .btn,
#related .card.event,
#related .shadow,
#related .story .related,
.story #related .related {
	height: 100%
}

#related .filter {
	margin-bottom: 30px;
	text-align: left
}

#related .country {
	background: #007db4;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-weight: 700;
	font-size: 16px;
	text-align: left
}

.bwContrast #related .country {
	background: #333
}

#related a {
	border-radius: 16px;
	padding: 7px 0 10px
}

#related .active {
	font-weight: 700;
	background: #efefef;
	text-align: left
}

#related .inner {
	padding: 15px;
	text-align: left
}

#related h3 {
	text-align: left;
	color: #00447c;
	font-size: 19px;
	font-size: 1.26667rem
}

#related .sectors img {
	max-width: 40px
}

#related .sectors a:first-of-type img,
.projectsgrid .sectors a:first-of-type img {
	margin-left: -5px
}

#related .project {
	margin-bottom: 30px
}

#related .arrowlink,
#related .getinvolved .card-deck .card-title,
#related .shadowfiles ul.files.filegrid .cta,
#related .slogan-block .links a,
#related ul.files a,
.getinvolved .card-deck #related .card-title,
.shadowfiles ul.files.filegrid #related .cta,
.slogan-block .links #related a,
ul.files #related a {
	font-size: 16px
}

#related .btn {
	border-color: #00447c
}

.bwContrast #help .down:hover span,
.bwContrast #related .btn,
.bwContrast .filter .selectjump .cs-options span:hover {
	border-color: #333
}

#related .btn:hover {
	color: #fff;
	background: #00447c
}

.bwContrast #related .btn:hover,
.bwContrast .filter .selectjump .cs-options span:after {
	background: #333
}

#help .down span,
#related .work .btn {
	border-color: #fff
}

#related .work .btn:hover {
	color: #0a2367;
	background: #fff
}

.bwContrast #approach .btn:hover,
.bwContrast #related .work .btn:hover,
.bwContrast .country-select ul li:hover,
.bwContrast .cs-select ul li:hover,
.bwContrast .selectjump ul li:hover {
	color: #333
}

#team {
	padding-bottom: 0
}

#team h4 {
	margin-bottom: 70px
}

.info-contact {
	font-size: 25px;
	font-size: 1.66667rem;
	padding: 10px 20px
}

.info-contact .contacts {
	font-size: 20px;
	font-size: 1.33333rem;
	padding-top: 30px
}

.info-contact .contacts a:hover,
.infobox:hover strong,
.map-wrap .marker-wrap .info:hover strong {
	text-decoration: underline
}

.info-contact small {
	display: block;
	font-size: 17px;
	font-size: 1.13333rem;
	margin: 20px 0 0
}

#approach,
#help {
	position: relative;
	background-size: cover
}

#approach {
	background: url(../images/image13.jpg) 50% 50% no-repeat
}

#approach:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(9, 40, 68, .85);
	z-index: 0
}

.bwContrast #approach:after {
	background: rgba(0, 0, 0, .7)
}

#approach .holder {
	position: relative;
	z-index: 1
}

#approach .btn:hover {
	color: #00447c;
	background: #fff
}

#findout h4 {
	font-size: 27px;
	font-size: 1.8rem
}

#help {
	background: url(../images/banner08.jpg) 50% 50% no-repeat;
	font-family: "Anton"
}

#help h4 {
	font-size: 112px;
	font-size: 7.46667rem;
	line-height: 1;
	margin: 20px 0
}

#help h3 {
	font-size: 36px;
	font-size: 2.4rem
}

.select-style {
	border-radius: 0;
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 0 15px;
	border: 1px solid #00447c;
	cursor: pointer;
	max-width: 350px;
	margin: 0 auto 30px
}

.select-style select {
	padding: 0 14px;
	height: 40px;
	width: 100%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
	background-image: none;
	-webkit-appearance: none
}

.country-select:focus,
.cs-select:focus,
.select-style select:focus,
.selectjump:focus {
	outline: 0
}

.select-style:after {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background: #00447c;
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding-top: 6px;
	pointer-events: none
}

.country-select,
.cs-select,
.selectjump {
	display: inline-block;
	width: 400px;
	position: relative;
	height: 49px;
	font-size: 17px;
	font-size: 1.13333rem;
	margin: 0 auto 30px;
	text-align: left;
	border: 1px solid #00447c;
	background: #00447c
}

#register .country-select,
#register .cs-select,
#register .selectjump {
	width: 500px;
	margin-bottom: 0
}

.country-select select,
.cs-select select,
.selectjump select {
	display: none
}

.country-select span,
.cs-select span,
.selectjump span {
	display: block;
	line-height: 1;
	position: relative;
	cursor: pointer
}

.country-select>span,
.cs-select>span,
.selectjump>span {
	padding: 15px 20px;
	margin-right: 50px;
	background: #fff
}

.country-select>span:after,
.cs-select>span:after,
.selectjump>span:after {
	content: '';
	position: absolute;
	right: -34px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 1
}

.filter .country-select>span:after,
.filter .cs-select>span:after,
.filter .selectjump>span:after {
	right: 15px;
	border-top-color: #fff
}

.country-select.cs-active,
.cs-select.cs-active,
.selectjump.cs-active {
	z-index: 200
}

.country-select.cs-active .cs-options,
.cs-select.cs-active .cs-options,
.selectjump.cs-active .cs-options {
	visibility: visible
}

.country-select .cs-options,
.cs-select .cs-options,
.selectjump .cs-options {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden
}

#register .country-select .cs-options,
#register .country-select>span,
#register .cs-select .cs-options,
#register .cs-select>span,
#register .selectjump .cs-options,
#register .selectjump>span {
	text-align: center;
	background: #fff
}

.country-select ul,
.cs-select ul,
.selectjump ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}

.country-select ul li,
.cs-select ul li,
.selectjump ul li {
	line-height: 1;
	padding: 6px 20px
}

.country-select ul li span,
.cs-select ul li span,
.selectjump ul li span {
	padding: 10px 0
}

.filter .column {
	margin: 0 15px;
	display: inline-block
}

.filter .selectjump {
	width: 300px;
	background: 0 0;
	border-color: #fff
}

.filter .selectjump.cs-active>span {
	color: #848484;
	background: #616161
}

.filter .selectjump.cs-active>span:after {
	border-top-color: #848484
}

.filter .selectjump>span {
	color: #fff;
	padding-right: 40px
}

.filter .selectjump .cs-options {
	top: 32px;
	left: -1px;
	color: #c4c4c4;
	border: 1px solid #fff;
	border-top: 0;
	background: #616161
}

.filter .selectjump .cs-options span {
	position: relative;
	border-top: 1px solid #333
}

.filter .selectjump .cs-options span:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #0a2367;
	display: none;
	z-index: 1
}

.filter .selectjump .cs-options span:hover:after,
.map-wrap .marker-wrap.active .info,
.map-wrap img {
	display: block
}

.form-row {
	margin: 10px -.5% 0;
	overflow: hidden
}

.input-field {
	float: left;
	width: 99%;
	margin: 0 .5%;
	background: #fff
}

.input-field.third {
	width: 32.33%
}

.input-field input,
.input-field textarea {
	padding: 0 20px;
	font-size: 17px;
	font-size: 1.13333rem;
	height: 34px;
	line-height: 34px;
	color: #333
}

.input-field textarea {
	height: 100px
}

.input-field ::-webkit-input-placeholder {
	color: #333
}

.input-field :-moz-placeholder,
.input-field ::-moz-placeholder {
	color: #333
}

.input-field :-ms-input-placeholder {
	color: #333
}

#register .btn {
	width: auto;
	border-color: #0a2367
}

.bwContrast #register .btn {
	color: #333;
	border-color: #333
}

#register .btn:hover {
	color: #fff;
	background: #0a2367
}

.bwContrast #register .btn:hover {
	background: #333
}

#mapCanvas,
.infobox .close {
	width: 100%;
	height: 100%;
	position: absolute
}

.infobox,
.map-wrap .marker-wrap .info {
	display: none;
	position: absolute;
	top: -116px;
	left: 50%;
	margin-left: -48px;
	background: #eeda20;
	width: 96px;
	height: 96px;
	font-size: 14px;
	font-size: .93333rem;
	color: #00447c;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.infobox:after,
.map-wrap .marker-wrap .info:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 28px;
	width: 0;
	height: 0;
	border-top: 20px solid #eeda20;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent
}

.infobox .close {
	background: 0 0;
	cursor: pointer;
	font-size: 17px;
	font-size: 1.13333rem;
	height: 25px;
	line-height: 22px;
	left: 0;
	text-align: center;
	top: 0
}

.infobox .content {
	font-weight: 700
}

.map-wrap {
	width: 100%;
	padding-bottom: 60%
}

.map-wrap .marker-wrap {
	position: absolute;
	width: 28px;
	height: 42px;
	background: url(../images/icon-marker.png) 0 0 no-repeat;
	background-size: 100% auto;
	cursor: pointer
}

.map-wrap .marker-wrap#country01 {
	bottom: 340px;
	right: 290px
}

.map-wrap .marker-wrap#country02 {
	bottom: 365px;
	right: 310px
}

.map-wrap .marker-wrap#country03 {
	bottom: 308px;
	right: 345px
}

.map-wrap .marker-wrap#country04 {
	bottom: 260px;
	right: 470px
}

.map-wrap .marker-wrap#country05 {
	bottom: 290px;
	right: 490px
}

.map-wrap .marker-wrap#country06 {
	bottom: 215px;
	right: 490px
}

.map-wrap .marker-wrap#country07 {
	bottom: 235px;
	right: 515px
}

.map-wrap .marker-wrap#country08 {
	bottom: 296px;
	right: 685px
}

.map-wrap .marker-wrap#country09 {
	bottom: 265px;
	right: 655px
}

.map-wrap .marker-wrap#country10 {
	bottom: 160px;
	right: 785px
}

.map-wrap .marker-wrap#country11 {
	bottom: 182px;
	right: 895px
}

.map-wrap .marker-wrap.active,
.map-wrap .marker-wrap:hover {
	background: url(../images/icon-marker-active.png) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 11
}

.map-wrap .marker-wrap.active {
	z-index: 10
}

.map-wrap,
.media,
.media-section {
	position: relative
}

.media-section .img-wrap {
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	float: none
}

.media-section .img-wrap.left {
	left: 0
}

.media-section .img-wrap.right {
	right: 0
}

.media-section h2,
.media-section h3 {
	font-weight: 300
}

.media {
	width: 60%;
	z-index: 1;
	padding: 50px 0
}

.media.left {
	padding-right: 140px
}

.media.right {
	padding-left: 280px
}

.media h3 {
	margin: 30px 0;
	font-size: 28px;
	font-size: 1.86667rem
}

.play {
	color: #333;
	left: 55px;
	width: 160px;
	font-size: 23px;
	font-size: 1.53333rem;
	padding: 185px 0 0;
	background: url(../images/icon-play.png) 50% 0 no-repeat
}

.play:hover {
	color: #000
}

.video-wrap {
	height: 245px
}

.video-wrap .video-play {
	width: 160px;
	height: 161px;
	background: url(../images/icon-play.png) 50% 0 no-repeat;
	font-size: 0
}

.video-title {
	margin: 20px 0
}

.partners .img-wrap {
	width: 100%;
	height: 100%
}

.partners .item {
	height: 145px
}

.proj-row {
	margin-top: 70px;
	margin-bottom: 70px
}

.proj-row .img-wrap,
.proj-row .video-wrap {
	height: 375px
}

.proj-row .video-wrap .video-play {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	width: 79px;
	height: 79px;
	background: #eeda20 url(../images/icon-play.png) 50% 50% no-repeat;
	background-size: 79px auto
}

.bwContrast .proj-row .video-wrap .video-play {
	background: #848484 url(../images/icon-play.png) 50% 50% no-repeat;
	background-size: 79px auto
}

.partner-wrap {
	border-top: 3px solid #fff;
	padding-top: 50px;
	margin-top: 50px
}

.partner-wrap:first-child {
	border: 0;
	margin: 0;
	padding: 0
}

.partner-wrap .btn {
	border-color: #00447c
}

#partners-section .bx-controls-direction a:hover,
.bwContrast .partner-wrap .btn {
	border-color: #333
}

.partner-wrap .btn:hover {
	color: #fff;
	background: #00447c
}

.bwContrast .newsitem.first .align,
.bwContrast .newsitem.first .inner,
.bwContrast .partner-wrap .btn:hover {
	background: #333
}

#partners-section h2 {
	margin-bottom: 60px
}

#partners-section .bx-wrapper {
	margin: 60px 0;
	overflow: visible
}

#partners-section .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -13px;
	content: url('data:image/svg+xml; utf8, <svg width="18" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M10.1 14.4l1.2-1.1.2-.5c0-.2 0-.4-.2-.5L7.9 8.9l3.4-3.5.2-.5c0-.2 0-.3-.2-.5L10 3.3a.7.7 0 0 0-.5-.2c-.2 0-.3 0-.5.2l-5 5c-.2.2-.2.4-.2.6 0 .2 0 .3.2.5l5 5c.2.2.3.2.5.2s.4 0 .5-.2zM16 4.6A8.4 8.4 0 0 1 17 8.9c0 1.5-.3 3-1.1 4.3a8.5 8.5 0 0 1-11.7 3A8.5 8.5 0 0 1 1 4.7 8.5 8.5 0 0 1 13 1.4c1.3.8 2.3 1.8 3 3.2z" fill="#007DB4" fill-rule="evenodd"/></svg>');
	overflow: hidden;
	text-indent: 100%
}

#partners-section .bx-controls-direction a.bx-prev {
	left: -27px
}

#partners-section .bx-controls-direction a.bx-next {
	right: -27px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

#partners p {
	margin: 1.5em 0 2.5em;
	word-break: break-word
}

.newsitem {
	margin-bottom: 30px
}

.newsitem .headline {
	font-weight: 700;
	width: auto;
	font-size: 18px;
	font-size: 1.2rem;
	color: #00447c;
	margin-bottom: .5em
}

.bwContrast .newsitem .headline,
.bwContrast .projectsgrid h3 {
	color: #333
}

.newsitem .text {
	font-size: 15px;
	font-size: 1rem;
	margin: 10px 0 1em
}

.newsitem .inner {
	background: #fff;
	height: 100%
}

.newsitem .align {
	padding: 25px;
	background: #fff
}

.newsitem p:last-child {
	margin-bottom: 0
}

.newsitem a {
	color: inherit
}

.fnav ul,
.newsitem.first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.newsitem.first .headline,
.newsitem.first a {
	color: #fff
}

@media (max-width:800px) {
	.newsitem.first img {
		width: 100%
	}
}

.newsitem.first .align,
.newsitem.first .inner {
	background: #007db4
}

.newsitem.first a:hover {
	color: #00447c
}

#latest-section h2 {
	font-weight: 300
}

#latest-section .img-wrap {
	width: 100%;
	height: 325px
}

#latest-section hr {
	margin: 30px 0;
	border-color: #848484
}

#latest-section article .btn:hover {
	background: 0 0;
	text-decoration: underline
}

.biggerFont #latest-section article,
.biggestFont #latest-section article {
	height: auto!important
}

.news-article {
	padding: 40px 0;
	border-bottom: 1px solid #000
}

.news-article h3 {
	font-size: 35px;
	font-size: 2.33333rem;
	font-weight: 700
}

#latest-section article .btn,
.news-article .btn {
	border: 0;
	padding: 0
}

.news-article .btn:hover {
	text-decoration: underline
}

.news-article img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

.pager {
	margin: 15px 0;
	padding: 0;
	font-size: 0
}

.pager li {
	display: inline-block;
	font-size: 23px;
	font-size: 1.53333rem;
	margin-right: 10px
}

.pager li.current,
.pager li:hover a {
	color: #0a2367
}

.timeline-header {
	padding: 20px 0;
	margin: 40px 0 60px;
	position: relative
}

.timeline-header:after {
	content: '';
	position: absolute;
	border-top: 30px solid #00447c;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	bottom: -30px
}

.bwContrast .timeline-header:after {
	border-top-color: #333
}

.timeline .text {
	font-size: 17px;
	font-size: 1.13333rem
}

.timeline .btn {
	min-width: 240px;
	border-color: #0a2367
}

.bwContrast .timeline .btn {
	border-color: #000
}

.timeline .btn:hover {
	color: #fff;
	background: #0a2367
}

.bwContrast .timeline .btn:hover {
	background: #000
}

.timeline .time {
	margin: 0 0 30px
}

.timeline .img-wrap {
	margin: 0 0 20px;
	height: 300px
}

.timeline-content {
	display: none
}

.consent,
.subscribe {
	position: relative
}

.subscribe .input {
	color: #fff;
	font-size: 15px;
	font-size: 1rem;
	padding: 20px 30px;
	border: 1px solid #fff;
	background: 0 0
}

.bwContrast .subscribe .input {
	background: #333
}

.subscribe .input:focus,
form input:focus {
	border-color: #00447c
}

.bwContrast .subscribe .input:focus {
	border-color: #000
}

.subscribe .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 140px;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #007db4;
	text-transform: capitalize
}

.event form h3,
.subscribe .btn:hover {
	color: #00447c
}

.bwContrast .subscribe .btn:hover {
	color: #000
}

.subscribe ::-webkit-input-placeholder {
	color: #fff
}

.subscribe :-moz-placeholder,
.subscribe ::-moz-placeholder {
	color: #fff
}

.subscribe :-ms-input-placeholder {
	color: #fff
}

.consent input {
	left: 0;
	top: 3px;
	width: 1px;
	height: 1px
}

.consent label {
	padding-left: 35px;
	position: relative;
	font-size: 15px;
	font-size: 1rem
}

.consent input,
.consent label::after,
.consent label::before {
	position: absolute
}

.consent label::before {
	top: 3px;
	left: 0
}

.consent label::after {
	left: 8px;
	top: 13px
}

.consent label::before {
	content: "";
	display: inline-block;
	background: #007db4;
	height: 22px;
	width: 21px;
	border: 1px solid
}

.consent label::after {
	content: "";
	display: inline-block;
	height: 6px;
	width: 9px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.consent input[type=checkbox]+label::after {
	content: none
}

.consent input[type=checkbox]:checked+label::after {
	content: ""
}

.consent a {
	color: #fff;
	text-decoration: underline
}

.projectsgrid .filter {
	/*margin-bottom: 30px*/
}

.projectsgrid .country {
	background: #007db4;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-weight: 700
}

.bwContrast .projectsgrid .country {
	background: #333
}

.projectsgrid a {
	border-radius: 16px;
	padding: 7px 0 10px
}

.projectsgrid .active {
	font-weight: 700;
	background: #efefef
}

.projectsgrid .inner {
	padding: 15px
}

.projectsgrid .project-inactive .shadow {
    background: lightgrey;
}

.projectsgrid .inner a {
	color: #333;
	font-weight: 700
}

.projectsgrid h3 {
	color: #00447c;
	font-size: 19px;
	font-size: 1.26667rem
}

.projectsgrid .sectors {
	position: absolute;
	bottom: 40px
}

.getinvolved .card-deck .projectsgrid .card-title,
.projectsgrid .arrowlink,
.projectsgrid .getinvolved .card-deck .card-title,
.projectsgrid .shadowfiles ul.files.filegrid .cta,
.projectsgrid .slogan-block .links a,
.projectsgrid ul.files a,
.shadowfiles ul.files.filegrid .projectsgrid .cta,
.slogan-block .links .projectsgrid a,
ul.files .projectsgrid a {
	position: static
}

.projectsgrid .sectors img {
	max-width: 40px
}

.projectsgrid .project {
	margin-bottom: 30px
}

.projectsgrid .btn,
.projectsgrid .card.event,
.projectsgrid .shadow,
.projectsgrid .story .related,
.story .projectsgrid .related {
	height: 100%;
	padding-bottom: 110px
}

.event.featured .eventmeta b,
.takeaction,
.takeaction a:before,
.takeaction h3,
.workgrid {
	color: #fff
}

.workgrid .panel {
	padding-bottom: 26%;
	background-size: cover;
	overflow: hidden;
	border: 3px solid #fff
}

.workgrid .panel:nth-child(even) {
	border-right: none
}

.workgrid .panel:nth-child(odd) {
	border-left: none
}

.workgrid .title {
	font-size: 28px;
	font-size: 1.86667rem;
	color: #fff
}

.workgrid .inner,
.workgrid .text {
	-webkit-transition: ease .3s all;
	position: absolute;
	width: 100%;
	padding: 20px;
	transition: ease .3s all
}

.workgrid .inner {
	height: 100%;
	top: calc(100% - 5em);
	background: rgba(10, 35, 103, .8)
}

.workgrid .text {
	bottom: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	left: 0
}

.workgrid .panel:hover .inner {
	top: 0
}

.workgrid .panel:hover .text {
	bottom: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.takeaction .top {
	background-color: #fff;
	padding: 15px
}

.takeaction .theme {
	color: #0a2367;
	font-size: 14px;
	font-size: .93333rem
}

.takeaction .action {
	margin-bottom: 0;
	color: #0a2367;
	font-weight: 700;
	font-size: 22px;
	font-size: 1.46667rem
}

.takeaction a {
	display: block;
	padding: 15px;
	margin: 0
}

.socials {
	margin: 0
}

.socials a,
.socials b {
	display: inline-block;
	vertical-align: middle
}

.socials b {
	font-weight: 400
}

.socials a {
	width: 20px;
	height: 20px;
	margin: 0 7px;
	font-size: 0;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease
}

.socials a:first-of-type {
	margin-left: 15px
}
/*
.socials a:hover {
	opacity: .5
}
*/
.socials a.tw {
	background: url(../images/icon-twitter.png) 50% 50% no-repeat;
	background-size: contain
}

.socials a.fb {
	background: url(../images/icon-facebook.png) 50% 50% no-repeat;
	background-size: contain
}

.socials a.yt {
	background: url(../images/icon-youtube.png) 50% 50% no-repeat;
	background-size: contain
}

.socials a.in {
	background: url(../images/icon-linkedin.png) 50% 50% no-repeat;
	background-size: contain
}

.socials a.ig {
	background: url(../images/icon-instagram.png) 50% 50% no-repeat;
	background-size: contain
}

.hide-label {
	display: none
}

.sisea-search-form {
	margin-bottom: 2em
}

.sisea-search-form:after {
	content: "";
	display: table;
	clear: both
}

.sisea-search-form label {
	display: block;
	margin-bottom: .5em
}

.sisea-search-form input {
	border: 1px solid #0a2367;
	padding: .5em;
	line-height: 1;
	font-size: 18px;
	float: left;
	height: 40px
}

.sisea-search-form input[type=text] {
	width: 15em
}

.sisea-search-form input[type=submit] {
	width: 10em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #0a2367;
	color: #fff
}

.sisea-paging a,
.sisea-result a {
	color: #0a2367;
	font-weight: 700
}

.sisea-result h3 {
	font-size: 18px;
	font-size: 1.2rem;
	margin: 1em 0 .3em;
	color: #0a2367
}

.sisea-paging,
.sisea-result p {
	font-size: 16px;
	font-size: 1.06667rem
}

.sisea-paging {
	margin-top: 2em
}

.sisea-paging .sisea-page {
	padding: 0 .5em
}

.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.collapsible+.donationamounts {
	margin-top: 60px
}

.donationamounts {
	background: #f8f8f8
}

.bwContrast .donationamounts {
	background: #b3b3b3
}

.donationamounts a {
	text-align: center;
	display: block;
	color: #fff;
	height: 100%;
	-webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
	padding-bottom: 50px;
	position: relative
}

.bwContrast .donationamounts a {
	background: #333
}

.donationamounts a:hover {
	text-decoration: none
}

.donationamounts a,
.donationamounts a:hover .signoff {
	background-color: #00447c
}

.bwContrast .donationamounts a:hover .signoff {
	background: #fff;
	color: #333
}

.donationamounts .amount {
	width: 80px;
	height: 80px;
	margin: -40px auto -30px;
	position: relative;
	z-index: 2;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	font-size: 28px;
	font-size: 1.86667rem;
	padding-top: 12px
}

.donationamounts .amount:before {
	background-color: #00447c;
	position: absolute;
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 160px;
	top: 0;
	z-index: -1
}

.bwContrast #footer,
.bwContrast .donationamounts .amount:before {
	background: #333
}

.donationamounts .description {
	z-index: 10;
	position: relative;
	padding: 15px 10px
}

.donationamounts .signoff {
	background-color: #50c0df;
	padding: 10px;
	font-weight: 700;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	font-size: 16px;
	font-size: 1.06667rem;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0
}

.bwContrast .donationamounts .signoff {
	background: #848484
}

.partnerships {
	margin: 0 0 30px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff
}

.partnerships .fwgrid+ {
	margin-top: 0
}

.partnerships h3 {
	margin-bottom: 20px
}

.partnerships p {
	margin-bottom: 30px
}

#IframeDonate {
	width: 100%!important
}

form input.submit,
form label {
	font-size: 18px;
	font-size: 1.2rem
}

form label {
	display: block;
	margin: 0 0 5px
}

form input,
form input.submit,
form textarea {
	padding: 20px 30px;
	border: 1px solid #007db4
}

form input {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	font-size: 15px;
	font-size: 1rem
}

form input.submit {
	padding: 15px 25px;
	width: auto;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background: #007db4;
	background: rgba(0, 125, 180, .8);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.contact form input.submit:hover,
.contact form textarea.submit:hover,
.event form input.submit:hover,
.event form textarea.submit:hover,
form input.submit:hover {
	color: #007db4;
	background: #fff
}

form textarea {
	font-size: 20px;
	font-size: 1.33333rem;
	resize: vertical;
	margin-bottom: 20px
}

.contact a,
.contact img {
	display: inline-block;
	margin-right: 15px
}

.contact img {
	margin-right: 5px
}

.contact form input,
.contact form textarea,
.event form input,
.event form textarea {
	border: 0;
	background: #efefef;
	font-weight: 700
}

.contact form input.submit,
.contact form textarea.submit,
.event form input.submit,
.event form textarea.submit {
	padding: 15px 25px;
	width: auto;
	line-height: 1;
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #007db4;
	background: #007db4;
	background: rgba(0, 125, 180, .8);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

:target:before {
	content: "";
	display: block;
	height: 190px;
	margin: -190px 0 0
}

.squaredThree {
	position: relative;
	margin: 20px 0 30px
}

.squaredThree label {
	padding-left: 35px
}

.squaredThree label:before {
	content: '';
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 15px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .7), 0 1px 0 rgba(255, 255, 255, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .7), 0 1px 0 rgba(255, 255, 255, .2)
}

.squaredThree label:after {
	content: '';
	width: 12px;
	height: 8px;
	top: 6px;
	left: 21px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	background: 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.squaredThree label:hover::after {
	opacity: .3
}

.squaredThree input[type=checkbox],
.squaredThree label:after {
	opacity: 0;
	position: absolute
}

.squaredThree input[type=checkbox]:checked+label:before {
	background: #00447c
}

.squaredThree input[type=checkbox]:checked+label:after {
	opacity: 1
}

.eventwrap {
	margin-bottom: 30px
}

.eventwrap.hidden {
	display: none
}

@media screen and (max-width:767px) {
	.eventwrap {
		padding: 0
	}
}

.eventlist .card {
	height: 100%
}

.event .thanks .thanksmessage p,
.otherevents {
	font-weight: 700;
	font-size: 1.3rem
}

.event {
	text-align: left
}

.event.featured {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #007db4
}

.event.featured .card-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	overflow: hidden;
	position: relative
}

.event.featured .card-img-top {
	width: 100%;
	max-width: 100%;
	position: absolute
}

.event.featured .card-body {
	padding: 2.5rem;
	color: #fff
}

.event.featured .card-body a,
.event.featured .card-body h5 {
	color: inherit
}

.event.featured .card-body h5 {
	font-size: 2rem
}

.event .eventtag {
	position: absolute;
	width: auto;
	z-index: 2
}

.event form {
	margin: 4rem 0
}

.event input[type=checkbox] {
	width: auto
}

.event .thanks .thanksmessage {
	display: block
}

.event .thanks .thanksmessage p {
	color: #00447c
}

.event .thanks .formfields,
.event .thanksmessage {
	display: none
}

.event .modal-title {
	margin-top: 0
}

.card.event.related {
	margin-bottom: 32px
}

.card.event.related:last-child {
	margin-bottom: 0
}

.card.event .card-header {
	background: #007db4;
	color: #fff
}

#footer {
	font-size: 18px;
	padding-bottom: 0;
	background-color: #0a2367
}

.biggerFont #footer {
	font-size: 20px
}

.biggestFont #footer {
	font-size: 22px
}

#footer .btn {
	background: #fff;
	border: 1px solid #fff
}

#footer .btn:hover {
	color: #fff;
	background: 0 0
}

#footer hr {
	margin: 40px 0;
	border-color: #0a2367
}

#footer .fa-phone {
	color: #50c0df
}

.bwContrast #footer .fa-phone {
	color: #b3b3b3
}

.footerlogo {
	margin-bottom: 30px;
	display: block
}

.footer-logo {
	float: none;
	width: 311px;
	height: 63px;
	margin: 0 auto;
	background: url(../images/logo-footer.png) 0 0 no-repeat;
	background-size: 100% auto
}

.search {
	position: relative;
	margin: 0 auto 40px;
	width: 30%;
	padding-right: 60px
}

.search .input {
	font-size: 18px;
	padding: 10px 15px
}

.search .submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	cursor: pointer
}

.search .submit:hover {
	color: #0a2367;
	background: #333
}

.bwContrast .search .submit:hover {
	color: #fff;
	background: #000
}

.search ::-webkit-input-placeholder {
	color: #00447c
}

.bwContrast .search ::-webkit-input-placeholder {
	color: #333
}

.search :-moz-placeholder,
.search ::-moz-placeholder {
	color: #00447c
}

.bwContrast .search :-moz-placeholder,
.bwContrast .search ::-moz-placeholder {
	color: #333
}

.search :-ms-input-placeholder {
	color: #00447c
}

.bwContrast .search :-ms-input-placeholder {
	color: #333
}

.fnav {
	font-size: 13px;
	font-size: .86667rem;
	margin: 20px 0 20px -10px
}

.fnav.first {
	margin-top: 0;
	margin-bottom: 0
}

.fnav.second {
	opacity: .5
}

.fnav.second a {
	font-weight: 400
}

.biggerFont .fnav {
	font-size: 16px
}

.biggestFont .fnav {
	font-size: 22px
}

.fnav a {
	padding: 0 10px;
	border-right: 1px solid #fff;
	opacity: .8;
	margin-bottom: 10px;
	display: inline-block
}

.bwContrast .fnav a,
.fnav a {
	color: #fff;
	font-weight: 700
}

.fnav a:hover {
	text-decoration: none;
	opacity: 1;
	color: #fff
}

.fnav a:last-child {
	border-right: none
}

.fnav ul a {
	margin-bottom: 0
}

.copyright {
	padding: 20px 0;
	background: #253672
}

.bwContrast .copyright {
	background: #333
}

.copyright p {
	font-size: 13px;
	font-size: .86667rem;
	margin: 0
}

.madeby {
	color: #fff!important;
	font-weight: 400
}

.madeby:hover {
	color: #fff;
	font-weight: 400;
	text-decoration: underline
}

@media only screen and (max-width:1320px) {
	.logo {
		width: 170px;
		height: 38px
	}
	.logowrap {
		left: 10px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%)
	}
}

@media only screen and (max-width:1220px) {
	.holder {
		width: 1000px
	}
	.container {
		max-width: 1000px
	}
	.biggerFont .mnav li {
		font-size: 20px
	}
	.biggestFont .mnav li {
		font-size: 22px
	}
	.mnav li a {
		padding-left: 15px;
		padding-right: 15px
	}
	.slogan {
		font-size: 50px
	}
	.biggerFont .slogan {
		font-size: 52px
	}
	.biggestFont .slogan {
		font-size: 54px
	}
	#slider {
		height: 700px
	}
	.play {
		padding-top: 100px;
		left: 30px;
		background-size: 100% auto;
		width: 75px
	}
	.media.right {
		padding-left: 140px
	}
	#footer,
	.fnav li {
		font-size: 15px
	}
	.biggerFont #footer,
	.biggerFont .fnav li {
		font-size: 17px
	}
	.biggestFont #footer,
	.biggestFont .fnav li {
		font-size: 19px
	}
	.work .img-wrap {
		height: 300px
	}
	.work .img-wrap .hover {
		top: 190px
	}
	#team .img-wrap:hover .hover {
		top: 80px
	}
	.info-contact {
		font-size: 20px
	}
	.biggerFont .info-contact {
		font-size: 22px
	}
	.biggestFont .info-contact {
		font-size: 24px
	}
	.work .img-wrap .hover p {
		margin: 0
	}
	.work-title {
		font-size: 30px
	}
	.biggerFont .work-title {
		font-size: 32px
	}
	.biggestFont .work-title {
		font-size: 34px
	}
	.numbers h4 {
		font-size: 112px;
		font-size: 7.46667rem;
		margin: 0
	}
	.map-wrap .marker-wrap#country01 {
		bottom: 280px;
		right: 240px
	}
	.map-wrap .marker-wrap#country02 {
		bottom: 300px;
		right: 260px
	}
	.map-wrap .marker-wrap#country03 {
		bottom: 260px;
		right: 285px
	}
	.map-wrap .marker-wrap#country04 {
		bottom: 215px;
		right: 390px
	}
	.map-wrap .marker-wrap#country05 {
		bottom: 245px;
		right: 410px
	}
	.map-wrap .marker-wrap#country06 {
		bottom: 180px;
		right: 405px
	}
	.map-wrap .marker-wrap#country07 {
		bottom: 200px;
		right: 425px
	}
	.map-wrap .marker-wrap#country08 {
		bottom: 245px;
		right: 570px
	}
	.map-wrap .marker-wrap#country09 {
		bottom: 220px;
		right: 545px
	}
	.map-wrap .marker-wrap#country10 {
		bottom: 135px;
		right: 650px
	}
	.map-wrap .marker-wrap#country11 {
		bottom: 155px;
		right: 750px
	}
}

@media only screen and (max-width:1120px) {
	#impact-section .bx-wrapper {
		max-width: 600px!important;
		margin: 0 auto!important
	}
	#impact-section .numbers .item {
		width: 300px!important
	}
}

@media only screen and (max-width:1100px) {
	h2 {
		font-size: 36px
	}
	.biggerFont h2 {
		font-size: 38px
	}
	.biggestFont h2 {
		font-size: 40px
	}
	h3 {
		font-size: 30px
	}
	.biggerFont h3 {
		font-size: 32px
	}
	.biggestFont h3 {
		font-size: 34px
	}
	h4 {
		font-size: 26px
	}
	.biggerFont h4 {
		font-size: 28px
	}
	.biggestFont h4 {
		font-size: 30px
	}
	.btn-wrap,
	.sidebar ul,
	p {
		margin: 20px 0
	}
	#content,
	.work,
	body {
		font-size: 14px
	}
	#subintro,
	.biggerFont #content,
	.biggerFont body {
		font-size: 16px
	}
	.biggerFont #subintro,
	.biggestFont #content,
	.biggestFont body {
		font-size: 18px
	}
	.biggestFont #subintro {
		font-size: 20px
	}
	.holder {
		width: 98%
	}
	.container {
		max-width: 95%
	}
	.topbar {
		height: 70px
	}
	.header .holder {
		position: relative;
		width: 100%
	}
	.header .logo {
		margin-top: 20px;
		margin-bottom: 20px
	}
	.mnav ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		padding-bottom: 10px;
		background: rgba(0, 0, 0, .95);
		border-top: none;
		border-bottom: 1px solid #0a2367;
		z-index: 10
	}
	.mnav li {
		float: none;
		display: inline-block;
		width: 33%;
		margin: 0;
		vertical-align: top
	}
	.mnav li.active>a,
	.mnav li:hover>a {
		border-color: #fff;
		color: #50c0df!important
	}
	.mnav li ul li a,
	.mnav li ul li.last a {
		padding: 10px 15px
	}
	.mnav li a,
	.mnav li.last a {
		padding: 17px 20px 10px;
		color: #fff;
		background-image: none;
		border-bottom: none
	}
	.mnav li ul {
		display: block;
		position: static;
		width: auto;
		padding: 0 0 0 30px;
		background: inherit
	}
	.mnav ul ul {
		padding-bottom: 0;
		border-bottom: none
	}
	.mnav ul,
	.mnav ul li li {
		width: 100%
	}
	.fnav ul,
	.menu-toggle {
		display: block
	}
	#slider,
	.banner,
	.banner img {
		height: 400px
	}
	.slogan-block {
		bottom: 30px
	}
	.slogan {
		font-size: 30px
	}
	.biggerFont .slogan {
		font-size: 32px
	}
	.biggestFont .slogan {
		font-size: 34px
	}
	.icon {
		width: 100px;
		height: 100px;
		background-size: 50% auto
	}
	.media-section .img-wrap {
		display: none
	}
	.media {
		width: 100%;
		padding: 30px 20px
	}
	.media.left {
		padding-right: 20px
	}
	.columns {
		float: none;
		width: 100%!important;
		margin: 0 0 10px
	}
	#team .hover,
	#team .img-wrap:hover .hover,
	.work .img-wrap .hover {
		top: 0;
		padding: 20px
	}
	#related .img-wrap .hover {
		top: 0
	}
	.info-header {
		height: auto;
		margin: 10px 0
	}
	.work.third {
		width: 49%
	}
	#numbers-section .box {
		width: 100%;
		max-width: 290px
	}
	.sidebar li {
		margin: 0 0 20px
	}
	.sidebar {
		margin-top: 30px
	}
	.cs-select {
		margin: 10px auto
	}
	.map-wrap {
		width: 700px;
		margin: 30px auto 0
	}
	.map-wrap .marker-wrap {
		background-size: 100% auto;
		width: 13px;
		height: 20px
	}
	.map-wrap .marker-wrap#country01 {
		bottom: 197px;
		right: 173px
	}
	.map-wrap .marker-wrap#country02 {
		bottom: 207px;
		right: 183px
	}
	.map-wrap .marker-wrap#country03 {
		bottom: 177px;
		right: 202px
	}
	.map-wrap .marker-wrap#country04 {
		bottom: 155px;
		right: 275px
	}
	.map-wrap .marker-wrap#country05 {
		bottom: 170px;
		right: 290px
	}
	.map-wrap .marker-wrap#country06 {
		bottom: 130px;
		right: 285px
	}
	.map-wrap .marker-wrap#country07 {
		bottom: 138px;
		right: 300px
	}
	.map-wrap .marker-wrap#country08 {
		bottom: 170px;
		right: 400px
	}
	.map-wrap .marker-wrap#country09 {
		bottom: 155px;
		right: 385px
	}
	.map-wrap .marker-wrap#country10 {
		bottom: 93px;
		right: 460px
	}
	.map-wrap .marker-wrap#country11 {
		bottom: 108px;
		right: 528px
	}
	#related .img-wrap {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		min-height: 375px
	}
	#related .img-wrap .hover {
		padding: 0 0 100px
	}
	.table-col.third {
		display: block;
		width: 100%
	}
}

@media only screen and (max-width:820px) {
	#impact-section .bx-wrapper {
		max-width: 100%!important;
		margin: 0 90px!important
	}
}

@media only screen and (max-width:768px) {
	.shadowfiles ul.files.filegrid li {
		margin-bottom: 40px
	}
	.donamount {
		margin-bottom: 20px
	}
	.socials b {
		display: block;
		margin-bottom: 10px
	}
	.section {
		padding: 30px 0
	}
	h2 {
		font-size: 26px
	}
	.news-article h3,
	h3 {
		font-size: 22px
	}
	.media h3,
	.num-text,
	h4 {
		font-size: 20px
	}
	h5 {
		font-size: 18px
	}
	.search {
		width: 70%
	}
	.box,
	.boxes,
	.partner-wrap .table-col,
	.partner-wrap .table-row,
	.shareproject span {
		display: block
	}
	.partner-wrap .table-col {
		width: 100%
	}
	.box {
		width: 98%;
		overflow: hidden;
		padding-bottom: 10px;
		margin-bottom: 20px
	}
	.more {
		top: auto;
		bottom: 0
	}
	#latest-section .img-wrap {
		margin: 0 0 30px;
		height: 200px
	}
	.media h3 {
		margin: 10px 0
	}
	.btn-wrap.inline {
		display: block;
		margin: 0 0 20px
	}
	.btn {
		font-size: 16px
	}
	.shareproject .btn {
		margin-top: 15px
	}
	.takeaction .theme {
		margin: 0
	}
	.takeaction .action {
		margin-top: 10px
	}
	.works h2 {
		margin: 30px 0
	}
	.work.third {
		width: 99%
	}
	.text-panel .inner {
		padding: 25px
	}
	.fwgrid .row,
	.projectgrid .row {
		min-height: 0
	}
	.fwgrid .bg-cover,
	.projectgrid .bg-cover {
		padding-bottom: 50%
	}
	.works {
		margin-bottom: 30px
	}
	.partner-wrap .proj-row {
		margin-top: 30px;
		margin-bottom: 30px
	}
	#slider .img-cover,
	.banner .img-cover {
		min-width: 0;
		min-height: 0;
		height: 100%
	}
	.numbers h4 {
		font-size: 60px;
		margin: 20px 0
	}
	#impact-section .owl-nav div {
		width: 50px;
		height: 50px
	}
	#impact-section .owl-nav div:after {
		top: 10px
	}
	#impact-section .owl-prev:after {
		left: 18px
	}
	#impact-section .owl-next:after {
		left: 2px
	}
	.map-wrap {
		width: 400px;
		margin: 60px auto 30px
	}
	.map-wrap .marker-wrap#country01 {
		bottom: 110px;
		right: 95px
	}
	.map-wrap .marker-wrap#country02 {
		bottom: 120px;
		right: 103px
	}
	.map-wrap .marker-wrap#country03 {
		bottom: 100px;
		right: 113px
	}
	.map-wrap .marker-wrap#country04 {
		bottom: 90px;
		right: 153px
	}
	.map-wrap .marker-wrap#country05 {
		bottom: 100px;
		right: 165px
	}
	.map-wrap .marker-wrap#country06 {
		bottom: 73px;
		right: 162px
	}
	.map-wrap .marker-wrap#country07 {
		bottom: 80px;
		right: 170px
	}
	.map-wrap .marker-wrap#country08 {
		bottom: 95px;
		right: 225px
	}
	.map-wrap .marker-wrap#country09 {
		bottom: 87px;
		right: 215px
	}
	.map-wrap .marker-wrap#country10 {
		bottom: 54px;
		right: 260px
	}
	.map-wrap .marker-wrap#country11 {
		bottom: 63px;
		right: 298px
	}
	#register .cs-select {
		width: 300px
	}
	.cs-select,
	.input-field input,
	.input-field textarea {
		font-size: 14px
	}
	.input-field.third {
		width: 99%;
		margin-bottom: 10px
	}
	.breadcrumbs ul {
		padding: 10px 0
	}
	.breadcrumbs li {
		padding: 5px 20px 5px 0;
		font-size: 14px
	}
	.breadcrumbs li:after {
		right: 7px
	}
	.icon {
		margin: 10px auto
	}
}

@media only screen and (max-width:820px) {
	#impact-section .bx-wrapper {
		max-width: 300px!important;
		margin: 0 auto!important
	}
	#impact-section .numbers .item {
		width: 300px!important
	}
}

@media only screen and (max-width:768px) {
	.mnav li {
		width: 50%
	}
	.mnav li ul li {
		width: 100%
	}
}

@media only screen and (max-width:580px) {
	.breadcrumb,
	.text-panel:after {
		display: none
	}
	.mnav>ul {
		height: 100vh;
		overflow-y: auto;
		padding-bottom: 150px
	}
	.mnav li {
		width: 100%
	}
}

@media only screen and (max-width:520px) {
	#impact-section .bx-wrapper {
		max-width: 300px!important;
		margin: 0 auto!important
	}
	#impact-section .numbers .item {
		width: 300px!important
	}
}

@media only screen and (max-width:480px) {
	#slider,
	.banner,
	.banner img {
		height: 350px
	}
	.slogan {
		font-size: 20px
	}
	.media.right {
		padding-left: 100px
	}
	.play {
		left: 10px
	}
	.socials a {
		margin: 0 10px
	}
	.map-wrap {
		width: 300px;
		margin: 60px auto 30px
	}
	.cs-select,
	.filter .selectjump {
		width: 250px
	}
	.map-wrap .marker-wrap {
		width: 20px;
		height: 30px
	}
	.map-wrap .marker-wrap#country01 {
		bottom: 85px;
		right: 65px
	}
	.map-wrap .marker-wrap#country02 {
		bottom: 95px;
		right: 75px
	}
	.map-wrap .marker-wrap#country03 {
		bottom: 80px;
		right: 80px
	}
	.map-wrap .marker-wrap#country04 {
		bottom: 65px;
		right: 115px
	}
	.map-wrap .marker-wrap#country05 {
		bottom: 80px;
		right: 120px
	}
	.map-wrap .marker-wrap#country06 {
		bottom: 55px;
		right: 115px
	}
	.map-wrap .marker-wrap#country07 {
		bottom: 60px;
		right: 122px
	}
	.map-wrap .marker-wrap#country08 {
		bottom: 75px;
		right: 165px
	}
	.map-wrap .marker-wrap#country09 {
		bottom: 68px;
		right: 155px
	}
	.map-wrap .marker-wrap#country10 {
		bottom: 40px;
		right: 190px
	}
	.map-wrap .marker-wrap#country11 {
		bottom: 50px;
		right: 220px
	}
	.title {
		font-size: 30px
	}
	#subintro .btn {
		width: auto
	}
	#help h4 {
		font-size: 60px
	}
}

@media print {
	*,
	:after,
	:before,
	:first-letter,
	blockquote:first-line,
	div:first-line,
	li:first-line,
	p:first-line {
		background: 0 0!important;
		color: #000!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999
	}
	thead {
		display: table-header-group
	}
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

.cd-timeline-navigation a {
	color: #00447c;
	text-indent: 0;
	font-size: 18px;
	height: 20px;
	width: 20px;
}

.cd-timeline-navigation a:hover {
	color: #00447c;
}

.cd-timeline-navigation a.next {
	transform: translateY(-50%) rotate(0);
	-webkit-transform: translateY(-50%) rotate(0);
	right: -7px;
}

.cd-timeline-navigation .inactive {
	color: #999;
}

.text-size-26 {
	font-size: 26px;
}

.socials a {
	font-size: 20px;
}
.projectsgrid-text-inner {
    background: #50c0df;
    font-weight: 700;
    color: #fff;
    padding: 15px 15px 5px 15px;
    margin: 30px 0 30px 0;
}


.donation-btn {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    vertical-align: middle;
}

