﻿/*
/*
/*
/*
    How this style sheet is organised:
    1. Custom variables (in :root element)
    2. Standard html elements (from least selective to most selective)
    3. Classes (generally in order of placement on page, and from least selective to most selective)
    4. Table elements
    5. Notes (on css shortcuts, a size scale, and unicode emojis
*/
.css-vernum:after {
    content: var(--css-vernum);
    content: "1.2.1.9";
}

:root {
    /*VARIABLES*/
    /*recursive axes*/
    --css-vernum: "1.2.1.9";
    --mono-light: "SANS" 0.4;
    /*HEIGHT*/
    /*fundamental*/
    --height-tiny: calc(1vh * var(--adj-height-generic, 1));
    --height-small: calc(2vh * var(--adj-height-generic, 1));
    --height-med: calc(5vh * var(--adj-height-generic, 1));
    --height-large: calc(10vh * var(--adj-height-generic, 1));
    --height-input: calc(5vh * var(--adj-height-input, 1));
    /*fundamental ends*/
    /*to be rationalised*/
    --height-display-lg: calc(10vw * var(--adj-display-height, 1));
    --height-1x-small: calc(10vw * var(--adj-height-generic, 1));
    --height-2x-small: calc(7vw * var(--adj-height-generic, 1));
    --height-3x-small: calc(4vw * var(--adj-height-generic, 1));
    --height-3x-sml: calc(2.3vw * var(--adj-height-generic, 1));
    --height-4x-small: calc(2vw * var(--adj-height-generic, 1));
    --height-5x-small: calc(1.5vw * var(--adj-height-generic, 1));
    --height-6x-small: calc(1vw * var(--adj-height-generic, 1));
    --height-01: calc(1vh * var(--adj-height-generic, 1));
    --height-02: calc(2vh * var(--adj-height-generic, 1));
    --height-03: calc(4vh * var(--adj-height-generic, 1));
    --height-largest: calc(15vh * var(--adj-height-generic, 1));
    --height-larger: calc(12.5vh * var(--adj-height-generic, 1));
    --height-med: calc(5vh * var(--adj-height-generic, 1));
    --height-med-larger: calc(7.5vh * var(--adj-height-generic, 1));
    --height-med-large: calc(6vh * var(--adj-height-generic, 1));
    --height-med-x-height: 2ex;
    --height-med-small: calc(3vh * var(--adj-height-generic, 1));
    --height-med-smaller: calc(2.4vh * var(--adj-height-generic, 1));
    --height-smaller: calc(1vh * var(--adj-height-generic, 1));
    --height-smallest: calc(0.3vh * var(--adj-height-generic, 1));
    --height-pictogram-read-write: calc(10vh * var(--adj-height-generic, 1));
    --height-pictogram-community-group: 10vw;
    --height-twitter-logo: calc(6vh * var(--adj-height-generic, 1));
    --height-text-input: calc(4vh * var(--adj-height-generic, 1)); /*font-axes*/
    --font-variation-settings-body: "CASL" 0; /*"wght" 400;*/
    --font-variation-settings-bold-casual-uncursive: "SANS" 0, "CASL" 0.67, "wght" 800, "slnt" 0, "CRSV" 0;
    --font-variation-settings-bold-uncasual-uncursive: "SANS" 0, "CASL" 0, "wght" 800, "slnt" 0, "CRSV" 0;
    --font-variation-settings-h2-slant-casual: "SANS" 0, "CASL" 1, "wght" 938, "slnt" -4, "CRSV" 0;
    --font-variation-settings-gso-body: "SANS" 0, "CASL" 0, "wght" 500, "slnt" 0, "CRSV" 0;
    --font-body-wght: 300;
    --font-roboto-wght-norm: "wght" 78.5;
    /*WIDTH*/
    /*fundamental*/
    --width-small: calc(15vw * var(--adj-width-generic, 1));
    --width-med: calc(4vw * var(--adj-width-generic, 1));
    --width-large: calc(16vw * var(--adj-width-generic, 1));
    --width-largest: calc(50vw * var(--adj-width-generic, 1));
    --width-small-ctl: calc(4vh * var(--adj-width-ctl));
    --med-width-ctl: calc(16vh * var(--adj-width-ctl));
    --large-width-ctl: calc(34vh * var(--adj-width-ctl));
    /*fundamental ends*/
    /*to be rationalised*/
    --width-smallest: calc(0.5vw * var(--adj-width-generic, 1));
    --width-smaller: calc(1vw * var(--adj-width-generic, 1));
    --width-5x-small: calc(1.5vw * var(--adj-width-generic, 1));
    --width-4x-small: calc(2vw * var(--adj-width-generic, 1));
    --width-3x-small: calc(4vw * var(--adj-width-generic, 1));
    --width-2x-small: calc(7vw * var(--adj-width-generic, 1));
    --width-1x-small: calc(10vw * var(--adj-width-generic, 1));
    --width-medium-small: calc(20vw * var(--adj-width-generic, 1));
    --width-med-small: calc(3vw * var(--adj-width-generic, 1));
    --width-med-large: calc(5vw * var(--adj-width-generic, 1));
    --width-med-larger: calc(6vw * var(--adj-width-generic, 1));
    --width-med-xxx: calc(8vw * var(--adj-width-generic, 1));
    --width-med-xxxx: calc(10vw * var(--adj-width-generic, 1));
    --width-one-third: 33vw;
    --width-one-quarter: 25vw;
    --width-one-fifth: 20vw;
    --width-one-sixth: 15vw;
    --width-one-eighth: 13vw;
    --width-two-button-box: 25vw;
    --width-three-button-box: calc(90vw * var(--adj-width-generic, 1));
    --width-two-thirds: 66vw;
    --width-big: calc(10vw * var(--adj-width-generic, 1));
    --width-bigger: calc(15vw * var(--adj-width-generic, 1));
    --width-big-button: calc(15vw * var(--adj-width-button));
    --width-container-three-quarters: calc(75vw * var(--adj-width-generic, 1));
    --width-container-half: calc(45vw * var(--adj-width-generic, 1));
    --width-container-quarter: calc(23vw * var(--adj-width-generic, 1));
    --width-margin-page-left: calc(2vw * var(--adj-width-generic, 1));
    --width-margin-page-right: calc(2vw * var(--adj-width-generic, 1));
    --width-thumbnail: calc(10vw * var(--adj-width-generic, 1)); /*height*/
    --width-margin-video-left: auto;
    --width-nav: calc(100% * var(--adj-nav, 1));
    --width-video: calc(30vw * var(--adj-width-video));
    --width-footer-link: calc(18vw * var(--adj-width-generic, 1));
    /*spacing*/
    --spc-vert-level-01: calc(12vh * var(--adj-height-generic, 1));
    --spc-vert-level-02: calc(0.9vh * var(--adj-height-generic, 1));
    --spc-vert-level-03: calc(0.8vh * var(--adj-height-generic, 1));
    --spc-vert-level-04: calc(0.65vh * var(--adj-height-generic, 1));
    --spc-vert-level-05: calc(0.4vh * var(--adj-height-generic, 1));
    --spc-horiz-level-03: calc(0.8vh * var(--adj-width-generic));
    /*shorthand padding*/
    --padding-left-right-narrow: 0 1vw 0 1vw;
    --padding-left-right-mid: 0 2vw 0 2vw;
    --padding-left-right-wide: 0 3vw 0 3vw;
    --padding-all-sides-narrow: 1vw 1vw 1vw 1vw;
    --padding-left-top-bottom: 1vw 1vw 0 1vw;
    --padding-top-bottom-narrow: 1vw 0 1vw 0;
    --padding-page-margin: 0 var(--width-margin-page-right) 0 var(--width-margin-page-left);
    --padding-header-box: var(--width-margin-page-left) var(--width-margin-page-left) 0 var(--width-margin-page-left);
    --padding-btn: 1vh 1vw 1vh 1vw;
    /*font-sizes*/
    --font-size-bigger: 9vw;
    --font-size-big: 8vw;
    --font-size-1x-big: calc(8vw * var(--adj-size-body-text), 1);
    --font-size-medium-big: 5.9vw;
    --font-size-medium: 5vw;
    --font-size-cond-medium: 6.5vw;
    --font-size-medium-smaller: 4.4vw;
    --font-size-medium-near-smallest: 4.2;
    --font-size-medium-smallest: 3.9vw;
    --font-size-small: 3.2vw;
    --font-size-smaller: 2.5vw;
    --font-size-smallest: 2.0vw;
    /*--font-level-01-emphasis: italic normal normal calc(var(--font-size-bigger) * var(--adj-font, 1)) "Recursive Variable", sans-serif;*/
    /*--font-display-pg-title: normal bold normal calc(var(--font-size-bigger) * var(--adj-font, 1)) "exoblack", sans-serif;*/
    /*--font-display-pg-title: normal bold normal calc(var(--font-size-big) * var(--adj-display-font-exo, 1)) "exoblack", sans-serif;*/
    --font-display-pg-title: normal bold normal calc(var(--font-size-big) * var(--adj-display-font-exo, 1)) "exo_2bold_condensed", sans-serif;
    --font-display-h1: normal bold normal calc(var(--font-size-big) * var(--adj-display-font-exo, 1)) "exoblack", sans-serif;
    --font-display-h2: normal bold normal calc(var(--font-size-medium) * var(--adj-display-font-exo, 1)) "exoblack", sans-serif;
    --font-cond-display-h2: normal normal normal calc(var(--font-size-big) * var(--adj-font-exo, 1)) "exo_2bold_condensed", sans-serif;
    --font-cond-display-h3: normal normal normal calc(var(--font-size-medium) * var(--adj-font, 1)) "exo_2bold_condensed", sans-serif;
    --font-cond-display-h4: normal normal normal calc(var(--font-size-medium-smaller) * var(--adj-font, 1)) "exo_2bold_condensed", sans-serif;
    --font-cond-display-captn: normal normal normal calc(var(--font-size-medium-smaller) * var(--adj-font, 1)) "exo_2semi_bold_condensed", sans-serif;
    --font-cond-body: normal normal normal calc(var(--font-size-small) * var(--adj-font-body-fancy, 0.65)) "exo_2regular_condensed", sans-serif;
    --font-level-pg-title: normal bold normal calc(var(--font-size-bigger) * var(--adj-size-pg-title, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-01: normal normal calc(var(--font-size-big) * var(--adj-size-hx-text, 1)) "Roboto Condensed", sans-serif;
    --font-fpg-level-01: normal bold calc(var(--font-size-big) * var(--adj-size-hx-text, 1)) "Roboto Condensed", sans-serif;
    --font-level-01-fancy: normal normal calc(var(--font-size-big) * var(--adj-size-hx-text, 1)) "exo_2bold_condensed", sans-serif;
    --font-level-01-bold: normal 800 normal calc(var(--font-size-big) * var(--adj-font, 1)) "Roboto Condensed", sans-serif;
    --font-level-01-emphasis: italic normal normal calc(var(--font-size-bigger) * var(--adj-size-hx-text, 1)) "Roboto Condensed", sans-serif;
    --font-level-02: normal 400 normal calc(var(--font-size-cond-medium) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", serif;
    --font-level-02-bold: normal 722 normal calc(var(--font-size-medium-big) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-02-fancy: normal bold normal calc(var(--font-size-medium) * var(--adj-display-font-exo, 1)) "exo_2regular_condensed", sans-serif;
    --font-level-02-emph: italic 722 normal calc(var(--font-size-medium-big) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-03: normal 400 normal calc(var(--font-size-medium-big) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-03-emph: italic 400 normal calc(var(--font-size-medium-big) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-03-emph-bold: italic bold normal calc(var(--font-size-medium-big) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-03-bold: normal bold normal calc(var(--font-size-medium) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    /*--font-level-04-light: normal light normal calc(var(--font-size-medium-smaller) * var(--adj-font, 1)) "Recursive Variable", sans-serif;*/
    --font-level-035: normal normal normal calc(var(--font-size-medium) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-04-light: normal light normal calc(var(--font-size-medium-smaller) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    /*--font-level-04: normal normal normal calc(var(--font-size-medium-smaller) * var(--adj-font, 1)) "Recursive Variable", sans-serif;*/
    --font-level-04: normal normal normal calc(var(--font-size-medium-smaller) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-04-bold: normal 722 normal calc(var(--font-size-medium-smaller) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-04-emph: italic normal normal calc(var(--font-size-medium-smaller) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    /*--font-level-04-bold-mono: normal bold normal calc(var(--font-size-medium-smalller) * var(--adj-font, 1)) "Fira Sans Condensed", sans;*/
    /*--font-level-05-normal: normal normal normal calc(var(--font-size-medium-smallest) * var(--adj-font, 1)) "Recursive Variable", sans-serif;*/
    --font-level-05-normal: normal normal normal calc(var(--font-size-medium-smallest) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    --font-level-05-normal-emph: italic normal normal calc(var(--font-size-medium-smallest) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    /*--font-level-05-bold: normal bold normal calc(var(--font-size-medium-smallest) * var(--adj-font, 1)) "Recursive Variable", sans-serif;*/
    --font-level-05-bold: normal bold normal calc(var(--font-size-medium-smallest) * var(--adj-size-hx-text, 1)) "Fira Sans Condensed", sans-serif;
    /*--font-annotation: normal normal normal calc(var(--font-size-medium-smallest) * var(--adj-font, 1)) "Recursive Variable", sans-serif;*/
    --font-quotation: normal bold normal calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "monospacetypewriterregular", sans-serif;
    --font-header-alt: normal bold normal calc(var(--font-size-medium) * var(--adj-size-body-text, 1)) "monospacetypewriterregular", sans-serif;
    /*body text*/
    --font-body: normal normal calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "Noto Serif", serif;
    --font-body-sans: normal normal calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "Noto Sans", sans-serif;
    --font-body-sans-fancy: normal normal calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "exo_2regular_condensed", sans-serif;
    --font-body-fancy-bold: normal normal calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "exo_2bold_condensed", sans-serif;
    --font-body-bold: normal bold calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "Noto Serif", serif;
    --font-body-sans-bold: normal bold calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "Noto Sans", sans-serif;
    --font-body-italic: italic 300 normal calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "Noto Serif", serif;
    --font-body-sans-italic: italic 300 normal calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "Noto Sans", sans-serif;
    --font-body-sans-bold-italic: italic bold normal calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "Noto Sans", sans-serif;
    /*--font-body-small: normal normal normal calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "Recursive Variable", sans-serif;*/
    --font-body-sans-bold-small: normal bold normal calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "Noto Sans", sans-serif;
    /*--font-body-sans-italic: italic 350 normal calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "Recursive Variable", sans-serif;*/
    --font-body-sans-italic: italic 350 normal calc(var(--font-size-smaller) * 0.9 * var(--adj-size-body-text, 1)) "Noto Sans", sans-serif;
    /*--font-body-smaller-italic: italic normal normal calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "Recursive Variable", sans-serif;*/
    --font-body-smaller-italic: italic normal normal calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "Noto Sans", sans-serif;
    --font-body-small: normal normal calc(var(--font-size-small, 4vw) * var(--adj-width-generic, 1)) "Noto Sans", sans-serif;
    /*--font-body-smallest-italic: italic normal normal calc(var(--font-size-smallest) * var(--adj-size-body-text, 1)) "Recursive Variable", sans-serif;*/
    --font-display-medium: normal bold normal calc(var(--font-size-medium) * var(--adj-size-body-text, 1)), "Rubik Distressed", cursive;
    --font-button: normal normal calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "Roboto Condensed", sans-serif;
    --font-button-small: normal normal calc(var(--font-size-smaller) * var(--adj-size-body-text, 1)) "Roboto Condensed", sans-serif;
    --font-button-bold: normal bold calc(var(--font-size-small) * var(--adj-size-body-text, 1)) "Roboto Condensed", sans-serif;
    --font-small-sans-fancy: normal normal calc(calc(var(--font-size-smallest) * 0.8) * var(--adj-size-body-text, 1)) "exo_2regular_condensed", sans-serif;
    --font-small-bold-sans-fancy: normal bold calc(calc(var(--font-size-smallest) * 0.8) * var(--adj-size-body-text, 1)) "exo_2regular_condensed", sans-serif;
    /********************************************************************************/
    /*margins*/
    --margin-page-level: 0 calc(5vw * var(--adj-width-generic)) 0 calc(5vw * var(--adj-width-generic));
    --margin-level-02-tb: var(--spc-vert-level-02, 5vh) 0 var(--spc-vert-level-02, 5vh) 0;
    --margin-level-03-tb: var(--spc-vert-level-03, 3vh) 0 var(--spc-vert-level-03, 3vh) 0;
    --margin-level-03-lr: var(--spc-horiz-level-03, 3vw) 0 var(--spc-horiz-level-03, 3vw) 0;
    --margin-level-04-lr: var(--spc-horiz-level-04, 3vw) 0 var(--spc-horiz-level-04, 3vw) 0;
    --margin-level-05-lr: var(--spc-horiz-level-05, 3vw) 0 var(--spc-horiz-level-05, 3vw) 0;
    --margin-auto-left-right: 0 var(--width-margin-page-left) 0 auto;
    --margin-auto-top-bottom: auto 0 auto 0;
    --margin-img: var(--width-small) var(--width-small) var(--width-small) 0;
    --margin-top-footer-button: calc(2vh * var(--adj-height-generic, 1));
    --margin-header-bottom: calc(2vh * var(--adj-height-generic, 1));
    --margin-bottom-list-gso: calc(4vh * var(--adj-height-generic, 1));
    --margin-bottom-list: calc(2.5vh * var(--adj-height-generic, 1));
    --margin-nav-size: calc(1vw * var(--adj-height-generic, 1));
    --margin-nav-item: var(--margin-nav-size) var(--margin-nav-size) var(--margin-nav-size) var(--margin-nav-size);
    --margin-page-margin-width: var(--width-margin-page-left) var(--width-margin-page-left) var(--width-margin-page-left) var(--width-margin-page-left);
    --margin-bottom-bigger: calc(3vh * var(--adj-height-generic, 1));
    /*borders*/
    --border-thin-color-light: 0.5vw solid var(--color-light);
    --border-thinner-color-light: 0.25vw solid var(--color-light);
    --border-thinner-color-dark: 0.25vw solid var(--color-dark);
    --border-thinnest-color-dark-dotted: 0.125vw dotted var(--color-dark);
    --border-narrow: 0.2vw solid var(--color-dark);
    --border-photo: 0.4vw double var(--color-darkest);
    --border-photo-wide: 0.8vw double var(--color-darkest);
    --border-table: 0.5vh double var(--color-dark);
    --border-bottom-table: 0.5vh double var(--color-darker);
    --border-table-head: 0.15vw solid var(--color-darkest);
    --border-light: 0.2vw solid #b2c4b2;
    --border-thick-dark: 0.8vw solid var(--color-dark);
    --border-med-dark: 0.8vw solid var(--color-dark);
    /*padding*/
    /*colors*/
    --color-bright: rgb(204,255,255);
    --color-warm: rgb(253, 234, 178);
    --color-warm-strong: rgb(233, 176, 0);
    --color-lightest: white;
    --color-light: lightblue;
    --color-neutral-light: lightgray;
    --color-neutral: gray;
    --color-neutral-dark: rgb(118,118,118);
    --color-neutral-darker: rgb(74,84,91);
    --color-neutral-darkest: rgb(66,75,81);
    --color-dark: rgb(4,123,149);
    --color-dark-half-faded: var(--color-dark);
    --color-dark-faded: rgb(146, 127, 108);
    --color-dark-dbl-faded: rgb(178, 165, 152);
    --color-darker: rgb(2,86,104);
    --color-green: rgb(67,181,146);
    --color-contrast-bright: red;
    --color-darkest: rgb(65, 40, 8);
    --color-alarm: red;
    --color-whatsapp: rgb(36, 212, 100);
    --color-whatsapp-light: rgb(167,237,193);
    --color-help-bgd-light: rgb(254,238,235);
    --color-hyperlink-blue: rgb(0,0,238);
    --color-hyperlink-blue-rvo: rgb(204,204,251);
    /*--color-img-cat-lblue: rgb(131, 204, 227);*/
    /*--color-img-cat-lblue: rgb(217,241,251);*/
    --color-img-cat-lblue: rgb(166,222,246);
    /*--color-img-cat-dblue: rgb(2, 87, 154);*/
    /*--color-img-cat-dblue: #05416a;*/
    --color-img-cat-dblue: #06214d;
    /*background*/
    --background-image-url-address-default: var(--img-grey-waves);
    --background-color-footer: var(--color-dark);
    /*flex shorthand*/
    --flex-two-items: 1 1;
    /*flex-box*/
    --flex-flow-row-nowrap: row nowrap;
    --flex-flow-row-wrap: row wrap;
    --flex-flow-column-wrap: column wrap;
    --flex-flow-column-nowrap: column nowrap;
    --grid-template-columns-button-strip: 1fr 1fr 1.47fr 0.65fr 0.7fr;
    /*images*/
    --img-gosafer-logo: url(~/resources/logo11-nobackground-obj-to-path.svg);
    /*--img-communitygroup: url(/graphics/teapot.png);*/
    --img-watch: url(/graphics/avcamera.png);
    --img-read: url(/graphics/book.png);
    --img-listen: url(/graphics/headphones.png);
    --img-links: url(/graphics/links.png);
    --img-instalogo: url(/images/glyph-logo_May2016.png);
    --img-twitterlogo: url(/images/Twitter_Logo_WhiteOnBlue.png);
    --img-kitten-using-smartphone: url(/images/kitten1.jpg);
    /*--img-anxiety: url(/images/Anxiety.svg);*/
    --img-anxiety: url(/images/Anxiety_Portrait_Crop.svg);
    --img-schools: url(/images/schoolblueprint-flip.svg);
    /*--img-volunteers: url("/images/Cat and Kitten 1873 x 927.svg");*/
    --img-volunteers: url("/images/Cat and Kitten Background Image.svg");
    --img-ucl: url("/images/Base Camp and Mountain Peak Cropped .png");
    /*list-style*/
    --list-style-inside-square: none inside square;
    --list-style-outside-square: none outside square;
    --list-style-square: square outside none;
    --list-style-inside-none: none inside none;
    --list-style-inside: inside;
    --list-style-outside-none: none outside none;
    --list-style-arrow: ">" outside none;
    --list-style-em-dash: "\2014" inside none;
    /*css-grid*/
    --grid-template-columns-cap-sub-cap-2btn: 10fr 1fr 1fr 1fr;
    /*miscellaneous*/
    --letter-spacing-tight: -0.05em;
    --letter-spacing-tighter: -0.09em;
    --letter-spacing-tightest: -0.14em;
    /*SPECIFIC STYLING*/
    --hdr-panel-padding: var(--width-4x-small);
    /*ASSIGNMENTS*/
    font: var(--font-body);
    font-weight: normal;
    font: var(--font-body);
    background-image: var(--img-bg-blurred);
    background-size: cover;
}

* {
    box-sizing: border-box;
}

/*Attribute*/

/*ID*/
#id-bpgs-title-capn {
    color: var(--color-dark-faded);
}

.dropdown-title {
    background-color: var(--color-warm-strong);
}

#ident-meta-select-top {
    margin-top: calc(var(--height-med) * 1.2);
}

#id-contact-us-whatsapp {
    margin-left: 0px;
}

#id-signed-in {
    background-color: var(--color-stark);
    color: var(--color-bright);
}

#idn-helpme, #idn-helpme-sub {
    color: var(--color-alarm);
    /*    text-decoration: underline;*/
    display: inline-block;
    border: var(--border-thinner-color-dark);
    border-radius: 0.75vw;
    cursor: pointer;
}

#id-dd-home > a, #id-dd-whatnew > a, #id-dd-websites > a, #id-dd-helplines > a, #id-dd-lang > a {
    color: var(--color-strong);
}

#id-topic-h1 {
    margin-bottom: var(--height-small);
}

#id-pg-title-rout-contrast {
    display: inline-block;
    width: fit-content;
    text-align: left;
    background-color: var(--color-dark);
    /*margin-top: var(--margin-page-level);*/
    padding: calc(var(--width-small)* 0.1);
    font: var(--font-level-01-fancy);
    color: var(--color-lightest);
}

#id-ucl-title, #id-gratias {
    /*margin-left: var(--width-margin-page-left);*/
    margin-left: var(--prt-auto-lnd-pgmarg);
    margin-right: var(--prt-auto-lnd-0);
}

#id-topic-h1[data-tree-name="PRO"] {
    color: var(--color-warm);
    margin-left: var(--margin-page-level);
    margin-right: var(--margin-page-level);
    background-color: var(--topics-h1-bg-color);
    color: white;
    padding-top: var(--height-small);
    padding-bottom: var(--height-small);
}

#id-topic-sel-wrapper {
    margin-left: var(--width-margin-page-left);
    margin-right: var(--width-margin-page-right);
    width: auto;
    border-top: var(--border-thinnest-color-dark-dotted);
    padding-top: var(--height-small);
    padding-bottom: var(--height-small);
    display: flex;
    justify-content: space-between;
}

#id-topic-sel {
    float: left;
    width: calc(var(--width-big) * 5);
    font: var(--font-body-sans-italic);
    display: flex;
    flex-wrap: wrap;
    align-content: center;    
}

#id-btn-topic-sel-copy {
    /*float: right;*/
    width: calc(var(--width-small) * 2.5);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    /*font: var(--font-body-sans-bold);*/
    /*font: var(--font-level-02-bold);*/
    font: var(--font-level-03-bold);
    padding: calc(var(--width-small) * 0.1);
    border: var(--border-thin-color-dark);
}

#id-hdr-grid-wrapper {
    /*display: flex;*/
    display: none;
    width: var(--width-container-three-quarters);
    padding-top: var(--height-6x-small);
    padding-bottom: var(--height-6x-small);
    margin-left: 0;
    justify-content: space-between;
}

#id-topic-article {
    background-color: var(--id-topic-article-bg-color);
}

#id-hdr-img-logo, #id-gso-hdr-imglogo {
    /*grid-column: col/span 3;
    grid-row: row;*/
    margin-left: var(--margin-page-level);
    /*max-width: calc(var(--width-largest) * 1.535);*/
    max-width: calc(var(--width-largest) * 1.55);
    /*font-family: exo_2bold_condensed;*/
}

