/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,aside,footer,header,nav,section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,figure,main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,strong {
	font-weight: inherit
}

b,strong {
	font-weight: bolder
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,input,optgroup,select,textarea {
	margin: 0
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	grey-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

* {
	box-sizing: border-box
}

body,html,main {
	width: 100%
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: scroll;
//	overflow-y: auto
}

body {
	box-sizing: border-box;
	display: inline-block;
	min-width: 100%;
	margin: 0;
	padding: 0;
	color: #282828;
	background-color: #fff;
	font-size: 1.6rem;
	font-family: proxima-nova,Arial,sans-serif
}

button,input,select,textarea {
	color: inherit;
	background: 0 0;
	border: none;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none
}

button {
	padding: 0;
	cursor: pointer
}

button:focus {
	outline: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=number]::-ms-clear {
	display: none
}

strong {
	font-style: normal;
	font-weight: 700
}

a {
	color: #370854
}

img {
	max-width: 100%
}

.button {
	display: inline-block;
	padding: 10px 20px;
	background: 0 0;
	border: none;
	transition: background-color .1s;
	grey-space: nowrap;
	cursor: pointer;
	outline: 0
}

.button__text {
	text-transform: uppercase
}

.button__icon {
	width: .7em;
	height: .7em;
	margin-left: 1em
}

.button--red {
	color: #fff;
	background-color: #370854
}

.button--red:hover {
	background-color: rgba(55, 8, 84, .9);
}

.button--red:active {
	background-color: rgba(55, 8, 84, .7);
}

.button--icon-dark {
	position: relative;
	padding-right: 48px;
	border-radius: 20px;
	overflow: hidden
}

.button__icon-dark {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 12px;
	background: #921e12
}

.button__icon-dark img {
	width: 14px;
	height: 14px
}

.gap__icon--woman {
	box-sizing: content-box;
	width: auto;
	height: 1.5rem;
	padding-right: .6rem;
	vertical-align: middle
}

@media (min-width: 550px) {
	.gap__icon--woman {
		float:left;
		display: block;
		height: 3rem;
		padding: 2.25rem 2.2rem 1.8rem
	}
}

.gap__icon--man {
	box-sizing: content-box;
	width: auto;
	height: 1.2rem;
	padding-right: .6rem;
	vertical-align: middle
}

@media (min-width: 550px) {
	.gap__icon--man {
		float:left;
		display: block;
		height: 2.4rem;
		padding: 2.55rem 2.2rem 1.8rem
	}
}

.gap__narrative {
	position: relative;
	margin-bottom: 3rem;
	font-weight: 300;
	font-size: 1.6rem;
	text-align: center
}

@media (min-width: 550px) {
	.gap__narrative {
		margin-bottom:6rem;
		font-size: 2.4rem
	}
}

.gap__you {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	transition: opacity .5s
}

.gap__them {
	opacity: 0;
	transition: opacity .5s
}

.gap__amount,.gap__currency,.gap__man-woman {
	color: rgba(55, 8, 84, .7);
	font-weight: 700
}

.gap__amount-other,.gap__currency-other,.gap__man-woman-other,.gap__more-less-other {
	font-weight: 700
}

.gap__bars-vertical {
	position: relative;
	height: 26rem
}

@media (min-width: 550px) {
	.gap__bars-vertical {
		position:static;
		height: auto
	}
}

@media (min-width: 550px) {
	.gap__bars {
		float:none;
		width: 100%;
		height: auto;
		height: 9.5rem;
		overflow: hidden
	}
}

.gap__bar {
	position: absolute;
	bottom: 0;
	width: 55.5556%;
	height: 0%;
	color: #fff;
	transition: all 2s
}

@media (min-width: 550px) {
	.gap__bar {
		position:relative;
		clear: both;
		width: 0;
		height: 7.5rem;
		margin-bottom: 2rem;
		line-height: 7.5rem;
		transition: width 2s
	}
}

.gap__bar-key {
	position: absolute;
	right: 0;
	bottom: 1rem;
	left: 0;
	text-align: center;
	grey-space: nowrap
}

@media (min-width: 550px) {
	.gap__bar-key {
		position:static;
		text-align: left
	}
}

.gap__bar--you {
	right: 50%;
	left: -5.556%;
	background: #370854;
}

@media (min-width: 550px) {
	.gap__bar--you {
		right:auto;
		left: auto
	}
}

.gap__bar--you .gap__icon--man,.gap__bar--you .gap__icon--woman {
	display: none
}

.gap__bar--you .gap__icon--man.show,.gap__bar--you .gap__icon--woman.show {
	display: inline-block
}

.gap__bar--them {
	right: -5.556%;
	left: 50%;
	background: #282828
}

@media (min-width: 550px) {
	.gap__bar--them {
		right:auto;
		left: auto
	}
}

.gap__bar--them .gap__icon--man,.gap__bar--them .gap__icon--woman {
	display: inline-block
}

.gap__bar--them .gap__icon--man.hide,.gap__bar--them .gap__icon--woman.hide {
	display: none
}

.gap__bar-text {
	font-size: 1.1rem;
	text-transform: uppercase
}

@media (min-width: 550px) {
	.gap__bar-text {
		float:left;
		font-size: 1.8rem
	}
}

.gap__bar-salary {
	opacity: 0;
	transition: opacity 350ms;
	position: absolute;
	top: 2.5rem;
	right: 0;
	left: 0;
	text-align: center
}

.gap__bar-salary.show {
	opacity: 1
}

.gap__bar-salary.move {
	position: absolute;
	top: auto;
	bottom: 100%;
	float: none;
	margin-bottom: 20px;
	grey-space: nowrap
}

.gap__bar-salary.move .gap__amount,.gap__bar-salary.move .gap__amount-other,.gap__bar-salary.move .gap__currency {
	color: #000
}

@media (min-width: 550px) {
	.gap__bar-salary {
		position:static;
		top: auto;
		right: auto;
		left: auto;
		float: right;
		padding-left: 1rem;
		padding-right: 4rem;
		text-align: left
	}

	.gap__bar-salary.move {
		position: absolute;
		bottom: auto;
		left: 100%;
		float: none;
		margin-bottom: 0;
		margin-left: 20px;
		grey-space: nowrap
	}

	.gap__bar-salary.move .gap__amount,.gap__bar-salary.move .gap__amount-other,.gap__bar-salary.move .gap__currency {
		color: #000
	}
}

.gap__bar-salary .gap__amount,.gap__bar-salary .gap__bar-amount,.gap__bar-salary .gap__currency {
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem
}

@media (min-width: 550px) {
	.gap__bar-salary .gap__amount,.gap__bar-salary .gap__bar-amount,.gap__bar-salary .gap__currency {
		font-size:3.3rem
	}
}

.gap__gender-split {
	clear: both;
	margin-bottom: 3rem;
	font-weight: 300;
	font-size: 2rem;
	line-height: 2.4rem;
	text-align: center
}

.gap__gender-split .gap__country {
	font-weight: 700
}

@media (min-width: 550px) {
	.gap__gender-split {
		margin-bottom:3rem;
		font-size: 2.5rem;
		line-height: 3rem
	}
}

.gap__social {
	clear: both;
	margin-top: 4rem
}

@media (min-width: 600px) {
	.gap__social {
		position:absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%)
	}
}

.gap__compare {
	display: block;
	margin-bottom: 2rem;
	color: rgba(55, 8, 84, .7);
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 2rem;
	text-align: center
}

@media (min-width: 550px) {
	.gap__compare {
		font-size:2.5rem;
		line-height: 3rem;
		text-decoration: underline
	}
}

.gap__compare:hover {
	color: #581a14;
	text-decoration: underline;
	cursor: pointer
}

.gap__info-wrapper {
	margin: 2rem auto;
	padding-left: 0;
	text-align: center
}

@media (min-width: 600px) {
	.gap__info-wrapper {
		top:0;
		right: 0
	}
}

.gap__currency,.gap__currency-other {
	display: inline-block;
	margin-left: .4rem
}

@media (min-width: 600px) {
	.gap__bottom-text {
		position:relative;
		padding-top: 8rem
	}
}

.field {
	display: inline-block
}

.field__toggle {
	display: inline-block;
	color: #a5a5a5;
	border-bottom: 3px solid #a5a5a5;
	line-height: inherit;
	transition: color .1s,border-bottom-color .1s;
	cursor: pointer
}

.no-touch .field__toggle:hover {
	color: #370854;
	border-bottom-color: #370854
}

.no-touch .field__toggle:hover:active {
	color: grey;
	border-bottom-color: grey
}

.field__modal {
	position: absolute;
	right: 0;
	bottom: 50%;
	left: 0;
	visibility: hidden;
	z-index: 4;
	width: 90vw;
	max-height: 90vh;
	margin: 0 auto;
	padding-left: 0;
	color: #fff;
	background-color: #370854;
	font-size: 80%;
	line-height: 1.5;
	overflow-y: auto;
	list-style: none;
	opacity: 0;
	transform: translateY(60%) scale(.9);
	transition: visibility 0s .3s,opacity .3s,transform .3s
}

@media (min-width: 550px) {
	.field__modal {
		width:400px;
		max-height: 432px
	}
}

.field--open .field__modal {
	visibility: visible;
	opacity: 1;
	transform: translateY(50%) scale(1);
	transition: visibility 0s 0s,opacity .3s,transform .3s
}

.field--dropdown__list::-webkit-scrollbar,.field--dropdown__list::-webkit-scrollbar-track {
	background-color: transparent
}

.field--dropdown__list::-webkit-scrollbar {
	width: 12px
}

.field--dropdown__list::-webkit-scrollbar-thumb,.field--dropdown__list::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.field--dropdown__list::-webkit-scrollbar-thumb {
	background-color: #555
}

.field--dropdown__list-item {
	position: relative;
	padding: 0 1.5em 0 .5em;
	color: #fff;
	grey-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.no-touch .field--dropdown__list-item:hover {
	background-color: rgba(0,0,0,.05)
}

.no-touch .field--dropdown__list-item:hover:active {
	color: grey
}

.field--dropdown__list-item--checked {
	color: grey
}

.field--dropdown__list-item--checked::before {
	content: "\2714";
	position: absolute;
	right: 1em;
	font-size: 50%;
	line-height: 3
}

.field--dropdown__list-item--disabled {
	color: grey
}

.field--text .field__modal {
	min-width: 8em
}

.field--text__input-wrapper {
	position: relative
}

.field--text__input {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: .2em 2em .2em .5em;
	color: #fff;
	cursor: pointer;
	outline: 0;
	-moz-appearance: textfield
}

.field--text__input:-ms-input-placeholder {
	color: rgba(255,255,255,.8)
}

.field--text__input::placeholder {
	color: rgba(255,255,255,.8)
}

.field--text__input:active:-ms-input-placeholder,.field--text__input:focus:-ms-input-placeholder {
	color: rgba(255,255,255,.2)
}

.field--text__input:active::placeholder,.field--text__input:focus::placeholder {
	color: rgba(255,255,255,.2)
}

.field--text__input::-webkit-inner-spin-button,.field--text__input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.field--text__go {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.8em;
	height: 100%;
	color: transparent;
	background-color: rgba(0,0,0,.1);
	text-align: center;
	cursor: pointer;
	outline: 0
}

.field--text__go img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 40%;
	margin: auto
}

.field--text__example {
	padding: .4em 1em;
	color: rgba(0,0,0,.2);
	border-top: 1px dashed rgba(255,255,255,.7);
	font-style: italic;
	font-weight: 400;
	font-size: 40%
}

.field--text__example em {
	color: #fff
}

.field--dropdown--checked::before,.field__go::before {
	speak: none;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-family: nlicons;
	text-transform: none;
	-webkit-font-smoothing: antialiased
}

.field--radio {
	display: inline-block;
	margin-right: 9rem;
	color: #a5a5a5;
	line-height: inherit;
	transition: color .1s,border-bottom-color .1s;
	cursor: pointer
}

.field--radio:last-child {
	margin-right: 0
}

input:checked+.field--radio {
	color: #370854;
	font-weight: 700
}

.no-touch .field--radio:hover {
	color: #370854
}

.no-touch .field--radio:hover:active {
	color: grey
}

.form__subtitle {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 2.8rem;
	line-height: 3.4rem;
	letter-spacing: .04em
}

.form__paragraph {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 4rem;
	line-height: 1.2em;
	letter-spacing: .04em
}

@media (min-width: 550px) {
	.form__paragraph {
		margin-bottom:88px;
		font-size: 5.8rem
	}
}

@media (min-width: 550px) {
	.form__line {
		display:block
	}
}

.form__field {
	display: block;
	margin-top: 3.5rem
}

@media (max-width: 549px) {
	.form__button {
		position:relative;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding-top: 56.86%
	}

	.form__button .button {
		width: 100%;
		height: 50px
	}
}

@media (min-width: 550px) {
	.form__button .button {
		padding:16px 40px;
		font-weight: 300;
		font-size: 2.4rem;
		letter-spacing: .2em
	}
}

.cssgrid .grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5,1fr);
	-ms-grid-rows: 25px auto;
	grid-template-rows: 25px auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px
}

