@font-face {
    font-family: 'HeroNew';
    src:url(/fonts/HeroNew-Medium.feb5a66.woff) format("woff");
    font-weight:500;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family: 'HeroNew';
    src:url(/fonts/HeroNew-Regular.6319ebe.woff) format("woff");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family: 'HeroNew';
    src:url(/fonts/HeroNew-Bold.7419f1e.woff) format("woff");
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
* {padding: 0; margin: 0;}
*, *::after, *::before {box-sizing: border-box;}
html {font-size: 18px;}
body {font-size: 1rem; line-height: 1.6; font-family: 'HeroNew', sans-serif; overflow-y: scroll;}
img {display: block; max-width: 100%;}
a {color: black; display: inline-block; position: relative;}

a.special::after {content: ""; width: 100%; position: absolute; left: 0; bottom: 0.3rem; height: 0.4rem; background: rgba(0,0,0,0.2); transition: all 0.3s ease-in-out;}
a.special:not(.button):hover::after {bottom: 0; height: 100%; width: calc(100% + 0.5rem); margin-left: -0.25rem;}


.container {width: 100%; max-width: 70rem; margin: 0 auto; padding: 0 2rem; position: relative;}
.preheader {
    background-color: #111;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    padding: 1.05rem 0;
    font-weight: 500;
    position: relative;
    top: 0;
    z-index: 99;
}
.header {padding: 1rem 0;}
.header a {display: block;}
.header a img {height: 2.5rem;}
.header .container {display: flex; justify-content: space-between; align-items: center;}
body.login .header .container {justify-content: center;}
.header .container input,
.header .container label {display: none;}
.header .container > ul {display: flex; align-items: center; font-weight: 500; font-size: 0.9rem;}
.header .container > ul > li {list-style: none; margin-left: 3rem; padding: 1rem 0; position: relative; background: none!important;}
.header .container > ul > li > span {display: block; padding-right: 1.5rem; background: url(/img/arrowdown.svg) right 55% / auto 0.6rem no-repeat; position: relative;}
.header .container > ul > li > a {display: block; position: relative; display: inline-block;}
.header .container > ul > li > span::after, .header .container > ul > li > a::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0.6rem; background: white; transition: width 0.15s ease-in-out; z-index: -1;}
.header .container > ul > li.selected.green > span::after,
.header .container > ul > li.selected.green > a::after {background: #60FFAD;}
.header .container > ul > li.selected.blue > span::after,
.header .container > ul > li.selected.blue > a::after {background: #9bc5eb;}
.header .container > ul > li.selected.pink > span::after,
.header .container > ul > li.selected.pink > a::after {background: #fededf;}
.header .container > ul > li > ul {position: absolute; display: none; border: 3px solid black; padding: 0.5rem 0.5rem 0.7rem; z-index: 99; margin-top: 0.5rem; right: 0;}
.header .container > ul > li > ul li {list-style: none; padding: 0.5rem;}
.header .container > ul > li > a {text-decoration: none;}
.header .container > ul > li > ul a {text-decoration: none; display: block; white-space: nowrap; padding-right: 3rem;}
.header .container > ul > li:hover > ul {display: block;}


.button {display: block; position: relative; text-decoration: none; cursor: pointer; }
.button span {
    display: block;
    border: 4px solid #000;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2rem;
    padding: 0.7rem 2rem;
    outline: none;
    background-color: #fff;
    transition: background-color .15s cubic-bezier(.35,0,.35,1);
    color: black;
    text-align: center;
    position: relative;
    z-index: 2;
}
.button::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    background: #B3A1FF;
    z-index: 1;
}
.button span:active {
    top: 4px;
    left: 4px;
}
.blue .button::after {background: #fece9b;}
.button.reversed span {background: black; color: white;}
.disabled .button {pointer-events: none;}

.content h1 {line-height: 1.2; margin: 1rem 0 1rem; font-size: 2.4rem;}
.twocols {columns: 2; column-gap: 3rem;}
.twocols p {margin-bottom: 1.6em; break-inside: avoid-column; display: table;}
.twocols p:last-child {margin-bottom: 0;}
.maxwidth {max-width: 32rem; margin-top: 2.2rem;}
.blue {background: #9bc5eb;}
.pink {background: #fededf;}
.green {background: #60FFAD;}

.outerbox {display: flex;}
.box {
    padding: 0 2.8rem 3rem;
    margin-top: 2rem;
    width: 100%;
    font-size: 0.9rem;
}
.box h2 {margin-top: -1.8rem; font-size: 2.4rem; line-height: 1.2; margin-bottom: 3rem; text-align: left;}
.box h3 {font-size: 1.5rem; line-height: 1.2; margin: 4.5rem 0 0.5rem;}
.box a {font-weight: 700;}

table {border-spacing: 0; border-collapse: collapse;}
table th {text-align: left; padding-bottom: 0.25rem;}
table tr > * {padding-right: 2rem; white-space: nowrap;}
table tr.invalid {color: rgba(0,0,0,0.2);}

#breadcrumbs {margin: 0; padding: 0; font-size: 0.9rem; position: relative; margin-bottom: -0.85rem; margin-top: -0.6rem;}
#breadcrumbs li {list-style: none; padding: 0; margin: 0; display: inline-block;}
#breadcrumbs li a {text-decoration: none;}
#breadcrumbs li a::after {content: "/"; display: inline-block; margin: 0 0 0 0.3rem;}

a.rightarrow {text-decoration: none; font-weight: 700; display: inline-block; line-height: 1.8; background: url(/img/rightarrow.svg) right center / auto 100% no-repeat; padding-right: 2rem;}
a.rightarrow span {display: inline-block; position: relative; z-index: 2;}
a.rightarrow span::before {content: ""; position: absolute; bottom: 0.1rem; left: 0; width: 0%; height: 0.6rem; background: white; transition: width 0.15s ease-in-out; z-index: -1;}
a.rightarrow:hover span::before {width: 100%;}

.page .content {padding: 4rem 0 6rem;}
.page .content .maxwidth > * {margin-bottom: 1.6em;}
.page .content .maxwidth > *.label {margin-bottom: 0; font-weight: bold;}
.page .content .maxwidth > h1 {margin-bottom: 1.6rem; line-height: 1.2}
.page .content .maxwidth > h2 {margin: 4rem 0 1rem; line-height: 1.2;}
.page .content .maxwidth > ol {margin-left: 2rem;}
.page .content .maxwidth > ul {margin-left: 1rem;}
.page .content .maxwidth > ul li {padding-left: 1rem;}
.page .content .maxwidth {max-width: 39rem; margin: 0 auto;}
body.login.page .content .maxwidth {max-width: 22rem;}


.afterfooter {
    text-align: center; 
    font-size: 0.6rem;
    padding: 1.1rem 0;
}


form > div {margin: 1rem 0; position: relative;}
form > div label {display: block; margin-bottom: 0.4rem; font-weight: 700;}
form > div label + div {display: flex; margin: 0 -0.25rem;}
form p:last-child {margin: 0;}
form select, form input[type="email"], form input[type="password"] {
    width: 100%;
    margin: 0;
    border: 0.2rem solid black; 
    height: 2.4rem;
    background: white;
    font-family: 'HeroNew';
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0 2rem 0 0.75rem;
    background: white url(/img/arrowdown.svg) calc(100% - 0.5rem) center / auto 0.6rem no-repeat;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
form select::-ms-expand {
    display: none;
}
#error {color: red; position: absolute; width: 100%; margin-top: 0.38rem; display: none;}
.label.error + div a, .label.error + div, .error {color: red;}

.rejection_reason {display: none; width: 2rem; font-weight: 700; text-align: center; opacity: 0.1; color: black;}
.rejection_reason img {width: 1.15rem; margin: 0 auto; display: inline-block; vertical-align: middle; position: relative; bottom: 0.1rem;}
.rejection_reason.invalid {opacity: 1;}
.rejection_reason.valid {display: inline-block;}
tr.invalid .rejection_reason.invalid {display: inline-block;}

.graphholder {position: relative; height: 250px; margin-top: 40px; margin-bottom: 80px!important;}
.graphlegend {position: absolute; height: 100%; width: 30px;}
.graphlegend > div {position: absolute; line-height: 0.5; font-size: 14px; width: 25px; text-align: right; margin-top: -5px;}
.graphlegend > div:first-child {top: 0;}
.graphlegend > div:nth-child(2) {top: 25%;}
.graphlegend > div:nth-child(3) {top: 50%;}
.graphlegend > div:nth-child(4) {top: 75%;}
.graphlegend > div:last-child {top: 100%;}
.bargraph {width: calc(100% - 30px); margin-left: 30px; height: 100%; display: flex; align-items: flex-end;}
.gridlines {position: absolute; width: calc(100% - 30px); margin-left: 30px; height: 100%; z-index: 3; pointer-events: none;}
.gridlines > div {position: absolute; width: 100%; height: 1px; background: rgba(100,100,100,0.2);}
.gridlines > div:first-child {top: 0;}
.gridlines > div:nth-child(2) {top: 25%;}
.gridlines > div:nth-child(3) {top: 50%;}
.gridlines > div:nth-child(4) {top: 75%;}
.gridlines > div:last-child {top: 100%; background: rgba(100,100,100,0.65);}
.bargraph > div {position: relative; background: #b3a1ff; flex-grow: 1; margin-right: 1px;}
.bargraph > div > span {position: absolute; left: 50%; transform: rotate(-90deg); bottom: -57px; margin-left: -2px; transform-origin: 0% 0%; line-height: 0; font-size: 14px; width: 45px; text-align: right;}
.narrow .bargraph > div > span {display: none;}
.narrow .bargraph > div:first-child > span,
.narrow .bargraph > div:last-child > span,
.narrow .bargraph > div.quart > span {display: block!important;}


@media only screen and (max-width: 1100px) {
    #togglemenu {display: block; position: absolute; opacity: 0;}
    #togglemenu + label {display: inline-block; font-weight: 500; margin-top: 0.2rem; cursor: pointer; color: black; transition: color 0.15s ease-in-out;}
    #togglemenu + label > span {display: inline-block; margin-left: 0.35rem; width: 2rem; height: 1.05rem; vertical-align: middle; position: relative; margin-top: -0.2rem;}
    #togglemenu + label > span > span {height: 3px; width: 100%; background: black; position: absolute; transition: all 0.15s ease-in-out;}
    #togglemenu + label > span > span:nth-child(1) {top: 0%;}
    #togglemenu + label > span > span:nth-child(2) {top: 50%; transform: translateY(-50%);}
    #togglemenu + label > span > span:nth-child(3) {top: 100%; transform: translateY(-100%);}
    #togglemenu:checked + label {color: white;}
    #togglemenu:checked + label > span > span {width: 1.5rem; margin-left: 0.5rem;}
    #togglemenu:checked + label > span > span:nth-child(1) {top: 50%; transform: translateY(-50%) rotate(135deg);}
    #togglemenu:checked + label > span > span:nth-child(2) {opacity: 0; transform: rotate(180deg);}
    #togglemenu:checked + label > span > span:nth-child(3) {top: 50%; transform: translateY(-50%) rotate(225deg);}
    .header .container > ul {display: none; position: absolute; background: white; top: 3.75rem; z-index: 99; width: 100%; left: 0; padding: 0 2rem 10rem;}
    .header .container > ul > li {margin-left: 0;}
    .header .container > ul > li > span {padding: 0 1rem; background: none;}
    .header .container > ul > li.green > span::after {background: #60FFAD;}
    .header .container > ul > li.blue > span::after {background: #9bc5eb;}
    .header .container > ul > li.pink > span::after {background: #fededf;}
    .header .container > ul > li > ul {display: block; position: relative; border: 0; margin-top: 0; padding-bottom: 1.2rem;}
    .header .container #togglemenu:checked + label + ul {display: block;}
}
@media only screen and (max-width: 1000px) {
   .twocols {columns: 1;}
}
@media only screen and (max-width: 750px) {
   .afterfooter {padding-top: 0.25rem;}
}
@media only screen and (max-width: 600px) {
    .container, .header .container > ul {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}