#id-hdr-srch-btn {
    max-height: calc(var(--height-med) * 1.2);
}

#id-hdr-search-form {
    grid-column: col/span 3;
    grid-row: 2;
    display: none;
}

#id-hdr-search-box {
    max-width: calc(var(--width-largest) * 1.535);
}

#iden-test-phrase:after {
    content: "Prime Minister Rishi Sulak";
}

#id-bad-css-cache {
    grid-column: col 1/span 3;
    grid-row: 4;
    display: none;
}

#id-topics-body {
    background-color: var(--color-bright-faded);
}

#id-bookmark-label {
    display: block;
    min-width: var(--width-big-button);
}

#id-bad-css-cache, #id-bad-css-cache-panel {
        display: none;
}

#id-bad-css-cache-panel > ul > li {
    color: var(--color-lightest);
    display: inherit;
}

#id-navbar-nav {
    display: none;
}

#ident-headline-list {
    width: 100%;
    margin-top: 0px; 
    background-color: var(--hdl-bgcolor);
    list-style: var(--list-style-outside-none);
}

#id-tip {
    display: none;
    background-color: white;
    border: 2px solid black;
}

#ident-avoid-unhappy, #ident-play, #ident-find-sites, #ident-whatnew, #ident-search, #ident-deepdive {
    text-decoration: underline;
}

