/* Base css file. */
/* Gulp task will concatenate and process as needed as needed */
/* Third-party/vendor css */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul{list-style:none}
button,input,select,textarea{margin:0}
html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
img,embed,object,audio,video{height:auto;max-width:100%}
iframe{border:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0;text-align:left}
/* Global modules */
:root
{

	--highlight-colour: #ef007c;
	--box-background: #1d6052;
	--header-background: #ffffff;
	--border-colour: #0044AB;
	--border-width: 2px;
	--menu-text-colour: #000000;
	--text-colour: #333333;
	--title-colour: #ffffff;
	
	--blog-colour-main: #ef007c;       /* * */
	--blog-colour-secondary: #ECF3A2;
	--blog-colour-highlight: #ef007c;
	--blog-colour-hover: #ef007c;

	--activity-colour-main: #ef007c;
	--activity-colour-secondary: #FD6B60;
	--activity-colour-highlight: #b29669;
	--activity-colour-hover: #ef007c;

	--user-colour-main: #1d6052;
	--user-colour-secondary: #DEF4E1;

	--event-colour-main: #1d6052;
	--event-colour-hover: #ef007c;

	--publication-colour-main: #ef007c;
	--publication-colour-hover: #ef007c;

	--studio-colour-main: #1d6052;

	--standard-colour-main: #1d6052;

	--blogpost-left-indent: 1em;

	--freshness-bar-colour: #b5dead;
}
/*
Reference:
--breakpoint-small (min-width: 740px);
--breakpoint-medium (min-width: 930px);
--breakpoint-large (min-width: 1040px);
*/
/*=== FONT FACES ===*/
@font-face {
	font-family: 'TTNorms';
	src: url('/static/fonts/ttnorms-regular-webfont.woff2') format('woff2');
    font-display: swap;
}
@font-face {
	font-family: 'Brandon';
	src: url('/static/fonts/Brandon-Text-Web-Regular.woff2') format('woff2');
	font-display: swap;
}
/*=== FONT STACKS ===*/
:root
{
	--standard-family: 'TTNorms', arial, sans-serif;
	--mono-family: 'TTNorms', arial, sans-serif;
	--title-family: 'Brandon', arial, sans-serif;
}
/*=== TYPOGRAPHICAL SCALE - Minor third ===*/
:root {
  --step-up-4: 2.074em;
  --step-up-3: 1.728em;
  --step-up-2: 1.44em;
  --step-up-1: 1.2em;
  /* baseline: 1em */
  --step-down-1: 0.833em;
  --step-down-2: 0.694em;
  --step-down-3: 0.578em;
}
:root
{
  --scale: 1.067;
  --font-size-1: 1rem;
  --font-size--1: calc(var(--font-size-0) / var(--scale));
  --font-size-0: calc(var(--font-size-1) / var(--scale));
  --font-size-2: calc(var(--scale) * var(--font-size-1));
  --font-size-3: calc(var(--scale) * var(--font-size-2));
  --font-size-4: calc(var(--scale) * var(--font-size-3));
  --font-size-5: calc(var(--scale) * var(--font-size-4));
  --font-size-6: calc(var(--scale) * var(--font-size-5));
  --lh: 1.6;
  --step: 1.6em;
}
@media (min-width: 740px)
{
  :root
  {
    --scale: 1.250
  }
}
h1, h2, h3, h4, h5, h6
{
  font-size: 1.44em;
  font-size: var(--step-up-2);
  line-height: 1.6;
  line-height: var(--lh);
  font-weight: bold;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--standard-family);
}
html
{
  /*font-size: 1em;*/
  line-height: 1.6;
  line-height: var(--lh);
}
body
{
  font-feature-settings: "onum";
  font-variant-numeric: oldstyle-nums;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--standard-family);
  font-weight: normal;
  font-style: normal;
}
.u-wrapper {
  margin: 0 auto;
  max-width: 1640px;
}
.u-wrapper--padded {
  padding-left: 1em;
  padding-right: 1em;
}
.u-dot {
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    display: inline-block;
}
.u-dot--fresh {
  background-color: aquamarine;
}
.u-embed {
  margin: 4em 0;
}
.Blog-post .u-embed {
  padding-left: 9rem;
  padding-right: 4.5rem;
}
.Activity-content .u-embed {
  padding-left: 0;
  padding-right: 9em;
}
/*=== PAGINATION ===*/
.u-pager {
  margin: 3em 0 1em 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 0.5em;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  color: #666;
  font-size: 0.833em;
  font-size: var(--step-down-1)
}
@media (min-width: 930px) {
.u-pager {
    font-size: 1em
}
  }
