@charset "UTF-8";

:root {
	/* Boundaries */
	--boundary-mobile-width-floor: 0px;
	--boundary-mobile-width-ceil: 767px;
	--boundary-tablet-width-floor: 768px;
	--boundary-tablet-width-ceil: 999px;
	--boundary-desktop-width-floor: 1000px;
	--boundary-desktop-width-ceil: 1366px;

	/* Maximum width(s), inner and outer, in pct and abs */
	/* TODO: Replace 'inner' and 'outer' with L<n> */
	--maximum-width-abs-outer: 1366px;
	--maximum-width-abs-inner: 1000px;
	--maximum-width-pct-outer: 100%;
	--maximum-width-pct-inner: 92.5%;

	--common-line-height-desktop: 1.45em;
	--common-line-height-mobile: 1.35em;

//	--identity-text: #000;
//	--identity-text: rgb(64,64,64);
	--identity-text: rgba(0,0,0,0.85);
	--identity-text-contrast: rgba(255,255,255,0.85);
	--identity-text-contrast: rgba(0,0,0,0.85);
//	--identity-background-color: rgb(252,212,105);
//	--identity-background-color: rgb(64,64,64);
	--identity-background-color: rgb(255,219,88);
	--identity-background-color-selected: rgba(255,255,255,0.3);
	--identity-background-color-hover: rgba(255,255,255,0.5);
}


@font-face {
	font-family: 'Flux';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/flux/Flux-Bold.woff') format('woff');
}



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, 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: baseline;
}
b {
	font-weight: bold;
}
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;
}
button, input, select, textarea {
	font-family: inherit;
	font-size:100%;
	margin:0;
}
button,input{line-height:normal}
button,select{text-transform:none; cursor:pointer;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}

/*
-moz-appearance: initial, enables custom styles for checkboxes, specific to mozilla.
The default color for the checkbox is black, not in line with the rest of the palette
 */
input[type="checkbox"] {
        -moz-appearance: initial;
        border: 1px solid rgba(0,0,0,0.38);
}
input[type="checkbox"]:checked {
	-moz-appearance: auto;
	border: 1px solid black;
}

/* END OF RESET */



html {
	font: 1em/1.3 sans-serif; /* for legacy browsers */
	font: 0.94em/1.3 Arimo, sans-serif;
	font-weight: 400;

	text-rendering: optimizeLegibility;

	 /* Href internal links, allows for smooth scrolling */
	scroll-behavior: smooth;

	/* Href internal links, accounts for sticky header overlapping */
	scroll-padding-top: var(--scroll-padding, 0px);

	/* Scroll bar present when page loads */
	overflow: scroll-y;

	/* Tailored on Arimo */
	letter-spacing: 0.01em;
	word-spacing: 0.00em;
}
/* Adjustments for mobile */
@media screen and (max-width: 999px) {
	html {
		font-size: 0.85em;
	}
}

/* Standards for common text which is going to be enclosed in <p> tags */
p, ul {
	line-height: var(--common-line-height-desktop);
}
@media screen and (max-width: 999px) {
	p, ul {
        	line-height: var(--common-line-height-mobile);
	}
}

a, a:visited, a:focus, a:active, a:hover {
	outline: 0 none !important;
}
a:link, a:visited, a:active {
	color: inherit;
	font-weight: 400;
}
a:hover {
	text-decoration: none;
}
a.external {
	background-position: center right;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22rgb(64,64,64)%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22rgb(64,64,64)%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
	padding-right: 15px;
}
a.external.maroon {
	background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%23800000%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%23800000%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
}

strong, .strong, b {
	font-weight: 700;
}
i {
	font-style: italic;
}




/* BODY AND BOUNDARIES */
body {
	padding: 0;
	margin: 0;
	color: var(--identity-text);

	/* Scroll bar present when page loads */
	overflow: scroll-y;
}

/* .wrapper is outer container serving as the outmost boundary. Used to extend background colors to 100% of canvas, regardless of size */
.wrapper {
	 /* Full canvas width, needed to extend background colors */
	width: 100%;
	max-width: 100%;
}
/* .wrapper-inner is the inner container, the 'safe area' for the content Used to center content horizontally and set a maximum width. */
.wrapper .wrapper-inner {
	/* center content horizontally */
	margin: 0 auto;
	height: 100%;
}