#ident-comp-science-grad, #ident-mum, #ident-london-stairs, #ident-our-audience {
    text-align: center;
    height: calc(var(--height-largest) * 3);
}

#ident-our-audience, #ident-listening-train, #ident-signposts {
    text-align: center;
    height: calc(var(--height-largest) * 4.5);
}

#ident-listening-train {
    opacity: 0.5;
}

#ident-signposts {
    filter: blur(0.12rem);
    opacity: 0.5
}

#ident-london-stairs {
    float: right;
}

#ident-headline-list {
    min-height: var(--height-larger);
}

#id-outcome-points-list {
    margin-top: var(--height-small);
}

#id-teenage-smartphoner {
    float: left;
    margin-top: calc(var(--width-small) * 0.25);
    margin-right: calc(var(--width-small) * 0.25);
    margin-bottom: calc(var(--width-small) * 0.25);
    width: 30vw;
}

#id-tech-problem-wrap {
    clear: both;
}

#id-tech-risks {
    display: block;
/*    margin-top: var(--height-small);*/
    max-width: calc(var(--width-big) * 4);
    float: left;
}

#id-computer-interior {
    float: right;
    margin-top: calc(var(--width-small) * 0.25);
    margin-left: calc(var(--width-small) * 0.25);
    width: 30vw;
}

#where-is-good-info {
    clear: both;
}

#id-multi-signs {
    float: left;
    clear: both;
    margin-top: calc(var(--width-small) * 0.25);
    margin-right: calc(var(--width-small) * 0.25);
    margin-bottom: calc(var(--width-small) * 0.25);
    width: 40vw;
}

#ident-qrcode {
    margin-top: var(--height-small);
    margin-bottom: calc(var(--height-small) * 4);
    min-width: var(--width-big);
}

#id-survey-form label {
    font: var(--font-level-02-bold);
    line-height: 2em;
    /*width: var(--width-med);*/
}

#id-survey-form input {
    width: var(--height-small);
    height: var(--height-small);
}

#id-survey-form .fm-btn-sub {
    height: var(--height-med);
    font: var(--font-level-02-bold);
}

#id-hamburger-menu {
    display: inline-block;
    font: var(--font-display-h1);
    line-height: 0.75em;
    /*padding: calc(var(--height-small)/2);*/
    padding-bottom: 0;
    border: none;
    border-color: blue;
    height: var(--height-large);
}

#iden-article-anxiety {
    padding: 0px;
    margin-bottom: 0px;
    background-image: var(--img-anxiety);
    background-color: whitesmoke; /* Used if the image is unavailable */
    height: 100vw;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container*/
    overflow: hidden;
    height: 1%;
}

#id-whatsapp-flex-col {
    width: 95vw;
    margin-top: var(--height-med);
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-whatsapp);
    padding: var(--height-small);
}

#id-click-chat, #id-click-chat-article  {
    background-color: var(--color-whatsapp);
}

#id-click-chat-h1 {
    width: calc(var(--width-big) * 10);
    margin-bottom: var(--height-small);
}

#ident-coll-menu-lnk.client-side-lnk {
    color: var(--color-lnk-faded);
    text-decoration: underline;
}

#id-hdr-panel-help-why-meta {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--width-4x-small);
    align-items: center;
    justify-content: space-between;
    width: var(--width-container-three-quarters);
}

#id-help-panel {
    display: none;
    padding: var(--width-4x-small);
    color: var(--why-pnl-color);
    font-weight: 600;
    background-color: var(--help-pnl-bgcolor);
    overflow-wrap: break-word;
}

#id-why-panel {
    display: none;
    padding: var(--width-4x-small);
    color: var(--why-pnl-color);
    font-weight: 600;
    background-color: var(--why-pnl-bgcolor);
}

#id-hdr-panel-meta {
    display: none;
}

#email-address {
    display: block;
    padding-right: var(--width-small);
}


/*ID ENDS*/
/*VIEW*/
.ul-topic {
    list-style-type: none;
}

figure.highlight {
    /*margin-left: var(--width-margin-page-left);*/
    margin-left: var(--prt-auto-lnd-pgmarg);
    margin-right: var(--prt-auto-lnd-0);
    /*background-color: var(--color-dark-faded);*/
    border-style: solid;
    border: var(--border-thinner-color-dark);
    padding-top: var(--height-small);
    padding-bottom: var(--height-small);
    width: calc(var(--width-large) * 3.3 + calc(var(--width-margin-page-left) * 2.5));
    z-index: 0;
}

figure.no-border {
    border: none;
}

figcaption.highlight {
    margin-left: var(--width-margin-page-left);
    margin-top: calc(var(--height-med) * -0.75);
    width: calc(var(--width-large) * 3.3);
    text-align: center;
    border: var(--border-thinnest-color-dark-dotted);
    font: var(--font-level-03-bold);
    color: var(--color-lightest);
    /*background-color: var(--color-dark-faded);*/
    background-color: var(--color-neutral-dark);
}

.li-topic {
    margin-bottom: var(--height-small);
}

.li-topic-tog-targ {
    font-weight: 900;
    color: var(--color-corp-strong);
    width: calc(var(--width-large) * 5);
    height: calc(var(--height-large) * 2);
    /*background-image: linear-gradient(to right, var(--color-corp-weak), transparent, var(--color-corp-weak), transparent);*/
    /*background-image: radial-gradient(circle, transparent, var(--color-corp-weak));*/
    /*background-image: linear-gradient(to right, var(--color-corp-weak), transparent, var(--color-corp-weak), transparent);*/
    background: transparent;
}

