/* FONTS */
@import url("fonts.css");


/*
*********************************
* RESET
*********************************
*/
* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	border: none;
	vertical-align: baseline;
	font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}
*:focus{ outline: none; }
a:active, a:focus { outline: none; }
img {
	height: auto;
	border: none;
}
sup { vertical-align: super; }

/*
*********************************
* WRAPPERS
*********************************
*/
.full-width-wrapper {
	width: 100%;
	float: left;
}
.centered-wrapper {
	width: 60%;
	margin: 0 auto;
}
.centered-wrapper.wider {
	width: 90%;
}

#site-content {
	margin: 220px 0 0;
	font-family: 'Chronicle SSm A', 'Chronicle SSm B', Arial, sans-serif;
	color: #000;
}
#site-content.no-scrolling {
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	overflow: hidden;
}


/*
*********************************
* SITE HEADING
*********************************
*/
.site-heading,
.menu-trigger {
	position: fixed;
		left: 5%;
		top: 30px;
	z-index: 10;
}
.logo {
	float: left;
	font: 100px/1 'Px Grotesk Bold', Arial, sans-serif;
		letter-spacing: -3.5px;
		color: #77C5D5;
	z-index: 10;
}
.menu-trigger,
.menu-trigger svg {
	width: 24px;
	height: 24px;
	float: right;
	fill: #888b8d;
}
.menu-trigger {
	left: auto;
	right: 5%;
	top: 40px;
	opacity: 0;
}
.menu-trigger.active svg {
	fill: #77C5D5;
}

/* LOGO CLASSES */
.logo.smaller {
	display: none;
	float: left;
	font-size: 24px;
	letter-spacing: -0.75px;
	line-height: 26px;
	z-index: 11;
}


/*
*********************************
* SITE MENU
*********************************
*/
#site-menu {
	width: 240px;
	height: 100%;
	position: fixed;
		right: -240px;
		top: 0;
	background: #FFF;
	z-index: 99;
}
#site-menu ul,
#site-menu ul li,
#site-menu ul a,
#site-menu ul img {
	width: 100%;
	height: auto;
	float: left;
}
#site-menu ul {
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	overflow-y: scroll;
}
#site-menu ul li { margin-bottom: 1px; }
#site-menu ul li:last-child { margin-bottom: 0; }
#site-menu ul a { background: #000; }
#site-menu ul img { opacity: 0.8; }
#site-menu ul img.darker { opacity: 0.5; }
#site-menu ul a:hover img,
#site-menu ul a:hover img.darker,
#site-menu ul a.active img,
#site-menu ul a.active img.darker { opacity: 1.0; }
#close-menu-btn {
	position: absolute;
		right: 20px;
		top: 20px;
	display: none;
}
#close-menu-btn svg {
	width: 20px;
	height: 20px;
	fill: #888b8d;
}
#close-menu-btn:hover svg { fill: #CB3A27; }


/*
*********************************
* CHAPTER COMMON CLASSES
*********************************
*/
.chapter-wrapper {
	position: relative;
}
.chapter-wrapper img {
	width: 100%;
	float: left;
}

/* PARALLAX IMAGES */
.parallax-image {
	position: absolute;
	z-index: 8;
}

/* IMAGE WRAPPER */
.img-wrapper {
	position: absolute;
	background: #FFF;
	z-index: 8;
}

/* TEXT CONTENT & BOXES */
.text-content {
	font-size: 23px;
		line-height: 26px;
		letter-spacing: 0;
		color: #000;
}
.text-content .margins-tb {
	margin: 20px 0;
}
.text-centered p {
	width: 55%;
	margin: 0 auto;
	font-size: 22px;
	line-height: 30px;
}
.text-centered.text-bigger p,
.text-content p.text-bigger {
	font-size: 23px;
	line-height: 30px;
}
.text-box {
	padding: 10px;
	position: absolute;
	border: 3px solid #000;
	background: #000;
	font-size: 17px;
		line-height: 22px;
		color: #FFF;
	z-index: 9;
}
.text-box,
.box-shadow {
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
}
.text-box.white {
	background: #FFF;
	color: #000;
}
.text-box.yellow {
	background: #ECEEAE;
	color: #000;
}
.text-box.gold {
	background: #FBD570;
	color: #000;
}
.text-box.gold-border {
	border-color: #FBD570;
}