/* absolute maximum width(s), in pixel, for screens >1300px */
@media screen and (min-width: 1300px) {
	.wrapper .wrapper-inner {
		max-width: var(--maximum-width-abs-inner);
	}
}
/* absolute maximum width(s), in percentage, for screens <=1300px */
@media screen and (max-width: 1299px) {
	.wrapper .wrapper-inner {
		max-width: var(--maximum-width-pct-inner);
	}
}


.header {
	box-shadow: rgba(0,0,0,0.08) 0px 7px 25px 0px;
	transition: all 1s ease;

	z-index: 1000;
	width: 100%;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	background: var(--identity-background-color);
	height: 100%;
	color: var(--identity-text-contrast);
}
.header .flexbox-div {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.header .top-div {
	flex-shrink: 0;

	/* Margin top/bottom ensures menu icon and logo don't touch the boundaries of the container */
	margin-top: 1em;
	margin-bottom: 1em;
	/* Removes flex logic on mobile as classic menu is collapsed */
	display: block;

}
.header.reduced .top-div {
	margin-bottom: 0;
}
.header .v-centered {
	display: flex;
	flex: 1; /* Take all possible vertical space */
	justify-content: center;
	align-items: flex-start; /* align children divs to the left */
	flex-direction: column; /* stacks children one below the other, as rows */
}

.header.reduced {
	min-height: 40%;
	height: 40%;
}


/* Modifiers for sticky header */
.header.sticky-header-modifier {
	background: white;
	height: auto; /* sets minimal height, based on actual content */
	min-height: auto;  /* removes min-height which was added to accomodate expandable menu on mobile */
	color: var(--identity-text);
}
.header.sticky-header-modifier .top-div {
	margin: 0;
}
.header.sticky-header-modifier .header-menu,
.header.sticky-header-modifier .header-descriptor {
	display: none;
}
.header.sticky-header-modifier .v-centered {
	margin: 1em 0;
}


/*
 * HEADER MENU
 *
 */
.header .header-menu {

}
.header .header-menu ul {
	/* Hide on page load */
	display: none;
}
.header .header-menu ul li {
	display: block;
	line-height: 2.55em; /* Fat fingers */
	background: var(--identity-background-color-selected);
}
.header .header-menu ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 1em;
	transition: background 0.3s ease;
	display: block;
}
.header .header-menu ul li a:hover,
.header .header-menu ul li a:hover.selected {
//	background: var(--identity-background-color-hover);
	background: rgba(255,255,255,0.3);
}
.header .header-menu ul li a.selected {
	text-decoration: none;
	font-weight: bold;
	background: var(--identity-background-color-hover);
}

.header .header-menu .header-menu-controls .material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' -25, 'opsz' 20;
	font-size: 3em;

	/* small adjustment to visually align the element to the rest
	   as there's a bit of space on the left/right size */
	margin-left: -0.1em;
}