.input-wrapper {
    margin-left: var(--width-med);
    margin-right: var(--width-med);
}

[data-level="2"] {
    margin-left: calc(var(--width-small) * 0.3);
}

[data-level="3"] {
    margin-left: calc(var(--width-small) * 0.6);
}

.alarm {
    font-weight: bold;
    color: var(--color-alarm);
}

.client-side-lnk {
    text-decoration: underline;
}

.client-side-lnk-rvs {
    padding-left: calc(var(--width-small) * 0.15);
    padding-right: calc(var(--width-small) * 0.15);
    background-color: var(--color-stark-reverse);
    color: var(--color-stark);
}

.img-responsive {
    max-width: 100vw;
}

.img-float-left {
    float: left;
    border: var(--border-thin-color-light);
    margin-right: var(--width-1x-small);
}

.img-float-right {
    float: right;
    border: var(--border-thin-color-light);
    margin-left: var(--width-1x-small);
}

.img-central {
    padding-top: 0.5em;
    width: 50%;
    padding-bottom: 0.5em;
}

.img-small {
    height: calc(var(--height-small) * 10);
}

.img-cell {
    display: inline-block;
    /*text-align: right;
    padding-left: 10%;*/
    max-width: var(--width-small);
    margin-top: calc(var(--height-small) * 0.5);
    margin-bottom: calc(var(--height-small) * 0.5);
    /*width: 45%;*/
}

.speech-small {
    height: calc(var(--height-small) * 10);
}

.ftr-pg-title{
    margin-bottom: var(--height-small);
}

.headline {
    display: none;
    /*font: var(--font-level-03);*/
    font: var(--font-level-035);
    color: var(--hdl-color);
    padding-top: var(--width-5x-small);
    padding-left: calc(var(--width-1x-small) * 0.25);
    padding-right: calc(var(--width-1x-small) * 0.25);
    text-align: left;
    min-height: calc(var(--height-med-larger) * 2);
}

.speech-bubble {
    position: relative;
    margin: calc(var(--width-small) * 0.1);
    background-color: white;
    padding: 1em;
    border-radius: .4em;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-top-color: white;
    border-bottom: 0;
    border-left: 0;
    margin-left: -11px;
    margin-bottom: -22px;
}

.bubble {
    position: relative;
    /*font-family: sans-serif;*/
    /*    font-size: 18px;*/
    /*    line-height: 24px;*/
    /*test changes*/     
    /*font: var(--font-quotation);*/
    font: var(--font-body-bold);
    max-width: 200px;
    background: #fff;
    border-radius: 40px;
    padding: 16px;
    text-align: center;
    color: #000;
}

.bubble-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 24px solid #fff;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 20px solid transparent;
    left: 32px;
    bottom: -24px;
}

.list-right-align {
    text-align: right;
}

/*GENERIC*/
.full-width {
    max-width: 90vw;
}

.no-margin {
    margin: 0px;
}

