@import url('//hello.myfonts.net/count/350e6c');

/* div[style^='z-index: 2000000000;'],
iframe[title^='recaptcha'] {
	height: 100% !important;
} */

#recaptcha-container {
	transform: scale(0.77) !important;
	transform-origin: 0 0 !important;
}

.g-recaptcha-bubble-arrow {
	display: none !important;
}

.g-recaptcha-bubble-arrow + div {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.toggle-password-visibility {
	box-shadow: unset;
	pointer-events: none;
}

input[type='submit']:hover {
	transform: none !important;
	background-color: #b72126 !important;
}

.registerFormPopup button {
	box-shadow: none !important;
}

.registerFormPopup button:hover {
	transform: none !important;
}

.registerFormPopup__closeButton:hover {
	background-color: #fff;
	color: #767671;
}

.registerFormPopup__loginLink {
	vertical-align: middle !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
@keyframes appear {
	to {
		opacity: 1;
		transform: translate(0, 0) scale(1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}
@keyframes load {
	to {
		transform: rotate(360deg);
	}
}

body {
	color: #000;
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
}

h1 {
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
}

h2 {
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	margin: 0 0 1em;
	font-weight: 400;
}

h3 {
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	font-size: 32px;
	font-size: 2rem;
	margin: 0 0 1rem;
	font-weight: 900;
	line-height: 1.2;
}

h4 {
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
	h4 {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

h5 {
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
}

h6 {
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

p {
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	font-weight: 500;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.4;
	margin: 0 0 1rem;
	margin: 1em 0;
}

p.lead {
	font-size: 20px;
	font-size: 1.25rem;
}

a {
	color: #f04e23;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

address {
	font-size: 1rem;
	font-style: italic;
}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 2em;
}

cite {
	font-style: italic;
}

code {
	padding: 0.125em 0.25em;
	border: 1px solid #ececec;
	background: #f9f9f9;
	font-size: 0.96rem;
	font-family: monospace;
	line-height: 150%;
}

em,
i {
	font-style: italic;
}

strong,
b {
	font-weight: bold;
}

hr {
	margin: 1em 0;
	padding: 0;
	border: none;
	outline: none;
	border-top: 1px solid #f9f9f9;
}

ol,
ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}

ol li,
ul li {
	font-size: 1rem;
	list-style-position: outside;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

form {
	margin: 1em 0;
}

dl {
	margin: 1em 0;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0 0 0.5em;
}

table {
	width: 100%;
	margin: 1em 0;
}

table th {
	padding: 0.5em;
	border: 1px solid #f9f9f9;
	background: #fff;
	text-align: left;
	font-weight: bold;
}

table td {
	padding: 0.5em;
	border: 1px solid #f9f9f9;
}
@font-face {
	font-family: 'entypo';
	src: url('../fonts/entypo.woff?59575301') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_8_0.eot');
	src: url('../fonts/350E6C_8_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_8_0.woff2') format('woff2'),
		url('../fonts/350E6C_8_0.woff') format('woff'),
		url('../fonts/350E6C_8_0.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_9_0.eot');
	src: url('../fonts/350E6C_9_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_9_0.woff2') format('woff2'),
		url('../fonts/350E6C_9_0.woff') format('woff'),
		url('../fonts/350E6C_9_0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_3_0.eot');
	src: url('../fonts/350E6C_3_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_3_0.woff2') format('woff2'),
		url('../fonts/350E6C_3_0.woff') format('woff'),
		url('../fonts/350E6C_3_0.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_4_0.eot');
	src: url('../fonts/350E6C_4_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_4_0.woff2') format('woff2'),
		url('../fonts/350E6C_4_0.woff') format('woff'),
		url('../fonts/350E6C_4_0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_1_0.eot');
	src: url('../fonts/350E6C_1_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_1_0.woff2') format('woff2'),
		url('../fonts/350E6C_1_0.woff') format('woff'),
		url('../fonts/350E6C_1_0.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_2_0.eot');
	src: url('../fonts/350E6C_2_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_2_0.woff2') format('woff2'),
		url('../fonts/350E6C_2_0.woff') format('woff'),
		url('../fonts/350E6C_2_0.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_0_0.eot');
	src: url('../fonts/350E6C_0_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_0_0.woff2') format('woff2'),
		url('../fonts/350E6C_0_0.woff') format('woff'),
		url('../fonts/350E6C_0_0.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_5_0.eot');
	src: url('../fonts/350E6C_5_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_5_0.woff2') format('woff2'),
		url('../fonts/350E6C_5_0.woff') format('woff'),
		url('../fonts/350E6C_5_0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_6_0.eot');
	src: url('../fonts/350E6C_6_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_6_0.woff2') format('woff2'),
		url('../fonts/350E6C_6_0.woff') format('woff'),
		url('../fonts/350E6C_6_0.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'ForoSans';
	src: url('../fonts/350E6C_7_0.eot');
	src: url('../fonts/350E6C_7_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/350E6C_7_0.woff2') format('woff2'),
		url('../fonts/350E6C_7_0.woff') format('woff'),
		url('../fonts/350E6C_7_0.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Bad Habits';
	src: url('../fonts/bad_habits-webfont.woff2') format('woff2'),
		url('../fonts/bad_habits-webfont.woff') format('woff');
	font-display: block;
}

[class^='icon-']::before,
[class*=' icon-']::before,
.tweet::before,
.read-more::after {
	font-family: 'entypo';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}

span.icon-facebook::before {
	padding-right: 0.2em;
}

span.icon-twitter::before {
	padding-right: 0.3em;
}

.icon-note::before {
	content: '\e800';
}

.icon-cancel-circled::before {
	content: '\e801';
}

.icon-cancel-squared::before {
	content: '\e802';
}

.icon-note-beamed::before {
	content: '\e803';
}

.icon-upload-cloud::before {
	content: '\e804';
}

.icon-music::before {
	content: '\e805';
}

.icon-plus::before {
	content: '\e806';
}

.icon-bookmark::before {
	content: '\e807';
}

.icon-chat::before {
	content: '\e808';
}

.icon-bell::before {
	content: '\e809';
}

.icon-light-down::before {
	content: '\e80a';
}

.icon-basket::before {
	content: '\e80b';
}

.icon-down::before {
	content: '\e80c';
}

.icon-left-dir::before {
	content: '\e80d';
}

.icon-left-circled::before {
	content: '\e80e';
}

.icon-search::before {
	content: '\e80f';
}

.icon-mail::before {
	content: '\e810';
}

.icon-heart::before {
	content: '\e811';
}

.icon-flashlight::before {
	content: '\e812';
}

.icon-heart-empty::before {
	content: '\e813';
}

.icon-star::before {
	content: '\e814';
}

.icon-star-empty::before {
	content: '\e815';
}

.icon-user::before {
	content: '\e816';
}

.icon-users::before {
	content: '\e817';
}

.icon-user-add::before {
	content: '\e818';
}

.icon-video::before {
	content: '\e819';
}

.icon-video-circled::before {
	content: '\e819';
}

.icon-camera::before {
	content: '\e81a';
}

.icon-picture::before {
	content: '\e81b';
}

.icon-layout::before {
	content: '\e81c';
}

.icon-check::before {
	content: '\e81d';
}

.icon-tag::before {
	content: '\e81e';
}

.icon-cancel::before {
	content: '\e81f';
}

.icon-eye::before {
	content: '\e820';
}

.icon-lock-open::before {
	content: '\e821';
}

.icon-menu::before {
	content: '\e822';
}

.icon-lock::before {
	content: '\e823';
}

.icon-attach::before {
	content: '\e824';
}

.icon-link::before {
	content: '\e825';
}

.icon-home::before {
	content: '\e826';
}

.icon-back::before {
	content: '\e827';
}

.icon-info-circled::before {
	content: '\e828';
}

.icon-info::before {
	content: '\e829';
}

.icon-help-circled::before {
	content: '\e82a';
}

.icon-help::before {
	content: '\e82b';
}

.icon-minus-circled::before {
	content: '\e82c';
}

.icon-minus::before {
	content: '\e82d';
}

.icon-plus-squared::before {
	content: '\e82e';
}

.icon-plus-circled::before {
	content: '\e82f';
}

.icon-minus-squared::before {
	content: '\e830';
}

.icon-bookmarks::before {
	content: '\e831';
}

.icon-flag::before {
	content: '\e832';
}

.icon-thumbs-up::before {
	content: '\e833';
}

.icon-upload::before {
	content: '\e834';
}

.icon-thumbs-down::before {
	content: '\e835';
}

.icon-download::before {
	content: '\e836';
}

.icon-reply::before {
	content: '\e837';
}

.icon-reply-all::before {
	content: '\e838';
}

.icon-forward::before {
	content: '\e839';
}

.icon-quote::before {
	content: '\e83a';
}

.icon-code::before {
	content: '\e83b';
}

.icon-export::before {
	content: '\e83c';
}

.icon-pencil::before {
	content: '\e83d';
}

.icon-feather::before {
	content: '\e83e';
}

.icon-print::before {
	content: '\e83f';
}

.icon-retweet::before {
	content: '\e840';
}

.icon-keyboard::before {
	content: '\e841';
}

.icon-comment::before {
	content: '\e842';
}

.icon-book::before {
	content: '\e843';
}

.icon-book-open::before {
	content: '\e844';
}

.icon-newspaper::before {
	content: '\e845';
}

.icon-doc-text-inv::before {
	content: '\e846';
}

.icon-doc-text::before {
	content: '\e847';
}

.icon-doc-landscape::before {
	content: '\e848';
}

.icon-doc::before {
	content: '\e849';
}

.icon-trash::before {
	content: '\e84a';
}

.icon-cup::before {
	content: '\e84b';
}

.icon-compass::before {
	content: '\e84c';
}

.icon-direction::before {
	content: '\e84d';
}

.icon-map::before {
	content: '\e84e';
}

.icon-location::before {
	content: '\e84f';
}

.icon-address::before {
	content: '\e850';
}

.icon-vcard::before {
	content: '\e851';
}

.icon-alert::before {
	content: '\e852';
}

.icon-attention::before {
	content: '\e853';
}

.icon-folder::before {
	content: '\e854';
}

.icon-archive::before {
	content: '\e855';
}

.icon-box::before {
	content: '\e856';
}

.icon-rss::before {
	content: '\e857';
}

.icon-phone::before {
	content: '\e858';
}

.icon-cog::before {
	content: '\e859';
}

.icon-tools::before {
	content: '\e85a';
}

.icon-share::before {
	content: '\e85b';
}

.icon-shareable::before {
	content: '\e85c';
}

.icon-bag::before {
	content: '\e85d';
}

.icon-calendar::before {
	content: '\e85e';
}

.icon-login::before {
	content: '\e85f';
}

.icon-logout::before {
	content: '\e860';
}

.icon-mic::before {
	content: '\e861';
}

.icon-mute::before {
	content: '\e862';
}

.icon-docs::before {
	content: '\e863';
}

.icon-sound::before {
	content: '\e864';
}

.icon-volume::before {
	content: '\e865';
}

.icon-clock::before {
	content: '\e866';
}

.icon-hourglass::before {
	content: '\e867';
}

.icon-down-open-mini::before {
	content: '\e868';
}

.icon-up-open::before {
	content: '\e869';
}

.icon-right-open::before {
	content: '\e86a';
}

.icon-left-open::before {
	content: '\e86b';
}

.icon-down-open::before {
	content: '\e86c';
}

.icon-right-circled::before {
	content: '\e86d';
}

.icon-down-circled::before {
	content: '\e86e';
}

.icon-up-circled::before {
	content: '\e86f';
}

.icon-arrow-combo::before {
	content: '\e870';
}

.icon-window::before {
	content: '\e871';
}

.icon-publish::before {
	content: '\e872';
}

.icon-popup::before {
	content: '\e873';
}

.icon-resize-small::before {
	content: '\e874';
}

.icon-resize-full::before {
	content: '\e875';
}

.icon-block::before {
	content: '\e876';
}

.icon-adjust::before {
	content: '\e877';
}

.icon-light-up::before {
	content: '\e878';
}

.icon-lamp::before {
	content: '\e879';
}

.icon-left-open-mini::before {
	content: '\e87a';
}

.icon-right-open-mini::before {
	content: '\e87b';
}

.icon-up-open-mini::before {
	content: '\e87c';
}

.icon-down-open-big::before {
	content: '\e87d';
}

.icon-left-open-big::before {
	content: '\e87e';
}

.icon-right-open-big::before {
	content: '\e87f';
}

.icon-arrows-ccw::before {
	content: '\e880';
}

.icon-cw::before {
	content: '\e881';
}

.icon-ccw::before {
	content: '\e882';
}

.icon-up-open-big::before {
	content: '\e883';
}

.icon-level-down::before {
	content: '\e884';
}

.icon-up-thin::before {
	content: '\e885';
}

.icon-left-thin::before {
	content: '\e886';
}

.icon-progress-1::before {
	content: '\e887';
}

.icon-progress-2::before {
	content: '\e888';
}

.icon-right-thin::before {
	content: '\e889';
}

.icon-progress-3::before {
	content: '\e88a';
}

.icon-target::before {
	content: '\e88b';
}

.icon-palette::before {
	content: '\e88c';
}

.icon-list::before {
	content: '\e88d';
}

.icon-list-add::before {
	content: '\e88e';
}

.icon-signal::before {
	content: '\e88f';
}

.icon-level-up::before {
	content: '\e890';
}

.icon-left::before {
	content: '\e891';
}

.icon-shuffle::before {
	content: '\e892';
}

.icon-trophy::before {
	content: '\e893';
}

.icon-loop::before {
	content: '\e894';
}

.icon-right::before {
	content: '\e895';
}

.icon-battery::before {
	content: '\e896';
}

.icon-back-in-time::before {
	content: '\e897';
}

.icon-switch::before {
	content: '\e898';
}

.icon-up::before {
	content: '\e899';
}

.icon-down-dir::before {
	content: '\e89a';
}

.icon-play::before {
	content: '\e89b';
}

.icon-monitor::before {
	content: '\e89c';
}

.icon-mobile::before {
	content: '\e89d';
}

.icon-stop::before {
	content: '\e89e';
}

.icon-right-dir::before {
	content: '\e89f';
}

.icon-pause::before {
	content: '\e8a0';
}

.icon-network::before {
	content: '\e8a1';
}

.icon-cd::before {
	content: '\e8a2';
}

.icon-record::before {
	content: '\e8a3';
}

.icon-up-dir::before {
	content: '\e8a4';
}

.icon-down-bold::before {
	content: '\e8a5';
}

.icon-to-end::before {
	content: '\e8a6';
}

.icon-inbox::before {
	content: '\e8a7';
}

.icon-install::before {
	content: '\e8a8';
}

.icon-to-start::before {
	content: '\e8a9';
}

.icon-left-bold::before {
	content: '\e8aa';
}

.icon-right-bold::before {
	content: '\e8ab';
}

.icon-fast-forward::before {
	content: '\e8ac';
}

.icon-globe::before {
	content: '\e8ad';
}

.icon-cloud::before {
	content: '\e8ae';
}

.icon-fast-backward::before {
	content: '\e8af';
}

.icon-down-thin::before {
	content: '\e8b0';
}

.icon-progress-0::before {
	content: '\e8b1';
}

.icon-up-bold::before {
	content: '\e8b2';
}

.icon-cloud-thunder::before {
	content: '\e8b3';
}

.icon-chart-area::before {
	content: '\e8b4';
}

.icon-chart-bar::before {
	content: '\e8b5';
}

.icon-flow-tree::before {
	content: '\e8b6';
}

.icon-flow-line::before {
	content: '\e8b7';
}

.icon-vimeo::before {
	content: '\e8b8';
}

.icon-flickr-circled::before {
	content: '\e8b9';
}

.icon-lastfm::before {
	content: '\e8ba';
}

.icon-lastfm-circled::before {
	content: '\e8bb';
}

.icon-vkontakte::before {
	content: '\e8bc';
}

.icon-behance::before {
	content: '\e8bd';
}

.icon-mixi::before {
	content: '\e8be';
}

.icon-stumbleupon::before {
	content: '\e8bf';
}

.icon-stumbleupon-circled::before {
	content: '\e8c0';
}

.icon-flickr::before {
	content: '\e8c1';
}

.icon-github-circled::before {
	content: '\e8c2';
}

.icon-flow-cascade::before {
	content: '\e8c3';
}

.icon-flow-branch::before {
	content: '\e8c4';
}

.icon-chart-line::before {
	content: '\e8c5';
}

.icon-chart-pie::before {
	content: '\e8c6';
}

.icon-erase::before {
	content: '\e8c7';
}

.icon-key::before {
	content: '\e8c8';
}

.icon-github::before {
	content: '\e8c9';
}

.icon-dribbble-circled::before {
	content: '\e8ca';
}

.icon-picasa::before {
	content: '\e8cb';
}

.icon-dribbble::before {
	content: '\e8cc';
}

.icon-infinity::before {
	content: '\e8cd';
}

.icon-magnet::before {
	content: '\e8ce';
}

.icon-bucket::before {
	content: '\e8cf';
}

.icon-linkedin-circled::before {
	content: '\e8d0';
}

.icon-paypal::before {
	content: '\e8d1';
}

.icon-sina-weibo::before {
	content: '\e8d2';
}

.icon-linkedin::before {
	content: '\e8d3';
}

.icon-cc-zero::before {
	content: '\e8d4';
}

.icon-drive::before {
	content: '\e8d5';
}

.icon-brush::before {
	content: '\e8d6';
}

.icon-dot-3::before {
	content: '\e8d7';
}

.icon-database::before {
	content: '\e8d8';
}

.icon-cc-pd::before {
	content: '\e8d9';
}

.icon-tumblr-circled::before {
	content: '\e8da';
}

.icon-renren::before {
	content: '\e8db';
}

.icon-skype-circled::before {
	content: '\e8dc';
}

.icon-tumblr::before {
	content: '\e8dd';
}

.icon-cc-nd::before {
	content: '\e8de';
}

.icon-megaphone::before {
	content: '\e8df';
}

.icon-dot-2::before {
	content: '\e8e0';
}

.icon-dot::before {
	content: '\e8e1';
}

.icon-clipboard::before {
	content: '\e8e2';
}

.icon-cc-sa::before {
	content: '\e8e3';
}

.icon-pinterest-circled::before {
	content: '\e8e4';
}

.icon-cc-remix::before {
	content: '\e8e5';
}

.icon-thermometer::before {
	content: '\e8e6';
}

.icon-soundcloud::before {
	content: '\e8e7';
}

.icon-cc-share::before {
	content: '\e8e8';
}

.icon-google-circles::before {
	content: '\e8e9';
}

.icon-skype::before {
	content: '\e8ea';
}

.icon-flattr::before {
	content: '\e8eb';
}

.icon-cc-nc-jp::before {
	content: '\e8ec';
}

.icon-cc-nc-eu::before {
	content: '\e8ed';
}

.icon-cc-nc::before {
	content: '\e8ee';
}

.icon-cc-by::before {
	content: '\e8ef';
}

.icon-cc::before {
	content: '\e8f0';
}

.icon-traffic-cone::before {
	content: '\e8f1';
}

.icon-gauge::before {
	content: '\e8f2';
}

.icon-rocket::before {
	content: '\e8f3';
}

.icon-flow-parallel::before {
	content: '\e8f4';
}

.icon-vimeo-circled::before {
	content: '\e8f5';
}

.icon-twitter::before {
	content: '\e8f6';
}

.icon-twitter-circled::before {
	content: '\e8f7';
}

.icon-facebook::before {
	content: '\e8f8';
}

.icon-facebook-circled::before {
	content: '\e8f9';
}

.icon-facebook-squared::before {
	content: '\e8fa';
}

.icon-gplus::before {
	content: '\e8fb';
}

.icon-gplus-circled::before {
	content: '\e8fc';
}

.icon-pinterest::before {
	content: '\e8fd';
}

.icon-evernote::before {
	content: '\e8fe';
}

.icon-dropbox::before {
	content: '\e8ff';
}

.icon-instagram::before {
	content: '\e900';
}

.icon-qq::before {
	content: '\e901';
}

.icon-spotify-circled::before {
	content: '\e902';
}

.icon-spotify::before {
	content: '\e903';
}

.icon-rdio-circled::before {
	content: '\e904';
}

.icon-rdio::before {
	content: '\e905';
}

.icon-smashing::before {
	content: '\e906';
}

.icon-sweden::before {
	content: '\e907';
}

.icon-db-shape::before {
	content: '\e908';
}

.icon-logo-db::before {
	content: '\e909';
}

.icon-tape::before {
	content: '\e90a';
}

.icon-flash::before {
	content: '\e90b';
}

.icon-graduation-cap::before {
	content: '\e90c';
}

.icon-language::before {
	content: '\e90d';
}

.icon-flight::before {
	content: '\e90e';
}

.icon-moon::before {
	content: '\e90f';
}

.icon-paper-plane::before {
	content: '\e910';
}

.icon-ticket::before {
	content: '\e911';
}

.icon-leaf::before {
	content: '\e912';
}

.icon-lifebuoy::before {
	content: '\e913';
}

.icon-droplet::before {
	content: '\e914';
}

.icon-water::before {
	content: '\e915';
}

.icon-air::before {
	content: '\e916';
}

.icon-mouse::before {
	content: '\e917';
}

.icon-briefcase::before {
	content: '\e918';
}

.icon-credit-card::before {
	content: '\e919';
}

.icon-floppy::before {
	content: '\e91a';
}

.icon-suitcase::before {
	content: '\e91b';
}

* {
	box-sizing: border-box;
}

.container {
	max-width: 732px;
	margin-left: auto;
	margin-right: auto;
}

.container::after {
	content: '';
	display: table;
	clear: both;
}
@media (min-width: 1024px) {
	.container {
		max-width: 732px;
	}
}
@media (max-width: 736px) {
	.container {
		max-width: 320px;
	}
}

.error {
	color: #a00;
}

.success {
	color: #0a0;
}

.tracks-holder {
	pointer-events: none;
}

button,
.btn,
.button,
[class^='button'],
input[type='button'],
input[type='submit'],
input[type='reset'] {
	display: inline-block;
	margin: 0;
	padding: 1em 1.5em;
	border: none;
	color: #000;
	transition: all 250ms ease-in-out;
	border-radius: 4px;
	appearance: none;
	appearance: none;
	outline: none;
	line-height: 100%;
	cursor: pointer;
	text-decoration: none;
	font-family: ForoSans, sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background-color: #f6f6f2;
}

.button.-squared {
	border-radius: 4px;
}

button:hover,
button:focus,
.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
[class^='button']:hover,
[class^='button']:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:focus {
	color: white;
	transform: translate(0, -3px);
	transform: translate3d(0, -3px, 0);
	text-decoration: none;
	background-color: #f37021;
}
@media (max-width: 736px) {
	button,
	.btn,
	.button,
	[class^='button'],
	input[type='button'],
	input[type='submit'],
	input[type='reset'] {
		padding: 1em;
	}
}

button.disabled,
.btn.disabled,
.button.disabled,
[class^='button'].disabled,
input[type='button'].disabled,
input[type='submit'].disabled,
input[type='reset'].disabled {
	background-color: #fff;
	color: #d2d1c9;
	cursor: default;
}

button.-huge,
.btn.-huge,
.button.-huge,
[class^='button'].-huge,
input[type='button'].-huge,
input[type='submit'].-huge,
input[type='reset'].-huge {
	font-size: 1.25rem;
	font-weight: 600;
}

button.-primary,
.btn.-primary,
.button.-primary,
[class^='button'].-primary,
input[type='button'].-primary,
input[type='submit'].-primary,
input[type='reset'].-primary {
	background-color: #fff;
	color: #f37021;
}

button.-primary.disabled,
.btn.-primary.disabled,
.button.-primary.disabled,
[class^='button'].-primary.disabled,
input[type='button'].-primary.disabled,
input[type='submit'].-primary.disabled,
input[type='reset'].-primary.disabled {
	background-color: #fff;
	color: #d2d1c9;
	cursor: default;
}

button.-primary:hover,
button.-primary:focus,
.btn.-primary:hover,
.btn.-primary:focus,
.button.-primary:hover,
.button.-primary:focus,
[class^='button'].-primary:hover,
[class^='button'].-primary:focus,
input[type='button'].-primary:hover,
input[type='button'].-primary:focus,
input[type='submit'].-primary:hover,
input[type='submit'].-primary:focus,
input[type='reset'].-primary:hover,
input[type='reset'].-primary:focus {
	background-color: #f37021;
	color: white;
}

button.-primary-black,
.btn.-primary-black,
.button.-primary-black,
[class^='button'].-primary-black,
input[type='button'].-primary-black,
input[type='submit'].-primary-black,
input[type='reset'].-primary-black {
	background-color: #fff;
	color: #000;
}

button.-primary-black.disabled,
.btn.-primary-black.disabled,
.button.-primary-black.disabled,
[class^='button'].-primary-black.disabled,
input[type='button'].-primary-black.disabled,
input[type='submit'].-primary-black.disabled,
input[type='reset'].-primary-black.disabled {
	background-color: #fff;
	color: #d2d1c9;
	cursor: default;
}

button.-secondary,
.btn.-secondary,
.button.-secondary,
[class^='button'].-secondary,
input[type='button'].-secondary,
input[type='submit'].-secondary,
input[type='reset'].-secondary {
	border: 2px solid #a9a8a3;
	color: #000;
	background-color: #fff;
	box-shadow: none;
}

button.-secondary.disabled,
.btn.-secondary.disabled,
.button.-secondary.disabled,
[class^='button'].-secondary.disabled,
input[type='button'].-secondary.disabled,
input[type='submit'].-secondary.disabled,
input[type='reset'].-secondary.disabled {
	background-color: #fff;
	color: #000;
	cursor: default;
}

button.-navigate,
.btn.-navigate,
.button.-navigate,
[class^='button'].-navigate,
input[type='button'].-navigate,
input[type='submit'].-navigate,
input[type='reset'].-navigate {
	border: 2px solid #f37021;
	color: #000;
	background-color: #f37021;
}

button.-navigate.disabled,
.btn.-navigate.disabled,
.button.-navigate.disabled,
[class^='button'].-navigate.disabled,
input[type='button'].-navigate.disabled,
input[type='submit'].-navigate.disabled,
input[type='reset'].-navigate.disabled {
	background-color: #f37021;
	color: #f37021;
	cursor: default;
}

button.-secondary:hover,
button.-secondary:focus,
button.-navigate:hover,
button.-navigate:focus,
.btn.-secondary:hover,
.btn.-secondary:focus,
.btn.-navigate:hover,
.btn.-navigate:focus,
.button.-secondary:hover,
.button.-secondary:focus,
.button.-navigate:hover,
.button.-navigate:focus,
[class^='button'].-secondary:hover,
[class^='button'].-secondary:focus,
[class^='button'].-navigate:hover,
[class^='button'].-navigate:focus,
input[type='button'].-secondary:hover,
input[type='button'].-secondary:focus,
input[type='button'].-navigate:hover,
input[type='button'].-navigate:focus,
input[type='submit'].-secondary:hover,
input[type='submit'].-secondary:focus,
input[type='submit'].-navigate:hover,
input[type='submit'].-navigate:focus,
input[type='reset'].-secondary:hover,
input[type='reset'].-secondary:focus,
input[type='reset'].-navigate:hover,
input[type='reset'].-navigate:focus {
	background-color: #000;
	border: 2px solid #000;
	color: white;
}

.button.-facebook {
	background-color: #3b5998;
	color: #fff;
}

.button.-facebook.disabled {
	background-color: #3f5ea1;
	color: #263961;
	cursor: default;
}

.button.-twitter {
	background-color: #00aced;
	color: #fff;
}

.button.-twitter.disabled {
	background-color: #00b5fa;
	color: #0074a1;
	cursor: default;
}

.mdc-snackbar .mdc-snackbar__action-button {
	padding-left: 1rem;
	padding-right: 1rem;
}

.mdc-snackbar .mdc-snackbar__action-button:hover {
	background: none;
	color: #f04e23;
}

.footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	position: relative;
	width: 100%;
	padding: 15vh 0 10vh;
	background: transparent url('../img/footer.bg.png') repeat-y 50% bottom;
	text-align: center;
	color: white;
	background-size: 100% 100%;
	flex-wrap: wrap;
	z-index: 2;
	margin-top: -5rem !important;
}

@media (max-width: 778px) {
	.footer {
		padding-top: 6rem !important;
	}
}

.footer .container {
	width: 732px;
}

.footer::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 6px #393531 solid;
	background: #f9f9f9;
	margin-left: -20px;
	border-radius: 40px;
	box-sizing: border-box;
	z-index: 3;
}

.footer .social {
	overflow: scroll;
	margin: 0 auto 3rem;
	padding: 0 2rem;
	max-width: 100%;
}

.footer .social:hover .social-scroller {
	animation-play-state: paused;
}

.footer .social-heading {
	font-size: 1.4rem;
	margin: 3rem auto 1.2rem;
	font-weight: 700;
	opacity: 0.8;
	text-align: center;
}

.footer .social-scroller {
	display: flex;
	animation: scrollOut 126s linear infinite;
}

.footer .social-item {
	width: 23rem;
	margin: 0 0.5rem;
	flex-shrink: 0;
}

.footer .social-item > * {
	width: 100% !important;
}

.footer .social-spacer {
	padding: 0 1rem;
}

.footer__button-wrapper {
	margin: 3rem 0;
}

.footer__button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1.5rem auto;
	padding: 0.7rem 3rem 0.5rem;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.1;
	letter-spacing: 2px;
	max-width: 200px;
	font-size: 1.1rem;
}

.footer__button.-primary:hover,
.footer__button.-primary:focus {
	background-color: #ebebe5;
	color: #000;
}

.footer .content {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.footer .content::after {
	width: 10px;
}

.footer .content h2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 800;
}
@media (max-width: 736px) {
	.footer .content h2 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.footer .content p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}
@media (max-width: 736px) {
	.footer .content p {
		font-size: 16px;
		font-size: 1rem;
	}
}

.footer .content p a {
	font-weight: bold;
	color: #f6f6f2;
}

.footer .content p a:hover,
.footer .content p a:focus {
	color: white;
}

.footer .content .footer-logo img {
	width: 12em;
	height: auto;
}

.footer .fineprint {
	margin: 0 2rem 3rem;
	font-size: 1rem;
}
@keyframes scrollOut {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -161rem;
	}
}

form {
	display: block;
}

fieldset {
	display: block;
	margin: 1.25em 0;
	padding: 0;
}

legend {
	display: block;
	width: 100%;
	margin: 0 0 1em;
	font-weight: bold;
	border-bottom: 1px solid #f9f9f9;
}

label {
	display: block;
	margin: 0 0 0.25em;
	font-weight: bold;
}

textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='image'],
input[type='color'] {
	display: block;
	margin: 0 0 0.625em;
	padding: 0.5em;
	border: 1px solid #f9f9f9;
	vertical-align: middle;
	outline: none;
	font-family: inherit;
	font-size: 1rem;
	border-radius: 0;
	appearance: none;
	appearance: none;
}

textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input[type='date']:hover,
input[type='month']:hover,
input[type='time']:hover,
input[type='week']:hover,
input[type='number']:hover,
input[type='email']:hover,
input[type='url']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='image']:hover,
input[type='color']:hover {
	border: 1px solid #f1f1f1;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='image']:focus,
input[type='color']:focus {
	border: 1px solid #ececec;
}

input[type='submit'],
input[type='button'] {
	display: block;
	border-radius: 0;
}

input[type='file'] {
	margin: 0 0 0.625em;
	padding: 0.125em;
	font-family: inherit;
	font-size: 1rem;
	appearance: none;
	border-radius: 0;
	line-height: 100%;
}

textarea {
	padding: 0.25em;
}

progress,
meter {
	margin: 0 0 0.625em;
	padding: 0.125em;
	font-family: inherit;
	font-size: 1rem;
}

.paywall__login {
	margin-bottom: 2rem !important;
}

.paywall__login a {
	vertical-align: baseline !important;
}

body.is-navigating .ham {
	display: inline-block;
}

body.is-navigating .ham span:nth-of-type(1) {
	transform: scale(0, 1);
	transform: scale3d(0, 1, 1);
}

body.is-navigating .ham span:nth-of-type(2) {
	transform: rotate(45deg) translate(20%, 0) scale(1, 1);
	transform: rotate(45deg) translate3d(20%, 0, 0) scale3d(1, 1, 1);
}

body.is-navigating .ham span:nth-of-type(3) {
	transform: rotate(-45deg) translate(-20%, 0) scale(1, 1);
	transform: rotate(-45deg) translate3d(-20%, 0, 0) scale3d(1, 1, 1);
}

nav.is-active {
	left: 0;
	transition: 0s;
}

nav.is-active .menu {
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	transition: all 250ms ease-in-out;
}

.nav.fade .menu {
	transform: translate(0, 100%);
	transform: translate3d(0, 100%, 0);
	transition: opacity 0.35s cubic-bezier(0.5, 0, 0, 1) 0.1s,
		transform 0s 0.35s;
	opacity: 0;
}

.header__logo-wrapper {
	position: fixed;
	top: 0.5rem;
	left: 1rem;
	z-index: 8;
}
@media (max-width: 736px) {
	.header__logo-wrapper {
		top: 0.55rem;
		left: 0.5rem;
	}
}
@media (max-width: 736px) {
	.header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		width: 100%;
		height: 55px;
		vertical-align: center;
		vertical-align: center;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 8;
	}
}

.header__logo {
	max-width: 12rem;
	transition: all 250ms ease-in-out;
	opacity: 0.3;
	filter: grayscale(100%);
}
@media (max-width: 736px) {
	.header__logo {
		max-width: 6.5rem;
		opacity: 1;
		filter: none;
	}
}

.header__logo:focus,
.header__logo:hover {
	filter: grayscale(0%);
	opacity: 1;
}
@media (max-width: 736px) {
	.header__logo:focus,
	.header__logo:hover {
		opacity: 0.8;
	}
}

.nav-buttons {
	display: flex;
	align-items: center;
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 10;
}
@media (max-width: 736px) {
	.nav-buttons {
		top: 0.75em;
		right: 0.2em;
	}
}

.nav-buttons .-primary:hover,
.nav-buttons .-primary:focus {
	background-color: #f6f6f2;
}

.nav-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 43px;
	margin: 0 0.5rem;
	padding: 0 1.7em;
	text-align: center;
	color: #000;
	transform: translateY(-8%);
	transition: all 250ms ease-in-out;
	font-size: 1rem;
	text-decoration: none;
	opacity: 0.9;
	min-width: 90px;
	text-transform: uppercase;
	min-height: 43px;
}
@media (max-width: 736px) {
	.nav-button {
		min-width: 50px;
		min-height: 35px;
		height: 35px;
		padding: 0 0.8em;
	}
}

.nav-button__text {
	display: inline-block;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 0.9rem;
	transition: all 250ms ease-in-out;
}
@media (max-width: 736px) {
	.nav-button__text {
		font-size: 0.7rem;
	}
}

.nav-button__text.curriculum-resource-text {
	color: #f04e23;
	line-height: 1;
}

.nav-button.curriculum-resource {
	margin-right: 1em;
	display: inline-flex;
	align-items: center;
	max-width: 150px;
}
@media (max-width: 736px) {
	.nav-button.curriculum-resource {
		max-width: 100px;
		margin-right: 0;
	}
}

.nav-button:hover {
	text-decoration: none;
}

.nav-button:hover .nav-button__text {
	color: #f04e23;
}

.nav-button:hover .curriculum-resource-text {
	color: #000;
}

body.is-navigating .nav-button.share {
	opacity: 0;
}

.nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100vw;
	height: 100%;
	transition: left 0s 0.3s;
	z-index: 9;
}
@media (max-width: 736px) {
	.nav {
		height: 95%;
	}
}

.nav .menu {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #f9f9f9 url('../img/texture.base.repeating.jpg') repeat 0 50%;
	color: #000;
	transform: translate(0, 100%);
	transform: translate3d(0, 100%, 0);
	transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
	z-index: 9;
}

.nav .menu::after {
	content: '';
	display: table;
	clear: both;
}
@media (max-width: 1024px) {
	.nav .menu {
		overflow-y: auto;
	}
}

.nav .menu li {
	display: inline-block;
	float: left;
	position: relative;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none inside none;
}
@media (max-width: 1024px) {
	.nav .menu li {
		width: 50%;
	}
}
@media (max-width: 736px) {
	.nav .menu li {
		width: 100%;
	}
}

.nav .menu li .item {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 50vh;
	margin: 0;
	padding: 2.5vw;
	border: 1px #ecece4 solid;
	text-align: left;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 736px) {
	.nav .menu li .item {
		height: auto;
		padding: 5vw;
		min-height: 25vh;
	}
}

.nav .menu li .item:not(.-last) .illustration {
	position: absolute;
	bottom: -3%;
	left: -4%;
	width: 40%;
	transform: translate(-20%, 10%) rotate(-2deg);
	transform: translate3d(-20%, 10%, 0) rotate(-2deg);
	transition: all 250ms ease-in-out;
	pointer-events: none;
	max-width: 15vh;
	z-index: 1;
	opacity: 0;
	transform-origin: -20% 120%;
}
@media (max-width: 736px) {
	.nav .menu li .item:not(.-last) .illustration {
		right: 2%;
		bottom: -7%;
		left: auto;
		width: auto;
		transform: translate(0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.nav .menu li .item:not(.-last) .illustration img {
	max-width: 100%;
	height: auto;
	opacity: 0.8;
}
@media (max-width: 736px) {
	.nav .menu li .item:not(.-last) .illustration img {
		height: 25vh;
	}
}
@media (max-width: 736px) {
	.nav .menu li .item p {
		max-width: 15em;
	}
}

.nav .menu li .item::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.6s cubic-bezier(0.5, 0, 0, 1);
}

.nav .menu li .item:not(.-last)::before {
	background: linear-gradient(
			to bottom,
			rgba(34, 85, 119, 0.12),
			transparent 66.66%
		)
		no-repeat;
	background-position-y: 200%;
	background-size: 100% 300%;
}

.nav .menu li .item.-last::before {
	background: linear-gradient(
			to bottom,
			rgba(240, 78, 35, 0.5),
			transparent 66.66%
		)
		no-repeat;
	background-position-y: 200%;
	background-size: 100% 300%;
}

.nav .menu li .item .content {
	position: relative;
	z-index: 1;
	padding-bottom: 10vh;
}

.nav .menu li .item h3 {
	font-size: 35px;
	font-size: 2.1875rem;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.nav .menu li .item h3::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: 4px;
	overflow: hidden;
	background: linear-gradient(to right, #f09223, #f04e23, transparent 66%)
		no-repeat;
	transform: translate(-20%, 0);
	transform: translate3d(-20%, 0, 0);
	transition: 1s cubic-bezier(0.5, 0, 0, 1);
	border-radius: 2px;
	mix-blend-mode: multiply;
	background-size: 300% 100%;
	background-position: 100%;
}

.nav .menu li .item h4 {
	font-size: 25px;
	font-size: 1.5625rem;
	text-transform: none;
	margin-top: 1vw;
}

.nav .menu li .item:hover .illustration,
.nav .menu li .item:focus .illustration {
	opacity: 1;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

.nav .menu li .item:hover h3::after,
.nav .menu li .item:focus h3::after {
	background-position-x: 0%;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

.nav .menu li .item:hover::before,
.nav .menu li .item:focus::before {
	background-position-y: 0%;
}

.nav .menu li .item.-last {
	border: none;
	background: #f04e23 url('../img/menu_tile.png') no-repeat 50% bottom/cover;
	text-align: center;
	color: white;
}
@media (max-width: 736px) {
	.nav .menu li .item.-last {
		padding-bottom: 6rem;
	}
}

.nav .menu li .item.-last ~ .share {
	position: absolute;
	right: 2.5vw;
	bottom: 2.5vw;
	left: 2.5vw;
	text-align: center;
}
@media (max-width: 736px) {
	.nav .menu li .item.-last ~ .share {
		bottom: 6rem;
	}
}

body.is-navigating {
	overflow: hidden;
}

ul[class*='menu-'] {
	margin: 0;
	padding: 0;
}

ul[class*='menu-'] li {
	position: relative;
	list-style: none;
}

ul[class*='menu-'] li a {
	display: inline-block;
}

ul.menu-secondary li {
	display: block;
}

ul.menu-secondary li a {
	display: block;
}

.modal {
	z-index: 99999;
	position: relative;
}

.modal__overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.modal__container {
	position: relative;
	overflow: visible;
	padding: 30px;
	background-color: #fff;
	max-width: 80vw;
	max-height: 100vh;
	border-radius: 4px;
	box-sizing: border-box;
}

.modal__container::before {
	content: '\e801';
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	transform: translateY(-130%);
	pointer-events: none;
	font-family: 'entypo';
	z-index: 1;
	opacity: 0.7;
	font-size: 1.25rem;
}

.modal.lightbox .modal__container {
	padding: 0;
	border-radius: 0;
	background: transparent;
}
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes mmfadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
@keyframes mmscaleIn {
	from {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}
@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}

	to {
		transform: translateY(0);
	}
}
@keyframes mmscaleOut {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(0.9);
	}
}

.modal {
	display: none;
}

.modal.is-open {
	display: block;
}

.modal[aria-hidden='false'] .modal__overlay {
	animation: mmfadeIn 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.modal-scale[aria-hidden='false'] .modal__container {
	animation: mmscaleIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden='false'] .modal__container {
	animation: mmslideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden='true'] .modal__overlay {
	animation: mmfadeOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal__container,
.modal .modal__overlay {
	will-change: transform;
}

.modal__video {
	position: relative;
	width: 90vw;
	height: 0;
	padding-bottom: 56.25%;
	max-width: 100%;
}

.modal__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.progress {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 0;
	height: 12px;
	background: linear-gradient(to right, #f04e23, #be2b12);
	z-index: 10;
}

.sharing {
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 100vh;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 4em 2em;
	background: #f9f9f9 url('../img/texture.base.repeating.jpg') repeat 0 50%;
	text-align: center;
	transition: top 0.4s cubic-bezier(0.5, 0, 0, 1);
	flex-wrap: wrap;
	z-index: 11;
}

.sharing.is-active {
	top: 0;
}

.sharing .button {
	display: block;
}

.sharing a.toggle-share {
	color: #a29c92;
	text-decoration: underline;
}

#mc_embed_signup {
	background: #fff;
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
}

.signup {
	display: block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 100vh;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 4em 0;
	background: #f9f9f9 url('../img/texture.base.repeating.jpg') repeat 0 50%;
	text-align: center;
	transition: top 0.4s cubic-bezier(0.5, 0, 0, 1);
	flex-wrap: wrap;
	z-index: 11;
}

.signup.is-active {
	top: 0;
}

.signup .btn {
	display: block;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.signup a.toggle-signup {
	color: #a29c92;
	text-decoration: underline;
} /*!
 Material Components for the Web
 Copyright (c) 2018 Google Inc.
 License: MIT
*/
.mdc-snackbar {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	right: 1rem;
	bottom: 0;
	padding: 0.75rem 1.5rem;
	transform: translateY(100%);
	transition: all 250ms ease;
	box-sizing: border-box;
	background-color: #323232;
	z-index: 9999;
}
@media (max-width: 599px) {
	.mdc-snackbar {
		left: 0;
		width: 100%;
	}
}
@media (min-width: 600px) {
	.mdc-snackbar {
		min-width: 288px;
		max-width: 568px;
		border-radius: 3px;
	}
}

.mdc-snackbar--active {
	transform: translateY(0);
}
@media (min-width: 600px) {
	.mdc-snackbar--active {
		transform: translateY(-1rem);
	}
}

.mdc-snackbar__action-wrapper {
	padding-left: 24px;
	padding-right: 0;
}

.mdc-snackbar--action-on-bottom {
	flex-direction: column;
}

.mdc-snackbar__text {
	display: flex;
	align-items: center;
	color: white;
	transition: opacity 0.3s 0ms cubic-bezier(0.4, 0, 1, 1);
	font-family: sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.03125em;
	text-decoration: inherit;
	text-transform: inherit;
	margin-left: 0;
	margin-right: auto;
	opacity: 0;
}
@media (min-width: 600px) {
	.mdc-snackbar__text {
		padding-left: 0;
		padding-right: 24px;
	}
}

.mdc-snackbar--action-on-bottom .mdc-snackbar__text {
	margin-right: inherit;
}

.mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper {
	margin-left: auto;
	margin-right: 0;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: -12px;
	margin-bottom: 8px;
}

.mdc-snackbar__action-button {
	padding: 0;
	border: none;
	color: #f04e23;
	transition: opacity 0.3s 0ms cubic-bezier(0.4, 0, 1, 1);
	font-family: Roboto, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 0.875rem;
	line-height: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.08929em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	outline: none;
	background-color: transparent;
	opacity: 0;
	user-select: none;
	user-select: none;
	appearance: none;
	visibility: hidden;
}

.mdc-snackbar__action-button::-moz-focus-inner {
	border: 0;
}

.mdc-snackbar__action-button:hover {
	cursor: pointer;
}

.mdc-snackbar__action-button:not([aria-hidden]) {
	visibility: inherit;
}

.mdc-snackbar--active .mdc-snackbar__text,
.mdc-snackbar--active .mdc-snackbar__action-button:not([aria-hidden]) {
	transition: opacity 0.3s 0ms cubic-bezier(0.4, 0, 1, 1);
	opacity: 1;
}

.mdc-snackbar--multiline.mdc-snackbar--action-on-bottom .mdc-snackbar__text {
	margin: 0;
}

.timeline {
	position: relative;
	top: 3rem;
	height: 12600px;
}
@media (max-width: 736px) {
	.timeline {
		top: 6rem;
	}
}

.timeline__icon {
	max-width: 25px;
	display: inline-block;
}

.timeline .container {
	width: 100%;
}

.timeline .tracks-holder .tracks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 12000px;
}

.timeline .tracks-holder .tracks.play::before {
	animation-play-state: running;
}

.timeline .tracks-holder .tracks.paused::before {
	animation-play-state: paused;
}

.timeline .tracks-holder .tracks::before {
	content: '';
	position: fixed;
	right: -10%;
	bottom: 0;
	left: -10%;
	height: 20vh;
	background: url('../img/bottom-texture.png') no-repeat;
	background-size: 100% 100%;
	animation: texture 5s steps(5) infinite;
	z-index: 1;
	animation-play-state: paused;
	transform-origin: bottom;
}
@keyframes texture {
	25% {
		transform: translateX(-1%) scaleY(1.2);
	}

	50% {
		transform: translateX(8%);
	}

	75% {
		transform: translateX(-5%) scaleY(0.9);
	}

	100% {
		transform: translateX(2%);
	}
}

.timeline .tracks-holder .tracks::after {
	content: '';
	position: absolute;
	top: -20em;
	right: 0;
	bottom: -6em;
	left: 0;
	background: url(../img/texture.base.repeating.alt.png) repeat 0 50%;
	z-index: 1;
}

.timeline .tracks-holder .tracks .track {
	position: absolute;
	width: 100%;
	height: 4000px;
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 280px auto;
}
@media (min-width: 1024px) {
	.timeline .tracks-holder .tracks .track {
		background-size: 760px auto;
	}
}

.timeline .tracks-holder .tracks .track.-one {
	top: 0;
	background-image: url('../img/timeline.one.mobile.png');
}
@media (min-width: 1024px) {
	.timeline .tracks-holder .tracks .track.-one {
		background-image: url('../img/timeline.one.desktop.png');
	}
}

.timeline .tracks-holder .tracks .track.-two {
	top: 4000px;
	background-image: url('../img/timeline.two.mobile.png');
	background-repeat: repeat-y;
	height: 4600px;
}
@media (min-width: 1024px) {
	.timeline .tracks-holder .tracks .track.-two {
		background-image: url('../img/timeline.two.desktop.png');
	}
}

.timeline .tracks-holder .tracks .track.-three {
	top: 8600px;
	margin-top: -1px;
	background-image: url('../img/timeline.three.mobile.png');
}
@media (min-width: 1024px) {
	.timeline .tracks-holder .tracks .track.-three {
		background-image: url('../img/timeline.three.desktop.png');
	}
}

.timeline .tracks-holder .tracks.-sub-1 {
	top: 1px;
	opacity: 0.5;
}

.timeline .tracks-holder .tracks.-sub-1 .track.-one {
	background-position: 50% -1px;
}

.timeline .tracks-holder .tracks.-sub-2 {
	top: 2px;
	opacity: 0.4;
}

.timeline .tracks-holder .tracks.-sub-2 .track {
	background-position: 50% -2px;
}

.timeline .tracks-holder .tracks.-sub-3 {
	top: 3px;
	opacity: 0.2;
}

.timeline .tracks-holder .tracks.-sub-3 .track {
	background-position: 50% -3px;
}

.timeline .tracks-holder .tracks.-sub-4 {
	top: 4px;
	opacity: 0.1;
}

.timeline .tracks-holder .tracks.-sub-4 .track {
	background-position: 50% -4px;
}

.timeline section {
	position: relative;
	height: 1000px;
	z-index: 2;
	background: rgba(111, 101, 51, 0.07);
}

.timeline section.little-longer-mobile {
	height: 1200px;
}

.timeline section.longer {
	height: 1400px;
}

@media screen and (max-width: 1023px) {
	.timeline section.longer {
		height: 1500px;
	}

	.timeline section.little-longer-mobile {
		height: 1100px;
	}
}

.timeline section::after {
	content: '';
	display: table;
	clear: both;
}

.timeline section:nth-child(2n) {
	background: unset;
}

.timeline section:nth-child(2n) .illustration {
	background-color: #ebebe5 !important;
}

.timeline section.fact .anchor {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	height: 1px;
}
@media (max-width: 736px) {
	.timeline section.fact .anchor {
		top: -50px;
	}
}

.timeline section.fact .illustration {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
	left: 50%;
	width: 10em;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	transition: 2s cubic-bezier(0.5, 0, 0, 1);
	z-index: 9;
	transform-origin: -20% 120%;
	opacity: 1;
}
@media (max-width: 736px) {
	.timeline section.fact .illustration {
		width: 5em;
	}
}

.timeline section.fact .illustration {
	top: 0;
	width: 7em;
	height: 7em;
	background-color: #fff;
	border-radius: 9999px;
	margin-top: 3rem;
}

.timeline section.fact .illustration img {
	display: block;
	width: 5em;
	margin: auto;
}

.timeline section.fact .date::before {
	transform: scale(1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.timeline section.fact .date p,
.timeline section.fact .date h4 {
	opacity: 1;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

.timeline section.fact .date:nth-of-type(1)::before {
	transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0.2s,
		box-shadow 0.3s cubic-bezier(0.5, 0, 0, 1) 0.2s, opacity 0s 0.2s;
}

.timeline section.fact .date:nth-of-type(1) h4 {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.16s;
}

.timeline section.fact .date:nth-of-type(1) p {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.208s;
}

.timeline section.fact .date:nth-of-type(2)::before {
	transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0.4s,
		box-shadow 0.3s cubic-bezier(0.5, 0, 0, 1) 0.4s, opacity 0s 0.4s;
}

.timeline section.fact .date:nth-of-type(2) h4 {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.32s;
}

.timeline section.fact .date:nth-of-type(2) p {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.416s;
}

.timeline section.fact .date:nth-of-type(3)::before {
	transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0.6s,
		box-shadow 0.3s cubic-bezier(0.5, 0, 0, 1) 0.6s, opacity 0s 0.6s;
}

.timeline section.fact .date:nth-of-type(3) h4 {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.48s;
}

.timeline section.fact .date:nth-of-type(3) p {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.624s;
}

.timeline section.fact .date:nth-of-type(4)::before {
	transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 0.8s,
		box-shadow 0.3s cubic-bezier(0.5, 0, 0, 1) 0.8s, opacity 0s 0.8s;
}

.timeline section.fact .date:nth-of-type(4) h4 {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.64s;
}

.timeline section.fact .date:nth-of-type(4) p {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.832s;
}

.timeline section.fact .date:nth-of-type(5)::before {
	transition: 0.6s cubic-bezier(0.5, 0, 0, 1) 1s,
		box-shadow 0.3s cubic-bezier(0.5, 0, 0, 1) 1s, opacity 0s 1s;
}

.timeline section.fact .date:nth-of-type(5) h4 {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 0.8s;
}

.timeline section.fact .date:nth-of-type(5) p {
	transition: 1s cubic-bezier(0.5, 0, 0, 1) 1.04s;
}

.timeline section.fact.-future .illustration {
	transform: translate(-50%, 0%) rotate(-2deg);
	transform: translate3d(-50%, 0%, 0) rotate(-2deg);
}

.timeline section.fact.-future .title h3::after {
	background-position-x: 200%;
	transform: translate(-2vw, 0);
	transform: translate3d(-2vw, 0, 0);
}

.timeline section.fact.-future .date::before {
	transform: scale3d(0.05, 0.05);
}

.timeline section.fact.-future .date.-aboriginal p {
	transform: translate(1.5vw, 0);
	transform: translate3d(1.5vw, 0, 0);
}

.timeline section.fact.-future .date.-aboriginal h4 {
	transform: translate(2vw, 0);
	transform: translate3d(2vw, 0, 0);
}

.timeline section.fact.-future .date.-colonial p {
	transform: translate(-2vw, 0);
	transform: translate3d(-2vw, 0, 0);
}

.timeline section.fact.-future .date.-colonial h4 {
	transform: translate(-5vw, 0);
	transform: translate3d(-5vw, 0, 0);
}

.timeline section .fact-wrapper {
	display: flex;
	flex-direction: column;
	height: 85vh;
	max-height: 900px;
}
@media (max-width: 736px) {
	.timeline section .fact-wrapper {
		padding-top: 50px;
	}
}

.timeline section .fact-wrapper .action-padding {
	min-height: 20px;
	flex-grow: 1;
}
@media (min-width: 1024px) {
	.timeline section.fact .illustration {
		top: 0;
		width: 10em;
		height: 10em;
		background-color: #fff;
		border-radius: 9999px;
		margin-top: 3rem;
	}

	.timeline section.fact .illustration img {
		display: block;
		width: 7em;
		margin: auto;
	}
}
@media (max-width: 736px) {
	.timeline section.fact .illustration {
		display: none;
	}
}

.timeline section .title {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: -1;
}

.timeline section .title .content {
	padding: 1vh 0 5.5vh;
}
@media (min-width: 1024px) {
	.timeline section .title .content {
		display: block;
		float: left;
		width: 63.66667%;
		margin-left: 18.16667%;
		margin-right: 1.5%;
		padding: 1vh 2rem 5.5vh;
	}
}
@media (min-width: 1024px) and (min-width: 1024px) {
	.timeline section .title .content {
		display: block;
		float: left;
		width: 62.66667%;
		margin-left: 18.66667%;
		margin-right: 2%;
	}
}
@media (min-width: 1024px) and (max-width: 736px) {
	.timeline section .title .content {
		display: block;
		float: left;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}

.timeline section .title h3 {
	position: absolute;
	top: -0.5em;
	right: 0;
	left: 0;
	margin: 0 0 0.5em;
	text-align: center;
	z-index: 2;
}

.timeline section .title h2 {
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 900;
}

.timeline section .title h2 a {
	color: inherit;
}

.timeline section .action {
	position: relative;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.timeline section .action::after {
	content: '';
	display: table;
	clear: both;
}

.timeline section .action .button {
	padding: 1em 1.5em;
	font-weight: 900;
	font-size: 1.3rem;
}
@media (max-width: 736px) {
	.timeline section .action .button {
		padding: 0.8em;
		font-size: 1rem;
	}
}

.timeline section .action .button:first-child {
	margin-right: 1rem;
}

.timeline section .dates::after {
	content: '';
	display: table;
	clear: both;
}

.timeline section .content {
	display: block;
	float: left;
	position: relative;
	width: 30.33333%;
	margin-left: 34.83333%;
	margin-right: 1.5%;
	z-index: 3;
}
@media (min-width: 1024px) {
	.timeline section .content {
		display: block;
		float: left;
		width: 29.33333%;
		margin-left: 35.33333%;
		margin-right: 2%;
	}
}
@media (max-width: 736px) {
	.timeline section .content {
		display: block;
		float: left;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}
@media (min-width: 1024px) {
	.timeline section .content {
		display: block;
		float: left;
		width: 97%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}
@media (min-width: 1024px) and (min-width: 1024px) {
	.timeline section .content {
		display: block;
		float: left;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
}
@media (min-width: 1024px) and (max-width: 736px) {
	.timeline section .content {
		display: block;
		float: left;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}

.timeline section .date {
	display: block;
	float: left;
	position: relative;
	width: 30.33333%;
	margin-left: 34.83333%;
	margin-right: 1.5%;
	margin-bottom: 1em;
}
@media (min-width: 1024px) {
	.timeline section .date {
		display: block;
		float: left;
		width: 29.33333%;
		margin-left: 35.33333%;
		margin-right: 2%;
	}
}
@media (max-width: 736px) {
	.timeline section .date {
		display: block;
		float: left;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}
@media (min-width: 1024px) {
	.timeline section .date {
		display: block;
		float: left;
		width: 97%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}
@media (min-width: 1024px) and (min-width: 1024px) {
	.timeline section .date {
		display: block;
		float: left;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
}
@media (min-width: 1024px) and (max-width: 736px) {
	.timeline section .date {
		display: block;
		float: left;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}

.timeline section .date h4 {
	font-weight: 900;
	margin-bottom: 0.5rem;
	text-transform: none;
	color: #000;
}

.timeline section .date p {
	margin: 0 0 0.5rem;
	color: #000;
	max-width: 20em;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.timeline section .date p a {
	color: inherit;
}

.timeline section .date .year {
	display: flex;
	align-items: center;
	font-family: 'Bad Habits';
	font-weight: 400;
	font-size: 44px;
}

.timeline section .date.-aboriginal {
	position: relative;
	text-align: left;
	color: #e5292d;
}

.timeline section .date.-aboriginal::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: -24px;
	width: 25px;
	height: 25px;
	border: 6px #ee252d solid;
	background: #f9f9f9;
	margin-left: -12.5px;
	border-radius: 25px;
	box-sizing: border-box;
	z-index: 3;
}

.timeline section .date.-aboriginal .year .resource:first-child {
	margin-left: 0.3em;
}

.timeline section .date.-colonial {
	position: relative;
	text-align: right;
	color: #133754;
}

.timeline section .date.-colonial::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: -36px;
	bottom: auto;
	left: auto;
	width: 25px;
	height: 25px;
	border: 6px #133754 solid;
	background: #f9f9f9;
	margin-left: -12.5px;
	border-radius: 25px;
	box-sizing: border-box;
	z-index: 3;
}

.timeline section .date.-colonial .year {
	flex-direction: row-reverse;
}

.timeline section .date.-colonial .year .resource:last-child {
	margin-right: 0.3em;
}

.timeline section .date.-colonial p {
	float: right;
}

.timeline section .date.-colonial.-origin {
	position: relative;
}

.timeline section .date.-colonial.-origin::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	right: -36px;
	bottom: auto;
	left: auto;
	width: 40px;
	height: 40px;
	border: 6px #133754 solid;
	background: #133754;
	margin-left: -20px;
	border-radius: 40px;
	box-sizing: border-box;
	z-index: 3;
}

.timeline section .date.-colonial.-origin::before {
	top: -60px;
	right: -44px;
	box-shadow: 0 5px 20px rgba(0, 119, 170, 0.25);
}

.timeline section#intro {
	height: 2000px;
	height: 1970px;
}
@media (max-width: 736px) {
	.timeline section#intro {
		padding-top: 4rem;
	}
}

.timeline section#intro .content {
	display: block;
	float: left;
	position: relative;
	width: 63.66667%;
	height: 350px;
	text-align: center;
	margin-left: 18.16667%;
	margin-right: 1.5%;
	margin-top: 85px;
}
@media (min-width: 1024px) {
	.timeline section#intro .content {
		display: block;
		float: left;
		width: 62.66667%;
		margin-left: 18.66667%;
		margin-right: 2%;
	}
}
@media (max-width: 736px) {
	.timeline section#intro .content {
		display: block;
		float: left;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}
@media (max-width: 736px) {
	.timeline section#intro .content {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
@media (min-width: 1024px) {
	.timeline section#intro .content {
		display: block;
		float: left;
		width: 63.66667%;
		margin-left: 18.16667%;
		margin-right: 1.5%;
	}
}
@media (min-width: 1024px) and (min-width: 1024px) {
	.timeline section#intro .content {
		display: block;
		float: left;
		width: 62.66667%;
		margin-left: 18.66667%;
		margin-right: 2%;
	}
}
@media (min-width: 1024px) and (max-width: 736px) {
	.timeline section#intro .content {
		display: block;
		float: left;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}

.timeline section#intro .content::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 205px;
	right: auto;
	bottom: auto;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 6px #ee252d solid;
	background: #ee252d;
	margin-left: -20px;
	border-radius: 40px;
	box-sizing: border-box;
	z-index: 3;
}

.timeline section#intro .content::before {
	box-shadow: 0 5px 20px rgba(240, 78, 35, 0.5);
	margin-left: -20px;
}

.timeline section#intro .content h3 {
	margin-top: -3rem;
}
@media (max-width: 736px) {
	.timeline section#intro .content h3 {
		margin-top: -6rem;
	}
}

.timeline .resource {
	margin: 0;
	padding: 0 0.1em;
	color: #ee252d;
	text-decoration: none !important;
}

.timeline #intro .resource {
	display: inline-block;
	vertical-align: middle;
	transform: translate(0, 0.1em);
}

.timeline#ending {
	height: 3000px;
}

#ending {
	background: unset;
}

.snap {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	scroll-behavior: smooth;
	scroll-snap-stop: always;
	scroll-snap-type: y mandatory;
}
@media (max-width: 736px) {
	.snap {
		scroll-snap-type: y proximity;
	}
}

.snap__list {
	scroll-snap-align: start;
}

.snap__list--bottom {
	scroll-snap-align: end;
	padding-bottom: 6rem;
}

.snap__list--bottom + .paywall {
	pointer-events: none;
}

.top-panel__logoWrapper {
	position: relative;
}

.firstNationsSticker__holder:focus,
.firstNationsSticker__holder:focus-visible,
.firstNationsSticker__holder:focus-within,
.firstNationsSticker__holder:hover {
	color: black;
	transform: unset;
	background-color: unset;
}

.firstNationsSticker__holder .firstNationsSticker__content {
	display: block;
	float: unset;
	width: unset;
	margin-left: unset;
	margin-right: unset;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

.firstNationsStickerContainer {
	display: flex;
	justify-content: end;
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
	width: 100%;
	z-index: 3;
}

.firstNationsStickerContainer.-top {
	display: flex !important;
	transform: translate(-15%, 25%);
}

@media screen and (max-width: 767px) {
	.firstNationsStickerContainer.-top {
		transform: translate(-5%, 15%);
	}
}

.paywall {
	pointer-events: none !important;
}

.paywall a {
	pointer-events: all !important;
}

.firstNationsSticker__holder {
	position: relative;
	cursor: pointer;
	box-shadow: unset;
	background-color: unset;
}

.firstNationsSticker__popup {
	position: absolute;
	top: 0;
	right: 50%;
	width: 430px;
	padding: 20px 30px 24px;
	background: #ebebe5;
	transition: all 250ms ease-in-out;
	pointer-events: none;
	box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	z-index: 999;
	cursor: default;
	opacity: 0;
}

.firstNationsSticker__popup.-reveal {
	top: 10px;
	right: calc(100% + 1.5rem);
	pointer-events: all;
	opacity: 1;
}

.mobileSheen {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 250ms ease-in-out;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.63);
	opacity: 0;
}

.firstNationsSticker {
	position: relative;
	width: 178px;
	height: 178px;
	transition: all 150ms ease-in-out;
	max-width: 60% !important;
}
@media screen and (max-width: 767px) {
	.firstNationsSticker {
		width: 100px !important;
		height: auto !important;
		transform: translate(20%, 10%);
	}
}

@media screen and (max-width: 767px) {
	.firstNationsSticker {
		pointer-events: none;
	}

	.firstNationsSticker__holder {
		pointer-events: none;
	}
}

.toast__container {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	position: fixed;
	padding: 0.5rem;
	gap: 0.5rem;
	pointer-events: none;
	inset: 0;
	z-index: 999;
}

.toast__item {
	position: relative;
	width: 100%;
	padding: 0.75rem 2rem 0.75rem 1rem;
	color: #000;
	transform: translateY(1rem);
	transition: all 250ms ease-in-out;
	pointer-events: none;
	opacity: 0;
	background-color: #f37021;
	border-radius: 4px;
	max-width: 320px;
}

.toast__item.-reveal {
	transform: translateY(0);
	pointer-events: all;
	opacity: 1;
}

.toast__heading {
	font-size: 18px;
	line-height: 20px;
	font-family: 'ForoSans';
	font-weight: 800;
	margin-bottom: 0.75rem;
	top: unset;
}

.toast__content {
	margin: unset;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
}

.toast__close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 14px;
	transition: all 250ms ease-in-out;
	font-family: 'Bad Habits';
	cursor: pointer;
}

.toast__close:hover {
	opacity: 0.7;
	color: white;
}

.tippy-tooltip.black-theme {
	background-color: #393531;
	color: white;
}

.tippy-tooltip.black-theme[data-placement^='top'] .tippy-arrow {
	border-top-color: #393531;
}

.top-panel {
	position: relative;
	background: #ecece4 url('../img/texture.light.repeating.jpg') repeat 50% 50%;
	z-index: 5;
}

.top-panel .container::after {
	content: unset;
}

.top-panel__content {
	padding: 1rem;
}

.top-panel__logo {
	display: block;
	margin: 5rem 0 2rem;
	text-align: center;
	opacity: 0;
	transform-origin: left;
	animation: appear 0.6s cubic-bezier(0.5, 0, 0, 1) forwards 0.9s;
}

.top-panel__logo img {
	max-width: 60%;
}
@media (min-width: 768px) {
	.top-panel__logo img {
		max-width: 40%;
	}
}

.top-panel__intro {
	margin: 1rem auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 40px;
	color: #000;
}

.top-panel__intro h1 {
	margin-bottom: 1rem;
	font-size: 34px;
	line-height: 1.1;
	font-weight: 900;
}

details.metaAccordion {
	display: block;
	position: relative;
	position: absolute;
	width: fit-content;
	margin: auto;
	z-index: 99;
}

details.metaAccordion.-absolute {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

details.metaAccordion .metaAccordion__openIcon,
details.metaAccordion .metaAccordion__closeIcon {
	margin-left: 6px;
}

details.metaAccordion .metaAccordion__openIcon {
	display: inline-block;
}

details.metaAccordion .metaAccordion__closeIcon {
	display: none;
}

details.metaAccordion[open] .metaAccordion__openIcon {
	display: none;
}

details.metaAccordion[open] .metaAccordion__closeIcon {
	display: inline-block;
}

details.metaAccordion > summary {
	display: flex;
	align-items: center;
	width: fit-content;
	overflow: hidden;
	margin: 4px auto;
	color: #000;
	transition: all 250ms ease-in-out;
	background-color: transparent;
	border-radius: 5px;
	font-family: ForoSans, sans-serif !important;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	font-weight: 700;
}

details.metaAccordion > summary:hover {
	opacity: 0.8;
}

.fullheight {
	min-height: 100vh;
	position: relative;
}

details.metaAccordion .tagHolder {
	display: flex;
	justify-content: center;
	margin: 16px;
	gap: 0.5rem;
	flex-wrap: wrap;
	list-style-type: none;
	max-width: 350px;
}

details.metaAccordion .tagHolder .tag {
	margin: 0;
	padding: 0.25rem 0.5rem;
	background-color: #ebebe5;
	border-radius: 4px;
	line-height: 1;
	font-size: 14px;
	list-style-type: none;
}

@media (max-width: 736px) {
	.top-panel__intro {
		margin-top: 1.5rem;
	}
}

.top-panel__history {
	margin: 2rem auto 80px auto;
	overflow: hidden;
}

.top-panel__historyHeading {
	font-family: ForoSans, 'Helvetica Neue', Helvetica, Roboto, Arial,
		sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 1rem;
	opacity: 0;
	animation: appear 1s cubic-bezier(0.5, 0, 0, 1) forwards 1.7s;
}

.top-panel__historyText {
	font-size: 20px;
	font-size: 1.125rem;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 1rem;
	opacity: 0;
	font-weight: 700;
	animation: appear 1s cubic-bezier(0.5, 0, 0, 1) forwards 1.7s;
}

@media (max-width: 736px) {
	.top-panel__historyHeading {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.top-panel .key-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding: 2rem 0 4rem;
}
@media (max-width: 736px) {
	.top-panel .key-buttons {
		padding: 1rem 0 3em;
	}
}

.top-panel .key-buttons__icon {
	max-width: 3.5rem;
}
@media (max-width: 736px) {
	.top-panel .key-buttons__icon {
		max-width: 3rem;
	}
}

.top-panel .key-buttons img {
	margin: 0 1.5rem;
}
@media (max-width: 736px) {
	.top-panel .key-buttons img {
		margin: 0 1rem;
	}
}

.top-panel p {
	display: block;
	float: left;
	width: 63.66667%;
	margin-left: 18.16667%;
	margin-right: 1.5%;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	opacity: 0;
	animation: appear 1s cubic-bezier(0.5, 0, 0, 1) forwards 1.7s;
	text-align: center;
}
@media (min-width: 1024px) {
	.top-panel p {
		display: block;
		float: left;
		width: 62.66667%;
		margin-left: 18.66667%;
		margin-right: 2%;
	}
}
@media (max-width: 736px) {
	.top-panel p {
		display: block;
		float: left;
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}
@media (max-width: 736px) {
	.top-panel p {
		font-size: 16px;
		font-size: 1rem;
	}
}

.top-panel .action {
	position: absolute;
	bottom: -1.8em;
	left: 0;
	width: 100%;
	text-align: center;
	transform: scale3d(0.9, 0.9, 1);
	opacity: 0;
	animation: appear 1s cubic-bezier(0.5, 0, 0, 1) forwards 2s;
}

.top-panel .action .button {
	padding: 1.3rem 6rem;
}
@media (max-width: 736px) {
	.top-panel .action .button {
		padding: 1.3rem 3.8rem;
	}
}

.top-panel .action__text {
	font-size: 1.4rem;
	text-transform: none;
	font-weight: bold;
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}