.u-pager-previous {
  width: 25%;
  text-align: left;
}
.u-pager-next {
  width: 25%;
  text-align: right;
}
.u-pager-current {
  width: 35%;
  text-align: center;
}
.u-pager-link {
  color: #666;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.u-pager-link:hover, .u-pager-link:active
{
  color: black;
}
.u-pager-link--older:before {
   content: '<';
   padding-right: 0.5ch;
}
.u-pager-link--older:after
{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  background-color: #f9f9f9;
  z-index: -1;
}
.u-pager-link--older:hover:after
{
  width: 100%;
}
.u-pager-link--newer:after {
  content: '>';
  padding-left: 0.5ch;
}
.u-pager-link--newer:before
{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  background-color: #f9f9f9;
  z-index: -1;
}
.u-pager-link--newer:hover:before
{
  width: 100%;
}
/* base */
html {
  height: 100%;
  font-size: 18px;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333;
}
.Main {
  flex: 1 0 auto;
}
.Footer {
}
p {
  margin-bottom: 1em;
}
.rich-text img {
  height: auto;
}
.richtext-image {
    width: 100%; 
    height: auto;
}
.richtext-image.left {
    width: auto; 
    height: auto;
}
.richtext-image.right {
    width: auto; 
    height: auto;
    display: block;
    margin-left: auto;
}
.richtext-image.thumbnail {
    width: auto; 
    height: auto;
}
a {
    color: #333;
}
a:hover {
    color: white;
    background: #ef007c;
    background: var(--highlight-colour);
}
.responsive-object {
  position: relative;
}
.responsive-object iframe,
.responsive-object img,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Layout-general {
  display: grid;
  grid-template-columns: minmax(600px, 5fr) 3fr 2fr;
  grid-column-gap: 3em;
}
/* Page elements */
.Header {
  width: 100%;
  z-index: 1000;
  position: sticky;
  background-color: #ffffff;
  background-color: var(--header-background);
  /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
  flex: none;
}
.Header-message {
    width: 100%;
    background: black;
    color: white;
    text-align: center;
}
.Header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    /*grid-template-areas:*/
            /*"lg lg lg sr sr sr sr sr sr sr"*/
            /*"nv nv nv nv nv nv nv nv nv nv"*/
  }
.Logo {
  grid-area: lg;
  padding-right: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  padding: 0.5em 0;
  margin-right: 1.5em;
  
  max-width: 5em;
}
@media (min-width: 740px)
  {
.Logo {
      max-width: 12em;
}
  }
.Logo {
  min-width: 5em;
}
.Logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Header-search {
  grid-area: sr;
  -moz-column-span: 6;
       column-span: 6;
  display: flex;
  flex-direction: row;
  height: 2rem;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  transition: border-bottom-color 0.2s ease-in;
}
.Header-search[focus-within] {
  border-bottom-color: black;
}
.Header-search:focus-within {
  border-bottom-color: black;
}
.Header-search-input {
  flex: 1;
  height: 2rem;
  line-height: 2rem;
  background: none;
  border: none;
  border-bottom: 1px solid #999
}
@media (max-width: 374px) {
.Header-search-input {
    max-width: 9em
}
  }