.cssgrid .grid__item--header {
	justify-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	height: auto
}

.no-cssgrid .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.no-cssgrid .grid__item {
	width: calc(20% - 10px);
	margin-right: 10px;
	margin-bottom: 10px
}

.no-cssgrid .grid__item--header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.grid__item--header {
	font-weight: 300
}

.grid__item--red-square {
	background-color: rgba(55, 8, 84, .7)
}

.grid__item--green-square {
	background-color: #54b242
}

.grid__item--gray-square {
	background-color: #969696
}

.grid__item--black-frame {
	box-shadow: inset 0 0 0 3px #000
}

.hero {
	max-width: 100%;
	margin-bottom: 54px;
	margin-top: 40px;
	padding: 0 20px;
	color: #fff
}

@media (min-width: 550px) {
	.hero {
		margin-top:0
	}
}

.hero__logo {
	width: 312px;
	margin-bottom: 38px
}

.hero__logo::after {
	content: "";
	display: inline-block;
	width: 45%;
	height: 7px;
	margin-top: 46px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff
}

.hero__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 2.6rem;
	letter-spacing: 2px
}

.layout__main,.layout__sidebar {
	width: 100%;
	height: 100%
}

.layout__sidebar {
	position: absolute;
	z-index: 2;
	margin-left: -100%;
	transition: margin-left .3s,width .3s
}