.hidden {
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.bold-color {
    color: var(--color-corp-strong);
}

.italic {
    font-style: italic;
}

.italicoff{
    display: inline;
    font-style: normal;
}

.red {
    color: red;
}
.green {
    color: green;
}
.orange {
    color: orange;
}
.blue {
    color: blue;
}

.brown {
    color: brown;
}
.purple {
    color: purple;
}

.inherit-colors {
    background-color: inherit;
    color: inherit;
}

.rout {
    /*background-color: var(--color-dark-dbl-faded);*/
    background-color: var(--topics-msg-bg-color);
    color: var(--color-lightest);
}

.revout-lightest {
    color: var(--color-lightest);
}

.italic-faded {
    font-style: italic;
    opacity: 0.3;
}

.text-left-aligned {
    text-align: left;
}

.text-centred {
    text-align: center;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.spc-above {
    margin-top: 1em;
}

.spc-below {
    margin-bottom: 1em;
}

.no-lh-margin {
    margin-left: 0px !important;
}

.transparent-bgd {
    background-color: transparent;
}

.rev-out {
    color: var(--color-bright-faded);
}

.rev-out-lightest {
    color: var(--color-lightest);
}

.rev-out-lightest-lnk {
    text-decoration: none;
    color: var(--color-lightest);
}

.warning {
    color: var(--color-alarm);
}

.spc-above {
    margin-top: var(--height-med);
}

.spc-above-dbl {
    margin-top: var(--height-med);
}

.spc-below {
    margin-bottom: var(--height-med);
}

.underline {
    text-decoration: underline;
}

.centred {
    margin-left: auto;
    margin-right: auto;
}

.centred-text {
    text-align: center;
}

.no-border {
    border-style: none;
}

.bgd-dark-faded {
    background-color: var(--color-dark-faded);
}

.bgd-dark-dbl-faded {
    background-color: var(--color-dark-dbl-faded);
}

.clear-both {
    clear: both;
}

.clear-float-r {
    clear: both;
    float: right;
}

.float-right {
    float: right;
}

.tip {
    display: none;
    background-color: white;
    border: 2px solid black;
}

.popup {
    display: none;
    /*font: var(--font-level-05-bold);*/
    font: var(--font-level-05-normal-emph);
    color: var(--color-dark);
    /*padding-top: var(--height-small);*/
    padding-bottom: var(--height-small);
}

.togl .quote-li {
    margin-top: 0px;
    margin-bottom: 0px;
}

.quote-wrp {
    display: none;
    flex-direction: column;
    /*justify-content:*/
    color: var(--color-quote-text);
    background-color: var(--color-bg-quotation);
    padding-top: calc(var(--height-small) * 0.5);
    padding-bottom: calc(var(--height-small) * 0.5);
}

.quote {
    display: none;
    font: var(--font-quotation);
    font-weight: normal;
}

.quote.emph {
    font: var(--font-quotation);
}

.quote-attrib {
    display: none;
    font: var(--font-quotation);
    font-style: italic;
    width: calc(var(--width-small) * 3);
    margin-bottom: var(--height-small);
}

.quote-attrib.emph {
    font-weight: bold;
}

.collection-lnk-indent {
    margin-bottom: var(--height-small);
}

.sign-in {
    margin: 0;
}

.no-textdec {
    text-decoration: none;
}

.message-data {
    display: none;
}

.body-generic {
    background-color: var(--color-bright-faded);
}

.outcome-point, .outcome-point-nodata {
    margin-top: var(--height-small);
    font: var(--font-level-03-bold);
}

.outcome-point-nodata {
    color: var(--color-neutral-darker);
}

.outcome-pt-sub-list > li {
    font: var(--font-body-sans);
}

.outcome-pt-sub-list > li .outcome-sub-list-acknowledgment {
    margin-top: var(--height-small);
    font: var(--font-body-sans-italic);
    list-style: var(--list-style-inside-none);
}

.outcome-pt-sub-lnks-list {
    /*margin-left: calc(var(--width-small) * 0.20);*/
    font: var(--font-body-sans);
}

.outcome-sub-lst-itm:not(:first-of-type) {
        margin-top: var(--height-small);
}

.outcome-sub-lst-itm::first-line {
    font-weight:bold;
    font-style: italic;
}

.outcome-sub-lst-lnk {
    margin-top: calc(var(--height-small) * 0.5);
    font: var(--font-body-sans);
    margin-left: 0px;
}

.outcome-sub-list-acknowledgment {
    margin-top: var(--height-small);
    font: var(--font-body-sans-italic);
    list-style: var(--list-style-inside-none);
}

.outcome-point-facet-hdr {
    font: var(--font-level-03-bold);
}

.outcome-point-facet-hdr:not(:first-of-type) {
    margin-top: calc(var(--height-small) * 0.5);
}

.outcome-point-facet-hdr-addn {
    font: var(--font-level-03-normal-emph);
}

.outcome-point-facet-list-hdr {
    margin-top: calc(var(--height-small) * 0.25);
    font: var(--font-level-03-bold);
}

.que-group-caption {
    font: var(--font-level-03-bold);
    color: var(--color-strong);
}

html, body {
    /*height: 100%;*/
    /*background-image: var(--pg-bg-img);*/
    /*background-color: var(--pg-bgcolor);*/
    background-size: cover;
    color: var(--color-dark);
    font: var(--font-body);
}

header {
    min-width: 100vw;
}

.body-teachers {
    background-image: var(--img-schools);
    /*padding: 0px;
    margin-bottom: 0px;
    background-color: whitesmoke;*/ /* Used if the image is unavailable */
    /*height: 100vw;
    background-position: center;*/ /* Center the image */
    /*background-repeat: no-repeat;*/ /* Do not repeat the image */
    /*background-size: cover;*/ /* Resize the background image to cover the entire container*/
    /*overflow: hidden;
    height: 1%;*/
}

.body-volunteer {
    background-image: var(--img-volunteers);
    /*where image unavailable*/
    background-color: var(--color-warm-strong);
    background-attachment: fixed;
}

.body-ucl {
    background-image: var(--img-ucl);
    /*where image unavailable*/
    background-color: var(--color-warm-strong);
    background-attachment: fixed;
}



article, .article, .header-box, footer {
    padding-left: var(--width-margin-page-left);
    padding-right: var(--width-margin-page-left);
}

/*HEADER*/
h1 {
    /*margin-top: var(--height-small);*/
    margin-bottom: 0;
    font: var(--font-level-01);
    color: var(--h1-color);
}

h1.pg-title-fancy {
    margin-top: var(--height-small);
    margin-bottom: 0;
    font: var(--font-level-01-fancy);
    color: var(--h1-color);
}

h1.reversed-out, div.reversed-out {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1vh;
    /*border-color: #b2a598;*/
    border-color: #a79889;
    padding-left: var(--width-margin-page-left);
    padding-right: var(--width-margin-page-right);
    background-color: var(--color-dark-faded);
    text-align: center;
    color: var(--color-corp-weak);
}

div.reversed-out a {
    background-color: var(--color-warm);
}

.container-hx {
    margin-bottom: 0px;
    padding-top: calc(var(--height-small) * 2);
    padding-bottom: calc(var(--height-small) * 2);
    padding: var(--width-4x-small);
    background-color: var(--color-corp-strong-06opac);
}

h1.ftr-pg-title {
    /*font: var(--font-level-pg-title);*/
    font: var(--font-display-pg-title);
    color: var(--color-corp-strong);
}

h1.over-image {
    margin-top: 0px;
    margin-bottom: calc(var(--height-small) * 2);
    /*font: var(--font-display-h1);*/
    font: var(--font-level-01-bold);
    color: var(--color-corp-weak);
    /*background: transparent;*/
    /*text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;*/
}

h1.topic-head-bold {
    font-weight: bold;
    color: var(--color-corp-strong);
}

h2.over-image {
    margin-top: 0px;
    /*margin-bottom: calc(var(--height-small) * 2);*/
    font: var(--font-level-04);
    color: var(--color-corp-weak);
    /*background: transparent;*/
    /*text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;*/
}

h2.weak {
    padding: calc(var(--width-small) * 0.1);
    color: var(--color-corp-weak);
    background-color: var(--color-blueprint-dark);
    width: fit-content;
}

h2.weak-background {
    margin-left: var(--width-small);
    width: var(--width-largest);
    background-color: var(--color-corp-weak);
    border: var(--border-thin-color-dark);
    border-color: var(--color-corp-strong);
}

h4.over-image {
    /*margin-bottom: calc(var(--height-small) * 2);*/
    margin-top: calc(var(--height-small) * 2);
    font: var(--font-level-04-emph);
    color: var(--color-corp-weak);
}

h1.emph {
    font: var(--font-level-01-bold);
    color: var(--h1-color);
}

h2 {
    margin-top: var(--height-small);
    font: var(--font-level-02-bold);
    color: var(--h2-color);
}

h2.gso {
    font: var(--font-header-alt);
}

/*  hard to control width of stroke, use only with big letters
    h2.outlined {
    -webkit-text-stroke: 0.05px black;
    text-stroke: 0.05px black;
}*/

h3 {
    margin-top: var(--height-smaller);
    font: var(--font-level-03-bold);
    color: var(--color-dark-faded);
}

h4 {
    margin-top: var(--height-smallest);
    margin-bottom: 0;
    font: var(--font-level-04-bold);
    color: var(--h4-color);
}

h5 {
    margin-top: var(--height-smallest);
    margin-bottom: 0;
    font: var(--font-level-05-bold);
    font-style: italic;
    color: #67818a;
}

/*PARAGRAPH P*/
p.over-image {
    margin-top: var(--width-4x-small);
    font: var(--font-level-04-emph);
    color: var(--color-corp-weak);
}

p.over-image a {
    background-color: var(--color-corp-weak-06opac);
}

p.weak {
    padding-left: calc(var(--width-small) * 0.1);
    padding-right: calc(var(--width-small) * 0.1);
    background-color: var(--color-blueprint-darker-op07);
    color: var(--color-corp-weak);
}

p.subtext {
    padding-left: calc(var(--width-small) * 0.1);
    padding-right: calc(var(--width-small) * 0.1);
}

.para-strong {
    color: var(--color-corp-strong);
    background-color: var(--color-corp-weak);
}

.para-strong::before {
    opacity: 0.5;
}

/*FORM*/
.multiline-port-land {
    width: 90vw;
    margin-top: var(--height-small);
    /*margin-bottom: var(--height-small);*//*margin-bottom: var(--height-small);*/
    background-color: var(--color-neutral-light);
    border-style: dashed;
    border-color: var(--color-darkest);
    border-width: 0.15vw;
    border-radius: 0.5vw;
    font: var(--font-cond-display-h4)
}

input.resp-checkbox[type="checkbox"] {
    /* Double-sized Checkboxes */
    -moz-transform: scale(4); /* FF */
    -webkit-transform: scale(4); /* Safari and Chrome */
    -o-transform: scale(4); /* Opera */
    transform: scale(4);
    margin-top: 10vw;
    margin-left: 10vw;
    margin-right: 5vw;
    margin-bottom: 2vw;
    width: var(--width-small-ctl);
}

.highlight-caption {
    margin-top: var(--height-small);
    font: var(--font-cond-display-captn);
    background-color: var(--color-warm);
    border-style: none;
}

::placeholder {
    color: var(--color-neutral-darker);
}

label.click-chat-label {
    font: var(--font-cond-display-h3);
}

.fm-contact-lbl:first-of-type {
    margin-top: var(--height-small);
}

.fm-contact-lbl {
    margin-bottom: var(--height-small);
    height: var(--height-med);
    font: var(--font-level-03);
}

.iden-test-phrase {
    height: var(--height-med);
    font: var(--font-level-03);
}

.fm-contact-txt {
    margin-bottom: var(--height-small);
    height: var(--height-med);
    font: var(--font-level-03);
}

.fm-btn-submissions {
    width: var(--big-width);
}
 
.fm-btn-submit {
    width: var(--big-width);
    margin-left: 0px;
    margin-top: var(--small-height);
    margin-bottom: var(--small-height);
    font: var(--font-level-02-bold);
    /*background-color: var(--color-neutral);*/
    background-color: var(--color-strong);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.fm-inp-hdn {
    display: none !important;
}

.label-checkbox-wrap {
    /*margin-top: var(--height-med);*/
    margin-bottom: var(--height-med);
    width: 90vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.fm-inp-blk {
    margin-top: var(--height-small);
}

.fm-lbl {
    display: flex;
    align-items: center;
    font: var(--font-level-03);
}

.fm-chk-inp {
    margin-right: calc(var(--width-small) * 0.1);
    height: calc(var(--width-small) * 0.2);
    width: calc(var(--width-small) * 0.2);
    background-color: var(--color-weak);
    border-style: double;
    border-width: 10px;
    border-color: var(--color-darkest);
}

.fm-inp-sub {
    margin-top: var(--height-small);
    margin-bottom: var(--height-small);
    padding: calc(var(--height-small) * .5);
    border: var(--border-photo);
}

.fm-input-txt {
    max-width: calc(var(--width-big) * 6);
}

.fm-inp-select {
    max-width: calc(var(--width-big) * 4);
}

.fm-ctl-vert {
    margin-bottom: var(--height-small);
}

.fm-textarea-smlchar {
    font: var(--font-body-small);
}

.checkbox-big{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--color-darkest);
}

.select-tog-vis {
    display: none;
}

li.spc-vert-med {
    margin-bottom: 1em;
}

li.horiz {
    display: inline-block;
}

.togl > li {
    display: none;
    list-style: var(--list-style-inside-none);
    margin-top: var(--height-small);
    margin-left: var(--width-margin-page-left);
    font: var(--font-level-03);
}

ol > li {
    margin: 0px;
    list-style: var(--list-style-inside);
}

.logo {
    /*width: var(--width-container-three-quarters);*/
    height: var(--height-large);
}

.logo-third-party {
    padding-top: 0.5em;
    width: var(--width-container-half);
}

.search-box {
    margin-right: var(--width-margin-page-right);
    margin-bottom: var(--height-3x-sml);
    height: var(--height-input);
    width: var(--width-container-three-quarters);
    background-color: var(--schbox-bgcolor);
    color: var(--schbox-color);
}

.fancy-question-answer {
    font: var(--font-quotation);
    font-size: calc(1em * 1.3);
    margin-top: var(--height-small);
}

/*LIST UL*/
ul {
    margin-left: var(--width-margin-page-left);
    margin-right: var(--width-margin-page-right);
}

ul.horiz {
    list-style: none;
}

ul.outside-square {
    padding-left: var(--width-margin-page-left);
    padding-right: var(--width-margin-page-left);
    list-style: var(--list-style-outside-square);
}

ul.inside-square {
    padding-left: 1em;
    list-style: var(--list-style-inside-square);
    text-indent: -1em;
}

ul.outside-none {
    padding-left: 2em;
    list-style: var(--list-style-outside-none);
    text-indent: -1em;
}

ul.inside-none {
    list-style: var(--list-style-inside-none);
}

ul.list-nest-top {
    font: var(--font-body-fancy-bold);
}

ul.list-nest-lower {
    font: var(--font-body-sans-fancy);
}

/*LIST LI*/
li > .panel-two-buttons {
    grid-row: 2;
    grid-column: 1;
    width: var(--width-two-button-box);
    display: flex;
    flex-direction: row;
    /*flex: 1 1 1;*/
    align-items: center;
    justify-content: space-between;
}

li > .panel-three-buttons {
    width: var(--width-three-button-box);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: var(--margin-level-02-tb);
}

li.question {
    list-style: var(--list-Style-inside-none);
    /*font: var(--font-level-04-bold);*/
}

li.answer {
    list-style: var(--list-style-inside-none);
    /*font: var(--font-body-sans);*/
    margin-bottom: var(--height-med-large);
}

li.lines-med {
    line-height: 2.5;
}

li.no-bullets {
    list-style: var(--list-style-outside-none);
}

li.bullets {
    list-style: var(--list-style-inside -square);
    margin-left: var(--margin-page-level);
}

li.weak {
    color: var(--color-corp-weak);
}

.linkless-list {
    margin-bottom: var(--height-4x-small);
    list-style: var(--list-style-inside-square);
}

/*LIST OL*/
ol li {
    list-style: decimal;
    list-style-position: inside;
}

.ol-nested {
     margin-left: calc(var(--width-small) * 0.5);
}

.ol-nested > li {
    list-style-type: lower-alpha;
}

/*ANCHOR*/
a.weak {
    margin-left: calc(var(--width-small) * 0.1);
    margin-right: calc(var(--width-small) * 0.1);
    color: var(--color-corp-weak);
}

a {
    margin: 0px;
    color: var(--color-lnk);
}

a.btn {
    width: calc(var(--width-small) * 1.5);
    background-color: var(--color-strong);
    border: none;
    color: var(--color-lightest);
    padding: 1vw 2vw;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    font-style: normal;
    display: inline-block;
    /*font-size: 16px;*/
}

a.btn-volunteer-pg {
    width: calc(var(--width-large) * 3.3);
    background-color: var(--color-strong);
    border: none;
    color: white;
    padding: 1vw 2vw;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    font: var(--font-cond-display-h3);
    font-style: normal;
    display: block;
}

a.btn-volunteer-pg.tog-disp-none {
    display: none;
    background-color: var(--body-ftr-rpt-bg-color);
    border: var(--border-thin-color-dark);
    color: var(--color-strong);
    text-decoration: underline;
}

.help-link {
    text-decoration: underline;
    color: var(--colour-darkest);
}

.help-link {
    background-color: white;
    font: var(--font-button);
    /*font-weight: bold;*/
}

.hyperlink {
    text-decoration: underline;
    color: #0000EE;
}

a.home-page-section-capt {
    text-decoration: none;
}

a.level-one {
    margin-left: 2vw;
}

a.level-two {
    margin-left: calc(var(--width-smaller) + 2vw);
}

a.level-three {
    margin-left: calc((var(--width-smaller) * 2) + 2vw);
}

a.level-four {
    margin-left: calc((var(--width-smaller) * 3) + 2vw);
}

.lnk > a {
    color: var(--color-lnk);
}

.lnk {
    color: var(--color-lnk);
    font: var(--font-body-sans-fancy);
}

.headline > a {
    color: var(--color-light);
    text-decoration: underline;
}

.logo-anchor-img {
    display: none;
}

.margin-bottom-bigger {
    margin-bottom: var(--margin-bottom-bigger);
}

.whatsapp-lnk {
    margin-top: var(--height-small);
    margin-left: auto;
    margin-right: auto;
    font: var(--font-cond-display-h4);
    /*color: var(--color-darkest);*/
    background-color: var(--color-warm);
    border-style: none;
}

.level-one-link {
    display: inline;
    vertical-align: middle;
    margin-left: var(--width-small);
    padding-bottom: var(--height-small);
    font: var(--font-level-05);
}

.topic-anchor {
    margin-left: var(--width-2x-small);
}

.topic-link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.help-item > a {
    color: var(--help-item-color);
}

.footer-link:last-of-type {
    margin-bottom: var(--height-med);
}

.footer-link {
    display: list-item;
    list-style: none;
    word-break: break-word;
    margin-top: var(--height-small);
}

.insta-more-link {
    width: var(--width-small);
}

.ftrpg-h1-lnk {
    /*margin-top: var(--height-small);*/
    float: right;
    font: var(--font-level-03);
}

.body-link {
    display: list-item;
    list-style: none;
}

.body-link-nocolor {
    display: list-item;
    list-style: none;
    color: inherit;
}

.capt-lnk {
    font: var(--font-body-sans);
    font-style: italic;
    color: var(--color-lnk-capt);
}

.capt-lnk-contrast {
    font: var(--font-body-sans);
    font-style: italic;
    color: var(--color-lnk-capt-contrast);
}

.dictionary-letter-link {
    display: inline-block;
    margin-top: calc(var(--width-small) * 0.3);
    margin-right: var(--width-2x-small);
    line-height: var(--height-2x-small);
    /*font: var(--font-body-sans-bold);*/
    font: var(--font-cond-display-h2);
    font-size: larger;
}

.link-elm {
    text-decoration: underline;
}

.text-content-lnk {
    font: var(--font-body-sans-fancy);
    text-decoration: underline;
}


/*FOOTER*/
footer {
    height: auto;
    background-color: var(--color-darker);
}

.footer-list {
    width: 100%;
}

.footer-line {
    clear: both;
}

.footer-link-left {
    color: white;
    float: left;
}

.footer-link-right {
    color: white;
    float: right;
    text-align: right;
}

.sign-in {
    visibility: hidden;
}

.faux-list-front-pg {
    display: list-item;
    list-style: var(--list-style-inside-none);
    color: var(--hmpg-secap-color);
}

/*TODO: Consolidate style below into .sub-capt*/
.sub-caption {
    display: inline-block;
    width: var(--width-small);
    color: var(--color-darker);
}

.selectedOrg {
    color: var(--color-dark);
    font: var(--font-level-05-bold);
    font-style: normal;
}

/*
Topics/Embedded Toggling
*/
.L01 {
    font-weight: bold;
}

/*FLEX*/
.flex-single-col {
    margin-left: var(--prt-auto-lnd-pgmarg);
    margin-right: var(--prt-auto-lnd-0);
    margin-top: var(--width-margin-page-right);
    margin-bottom: var(--width-margin-page-right);
}

.flex-cont-horiz {
    display: flex;
    flex-direction: row;
    /*flex: 1 1 1;*/
    /*flex: 1 1 1;*/
    align-items: center;
    justify-content: space-between;
}

.flex-cont-horiz-top {
    display: flex;
    flex-direction: row;
    /*flex: 1 1 1;*/
    /*flex: 1 1 1;*/
    align-items: flex-start;
    justify-content: space-between;
}

.flex-cont-horiz-bottom {
    display: flex;
    flex-direction: row;
    /*flex: 1 1 1;*/
    /*flex: 1 1 1;*/
    align-items: flex-end;
    justify-content: space-between;
}

.flex-cont-horiz-mq {
    display: flex;
    flex-direction: row;
    /*flex: 1 1 1;*/
    align-items: center;
    justify-content: space-between;
    max-width: calc(var(--max-width-largest-mq) * 1.37);
}

.flex-cont-horiz-centred {
    display: flex;
    flex-direction: row;
    /*flex: 1 1 1;*/
    align-items: center;
    justify-content: center;
}

.flex-cont-horiz-flex-start {
    display: flex;
    flex-direction: row;
    /*flex: 1 1 1;*/
    align-items: center;
    justify-content: flex-start;
}

.flex-wrap-center-img {
    display: flex;
    flex-direction: row;
    /*flex: 1 1 1;*/
    justify-content: center;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-cont-col-wrap {
    display: flex;
    /*flex-direction: var(--flex-flow-column-wrap);*/
    flex-direction: column;
    justify-content: space-between;
}

.flex-container-row-nowrap {
    display: flex;
    margin-top: var(--width-big);
    margin-left: var(--width-bigger);
    width: var(--width-one-quarter);
    flex-direction: var(--flex-flow-row-nowrap);
    justify-content: space-between;
}

.flex-container-local {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: var(--flex-two-items);
}

.flex-cont-portland {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.tog {
    display: none;
}

input:checked + .tog {
    display: inherit;
    text-decoration: none;
}

.emp {
    display: block;
    color: var(--topic-cap-emp-color);
    margin-top: var(--height-small);
}

.category-name {
    margin-top: var(--height-small);
    list-style: var(--list-Style-inside-none);
    font: var(--font-level-04-bold);
    color: var(--color-dark-faded);
}

.category-caption {
    list-style: var(--list-Style-inside-none);
    font: var(--font-level-05-normal-emph);
    color: var(--color-dark-faded);
}

/*Help Toggle*/
.help-heading {
    color: white;
    margin-left: var(--width-4x-small);
    font: var(--font-body-bold);
}

.help-item {
    font: var(--font-body-sans);
}

.list-question {
    list-style: var(--list-style-outside-none);
}

.why-question {
    font: var(--font-body-sans-bold);
}

.list-answer {
    list-style: var(--list-style-em-dash);
}

.why-answer {
    font: var(--font-body-sans-italic);
    margin-bottom: var(--height-4x-small);
}

.why-bold {
    list-style: var(--list-style-outside-none);
    font: var(--font-body-sans-bold);
}

.NoData {
    display: none;
}

.dropdown-title {
    display: block;
    color: var(--color-darker);
    margin-top: 0px;
    margin-bottom: var(--width-5x-small);
    /*font: var(--font-button-bold);*/
    font: var(--font-level-03-emph-bold);
    color: var(--color-dark);
}

.dropdownitem {
    display: block;
    color: var(--color-darker);
    margin-bottom: var(--width-3x-small);
    font: var(--font-button-bold);
}

.dropdowncategory {
    text-decoration: none;
    color: var(--drdwn-category-color);
}

.indented-ddi {
    display: none;
    margin-left: var(--width-4x-small);
    color: var(--color-darker);
    font: var(--font-button);
}

.dropdownitem > a {
    /*text-decoration: none;*/
    color: var(--drdwn-item-color);
}

.dropdownpanel {
    display: none;
    background-color: var(--drdwn-pnl-bgcolor);
    color: var(--color-darker);
    text-align: left;
    width: var(--width-container-three-quarters);
    padding-left: var(--width-3x-small);
    padding-right: var(--width-3x-small);
    padding-top: var(--width-4x-small);
    padding-bottom: var(--height-4x-small);
}

/*FLEXBOX*/
.justify-spc-bet {
    justify-content: space-between;
}

.justify-left {
    justify-content: left;
}

.level-one {
    margin-left: var(--width-smaller);
    padding-bottom: var(--height-small);
    font: var(--font-level-05);
}

.topic-symbol {
    display: flex;
    flex-direction: row;
    justify-content: left;
    font-size: var(--font-size-medium);
}

.content-warn-panel {
    background-color: var(--color-neutral);
    color: var(--color-link-caption);
}

.level-one:hover, .level-two:hover, .level-three:hover, .level-four:hover, .level-five:hover {
    background-color: var(--color-lightest);
}

.no-children {
    opacity: 0.5;
    text-decoration: none;
}

.art-hdr-pan {
    padding-left: calc(var(--width-small) * 0.1);
    margin-bottom: calc(var(--width-small) * 0.5);
}

.dictionary-tbl {
    margin-left: auto;
    margin-right: auto;
    max-width: 99%;
}

.dict-tbl-lcol {
    font-weight: bold;
}

.topic-wrapper {
    padding-right: var(--width-margin-page-right);
    margin-bottom: var(--height-4x-small);
}

.content-warning-list th, .content-warning-list td
{
    margin-top: 0px;
    padding: 0px;
    color: red;
    background-color: rgba(255, 0, 0, 0);
}

.content-warning {
    font: var(--font-level-05-normal);
}

.warn-expl {
    color: red;
    background-color: white;
    display: none;
}

.offens-hdr, distressing-hdr, drug-use-hdr {
    opacity: 1;
}

.date-picker {
    font: var(--font-body);
}

.numeric-text-box-label {
    font: inherit;
    font-weight: bold;
}

.numeric-text-box {
    margin: var(--margin-auto-top-bottom);
    height: var(--height-small);
    width: var(--width-one-fifth);
    font: inherit;
}

.input-type-submit {
    font: inherit;
    background-color: var(--color-neutral-dark);
    padding: 1vh 1vw 1vh 1vw;
}

.display-none {
    display: none;
}

.navBarTable {
    display: grid;
}

.page-title {
    font: var(--font-level-01);
}

.pg-title-display {
    font: var(--font-display-pg-title);
    color: var(--color-darkest);
}

.page-title.weak {
    padding: calc(var(--width-small) * 0.1);
    font: var(--font-level-01-fancy);
    color: var(--color-corp-weak);
    background-color: var(--color-blueprint-dark);
}

.page-title.strong {
    color: var(--color-corp-strong);
}

.h1-display {
    font: var(--font-display-h1);
}

.font-reversed-out-faded {
    background-color: var(--color-dark-faded);
    color: var(--color-warm);
}

.bodyText, p {
    /*font: var(--font-body-sans);*/
    font: var(--font-cond-body);
    margin-bottom: 2vw;
    color: var(--color-bdy-text);
    /*line-height: calc(var(--height-small) * 2.1);*/
}

.body-text-fancy {
    font: var(--font-cond-body)
}

.body-ftr-rpt {
    background-color: var(--body-ftr-rpt-bg-color);
}

.article-ftr-rpt {
    background-color: var(--article-ftr-rpt-color);
}

.first-words {
    font-variant: small-caps;
    font-weight: bold;
}

.small-caps {
    font-variant: small-caps;
}

.ftrpg-h1-wrap {
    margin-top: var(--height-small);
}

.ftrpg-h1 {
    font: var(--font-level-01-bold);
}

.ftrpg-h2 {
    margin-bottom: var(--height-small);
}

.cont-symbol {
    background-color: var(--color-dark);
}

.capt-added {
    color: var(--topic-lnk-added-cap);
}

.label {
    font: var(--font-body-sans-bold-small);
}

.date-published {
    font: var(--font-body-small);
}

.content-disclaimer {
    margin-top: var(--height-small);
    margin-bottom: var(--height-smaller);
    font: var(--font-level-04-light);
    font-style: italic;
}

.definition {
    padding-top: 1vw;
    font-weight: lighter;
    font-style: italic
}

.emphasis {
    font-style: italic;
}

.strong {
    font-weight: bold;
}

/*.home-page-section {
    margin-top: var(--height-small);
}
*/

.home-page-section-capt, .ul-cap {
    font: var(--font-level-01);
    letter-spacing: var(--letter-spacing-tighter);
}

.sub-capt {
    display: list-item;
    list-style: var(--list-style-inside-none);
    margin-bottom: calc(var(--height-small) * 1.5);
    font: var(--font-level-02-bold);
    color: var(--hmpg-sescap-color);
    text-decoration: none;
}

.sub-capt-emoji {
    font: var(--font-cond-display-h2);
    text-decoration: none;
}

.txt-dec-ul {
    border: var(--border-thinner-color-dark);
    border-radius: 0 0.75vw 0.75vw 0;
}

/*.txt-dec-ul {
    text-decoration: underline;
}
*/

/*BUTTON*/
.btn-topic {
    /*min-width: var(--width-2x-small);*/
    display: inline-block;
    margin-left: 0px;
    width: calc(var(--width-large) * 1.5);
    height: calc(var(--height-med) * 3);
    padding-left: calc(var(--width-small) * 0.25);
    border: groove;
    font: var(--font-level-01-bold);
    color: var(--color-corp-strong);
    background-color: var(--color-corp-weak-06opac);
}

.btn-whatsapp, .btn-whatsapp-grp-leave {
    /*margin-left: var(--width-med);*/
    /*margin-right: var(--width-med);*/
    margin-left: var(--prt-auto-lnd-btnoffset);
    /*margin-right: var(--prt-auto-lnd-widthm);*/
    margin-right: var(--prt-auto-lnd-0);
    margin-top: var(--width-med);
    margin-bottom: calc(var(--width-med) * 1.7);
    width: calc(var(--width-large)* 3.3);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--width-med) * 0.8);
    font: var(--font-cond-display-h4);
    background-color: rgb(36, 212, 100);
}

.btn-whatsapp-grp-leave {
    background-color: var(--color-alarm);
    color: var(--color-lightest);
    text-decoration: none;
}

.btn-fancy-contrast {
    display: inline-block;
    width: fit-content;
    margin-top: var(--margin-page-level);
    padding: var(--margin-page-level);
    font: var(--font-level-01-fancy);
    background-color: var(--color-dark);
    color: var(--color-lightest);
    text-decoration: none;
}

.whatsapp-btn-tall {
    min-height: var(--height-med);
}

.btn-fixed-width {
    display: block;
    width: calc(var(--width-big) * 3.8);
    height: var(--height-small);
    padding: calc(var(--width-small) / 15);
    text-align: center;
    background-color: var(--color-dark);
    font: var(--font-level-02-bold);
    color: var(--color-neutral-light);
}

.button-link {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--color-lighter);
    font: var(--font-cond-display-h4);
    color: var(--color-dark);
}

.buttonLink {
    display: block;
    width: var(--width-bigger);
    background-repeat: no-repeat;
    background-size: contain;
}

.inline-button-link {
    display: inline;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--color-lighter);
    font: var(--font-body);
    color: var(--color-dark);
}

.small-button-link {
    display: inline-block;
    width: var(--width-small);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--color-lighter);
    font: var(--font-body);
    color: var(--color-neutral);
}