/** LOGO **/
.header .header-logo-wrapper {

}
.header .header-logo {
	font: bold 50px/1em Flux, sans-serif;
	letter-spacing: -0.03em;
	display: inline-block;
}
.header.sticky-header-modifier .header-logo {
	font-size: 35px; /* Desktop */
	line-height: 1em;
}
@media screen and (max-width: 999px) {
	.header .header-logo {
		font-size: 45px;
	}
	.header.reduced .header-logo {
		font-size: 35px;
	}
	.header.sticky-header-modifier .header-logo {
		font-size: 30px; /* Mobile */
	}
}
.header-logo a {
	text-decoration: none;
}
/* modifier when not a link */
.header-logo a.disabled {
	pointer-events: none;
	cursor: default;
}
.header-page {
	display: inline-block;
	font-size: 1.8em;
	padding-left: 1em;
	margin-left: 1em;
	border-left: 2px solid;

	/* Adjustments */
	position: relative;
	top: -1px;
}
.header.sticky-header-modifier .header-page {
	font-size: 1.5em;
}
@media screen and (max-width: 999px) {
	.header.reduced  {

	}
	.header-page {
		font-size: 1.6em;
		padding-left: 0.5em;
		margin-left: 0.5em;
	}
	.header.sticky-header-modifier .header-page {
		font-size: 1.3em;
	}
}
.header .header-descriptor {
	max-width: 60%;
}
@media screen and (max-width: 999px) {
	.header .header-descriptor {
		max-width: 100%;
	}	
}
.header .header-descriptor div.primary {
	margin-top: 4em;
}
.header .header-descriptor div.primary p {
	font-size: 2em;
	font-size: 2.1em;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: -0.01em;
	letter-spacing: -0.005em;
}
@media screen and (max-width: 999px) {
	.header .header-descriptor div.primary p {
		font-size: 1.8em;
	}
}
.header .header-descriptor div.secondary {
	margin-top: 1em;
}
.header .header-descriptor div.button {
	box-sizing: border-box;
	margin-top: 4em;

	/* Declaring it as flex otherwise the inner <a>'s height, which includes padding, will not be reflected in the parent's height */
	display: flex;
}
.header .header-descriptor div.button a {
	background: rgba(0,0,0,0.75);
background: transparent;

//	color: white;
	color: inherit;
	font-weight: bold;
	padding: 1em 2.2em;
padding: 0.7em 2.6em;
	border-radius: 100px;
border-radius: 8px;
border: 0.8px solid;
	text-decoration: none;
	font-size: 1.15em;
	box-sizing: border-box;
}
@media screen and (max-width: 999px) {
	.header .header-descriptor div.button a {
		font-size: 1.1em;
	}
}
.header .header-descriptor div.button a:hover {
	background: rgba(255,255,255,0.3);
}





.content {
	padding: 4em 0;
	padding: 3em 0 4em 0;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 25px 0px;
}


.content .block {
	margin-bottom: 2em;
}
.content .block .block-title {
	line-height: 1.7em; /* Arimo */
	line-height: 1.3em;
	font-size: 1.15em;
	font-weight: 700; /* Arimo */
	position: relative;
	padding-left: 0.9em;
padding-left: 0;
	margin-bottom: 0.5em;
	margin-bottom: 0.7em;
margin-bottom: 0.9em;
margin-top: 2.3em;
	display: block;
//border: 1px solid red;
}
.content .block .block-title::before {
display: none;
	width: 5px;
	background: var(--identity-text);
    content: ".";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.content .block .block-title.alternate {
	font-weight: 400;
	padding-left: 1.5em;
padding-left: 0;
}
.content .block .block-title.alternate::before {
	content: "***";
	width: 20px;
	background: transparent;
}
.content .block p,
.content .block .block-specs > ul {
	margin-bottom: 1em;
}
.content .block p:last-child {
	margin-bottom: 0;
}
.content .block:last-child {
	margin-bottom: 0;
}
.content .block-specs {
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 2em;
}
/* Adjustments for mobile */
@media screen and (max-width: 999px) {
	.content .block-specs {
		padding-left: 1em;
		padding-right: 1em;
	}
	.content .block p a.break-all {
		word-break: break-all;
	}
}

.content .block-specs ul ul,
.content ul ul {
	padding-left: 2em;
}
.content .highlight-red {
	color: #800000;
	font-style: italic;
}
.content .bold {
	font-weight: 600;
}
.content .chart {
	width: 100%;
}
.content .semaphore-green {
	color: #229954;
	font-weight: 600;
}
.content .semaphore-red {
	color: #C70039;
	font-weight: 600;
}
span.timestamp {
	font-style: italic;
	color: rgba(0,0,0,0.388);
}



/*
 * FOOTER
 *
 */
.footer {
	padding: 4em 0;
}



/*
 * TRADES TABLE
 *
 */
.table-wrapper {
	/* For mobile and smaller screens, do not exceed parent's width and add horizontal scroller if needed */
	width: 100%;
	overflow-x: auto;
}
table.trades {
	/* Do not use width: 100% here otherwise <td>(s) will take more width unnecessarily on larger screens */
	max-width: 100%;
	border-collapse: collapse;

	display: none; /* Hidden as not ready */
}
table.trades td {
	padding-right: 1em;
	line-height: var(--common-line-height-desktop);
}
@media screen and (max-width: 999px) {
	table.trades td {
        	line-height: var(--common-line-height-mobile);
	}
}