.layout__sidebar--active {
	margin-left: 0
}

.layout__main {
	float: right;
	transition: width .3s
}

@media (min-width: 550px) {
	.layout__main {
		width:calc(100% - 256px)
	}

	.layout__sidebar {
		position: static;
		float: left;
		width: 256px;
		margin-left: 0
	}
}

.logo {
	display: inline-block;
	max-width: 100%
}

.logo img {
	display: block
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.logo img[src$=".svg"] {
		width: 100%
	}
}

.menu-button {
	position: absolute;
	top: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	visibility: visible;
	opacity: 1;
	padding: 16px 22px;
	transition: color .1s,opacity .3s,visibility .3s 0s
}

.menu-button:hover {
	color: #686868
}

.menu-button:hover .menu-button__icon {
	opacity: 0
}

.menu-button:hover .menu-button__icon--highlighted {
	opacity: 1
}

.menu-button__text {
	margin-right: 24px;
	font-weight: 300;
	font-size: 1.2rem;
	text-transform: uppercase
}

.menu-button__icon-wrapper {
	position: relative;
	width: 34px;
	height: 26px
}

.menu-button__icon {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity .1s
}

.menu-button__icon--highlighted {
	opacity: 0
}

@media (min-width: 550px) {
	.menu-button {
		visibility:hidden;
		opacity: 0
	}
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s .3s,opacity .3s
}