.buttonLink:first-of-type {
    margin-left: 5vw;
}

.buttonLink.read {
    height: calc(var(--height-pictogram-read-write, 4.5vw) * 1.2);
    background-image: var(--img-read, url(/graphics/book.png));
    transform: scaleX(-1);
}

.buttonLink.listen {
    height: var(--height-pictogram-read-write, 4.5vw);
    background-image: var(--img-listen, url(/graphics/headphones.png));
}

.buttonLink.watch {
    height: var(--height-pictogram-read-write, 4.5vw);
    background-image: var(--img-watch, url(/graphics/headphones.png));
    background-color: transparent;
}

.buttonLink.links {
    height: var(--height-pictogram-read-write, 4.5vw);
    background-image: var(--img-links, url(/graphics/links.png));
    background-color: transparent;
}

button[type="submit"] {
    /*margin-top: var(--small-height);*/
    margin-bottom: var(--small-height);
    font: var(--font-cond-body);
    color: var(--color-lightest);
    background-color: var(--color-dark);
    /*margin-left: var(--width-margin-page-left);*/
    min-width: calc(var(--med-width-ctl) * 1.9);
    /*padding-left: var(--small-height);*/
    /*padding-right: var(--small-height);*/
    padding: var(--small-height);
    /*width: calc(var(--large-width-ctl) * 2);*/
    /*height: var(--med-width-ctl);*/
    min-height: calc(var(--med-width-ctl) * 1.2);
    /*height: calc(var(--large-width-ctl) * 0.5);*/
    /*    font: var(--font-level-02-bold);*/
}

