@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;padding:0;margin:0}:root{--colour-primary: #0b2545;--colour-secondary: #13315c;--colour-tertiary: #c6c5b9;--colour-text: hsl(0 0% 15%);--colour-white: #fdfdfd;--colour-bg: hsl(0 0% 90%);font-family:Roboto,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100;font-size:16px}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.icon{stroke:#fff}.icon-lg{font-size:5rem}body{width:100vw;height:100vh;background:var(--colour-bg);color:var(--colour-text)}.roboto-heading{font-family:Roboto,serif;font-optical-sizing:auto;font-weight:800;font-style:normal;font-variation-settings:"wdth" 100}.h1{font-size:clamp(1.8rem,2.5vw,3rem)}.h2{font-size:clamp(1.4rem,2vw,2rem)}.h3{font-size:clamp(1rem,1.5vw,1.8rem)}.bg-colour-primary{background:var(--colour-primary)}.bg-colour-secondary{background:var(--colour-secondary)}.bg-colour-tertiary{background:var(--colour-tertiary)}.bg-colour-white{background:var(--colour-white)}.text-white{color:var(--colour-white)}.text-primary{color:var(--colour-primary)}.text-secondary{color:var(--colour-secondary)}.text-tertiary{color:var(--colour-tertiary)}.text-sm{font-size:clamp(.2rem,.5vw,.5rem)}.text-md{font-size:clamp(.9rem,1.5vw,1.5rem)}.text-lg{font-size:clamp(1.5rem,2vw,2.5rem)}.text-700{font-weight:700}a{text-decoration:none;color:var(--colour-white)}a:hover{color:var(--colour-tertiary)}.width-full{width:100%}.width-full-vw{width:100vw}.height-3{height:3rem}.height-7{height:7rem}.height-full{height:100%}.height-half{height:50%}.height-quarter{height:25%}.pad-0{padding:revert}.pad-1{padding:1rem}.pad-05{padding:.5rem}.padb-1{padding-bottom:1rem}.padb-2{padding-bottom:2rem}.rounded{border-radius:1rem}.list-style-none{list-style-type:none}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflowx-auto{overflow-x:auto}.overflowy-auto{overflow-y:auto}.gap-05{gap:.5rem}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.grid{display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-8{grid-template-columns:repeat(8,1fr)}.grid-cols-12{grid-template-columns:repeat(12,1fr)}.grid-span-1{grid-column-start:span 1}.grid-span-2{grid-column-start:span 2}.grid-span-3{grid-column-start:span 3}.grid-span-4{grid-column-start:span 4}.grid-row-span-3{grid-row-start:span 3}.grid-row-span-4{grid-row-start:span 4}.grid-center{align-content:center;justify-items:center}.grid-justify-center{justify-items:center}.grid-align-center{align-content:center}.grid-justify-end{justify-items:end}.grid-rows-3{grid-template-rows:repeat(3,1fr)}.grid-row-span-1{grid-row-start:span 1}.grid-row-span-2{grid-row-start:span 2}.flex{display:flex}.flex-center{justify-content:center;align-items:center}.flex-align-start{align-items:start}.flex-align-center{align-items:center}.flex-align-end{align-items:end}.flex-justify-center{justify-content:center}.flex-align-between{align-items:space-between}.flex-justify-between{justify-content:space-between}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.btn-hamburger{border:none;background:transparent;width:30px;display:flex;align-items:center;justify-content:center}.btn-hamburger-light{color:var(--colour-white)}.debug{bordeR:2px solid red}@media screen and (max-width: 375px){.grid-cols-2,.grid-cols-4,.grid-cols-8,.grid-cols-12{grid-template-columns:1fr}.display-sm-none{display:block}.flex-sm{display:flex}.flex-sm-col{flex-direction:column}.flex-sm-row{flex-direction:row}.flex-sm-center{justify-content:center;align-items:center}.flex-sm-between{justify-content:space-between;align-items:space-between}.grid-sm-center{align-content:center;justify-items:center}.grid-sm-align-between{justify-content:space-between}}@media screen and (min-width: 376px){.display-md-none{display:none}}@media screen and (min-width: 992px){.display-lg-none{display:none}}@media screen and (max-width: 375px){.collapse{display:none}}.icon-large{font-size:5rem}@media screen and (max-width: 375px){.icon-large{font-size:2.5rem}}.sideMenuContainer{grid-column-start:span 2;background:var(--colour-primary);color:var(--colour-white);width:250px;overflow:hidden;position:relative}.sideMenuInner{position:absolute;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 5fr 1fr;justify-content:center;gap:2rem;padding:10px 30px;height:100%}@media screen and (max-width: 375px){.sideMenuBrand{width:calc(100vw - 60px)}}.dashboardSideMenuContainer{grid-column-start:span 2;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 5fr 1fr;justify-content:center;background:var(--colour-primary);color:var(--colour-white);width:250px;padding:10px 30px}@media screen and (max-width: 375px){.dashboardSideMenuContainer{position:absolute;width:100vw;height:100vh;z-index:999999;left:-100%}.dashSideMenuOpen{left:0}}.dashboardHeaderContainer{background:var(--colour-white);height:75px;padding:10px 30px;display:grid;grid-template-columns:1fr 1fr 35px;align-content:center;justify-items:start}.card{width:100%;height:100%;max-height:fit-content;display:flex;flex-direction:column;justify-content:space-between;background-color:#fefefe;border:1px solid #f2f2f2;border-radius:14px;z-index:0;position:relative}.cardLandscape{flex-direction:row}.cardTitle{font-size:1em;padding:.3rem;font-weight:700}.cardTitle-md{font-size:2rem}.cardTitle-lg{font-size:3rem}.cardTitleDescription{font-size:.8rem;font-weight:400;color:#2f2f2f;padding:4px}.cardHeader,.cardBody,.cardFooter{display:flex;flex-direction:column;padding:.3rem}.cardImage{display:block;overflow:hidden;object-fit:cover;width:100%;height:auto;max-height:300px;z-index:-1}.cardImageSmall{height:150px}.cardImageMedium{height:250px}.cardImageLarge{height:400px}.cardBgPrimary{background-color:var(--colour-primary);color:var(--colour-white)}.cardBgSecondary{background-color:var(--colour-secondary);color:var(--colour-white)}.cardBgTertiary{background-color:var(--colour-tertiary);color:var(--colour-black)}.cardOverlay{position:absolute}.cardOverlayTopLeft{top:10px;left:10px;font-size:1.5rem;font-weight:400;color:#fff}.cardOverlayTopRight{top:10px;right:10px;font-size:1.5rem;font-weight:400;color:#fff}.cardOverlayBottomLeft{bottom:10px;left:10px;font-size:1.5rem;font-weight:400;color:#fff}.cardOverlayBottomRight{bottom:10px;right:10px;font-size:1.5rem;font-weight:400;color:#fff}.cardOverlayCenter{font-size:1.5rem;font-weight:400;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.tableContainer{overflow:auto;max-height:20rem}.table{border-collapse:collapse;border-spacing:0;width:100%;height:100%}.tableHeader{position:sticky;top:0;z-index:3;background:var(--colour-white)}.tableHeaderColumn{height:2rem;text-align:left;padding:.8rem}.tableRow:nth-child(2n){background-color:#f2f2f2}.tableColumn,.tableHeader{font-size:.9rem;padding:.8rem;border-bottom:1px solid #ddd;min-width:9rem}.tableBody .tableRow:hover{background-color:var(--colour-secondary);color:var(--colour-white)}.dashboardMainContainer{padding:1rem;background:#e6e6e6;grid-row-start:2;grid-template-rows:auto auto}.dashboardContainer{display:grid;grid-template-columns:250px,1fr;grid-template-areas:"sidebar header" "sidebar content";height:100vh;width:100vw}.dashSideBar{grid-area:sidebar}.dashHeader{grid-area:header}.dashContent{grid-area:content}@media screen and (max-width: 375px){.dashboardContainer{grid-template-columns:1fr;grid-template-areas:"sidebar header" "sidebar content"}}