.overlay--open {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s
}

.section {
	width: 100%;
	height: 0!important;
	padding-top: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s
}

.section--active {
	opacity: 1;
	z-index: 1;
	height: auto!important;
//	min-height: 100vh!important;
	padding-top: 30px
}

@media (min-width: 550px) {
	.section--active {
		padding-top:70px
	}
}

.section--homepage {
	padding-top: 0!important
}

.section--homepage .button {
	margin-bottom: 16px;
	padding: 15px 80px;
	font-size: 2.6rem;
	letter-spacing: 4px
}

.section--homepage .section__header {
	height: 70vh;
	min-height: 400px
}

.section--homepage .section__body {
	height: 30vh
}

.section--homepage .section__footer {
	height: auto;
	min-height: 100%
}

@media (min-width: 550px) {
	.section__form,.section__form--country,.section__form--gender,.section__form--salary {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.section__form .section__header,.section__form--country .section__header,.section__form--gender .section__header,.section__form--salary .section__header {
	margin-bottom: 30px
}

@media (min-width: 550px) {
	.section__form .section__header,.section__form--country .section__header,.section__form--gender .section__header,.section__form--salary .section__header {
		-ms-flex:0 1 auto;
		flex: 0 1 auto;
		height: auto;
		margin-bottom: 16px
	}
}

.section__form .section__header .logo,.section__form--country .section__header .logo,.section__form--gender .section__header .logo,.section__form--salary .section__header .logo {
	width: 180px
}

.section__form .section__body,.section__form--country .section__body,.section__form--gender .section__body,.section__form--salary .section__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

@media (min-width: 550px) {
	.section--form__wrapper {
		width:90%;
		max-width: 960px;
		margin-right: auto;
		margin-bottom: 16px;
		margin-left: auto
	}
}

.section--form__wrapper--small-viewport {
	width: 90%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto
}

.section__visualizations--global,.section__visualizations--local {
	height: 100%
}

@media (min-width: 550px) {
	.section__visualizations--global,.section__visualizations--local {
		display:-ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.section__visualizations--global .section__header,.section__visualizations--local .section__header {
	margin-bottom: 30px
}

@media (min-width: 550px) {
	.section__visualizations--global .section__header,.section__visualizations--local .section__header {
		-ms-flex:0 1 auto;
		flex: 0 1 auto;
		height: auto;
		margin-bottom: 16px
	}
}

.section__visualizations--global .section__header .logo,.section__visualizations--local .section__header .logo {
	width: 180px
}

.section__visualizations--global .section__body,.section__visualizations--local .section__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.section__visualizations--local .section--visualizations__wrapper {
	display: none
}

@media (min-width: 550px) {
	.section__visualizations--local .section--visualizations__wrapper {
		display:block;
		max-width: none
	}
}

.section__visualizations--local.section--active .section--visualizations__wrapper {
	display: block
}

.section__visualizations--global .section--visualizations__wrapper {
	margin-top: 4rem
}

footer .logos img {
	max-width: 250px;
	max-height: 75px
}

.sidebar {
	color: #fff;
	background-color: #282828
}

.sidebar__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: 100px;
	transition: height .3s
}

.sidebar__close-button,.sidebar__logo {
	padding: 15px
}

.sidebar__logo {
	width: 190px
}

.sidebar__close-button {
	box-sizing: content-box;
	width: 20px;
	transition: background-color .1s
}

.sidebar__close-button img {
	display: block
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.sidebar__close-button img[src$=".svg"] {
		width: 100%
	}
}

.sidebar__close-button:hover {
	background-color: #303030
}

.sidebar__navigation {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 0;
	list-style-type: none
}

.sidebar__navigation-button {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-weight: 300;
	font-size: 2.2rem;
	transition: background-color .1s
}

.sidebar__navigation-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 10px;
	height: 100%;
	background-color: #370854;
	transition: opacity .1s
}

.sidebar__navigation-button--active,.sidebar__navigation-button:hover {
	background-color: #303030
}

.sidebar__navigation-button--active::before,.sidebar__navigation-button:hover::before {
	opacity: 1
}

.sidebar__navigation-button--active {
	pointer-events: none
}

.sidebar__navigation-button-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 30%
}

.sidebar__navigation-button-right {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: left
}

.sidebar__navigation-icon {
	display: block;
	width: 20px;
	height: 20px
}

.sidebar__social-media {
	margin-bottom: 40px;
	padding-right: 16px;
	padding-left: 16px
}

.sidebar__source {
	padding-right: 16px;
	padding-left: 16px
}

.sidebar__source-link {
	color: #fff
}

@media (min-width: 550px) {
	.sidebar__header {
		height:140px
	}

	.sidebar__close-button {
		display: none
	}
}

@media (min-width: 550px) {
	.social-media {
		position:absolute;
		top: 6rem;
		right: 6rem;
		z-index: 1
	}
}

.social-media__title {
	position: absolute;
	top: 3rem;
	right: 1.6rem;
	display: inline-block;
	z-index: 1;
	color: #fff;
	font-weight: 600;
	font-size: 1.8rem;
	text-transform: uppercase;
	vertical-align: middle;
	pointer-events: all
}

.dark .social-media__title {
	color: #1e1e1e
}

@media (min-width: 550px) {
	.social-media__title {
		position:static;
		line-height: 2.4rem;
		pointer-events: none
	}
}

.gap__social,.global__social {
	margin-bottom: 4rem;
	padding: 0;
	text-align: center
}

.social-media__buttons {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	padding-left: 0;
	background: #282828;
	transform: translateX(100%);
	transition: transform .1s
}

.social-media__buttons .section__header {
	margin-bottom: 30px
}

@media (min-width: 550px) {
	.social-media__buttons .section__header {
		-ms-flex:0 1 auto;
		flex: 0 1 auto;
		height: 158px;
		margin-bottom: 16px
	}
}

.social-media__buttons .section__header .logo {
	width: 180px
}

.social-media__buttons ul {
	list-style-type: none;
	margin-top: 120px
}

.social-media__buttons.active {
	transform: translateX(0)
}

@media (min-width: 550px) {
	.social-media__buttons {
		position:static;
		display: inline-block;
		width: auto;
		height: 2.4rem;
		padding-top: 0;
		background: 0 0;
		vertical-align: middle;
		transform: none;
		transition: none
	}

	.social-media__buttons .section__header {
		display: none
	}

	.social-media__buttons ul {
		margin-top: 0;
		padding-left: 0
	}
}

.social-media__close {
	position: absolute;
	top: 3rem;
	right: 2rem;
	display: block;
	width: 2.5rem;
	height: 2.5rem
}

@media (min-width: 550px) {
	.social-media__close {
		display:none
	}
}

.social-media__button {
	display: block
}

@media (min-width: 550px) {
	.social-media__button {
		display:inline-block;
		margin-left: 4rem
	}
}

.gap__social .social-media__button,.global__social .social-media__button {
	display: inline-block
}

@media (min-width: 550px) {
	.gap__social .social-media__button:first-child,.global__social .social-media__button:first-child {
		margin-left:0
	}
}

.gap__social .social-media__button:last-child .social-media__icon,.global__social .social-media__button:last-child .social-media__icon {
	margin-right: 0
}

.social-media__link {
	display: block;
	height: 100%;
	margin-bottom: 40px;
	color: #fff;
	text-decoration: none;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity .1s
}

.social-media__link:hover {
	cursor: pointer;
	opacity: .6
}

@media (min-width: 550px) {
	.social-media__link {
		margin-bottom:0
	}
}

.gap__social .social-media__link,.global__social .social-media__link {
	display: inline-block
}

.gap__social .social-media__link {
	margin-bottom: 0
}

.social-media__title-text {
	display: inline-block;
	vertical-align: middle
}

.social-media__title-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: #fff
}