button[type="submit"] .alarm {
    color: var(--color-alarm);
}

.whatsapp-btn, .whatsapp-btn-tall {
    margin-top: var(--height-small);
    font: var(--font-cond-display-h3);
    /*color: var(--color-darkest);*/
    background-color: var(--color-warm);
    border-style: none;
}

.footerButtonStrip {
    margin-top: var(--height-med);
    min-height: var(--height-med);
    min-width: 100vw;
    padding: var(--padding-left-right-mid);
    display: flex;
    flex-flow: var(--flex-flow-row-wrap);
    align-items: center;
    justify-content: space-between;
}

.in-house-video {
    display: block;
    width: 50vw;
}

.video-small {
    display: block;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--height-small);
}


.search-box, .homeLink, .backLink, .siteMapLink {
    font: var(--font-level-05-bold);
}

.footerForm {
    grid-row: 1;
    grid-column: 3;
    display: flex;
    flex-direction: row;
}

.footerSearchBox {
    height: var(--height-text-input);
    width: 40vw;
    font: var(--font-body);
    text-align: right;
}

.searchBoxSubmitBtn {
    height: calc(var(--height-text-input) * 1.3);
    width: auto;
    background-color: var(--color-neutral-light);
    background-repeat: no-repeat;
    background-size: contain;
}

.instaLogo {
    background-image: var(--img-instalogo);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10vh;
    width: 10vh;
}

.twitterLogo {
    background-image: var(--img-twitterlogo);
    background-repeat: no-repeat;
    background-size: contain;
    width: var(--height-twitter-logo, 4vw);
    height: var(--height-twitter-logo, 4vw);
    display: flex;
    justify-content: center;
}

/*TREES AND HIERARCHIES*/
.hierarchy-level1 {
    padding-left: 2vw;
    color: white;
    background-color: var(--color-neutral);
    display: block;
    font: var(--font-level-03-bold);
}

.hierarchy-level2 {
    padding-left: 4vw;
    display: block;
    font: var(--font-level-04-bold);
}

.hierarchy-level3 {
    padding-left: 6vw;
    display: block;
}

.hierarchy-level4 {
    padding-left: 8vw;
    display: block;
}

.hierarchy-level5 {
    padding-left: 10vw;
    display: block;
}

.hierarchy-pos {
    color: var(--color-neutral);
    font-weight: lighter;
}

.delegation-not-applicable, .cannot-delegate {
    color: darkgray;
}

label.text-right {
    text-align: right;
}

/*CHARTS*/
.chart-wrapper {
    margin-top: 2vh;
    padding-left: 2vw;
    padding-right: 1vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    background-color: var(--color-neutral-light);
    /*    margin-bottom: 10vh;*/
}

.chart-bar {
    margin-right: 2vw;
    width: 5vw;
    padding-left: 1vw;
    /*vertical-align: bottom;*/
    background-color: blue;
    font: var(--font-small-sans-fancy);
    color: var(--color-lightest);
}

.chart-scalar {
    font: var(--font-body-fancy-bold);
}

.bar-subscript {
    padding-top: 1vh;
    padding-left: 1vw;
    text-align: left;
    font: var(--font-small-bold-sans-fancy);
}