.citation-box.pointer-left:after {
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	width: 0;
	height: 0;
	border: 60px solid transparent;
	border-bottom-color: #FFF;
	border-top: 0;
	border-left: 0;
	margin-left: -25px;
	margin-top: -60px;
}
.citation-box.pointer-left:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(10% - 5px);
	width: 0;
	height: 0;
	border: 65px solid transparent;
	border-bottom-color: #000;
	border-top: 0;
	border-left: 0;
	margin-left: -23px;
	margin-top: -66px;
}
.citation-box.pointer-right:after {
	content: '';
	position: absolute;
	top: 0;
	right: 10%;
	width: 0;
	height: 0;
	border: 60px solid transparent;
	border-bottom-color: #FFF;
	border-top: 0;
	border-right: 0;
	margin-left: -25px;
	margin-top: -60px;
}
.citation-box.pointer-right:before {
	content: '';
	position: absolute;
	top: 0;
	right: calc(10% - 3px);
	width: 0;
	height: 0;
	border: 65px solid transparent;
	border-bottom-color: #000;
	border-top: 0;
	border-right: 0;
	margin-left: -23px;
	margin-top: -66px;
}

/* RED TEXT */
.red-text {
	color: #ca2420;
}

/* LIGHT GRAY TEXT */
.light-gray-text {
	color: #888B8D;
	text-decoration: none;
}
a.light-gray-text:hover {
	color: #CB3A27;
}