.Header-search-input:focus{
    outline: none;
}
.Header-search-submit {
  height: 1.5rem;
  line-height: 1.5rem;
  background: none;
  border: none;
  color: #333333;
  color: var(--text-colour);
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  font-size: 1rem;
/*  text-transform: uppercase; */
  transition: color 0.2s ease-in;
  text-align: right;
  padding-right: 0.5em;
/*  font-size: var(--step-down-3);
  @media (--breakpoint-small) {
    font-size: var(--step-down-2);
  }*/
}
.Header-search-submit:hover, .Header-search-submit:active {
  color: black;
}
/*.Header-search {*/
/*border-bottom: 1px solid #ccc;*/
/*display: flex;*/
/*flex-direction: row;*/
/*justify-content: flex-start;*/
/*align-items: baseline;*/
/*grid-area: sr;*/
/*transition: border-bottom-color 0.2s ease-in;*/
/*}*/
/*@media (--breakpoint-medium) {*/
/*.Header-search {*/
/*margin-left: auto;*/
/*width: 8em;*/
/*}*/
/*}*/
/*@media (--breakpoint-large) {*/
/*.Header-search {*/
/*margin-left: auto;*/
/*width: 16em;*/
/*}*/
/*}*/
/*.Header-search-input-holder {*/
/*flex: 1;*/
/*width: 2em*/
/*}*/
/*@media (--breakpoint-large) {*/
/*.Header-search-input-holder {*/
/*width: auto;*/
/*padding: 15px 0;*/
/*}*/
/*}*/
/*.Header-search-input {*/
/*max-width: 6em;*/
/*appearance: none;*/
/*border: none;*/
/*box-shadow: none;*/
/*cursor: pointer;*/
/*margin: 0;*/
/*padding: 0;*/
/*color: #666;*/
/*line-height: 1;*/
/*background-color: transparent;*/
/*font-size: 1rem;*/
/*font-family: var(--mono-family);*/
/*}*/
/*.Header-search:focus-within {*/
/*border-bottom-color: black;*/
/*}*/
/*.Header-search-submit-holder {*/
/*flex: 0 1 3em;*/
/*}*/
/*.Header-search-submit {*/
/*font-family: var(--mono-family);*/
/*text-transform: uppercase;*/
/*background-color: transparent;*/
/*line-height: 0.8;*/
/*font-size: var(--step-down-2);*/
/*color: black;*/
/*border: none;*/
/*cursor: pointer;*/
/*padding: 0;*/
/*@media (--breakpoint-large) {*/
/*font-size: 1em;*/
/*}*/
/*}*/
.Header-button-holder {
  grid-area: mn;
  /*padding-left: 2em;*/
  display: flex;
  flex-direction: column;
  justify-content: center
}
@media (min-width: 1040px) {
.Header-button-holder {
    display: none
}
  }
.Header-skip {
    position: absolute;
    width: 100%;
    display: block;
    padding: 20px;
    color: #fff !important;
    background-color: #000;
    top: -80px;
    text-align: center;
    transition: top .3s ease-in-out;
    background-image: none;
    z-index: 6;
}
.Footer {
  border-top: 1px solid rgba(0,0,0,0.05);
  background-color: #f8f8f8;
  flex: none;
}
.Footer-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1em 0;
  flex-flow: row wrap;
}
.Footer-item {
    display: flex;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    flex-direction: column;
    font-size: 0.833em;
    font-size: var(--step-down-1)
}
@media (min-width: 740px) {
.Footer-item {
	font-size: 1em;
	width: 50%
}
    }
