﻿@charset "UTF-8";:root,[data-theme=default]{--primary-background-colour:#f1eded;--secondary-background-colour:black;--primary-foreground-colour:black;--secondary-foreground-colour:white;--infocard-background-colour:black;--infocard-text-colour:white;--videocard-background-colour:white;--videocard-text-colour:black;--button-background-colour:#e6e6e6;--button-text-colour:black;--button-hover-colour:darkred;--button-active-colour:red;--runmatrix-normal-colour:#056fbc;--runmatrix-lighter-colour:#00d4ff;--thesource-normal-colour:#3eac30;--thesource-lighter-colour:#5afc45;--thesearch-normal-colour:#e70101;--thesearch-lighter-colour:#ff3800;--taglist-normal-colour:#e78301;--taglist-lighter-colour:#ffa405;--marketplace-normal-colour:#dcdc04;--marketplace-lighter-colour:yellow;--accordion-bgcolour:black;--accordion-fcolour:white;--accordion-hover-bgcolour:darkred;--accordion-active-bgcolour:#6b6969;--accordion-panel-bgcolour:#6b6969;--accordion-panel-fcolour:white;--status-info-colour:orange;--status-error-colour:white;--status-error-bgcolour:red;--status-success-colour:white;--status-success-bgcolour:green;--table-evenrow-bgcolour:lightgrey;--table-evenrow-colour:black;--table-oddrow-bgcolour:white;--table-oddrow-colour:black;--searchpanel-background-colour:white;--searchpanel-colour:black;--border-colour:black;}[data-theme=dark]{--primary-background-colour:black;--secondary-background-colour:#676464;--primary-foreground-colour:white;--secondary-foreground-colour:black;--infocard-background-colour:#676464;--infocard-text-colour:white;--videocard-background-colour:#676464;--videocard-text-colour:white;--button-background-colour:grey;--button-text-colour:white;--button-hover-colour:darkred;--button-active-colour:red;--runmatrix-normal-colour:#056fbc;--runmatrix-lighter-colour:#056fbc;--thesource-normal-colour:#46c836;--thesource-lighter-colour:#3eac30;--thesearch-normal-colour:#e70101;--thesearch-lighter-colour:red;--taglist-normal-colour:#e78301;--taglist-lighter-colour:#e78301;--accordion-bgcolour:#464646;--accordion-fcolour:white;--accordion-hover-bgcolour:darkred;--accordion-active-bgcolour:#6b6969;--accordion-panel-bgcolour:#6b6969;--accordion-panel-fcolour:white;--status-info-colour:orange;--status-error-colour:white;--status-error-bgcolour:red;--status-success-colour:white;--status-success-bgcolour:green;--table-evenrow-bgcolour:lightgrey;--table-evenrow-colour:black;--table-oddrow-bgcolour:white;--table-oddrow-colour:black;--searchpanel-background-colour:#6b6969;--searchpanel-colour:white;--border-colour:white;}[data-fontsize=default]{--default-font-size:16px;}[data-fontsize="size 1"]{--default-font-size:20px;}[data-fontsize="size 2"]{--default-font-size:24px;}.runmatrixH1{color:#056fbc;}.runmatrixgrid{display:grid;grid-template-areas:". start _5k _10k halfmarathon marathon ultra" "new content content content content content content" "kit content content content content content content" "train content content content content content content" "race content content content content content content" "justrun content content content content content content";margin-right:1rem;}.runmatrixgrid #btnStart{grid-area:start;}.runmatrixgrid #btn5k{grid-area:_\35k;}.runmatrixgrid #btn10k{grid-area:_\31 0k;}.runmatrixgrid #btnHalfMarathon{grid-area:halfmarathon;}.runmatrixgrid #btnMarathon{grid-area:marathon;}.runmatrixgrid #btnUltra{grid-area:ultra;}.runmatrixgrid #btnContent{grid-area:content;}.runmatrixgrid #btnNew{grid-area:new;text-align:left;}.runmatrixgrid #btnKit{grid-area:kit;text-align:left;}.runmatrixgrid #btnTrain{grid-area:train;text-align:left;}.runmatrixgrid #btnRace{grid-area:race;text-align:left;}.runmatrixgrid #btnJustRun{grid-area:justrun;text-align:left;}.ButtonNotSelected{background-color:#045996;color:#fff;}.ButtonSelected{background-color:#fff;color:#000;}.tooltip-wrapper{position:relative;display:inline-block;border-bottom:1px dotted #000;cursor:help;}.tooltip-span{visibility:hidden;position:absolute;width:auto;bottom:100%;left:50%;margin-left:-60px;background-color:#363636;color:#fff;text-align:center;padding:.5em;border-radius:6px;z-index:1;font-size:smaller;}.tooltip-span::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent;}.tooltip-wrapper:hover span{visibility:visible;}.accordion{background-color:var(--accordion-bgcolour);color:var(--accordion-fcolour);cursor:pointer;padding:1rem;width:90%;text-align:left;outline:none;}.accordion:hover{background-color:var(--accordion-hover-bgcolour);}.accordionactive:hover{background-color:var(--accordion-hover-bgcolour);}.accordion:after{content:"▽";color:var(--accordion-fcolour);font-weight:bold;font-size:1.2rem;float:right;margin-left:5px;}.accordionactive:after{content:"△";font-size:1.2rem;}.accordionpanel{padding:0 1rem;background-color:var(--accordion-panel-bgcolour);color:var(--accordion-panel-fcolour);overflow:hidden;display:none;transition:max-height .2s ease-out;width:90%;margin:auto;padding-bottom:1rem;border:1px solid var(--accordion-bgcolour);}.accordionpanel a{color:var(--accordion-panel-fcolour);}.accordionpanel li{padding-bottom:1em;}.mainBody{font-family:Verdana,Arial,sans-serif;background-color:var(--primary-background-colour);color:var(--primary-foreground-colour);font-size:var(--default-font-size);margin-left:0;margin-right:0;width:100%;min-height:100vh;transition:all 1s;}h1{font-size:1.5em;font-weight:bold;}h2{font-size:1.4em;}h3{font-size:1.2em;}section{margin-top:2em;}a{color:var(--primary-foreground-colour);text-decoration:underline;}button{border:none;padding:.5rem;margin-right:2em;margin-top:.5em;margin-bottom:1em;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;color:var(-\2d button-text-colour);background-color:var(--button-background-colour);}button:hover{background-color:var(--button-hover-colour) !important;color:#fff;cursor:pointer;}button:focus,button:active{background-color:var(--button-active-colour);}.tagbutton{float:left;background-color:#808080;color:#fff;padding:.5rem;margin-right:1rem;margin-bottom:1rem;}.valid.modified:not([type=checkbox]){outline:1px solid #26b050;}.invalid{outline:1px solid #f00;}.validation-message{color:#f00;}header{position:fixed;top:0;left:0;width:100%;height:5em;background-color:var(--secondary-background-colour);color:var(--secondary-foreground-colour);display:flex;flex-wrap:wrap;justify-content:space-between;}header .logo a{color:var(--secondary-foreground-colour);text-decoration:none;font-size:2em;font-weight:bold;padding-left:1rem;}header .tagline{padding-left:1rem;padding-bottom:.5rem;color:var(--secondary-foreground-colour);}header .topheadermenu{padding-left:2em;padding-right:2em;padding-top:.5em;padding-bottom:.5em;}header .topheadermenu a{color:var(--secondary-foreground-colour);text-decoration:none;padding-right:2em;white-space:nowrap;}footer{position:fixed;left:0;bottom:0;width:100%;background-color:var(--secondary-background-colour);color:var(--secondary-foreground-colour);text-align:center;overflow:hidden;}footer a{text-decoration:none;padding-right:2em;white-space:nowrap;}footer ul{list-style-type:none;}footer li{display:inline;padding-right:2rem;}footer .runmatrix{color:var(--runmatrix-lighter-colour);}footer .thesource{color:var(--thesource-lighter-colour);}footer .thesearch{color:var(--thesearch-lighter-colour);}footer .taglist{color:var(--taglist-lighter-colour);}footer .marketplace{color:var(--marketplace-lighter-colour);}footer .fontsizeSwitch:hover{cursor:pointer;}footer .themeSwitch:hover{cursor:pointer;}footer .footerNav{padding-top:.5em;}footer .footerSwitches{flex-grow:1;text-align:right;font-size:.8em;color:var(--secondary-foreground-colour);padding-top:.25rem;padding-bottom:.25rem;padding-right:1rem;}.mainContent{padding-top:1rem;padding-bottom:5rem;padding-left:1rem;padding-right:1rem;}.BreadcrumbTrail{padding-top:4em;padding-left:1em;padding-right:1em;}.BreadcrumbTrail a{color:var(--primary-foreground-colour);}.ArticleCard,.VideoCard,.InfoCard,.InfoCard_Marketplace,.InfoCard_Tags,.InfoCard_Search,.InfoCard_TheSource,.InfoCard_RunMatrix{border-radius:10px;padding:10px;margin:10px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.19);}.InfoCardContainer{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;}.InfoCard,.InfoCard_Marketplace,.InfoCard_Tags,.InfoCard_Search,.InfoCard_TheSource,.InfoCard_RunMatrix{width:12rem;color:var(--infocard-text-colour);background-color:var(--infocard-background-colour);}.InfoCard:hover,.InfoCard_Marketplace:hover,.InfoCard_Tags:hover,.InfoCard_Search:hover,.InfoCard_TheSource:hover,.InfoCard_RunMatrix:hover{cursor:pointer;}.InfoCard a,.InfoCard_Marketplace a,.InfoCard_Tags a,.InfoCard_Search a,.InfoCard_TheSource a,.InfoCard_RunMatrix a{color:#000;text-decoration:none;}.InfoCard_RunMatrix a{color:var(--runmatrix-lighter-colour);}.InfoCard_TheSource a{color:var(--thesource-lighter-colour);}.InfoCard_Search a{color:var(--thesearch-lighter-colour);}.InfoCard_Tags a{color:var(--taglist-lighter-colour);}.InfoCard_Marketplace a{color:var(--marketplace-lighter-colour);}.VideoCard{float:left;width:16em;min-height:22em;display:flex;flex-direction:column;justify-content:space-between;color:var(--videocard-text-colour);background-color:var(--videocard-background-colour);}.ArticleCard{float:left;width:17em;min-height:22em;display:flex;flex-direction:column;justify-content:space-between;color:var(--videocard-text-colour);background-color:var(--videocard-background-colour);}.ArticleCard a{color:var(--videocard-text-colour);}.runmatrixH1{color:var(--runmatrix-lighter-colour);background-color:#000;padding:.25em;}.thesourceH1{color:var(--thesource-lighter-colour);background-color:#000;padding:.25em;}.thesearchH1{color:var(--thesearch-lighter-colour);background-color:#000;padding:.25em;}.taglistH1{color:var(--taglist-lighter-colour);background-color:#000;padding:.25em;}.marketplaceH1{color:var(--marketplace-lighter-colour);background-color:#000;padding:.25em;}.InputLabel{display:block;padding-top:.25em;}table{border-collapse:collapse;width:100%;}th,td{text-align:left;padding:.5em;}tr:nth-child(even){background-color:var(--table-evenrow-bgcolour);color:var(--table-evenrow-colour);}tr:nth-child(odd){background-color:var(--table-oddrow-bgcolour);color:var(--table-oddrow-colour);}a[target=_blank]::after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);margin:0 3px 0 5px;}.SortArrowUp,.SortArrowDown{background-color:transparent;color:#000;}.SortArrowUp:after{content:"△";}.SortArrowDown:after{content:"▽";}.RadioToButton input[type=radio]{display:none;margin:0;}.RadioToButton input[type=radio]+label{display:inline-block;margin:2px;padding:4px 12px;background-color:var(--button-background-colour);color:var(--button-text-colour);border-color:#ddd;}.RadioToButton input[type=radio]:checked+label{background-image:none;background-color:var(--button-background-colour);color:var(--button-text-colour);}.RadioToButton input[type=radio]:hover+label{background-image:none;background-color:#8b0000;color:#fff;cursor:pointer;}#blazor-error-ui{background:#ffffe0;bottom:0;box-shadow:0 -1px 2px rgba(0,0,0,.2);display:none;left:0;padding:.6rem 1.25rem .7rem 1.25rem;position:fixed;width:100%;z-index:1000;}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem;}.loading-progress{position:relative;display:block;width:8rem;height:8rem;margin:20vh auto 1rem auto;}.loading-progress circle{fill:none;stroke:#e0e0e0;stroke-width:.6rem;transform-origin:50% 50%;transform:rotate(-90deg);}.loading-progress circle:last-child{stroke:#1b6ec2;stroke-dasharray:calc(3.141*var(--blazor-load-percentage,0%)*.8),500%;transition:stroke-dasharray .05s ease-in-out;}.loading-progress-text{position:absolute;text-align:center;font-weight:bold;inset:calc(20vh + 3.25rem) 0 auto .2rem;}.loading-progress-text:after{content:var(--blazor-load-percentage-text,"Loading");}