/* IMAGE BLACK BORDER */
.black-border { border: 5px solid #000; }

/* RED BORDER */
.red-border { border: 5px solid #CB3A27; }
.red-border.text-box { border-width: 3px; }

/* WHITE BORDER */
.white-border { border-color: #FFF; }

/* FULL WINDOW HEIGHT BOX & HERO TEXT */
.full-window-height-wrapper {
	padding: 50px;
	position: relative;
}
.centered-hero-title {
	width: 100%;
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	font-size: 24px;
		font-weight: normal;
		text-align: center;
}
.centered-hero-title span {
	width: 40%;
	position: absolute;
		left: 50%;
		top: 50%;
	transform: translate(-50%, -50%);
}
.centered-hero-inner-title {
	font-family: 'Atlas Grotesk Web', Arial, sans-serif;
	text-transform: uppercase;
}
.left-aligned-hero-title {
	width: 70%;
	position: absolute;
		left: 50%;
		top: 50%;
	transform: translate(-50%, -50%);
	font: 24px/0.8 'Atlas Grotesk Web', Arial, sans-serif;
		font-weight: normal;
}
h1.left-aligned-hero-title { font-size: 85px; }
h3.left-aligned-hero-title {
	font: 32px/1 'Atlas Grotesk Web', Arial, sans-serif;
}

/* FADE IN & UP */
.fade-in-up,
.centered-hero-title span.fade-in-up {
	/*padding: 100px 0;*/
	opacity: 0;
	transform: translate(-50%, 80%);
	transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		-moz-transition: 0.8s;
		-webkit-transition: 0.8s;
}

.reveal {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	transform: translate(-50%, 0);
}

/* HALF WIDTH CONTENT */
.half-width-content {
	width: 50%;
	min-height: 100%;
	padding: 8%;
	float: right;
}
.text-content-wrapper p {
	margin: 18px 0 0;
	font-size: 19px;
		letter-spacing: -0.25px;
		line-height: 26px;
}
.text-content-wrapper h4 {
	font: bold 14px/20px 'Atlas Grotesk Web', Arial, sans-serif;
		text-transform: uppercase;
		color: #77C5D5;
}

/* CHAPTER COVER */
.chapter-cover {
	background-size: 50% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* TIMELINE */
.timeline-wrapper,
.timeline-trigger,
.timeline,
.timeline li {
	width: 100%;
	float: left;
}
.timeline-wrapper {
	padding: 20px 0;
	margin: 50px 0 0;
	overflow: visible;
	border: 1px solid #FFF;
		border-left: none;
		border-right: none;
}
.timeline-trigger {
	width: 100%;
	padding: 0 34px 0 0;
	float: left;
	position: relative;
	font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.18px;
	color: #FFF;
}
.timeline-trigger span { float: left; }
.timeline-trigger svg {
	float: right;
	position: absolute;
		right: 0;
		top: 0;
	fill: #FFF;
}
.timeline-trigger svg.minus-icon { top: -1px; }
.timeline-trigger:hover { color: #77C5D5; }
.timeline-trigger:hover svg { fill: #77C5D5; }

.timeline,
.timeline li {
	position: relative;
}
.timeline {
	padding: 0 0 0 5px;
	display: none;
	margin: 0 0 50px;
	overflow: visible;
}
.timeline li {
	padding: 0 0 0 30px;
	margin: 30px 0 0;
}
.timeline p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
}
.timeline h5 {
	font: bold 16px/20px 'Atlas Grotesk Web', Arial, sans-serif;
		text-transform: uppercase;
		color: #77C5D5;
}
.timeline:before {
	content: "";
	width: 1px;
	height: calc( 100% - 40px );
	position: absolute;
		left: 5px;
		top: 40px;
	background: #5a5a5a;
}
.timeline li:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
		left: -5px;
		top: 8px;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	background: #5a5a5a;
	z-index: 1;
}
.timeline li:last-child:after {
	content: "";
	width: 1%;
	height: calc(100% - 8px);
	position: absolute;
		left: 0;
		top: 8px;
	background: #000;
}
.minus-icon { display: none; }

/* DIETER RAMS EFFECT */
.overlay-box-wrapper {
	position: relative;
}
.overlay-box {
	position: relative;
	z-index: 2;
}
.overlay-guide {
	position: relative;
	z-index: 0;
}
.overlay-guide.visible {
	position: fixed;
		left: 0;
		top: 0;
	z-index: 0 !important;
}
.overlay-guide-black {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	background: rgba(0, 0, 0, 1);
	pointer-events: none;
	z-index: 11;
}

/* IMG SWITCHER */
.img-switcher { position: relative; }
.img-switcher-asset {
	width: 100%;
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	opacity: 1;
}

/* OTHER */
.invisible { opacity: 0; }
.overflow-hidden { overflow: hidden; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.float-left { float: left; }
.black-background { background-color: #000; color: #FFF; }
.white-background { background-color: #FFF; }
.show-760 { display: none; }
.force-full-width { width: 100% !important; }
a,
svg,
.fade-in-top,
.fade-in-top span,
.reveal,
.img-switcher-asset,
#site-menu ul img {
	transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
}
.parallax-image-width {
	transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
}
.scroll-reveal { opacity: 0; }
.mobile-background-image {
	width: 100%;
	height: 100%;
	position: fixed;
		left: 0;
		top: 0;
	display: none;
	z-index: 0;
	opacity: 0;
}
.takahiro-stripes {
	width: 100%;
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	background-size: 100% auto;
		background-repeat: repeat;
	z-index: 8;
}
.takahiro-stripes.no-animation,
.background-img-parallax-x.no-animation {
	background-position: 0 !important;
}
.top-image { position: relative; z-index: 2; }
.top-image.parallax-image { position: absolute; z-index: 8; }
.background-image { z-index: 1; }


/*
*********************************
* FRONT AND BACK PAGES
*********************************
*/
.front-and-back-page {
	border-top: 2px solid #ca2420;
	padding: 10%;
	font-size: 17px;
	line-height: 26px;
}
.front-and-back-page h4 {
	font: 36px/1 'Px Grotesk Bold', Arial, sans-serif;
		letter-spacing: -1px;
		color: #ca2420;
}

/* LISTS */
.list li {
	width: 100%;
	float: left;
	margin: 15px 0 0;
}
.list p,
.list-col-right p {
	margin: 15px 0 0;
}
.list li p:first-child,
#acknowledgments .list-col-right p:first-child {
	margin: 0;
}
.list-col-left {
	width: 35%;
	float: left;
}
.list-col-right {
	width: 60%;
	float: right;
}
.list-col-left p {
	text-align: right;
}

/* SECTION TRIGGERS */
.section-trigger {
	margin-bottom: 2%;
	position: relative;
}
.section-trigger svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	fill: #ca2420;
}
.section-trigger-target {
	display: none;
}

/* SECTIONS */
#fintech-at-fifty {
	padding: 15% 10% 8%;
	position: relative;
}
#fintech-at-fifty h1,
#fintech-at-fifty h3 {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	opacity: 0;
}
#fintech-at-fifty h1,
#loading h6 {
	font-family: 'Px Grotesk Bold', Arial, sans-serif;
}
#fintech-at-fifty h3.left-aligned-hero-title,
#loading p {
	margin: 20px 0 0;
	font: 36px/1.2 'Px Grotesk Light', Georgia, Arial, sans-serif;
}