.dark .social-media__title-icon {
	fill: #1e1e1e
}

@media (min-width: 550px) {
	.social-media__title-icon {
		display:none
	}
}

.social-media__icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4rem;
	vertical-align: middle;
	fill: #fff
}

.dark .social-media__icon {
	fill: #1e1e1e
}

.is-mobile .dark .social-media__icon {
	fill: #fff
}

@media (min-width: 550px) {
	.is-mobile .dark .social-media__icon {
		fill:#1e1e1e
	}
}

@media (min-width: 550px) {
	.social-media__icon {
		margin-right:0
	}
}

.gap__social .social-media__icon,.global__social .social-media__icon,.is-mobile .gap__social .social-media__icon,.is-mobile .global__social .social-media__icon {
	fill: #1e1e1e
}

.social-media__text {
	display: inline-block;
	font-weight: 300;
	font-size: 1.9rem;
	vertical-align: middle
}

@media (min-width: 550px) {
	.social-media__text {
		display:none
	}
}

.gap__social .social-media__text,.global__social .social-media__text {
	display: none
}

.stacked-bars {
	display: -ms-flexbox;
	display: flex
}

.stacked-bars__bar:not(:last-child) {
	width: calc(100% / 23 - 3px);
	margin-right: 3px
}

.stacked-bars__bar:last-child {
	width: calc(100% / 23)
}