/*TABLE*/
table {
    position: relative;
    margin: 0px;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

table {
    /*border-collapse: separate;*/
    margin-top: var(--height-small);
    padding: var(--width-4x-small);
}

table > capt {
    text-align: left;
    padding-left: 1%;
    font: var(--font-body);
    font-weight: bold;
    font-size: calc(var(--font-size-small-sml, 2.8vw) * var(--adj-size-font-page-capn, 1));
    color: var(--color-dark, #000061);
}

.table-rsc {
    font: var(--font-body-small);
}

.th-rsc, .td-rsc {
    font: var(--font-body-small);
}

.td-rsc-autosize {
    /*white-space: nowrap;*/
    width: fit-content;
}

col.date-col {
    max-width: calc(var(--width-small) * 0.5);
}

.date-col {
    max-width: calc(var(--width-small) * 0.5);
}

.tb-noborder {
    border: none;
    border-spacing: 0;
}

.tb-debate {
    /*background-color: var(--color-corp-weak-06opac);*/
    background-color: var(--color-corp-strong-06opac);
    table table-layout: fixed;
}

.tb-debate .argument {
    background-color: var(--color-corp-weak-07opac);
    border-bottom: 1px solid var(--color-corp-strong);
}

.tb-language th {
    font: var(--font-body-fancy-bold);
}

.tb-qa th {
    background-color: var(--color-neutral);
}

/*    th:first-child+th { width: 70%; }*/
.tbl-hd {w
    /*font: var(--font-level-03-bold);*/
    font: var(--font-body-fancy-bold);
    /*color: var(--color-reversed-out);*/
    text-align: center;
}

.tbl-hd:first-of-type {
    text-align: left;
}

.tbl-links {
    width: inherit;
/*    border-collapse: separate;*/
}

.tbl-links h2 {
    margin-top: 0px;
}

.tb-debate th {
    border-top: 1px solid var(--color-corp-weak);
    border-bottom: 1px solid var(--color-corp-weak);
    border-right: 1px solid var(--color-corp-weak);
}

.tb-debate th, .tb-debate caption {
    padding-left: var(--width-4x-small);
    padding-top: var(--width-4x-small);
    padding-bottom: var(--width-4x-small);
    font: var(--font-level-02-bold);
    color: var(--color-corp-weak);
}

.tb-debate caption {
    text-align: left;
    background-color: var(--color-corp-strong-06opac);
}

.tb-debate td {
    /*border: 1px solid var(--color-corp-weak);*/
    border: none;
}

/*TABLE TH*/
th {
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    background-color: var(--color-warm);
    /*background-color: var(--th-bgcolor);*/
    color: var(--color-dark, darkblue);
    /*padding: 1%;*/
    position: sticky;
    top: 0;
}

th:before {
    border-right: 0.2vw dotted var(--table-color-border-mid, gray);
    border-bottom: 0.2vw dotted var(--table-color-border-dark);
}

    th.question-col {
        /*width: calc(var(--small-width) * 0.5);*/
        /*background-color: var(--color-warm-overlay-strong);*/
        /*color: var(--color-dark-dbl-faded);*/
        color: var(--color-neutral-light);
    }

    th.answer-col {
        /*width: calc(var(--small-width) * 0.5);*/
        /*background-color: var(--color-warm-overlay-strong);*/
        /*color: var(--color-dark-dbl-faded);*/
        color: var(--color-neutral-light);
        width: 40%;
    }

th.two-col-lhs {
    background-color: var(--color-warm-overlay-strong);
    color: var(--color-warm);
    width: 40%;
    text-align: left;
}

th.two-col-rhs {
    background-color: var(--color-warm-overlay-strong);
    color: var(--color-warm);
    width: 40%;
    padding-left: calc(var(--width-small) * 0.25);
}

th.rotated-header {
    transform: rotate(90deg);
    white-space: nowrap;
}

th.pad-vert, td.pad-vert {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: var(--width-4x-small);
    padding-bottom: var(--width-4x-small);
}

th.col-narrow {
    max-width: var(--width-small);
}

.tbl-h2 {
    margin-top: 0px;
}

/*TABLE TR*/
.header-row {
    height: var(--height-larger);
}

.table-link-row {
    padding-bottom: var(--height-4x-small);
    padding-left: var(--width-3x-small);
}

.row-default-hidden {
    display: none;
}

/*TABLE TD*/
.td-no-border {
    border: none;
}

.td-rotated-text {
    transform: rotate(90deg);
}

tr {
    border-bottom: 0.6vw groove var(--table-color-border-light, lightgray);
}

td {
    /*font: var(--font-body-sans);*/
    font: var(--font-body-sans-fancy);
    vertical-align: top;
    /*padding-left: 0.5vw;*/
    /*padding-right: 0.5vw;*/
    text-align: left;
    border-right: 0.2vw dotted var(--table-color-border-mid, gray);
/*    border-top: 0.6vw groove var(--table-color-border-light, lightgray);
    border-bottom: 0.6vw groove var(--table-color-border-light, lightgray);*/
}

td.no-border {
    border: none;
}

td.long-text {
    word-wrap: break-word
}

td:last-of-type {
    border-right: none;
}

td .read {
    background-image: var(--img-read, url(/images/book.png));
    background-repeat: no-repeat;
    background-size: contain;
}

td .listen {
    background-image: var(--img-listen, url(/images/headphones.png));
    background-repeat: no-repeat;
    background-size: contain;
}

td .surf {
    background-image: var(--img-link, url(/images/link.png));
    background-repeat: no-repeat;
    background-size: contain;
}

td .searchResult {
    font-family: var(--font-stack-fourth-sans);
    font-size: var(--font-size-small, 3.2vw);
    color: var(--color-dark, #000061);
}

td.td-thumbnail {
    width: var(--width-small);
}

td .topicAnchor {
    font-weight: bold;
}

td .topicAnchor, td .summaryAnchor {
    text-decoration: none;
}

td.single-char-cell {
    width: var(--width-med);
}

td.thumbnail {
    width: 3.5%;
}

td.thumbnail-caption {
    padding-left: var(--width-small);
    width: 40%;
}

td, th {
    padding: var(--width-4x-small);
}

.qa-row:nth-child(odd) {
    background-color: var(--color-warm);
}

.qa-row:nth-child(even) {
    background-color: var(--color-warm-overlay);
}

.bolded {
    font-weight: bold;
}

.leftHandColumn {
    text-align: left;
    font-weight: bold;
}

.oneLetterColumn {
    width: var(--width-2x-small);
    font: var(--font-body-bold);
}

.labelColumn {
    width: var(--width-small);
}

.dateColumn {
    width: var(--width-small);
}

.titleColumn {
    width: var(--width-med-large);
}

.emoticonColumn {
    width: var(--width-2x-small);
    text-align: center;
    font: var(--font-level-05-bold);
    color: var(--color-darkest);
}

.codeColumn {
    width: var(--width-1x-small);
}

.widerCodeColumn {
    width: var(--width-medium-small);
}

.col-caption {
    width: var(--width-med);
    text-align: center;
}

.centeredColumn {
    text-align: center;
}

.textColumn {
    width: var(--width-med-large, 15vw);
}

.urlColumn {
    width: var(--width-med-large, 15vw);
}

.topicCol {
    width: var(--width-med-large, 15vw);
}

.summaryCol {
    width: var(--width-med-large, 15vw);
}

.readListenCol {
    width: var(--width-small, 5vw);
}

.date-cell {
    min-width: var(--table-column-width-min-date, 4rem);
    text-align: left;
    padding: 0.5rem;
}

.number-cell {
    min-width: var(--width-med-xxxx);
    padding: 0.5rem;
}

.integer-cell {
    width: var(--width-smallest);
    padding: 0.5rem;
}

.merged-cell {
    border-bottom: none;
    padding-bottom: unset;
}

.noShowTH, .noShowTD {
    display: none;
}

/*GRID-TABLE*/
/* (A) ON BIG SCREEN */
.grid-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: solid;
    border-color: var(--color-dark);
    border-width: 0.25vw;
    border-bottom: solid;
    border-bottom-color: var(--color-dark);
    border-bottom-width: 0.25vw;
    font: var(--font-body-sans);
}

.grid-table > .hd {
    display: block;
    font-weight: bold;
}

.grid-table > .lbl {
    display: none;
}

.grid-table > .hd, .grid-table > .cell {
    border-left-style: solid;
    border-left-color: var(--color-dark);
    border-left-width: 0.25vw;
    border-top-style: solid;
    border-top-color: var(--color-dark);
    border-top-width: 0.25vw;
    padding: 0.5vw;
}

/* (B) ON SMALL SCREEN */
/*@media screen and (max-width:768px) {
    .grid-table {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        border-right: none;
    }

    .grid-table > .hd {
        display: none;
    }

    .grid-table > .lbl {
        display: block;
        font-weight: bold;
    }

    .grid-table > .cell {
        border-top: none;
        border-left: none;
        border-bottom: solid;
        border-bottom-color: var(--color-dark);
        border-bottom-width: 0.25vw;
    }

}
*/

.insta-content {
    margin-left: var(--width-one-quarter);
    display: flex;
    width: 50vw;
    object-fit: cover;
}

.img-thumbnail {
    width: var(--width-bigger);
}

.obscured-email:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.corporate-links-panel > a {
    color: var(--ftr-lnk-color);
    display: block;
    font: var(--font-level-03);
}

.corporate-links-wrapper {
    /*margin-top: var(--height-small);*/
    clear:both;
    background-color: var(--ftr-bgcolor);
    padding-left: var(--width-margin-page-left);
    padding-right: var(--width-margin-page-left);
    min-height: calc(var(--height-large) * 20);
}

.corporate-links-left {
    float: left;
    text-align: left;
    width: var(--width-container-half);
}

.corporate-links-right {
    float: right;
    text-align: right;
    margin-right: var(--margin-page-level);
}

.insta-links-block {
    width: auto;
}

.insta-block-list li {
    list-style: var(--List-Style-outside-none);
    visibility: hidden;
}

.insta-block-list .text-link {
    color: var(--color-light);
    font: var(--font-level-03);
}

.vertical-spacer {
    height: var(--height-4x-small);
}

.thumbnail:first-of-type {
    background-color: var(--color-darker);
}

.thumbnail .img-thumbnail {
    max-width: 100%;
    height: auto;
}

/*
Top-Level Toggle
*/
.tog-lbl {
    display: block;
    margin-top: calc(var(--height-small) * 0.8);
}

.toggle-controller {
    display: none;
}

.tog-disp-none {
    display: none;
}

.tog-disp-none ul {
    margin-left: calc(var(--width-small) * 0.3);
}

.tpc {
    margin-bottom: var(--height-small);
    display: none;
    font: var(--font-level-02-bold);
    /*font: var(--font-level-02-fancy);*/
    color: var(--topic-cap-color);
}

.top.tpc{
    display: block;
}

.links-node {
    margin-bottom: var(--height-small);
    display: none;
    font: var(--font-level-03);
    color: var(--color-hyperlink-blue);
}

.lev-symbol-neutral {
    color: var(--color-neutral-light);
}

.tpc.emp {
    /*color: var(--color-neutral);*/
    color: var(--color-neutral-darker);
}

.lowr {
    font: var(--font-level-02);
    margin-left: var(--width-5x-small);
}

.toggle-controller:checked + .togl {
    display: block;
    width: 50vw;
}

.link-panelled {
    display: block;
    background-color: bisque;
    padding: var(--shortcut-padding-small-3);
    border-radius: var(--height-small-3);
}

/*SPECIFIC STYLING*/
.header-box {
    background-color: var(--hdr-bgcolor);
    padding-top: calc(var(--height-small) * 0.33);
}

.video {
    /*display: none;*/
    width: 100%;
    height: auto;
}

video::cue {
    background-image: linear-gradient(to bottom, dimgray, lightgray);
    color: papayawhip;
}

.video-figcaption {
    color: var(--color-near-white);
    font-weight: bold;
    font: var(--font-level-02-bold);
    text-align: left;
}

/*ANIMATIONS*/
.topics-msg-wrapper {
    background-color: var(--topics-msg-bg-color);
    padding-top: var(--height-small);
    padding-bottom: var(--height-small);
    min-height: calc(var(--height-large) * 2.8);
}

.fadeable-msg.default-display {
    display: block;
}

.fadeable-msg {
    padding-left: var(--width-margin-page-left);
    font: var(--font-level-02-bold);
    color: var(--fadeable-msg-color);
}

@keyframes fadeInOut{
    from {
        opacity:1;
        /*color: var(--topic-cap-color);*/
    }
    to {
        opacity: 0;
        /*color: red;*/
    }
}

.fadeInOut {
    animation-name: fadeInOut;
    animation-duration: 3.5s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
}


/*
PROJECT SCALE OF SIZES
colossal
huge
xxx-lge
xx-lge
x-lge
lge
m-lge
{none}: medium
m-sml
sml
x-sml
xx-sml
xxx-sml
tiny
*/

/*shorthand property types*/
/*
animation
background:
border
border-top border-bottom border-left border-right
column-rule
columns
flex
flex-flow
font
font-variant
grid
grid-area
list-style
margin
offset
outline
overflow
padding
place-content
place-items
place-self
text-decoration
transition

U+1F4AC speech balloon
U+1F914 thinking face
U+1F61F worried face
U+1F626 frowning face with open mouth
U+1F63A grinning cat
U+1F408 cat
    U+1F494 broken heart
U+1F4A3 bomb
U+1F44D thumbs up
U+1F44E thumbs down
U+1F91C left-facing fist
U+1F91B right-facing fist
U+1F441 eye
U+1F466 boy
U+1F467 girl
U+1F468 man student
U+200D
U+1F393
U+1F469 woman student
U+200D
U+1F393
U+1F468 man technologist
U+200D
U+1F4BB
U+1F469 woman technologist
U+200D
U+1F4BB
U+1F468 man in manual wheelchair
U+200D
U+1F9BD
U+1F469 woman in manual wheelchair
U+200D
U+1F9BD
U+1F43A wolf
U+1F984 unicorn
U+1F42D mouse face
U+1F41F fish
U+1F41C ant
U+1F9A0 microbe
U+1F9C5 onion
U+1F36A cookie
U+1F36F honey pot
U+1F30D globe showing Europe-Africa
U+1F310 globe with meridians
U+2744 snowflake
U+1F525 fire
U+1F30A water wave
U+1F3A3 fishing pole
U+1F3B2 game die
U+265F pawn
U+1F9F5 thread
U+1F9BA safety vest
U+1F4E3 megaphone
U+1F4EF postal horn
U+1F399 studio microphone
U+1F3A7 headphone
U+1F4F1 mobile phone
U+260E telephone
U+1F4BB laptop
U+1F5B1 computer mouse
U+1F50D magnifying glass tilted left
U+1F50E magnifying glass tilted right
U+1F4E7 email
U+1F512 locked
U+1F511 key
U+2699 gear
U+267F wheelchair symbol
U+26A0 warning
U+26D4 no entry
U+1F6AB prohibited
U+25B6 play button
 */