#jonathan-swift {
	border-top: none;
}
#jonathan-swift img {
	width: 80%;
	height: auto;
	float: left;
	margin: 5% 10%;
}
#jonathan-swift .list-col-right {
	width: 50%;
	margin: 0 8% 10% 0;
}
#jonathan-swift h3 {
	font: bold 30px/1.5 'Chronicle SSm A', 'Chronicle SSm B', Arial, sans-serif;
}
#jonathan-swift p {
	font: 17px/1.5 'Atlas Grotesk Web', Arial, sans-serif;
}
#jonathan-swift #quote-author {
	font: 17px 'Chronicle SSm A', 'Chronicle SSm B', Arial, sans-serif;
}
#envisioning-fintech-at-fifty h4 {
	font: 36px/1.2 'Px Grotesk Bold', Arial, sans-serif;
		letter-spacing: -1px;
}
.separator {
	width: 80px;
	height: 2px;
	display: inline-block;
	margin: 15px 0 0;
	background: #ca2420;
}

#envisioning-fintech-at-fifty {
	border-top: none;
}
#envisioning-fintech-at-fifty h4 {
	width: 35%;
	float: left;
}

#foreword,
#glossary {
	padding: 2% 10% 1%;
}
#foreword {
	border-bottom: 2px solid #ca2420;
}
#foreword .list-col-left p {
	text-align: left;
	margin: 30px 0 0;
}
#foreword .section-trigger-target {
	margin: 5% 0 10%;
}

#artists-biographies {
	border-top: none;
}
#artists-biographies-list li {
	margin: 50px 0 0;
}
#artists-biographies-list img {
	width: 60%;
	height: auto;
	float: left;
	margin: 0 0 0 10%;
}

#glossary .list {
	margin-bottom: 9%;
}

.section-trigger h4,
#acknowledgments h4 {
	float: left;
	font-size: 36px;
	letter-spacing: -1px;
}


/*
*********************************
* COVER (Index)
*********************************
*/
body.page-cover #site-content {
	margin: 0;
}

/* BACKGROUND IMAGES */
#cover_bg-img-1 {
	padding: 0;
	overflow: hidden;
	background: url("../img/Cover-01-Takahiro.png") no-repeat center top;
}

/* LOGO */
#cover-logo-wrapper {
	position: absolute;
	left: 5%;
	top: 40px;
}
#cover-logo-wrapper img {
	width: 90px;
	height: auto;
	position: absolute;
		left: 0;
		top: 0;
}
#cover-logo-wrapper img.hover { display: none; }