.u-background-grey {
	background-color: #fff!important
}

.u-background-dark {
	background-color: #282828!important
}

.u-text-center {
	text-align: center!important
}

.u-vertical-and-horizontal-centering {
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.u-suffix-space::after {
	content: "\0020"
}

.u-no-select {
	-webkit-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important
}

.visualization {
	display: -ms-flexbox;
	display: flex
}

.visualization--hidden {
	display: none
}

.visualization--calendar-gap {
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-y: auto
}

.visualization--calendar-gap::-webkit-scrollbar,.visualization--calendar-gap::-webkit-scrollbar-track {
	background-color: transparent
}

.visualization--calendar-gap::-webkit-scrollbar {
	width: 12px
}

.visualization--calendar-gap::-webkit-scrollbar-thumb,.visualization--calendar-gap::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.visualization--calendar-gap::-webkit-scrollbar-thumb {
	background-color: #555
}

.visualization--calendar-gap__grid {
	-ms-flex: 6.66667 1 auto;
	flex: 6.66667 1 auto
}

.visualization--calendar-gap__legend {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	overflow-y: hidden
}

.visualization--calendar-gap__legend-item {
	display: -ms-flexbox;
	display: flex
}

.visualization--calendar-gap__legend-square {
	width: 16px;
	height: 16px;
	margin-right: 10px
}

.visualization--calendar-gap__legend-square--green {
	background-color: #54b242
}

.visualization--calendar-gap__legend-square--gray {
	background-color: #969696
}

.visualization--calendar-gap__legend-text {
	color: #686868
}

.visualization--calendar-gap__stacked-bars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-height: 70px;
	min-height: 28px
}

