:root{--colorPrimary:hsl(348.6,98.2%,46.9%);--colorPrimary-light:hsl(348.6,98.2%,56.9%);--colorPrimary-dark:hsl(348.6,98.2%,36.9%);--colorSecondary:hsl(340,46.4%,46.9%);--colorSecondary-light:hsl(340,46.4%,56.9%);--colorSecondary-dark:hsl(340,46.4%,36.9%);--colorTertiary:hsl(100,46.4%,46.9%);--colorTertiary-light:hsl(100,46.4%,56.9%);--colorTertiary-dark:hsl(100,46.4%,36.9%);--colorOffBlack:hsl(0,0%,19.6%);--colorOffBlack-light:hsl(0,0%,29.6%);--colorGrey:hsl(0,0%,50.2%);--colorGrey-light:hsl(0,0%,60.2%);--colorGrey-dark:hsl(0,0%,40.2%);--colorOffWhite:hsl(60,5.3%,96.3%);--colorOffWhite-dark:hsl(60,5.3%,86.3%);--colorWhite:#ffffff;--colorBlack:#000000;--colorErrorRed:#ed000c;--colorNoError:#1fa495}.bg-primary{background-color:var(--colorPrimary)}.bg-primary.-light{background-color:var(--colorPrimary-light)}.bg-primary.-dark{background-color:var(--colorPrimary-dark)}.bg-secondary{background-color:var(--colorSecondary)}.bg-secondary.-light{background-color:var(--colorSecondary-light)}.bg-secondary.-dark{background-color:var(--colorSecondary-dark)}.bg-tertiary{background-color:var(--colorTertiary)}.bg-tertiary.-light{background-color:var(--colorTertiary-light)}.bg-tertiary.-dark{background-color:var(--colorTertiary-dark)}.bg-grey,.bgGrey{background-color:var(--colorGrey)}.bg-grey.-light{background-color:var(--colorGrey-light)}.bg-grey.-dark{background-color:var(--colorGrey-dark)}.bg-offBlack{background-color:var(--colorOffBlack)}.bg-offBlack.-light{background-color:var(--colorOffBlack-light)}.bg-offWhite{background-color:var(--colorOffWhite)}.bg-offWhite.-dark{background-color:var(--colorOffWhite-dark)}.bg-white,.bgWhite{background-color:var(--colorWhite)}.bg-black,.bgBlack{background-color:var(--colorBlack)}.txt-primary{color:var(--colorPrimary)}.txt-primary.-light{color:var(--colorPrimary-light)}.txt-primary.-dark{color:var(--colorPrimary-dark)}.txt-secondary{color:var(--colorSecondary)}.txt-secondary.-light{color:var(--colorSecondary-light)}.txt-secondary.-dark{color:var(--colorSecondary-dark)}.txt-tertiary{color:var(--colorTertiary)}.txt-tertiary.-light{color:var(--colorTertiary-light)}.txt-tertiary.-dark{color:var(--colorTertiary-dark)}.txt-grey{color:var(--colorGrey)}.txt-grey.-light{color:var(--colorGrey-light)}.txt-grey.-dark{color:var(--colorGrey-dark)}.txt-offBlack{color:var(--colorOffBlack)}.txt-offBlack.-light{color:var(--colorOffBlack-light)}.txt-offWhite{color:var(--colorOffWhite)}.txt-offWhite.-dark{color:var(--colorOffWhite-dark)}.txt-white{color:var(--colorWhite)}.txt-black{color:var(--colorBlack)}.txt-errorRed{color:var(--colorErrorRed)}.fill-primary,.fillPrimary{fill:var(--colorPrimary)}.fill-primary.-light{fill:var(--colorPrimary-light)}.fill-primary.-dark{fill:var(--colorPrimary-dark)}.fill-secondary{fill:var(--colorSecondary)}.fill-secondary.-light{fill:var(--colorSecondary-light)}.fill-secondary.-dark{fill:var(--colorSecondary-dark)}.fill-tertiary{fill:var(--colorTertiary)}.fill-tertiary.-light{fill:var(--colorTertiary-light)}.fill-tertiary.-dark{fill:var(--colorTertiary-dark)}.fill-grey,.fillGrey{fill:var(--colorGrey)}.fill-grey.-light{fill:var(--colorGrey-light)}.fill-grey.-dark,.fillDarkGrey{fill:var(--colorGrey-dark)}.fill-offBlack,.fillOffBlack{fill:var(--colorOffBlack)}.fill-offBlack.-light{fill:var(--colorOffBlack-light)}.fill-offWhite,.fillOffWhite{fill:var(--colorOffWhite)}.fill-offWhite.-dark{fill:var(--colorOffWhite-dark)}.fill-white,.fillWhite{fill:var(--colorWhite)}.fill-black,.fillBlack{fill:var(--colorBlack)}a.anchorFix{position:relative;top:-200px}a,a:visited{color:var(--colorPrimary);text-decoration:none}a:active,a:focus{outline:0}.txt-white a,.txt-white a:visited{color:var(--colorWhite);border-bottom:.0625em dotted #fff}.txt-white a:hover{border-bottom-style:solid}a.noBorder,a.noBorder:hover,a.noBorder:visited{border-bottom:none}#appBody{display:flex;flex-direction:column;justify-content:space-between;height:100vh;padding:0;transition:all .25s ease-in-out}.chartStandard{min-width:670px;min-height:500px;padding-top:2em;border-radius:16px;background-color:#fff}#completedProfileChart,#meanBaselineMoodChart{max-width:670px;margin:0 auto}.report-circle-stat-wrap{display:flex;justify-content:center}.growthArrow{width:2em;height:2em}.avgGrowthArrow{width:112px;height:118px}html .highlightable-table tr.highlightable-row:hover>td,html .highlightable-table tr.highlighted-row>td{background:var(--colorPrimary);color:#fff;cursor:pointer}.dots-loader{position:relative;width:40px;height:40px;margin:auto}.dots-loader .circle{position:absolute;width:38px;height:38px;opacity:0;transform:rotate(225deg);animation-iteration-count:infinite;animation-name:orbit;animation-duration:5.5s}.dots-loader .circle:after{content:'';position:absolute;width:5px;height:5px;border-radius:5px;background:#000}.dots-loader .circle:nth-child(2){animation-delay:240ms}.dots-loader .circle:nth-child(3){animation-delay:480ms}.dots-loader .circle:nth-child(4){animation-delay:720ms}.dots-loader .circle:nth-child(5){animation-delay:960ms}@keyframes orbit{0%{transform:rotate(225deg);opacity:1;animation-timing-function:ease-out}7%{transform:rotate(345deg);animation-timing-function:linear}30%{transform:rotate(455deg);animation-timing-function:ease-in-out}39%{transform:rotate(690deg);animation-timing-function:linear}70%{transform:rotate(815deg);opacity:1;animation-timing-function:ease-out}75%{transform:rotate(945deg);animation-timing-function:ease-out}76%{transform:rotate(945deg);opacity:0}100%{transform:rotate(945deg);opacity:0}}