/* COVER TAKAHIRO */
#takahiro-cover {
	width: 400px;
	height: 400px;
	position: absolute;
		left: 0;
		top: 0;
	display: none;
	border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	background: url("../img/Cover-01-Stripe.png") repeat center top;
}
#takahiro-mobile-cover {
	width: 100%;
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	display: none;
	background: url("../img/Cover-01-Stripe.png") repeat center top;
		background-repeat: repeat;
	transition: 0.1s;
		-o-transition: 0.1s;
		-ms-transition: 0.1s;
		-moz-transition: 0.1s;
		-webkit-transition: 0.1s;
}
#takahiro-cover-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
}
.takahiro-cover-text {
	width: 40%;
	padding: 20px;
	position: absolute;
		right: 0;
		top: 20%;
	transform: translateY(-50%);
	background: #FFF;
	color: #ca2420;
	cursor: pointer;
	opacity: 0;
}
.takahiro-cover-text p {
	font-family: "Atlas Grotesk Web", Arial, sans-serif;
		font-weight: 500;
}
.takahiro-cover-text p small {
	font-weight: 400;
}

.takahiro-cover-close {
	height: 40px;
	padding: 0 20px;
	position: absolute;
		right: -100%;
		top: 20%;
	background: #FFF;
	line-height: 40px;
	color: #ca2420;
	cursor: pointer;
}
.takahiro-cover-close.hidden { right: -100% !important; }
.takahiro-cover-close strong { margin-right: 10px; }

/* TAKAHIRO INTRO */
#takahiro-intro-wrapper {
	margin: 15% 0 5%;
}
#takahiro-intro {
	position: relative;
}
#takahiro-intro #takahiro-intro_art {
	width: 100%;
	height: auto;
}
#takahiro-intro .takahiro-stripes {
	background: url("../img/Intro-Takahiro-1-STRIPE.png") repeat;
		background-size: 100% auto;
}
#takahiro-intro .takahiro-cover-text {
	right: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/* LOADING */
#loading {
	width: 100%;
	height: 100%;
	padding: 15% 10% 0;
	position: fixed;
		left: 0;
		top: 0;
	color: #FFF;
	z-index: 99;
}
#loading h6 {
	font-size: 80px;
	line-height: normal;
	overflow: visible;
}
#progress-bar-wrapper {
	width: 40%;
	height: 5px;
	float: left;
	margin: 5px 0 0;
	position: relative;
}
#progress{
	width: 0;
	height: 5px;
	position: absolute;
		top: 0;
	background: #ca2420;
	transition: 1s;
}

/* Skip to nav link */
#skip-to-nav {
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATION WARNING */
.animation-warning-div {
	padding: 10px calc(5% + 30px) 10px 5%;
	opacity: 0;
	font: 15px/1.2 'Atlas Grotesk Web', Arial, sans-serif;
}
#animation-warning-wrapper {
	position: fixed;
		left: 0;
		top: 0;
	background: #a6a9aa;
	opacity: 1;
	color: #000;
	z-index: 999;
}
#animation-warning-wrapper p {
	float: left;
}
#animation-warning-wrapper p a {
	text-decoration: underline;
	color: #000;
}
#animation-warning-wrapper p a:hover {
	text-decoration: none;
	color: #ca2420;
}
#close-warning-btn {
	width: 24px;
	position: absolute;
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
	text-align: center;
	fill: #000;
}
#close-warning-btn:hover {
	fill: #FFF;
}


.swal2-popup.swal2-modal {
	background: #D8D8D8;
}

.swal2-popup.swal2-modal .swal2-html-container {
	font-family: 'Atlas Grotesk Web', Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #000;
}


.swal2-popup.swal2-modal .swal2-confirm  {
	background: #CA2420;
	border-radius: 0;
	font-family: 'Atlas Grotesk Web', Arial, sans-serif;
	font-weight: 700;
}