.visualization--calendar-gap__stacked-bars:not(:last-child) {
	margin-bottom: 10px
}

.visualization--calendar-gap__stacked-bars>:first-child {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 6px
}

.visualization--calendar-gap__stacked-bars>:last-child {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.visualization--clock-gap {
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
	overflow: auto
}

.global__list {
	position: relative;
	list-style-type: none;
	margin: 0 0 4rem;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.4rem
}

@media (min-width: 680px) {
	.global__list {
		font-size:1.6rem
	}
}

.global__local-wrapper {
	position: relative;
	z-index: 1;
	margin-bottom: 4rem;
	font-size: 1.8rem;
	text-align: center
}

@media (min-width: 550px) {
	.global__local-wrapper {
		float:right;
		max-width: 50%;
		font-size: 2.4rem;
		text-align: left
	}
}

.global__user-country {
	font-weight: 700
}

.global__header {
	float: left;
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.4rem
}

.global__country,.global__country--active {
	clear: left;
	margin-bottom: .5rem;
	overflow: hidden
}

.global__country--active.global__country--long,.global__country--active.global__country--truncated,.global__country.global__country--long,.global__country.global__country--truncated {
	margin-bottom: 0
}

.global__country--active {
	color: rgba(55, 8, 84, .7);
	font-weight: 700
}

.global__country-name,.global__header--country {
	float: left;
	width: 7.4rem;
	margin-bottom: 1rem
}

@media (min-width: 680px) {
	.global__country-name,.global__header--country {
		width:11rem
	}
}

.global__female,.global__header--female {
	float: left;
	width: 3.5rem
}

@media (min-width: 680px) {
	.global__female,.global__header--female {
		width:5rem
	}
}

@media (min-width: 680px) {
	.global__header--female {
		width:6.5rem
	}
}

.global__header--male,.global__male {
	float: left
}

.global__country--long .global__header--male,.global__country--long .global__male {
	float: right;
	margin-top: .3rem
}

.global__country--truncated .global__header--male,.global__country--truncated .global__male {
	margin-top: 1.5rem
}

.global__male {
	margin-left: 1.5rem
}

@media (min-width: 680px) {
	.global__male {
		margin-left:2.2rem
	}
}

.global__header--male {
	margin-left: 1.8rem
}

@media (min-width: 680px) {
	.global__header--male {
		margin-left:.9rem
	}
}

.global__user-currency,.global__user-difference {
	color: rgba(55, 8, 84, .7);
	font-weight: 700
}

.global__gap {
	position: relative;
	float: left;
	display: block;
	height: 1rem;
	margin-top: .2rem;
	background: #e8e8e8
}

.global__gap::before {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 1rem;
	height: 1rem;
	/* The Dots */
	background: rgba(55, 8, 84, .7);
	border-radius: 50%
}

.global__gap::after {
	content: "";
	position: absolute;
	top: 0;
	right: -5px;
	width: 1rem;
	height: 1rem;
	background: #282828;
	border-radius: 50%
}

.global__country--truncated .global__gap {
	position: absolute;
	left: 10.9rem
}

@media (min-width: 680px) {
	.global__country--truncated .global__gap {
		left:16rem
	}
}

.global__country--truncated .global__gap--complete::after {
	width: 6rem;
	background: repeating-linear-gradient(90deg,#e8e8e8,#e8e8e8 4px,#fff 4px,#fff 8px);
	border-radius: 0
}

.global__citation {
	margin-bottom: 4rem;
	font-size: 1.2rem;
	line-height: 1.4rem
}

.global__citation span {
	font-style: italic
}

.back {
	width: 90%;
	max-width: 960px;
	margin: 3rem auto;
	text-align: left
}

.back__link {
	display: inline-block;
	color: #370854;
	border-bottom: 1px solid #370854;
	transition: all 350ms
}

.back__link:hover {
	color: grey;
	border-bottom-color: grey;
	cursor: pointer
}

.back__link:active {
	color: grey
}

.back__arrow {
	display: inline-block;
	width: 14px;
	margin-right: 5px
}

.info {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 5
}

.info__background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #282828;
	opacity: .84
}

.info__content {
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 660px;
	background: #fff;
	text-align: center;
	overflow: scroll
}

.info__title {
	display: block;
	margin: 0;
	padding: 3.5rem 4.4rem 2.2rem;
	color: #fff;
	background: #370854;
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.5rem;
	text-align: left
}

.info__copy {
	padding: 3rem 4.4rem 2rem;
	font-weight: 200;
	font-size: 1.8rem;
	line-height: 2.7rem;
	text-align: left
}

@media (min-width: 550px) {
	.info__copy {
		padding:5rem 4.4rem 2rem
	}
}

.info__copy a {
	color: #370854
}

.info__copy a:active,.info__copy a:focus,.info__copy a:hover {
	color: grey
}

.info__close {
	margin-bottom: 4rem
}

.info--small {
	font-size: 1.2rem
}


/*** B19 ***/
footer {
	display: none !important;
}
/*** END B19 ***/