.Footer-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin-bottom: 1em;
}
.Footer-row a {
    border-radius: 50%; 
    height: 50px;
    margin-left: 1em;
    margin-right: 1em;
}
#Foam-link {
    height: auto;
    border-radius: 0;
    margin-left: 1em;
    margin-right: 1em;
}
.Footer-copyright {
  font-size: 0.833em;
  font-size: var(--step-down-1);
}
.Footer-menu {
  margin-top: 0.5em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
@media (min-width: 930px) {
.Footer-menu {
    flex-direction: row
}
  }
.Footer-menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.Footer-menu li {
  margin: 0 1em;
}
.Footer-menu li a {
  color: #666;
  text-decoration: none;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.Footer-menu li a:hover, .Footer-menu li a:active {
  border-bottom-color: #999;
  color: black;
}
.Footer-menu li.active a {
  color: black;
}
.Footer-menu li.active a:hover,
.Footer-menu li.active a:active {
  color: black;
  cursor: default;
  border-bottom-color: transparent;
}
.Footer-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 3px;
  margin-top: 1em
}
@media (min-width: 930px) {
.Footer-social {
    margin-top: 0
}
  }
.Footer-social-link {
  margin: 0 1em;
}
.Navigation
{
	grid-area: nv;
	padding: 1em 0 0 0;
	margin-left: auto; 
	margin-right: 0;
	text-align: right
}
@media (min-width: 1040px)
	{
.Navigation
{
		padding: 0
}
	}
.Navigation ul
{
  display: flex;
  flex-direction: column;
  font-family: 'TTNorms', arial, sans-serif;
  font-family: var(--mono-family);
  /*@media (--breakpoint-large) {
    font-size: 1em;
    flex-direction: row;
  }*/
}
.Navigation li
{
}
@media (min-width: 1040px) {
.Navigation-extras {
    display: none
}
  }
.Navigation a
{
  color: #333333;
  color: var(--text-colour);
  text-decoration: none;
  padding: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.Navigation a:hover
{
  background-color: #ef007c;
  background-color: var(--highlight-colour);
  color: #ffffff;
  color: var(--title-colour);
}
/*=== hamburger menu - original: https://github.com/jonsuh/hamburgers ===*/
.Hamburger
{
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.10s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.Hamburger--visible {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Hamburger:hover
{
  opacity: 0.7;
}
.Hamburger-box
{
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.Hamburger-inner
{
  display: block;
  top: 50%;
  margin-top: -2px;
}
.Hamburger-inner, .Hamburger-inner::before, .Hamburger-inner::after
{
  width: 30px;
  height: 3px;
  background-color: #333333;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.10s;
  transition-timing-function: ease;
}
.Hamburger-inner::before, .Hamburger-inner::after
{
  content: "";
  display: block;
}
.Hamburger-inner::before
{
  top: -10px;
}
.Hamburger-inner::after
{
  bottom: -10px;
}
.Hamburger--spin .Hamburger-inner
{
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.Hamburger--spin .Hamburger-inner::before
{
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.Hamburger--spin .Hamburger-inner::after
{
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.Hamburger--spin.is-active .Hamburger-inner
{
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Hamburger--spin.is-active .Hamburger-inner::before
{
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.Hamburger--spin.is-active .Hamburger-inner::after
{
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*=== JS-related ===*/
.js--expandable
{
  --expandable: true;
}
@media (min-width: 1040px)
{
  .js--expandable
  {
    --expandable: false;
  }
}
.Breadcrumb-nav {
  margin: 0 0 0.5em 0;
  line-height: 2;
  font-family: 'inconsolata', monospace;
  opacity: 0.7;
  transition: opacity 0.2s linear;
  font-size: 0.833em;
  font-size: var(--step-down-1)
}
@media (min-width: 930px) {
.Breadcrumb-nav {
    margin: 0 0 2em 0;
    font-size: 1em
}
  }
.Breadcrumb-nav:hover {
  opacity: 1;
}
.Breadcrumb-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  line-height: 1;
}
.Breadcrumb-item {
}
.Breadcrumb-link {
  color: #333;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
.Breadcrumb-item--inactive::after {
  content:'>';
  padding: 0 0.5em;
}
