﻿/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas::before,.far::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-brands::before,.fa::before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:0.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:0.0714285718em;vertical-align:0.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-0.075em}.fa-xl{font-size:1.5em;line-height:0.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0{--fa: "0"}.fa-1{--fa: "1"}.fa-2{--fa: "2"}.fa-3{--fa: "3"}.fa-4{--fa: "4"}.fa-5{--fa: "5"}.fa-6{--fa: "6"}.fa-7{--fa: "7"}.fa-8{--fa: "8"}.fa-9{--fa: "9"}.fa-fill-drip{--fa: ""}.fa-arrows-to-circle{--fa: ""}.fa-circle-chevron-right{--fa: ""}.fa-chevron-circle-right{--fa: ""}.fa-at{--fa: "@"}.fa-trash-can{--fa: ""}.fa-trash-alt{--fa: ""}.fa-text-height{--fa: ""}.fa-user-xmark{--fa: ""}.fa-user-times{--fa: ""}.fa-stethoscope{--fa: ""}.fa-message{--fa: ""}.fa-comment-alt{--fa: ""}.fa-info{--fa: ""}.fa-down-left-and-up-right-to-center{--fa: ""}.fa-compress-alt{--fa: ""}.fa-explosion{--fa: ""}.fa-file-lines{--fa: ""}.fa-file-alt{--fa: ""}.fa-file-text{--fa: ""}.fa-wave-square{--fa: ""}.fa-ring{--fa: ""}.fa-building-un{--fa: ""}.fa-dice-three{--fa: ""}.fa-calendar-days{--fa: ""}.fa-calendar-alt{--fa: ""}.fa-anchor-circle-check{--fa: ""}.fa-building-circle-arrow-right{--fa: ""}.fa-volleyball{--fa: ""}.fa-volleyball-ball{--fa: ""}.fa-arrows-up-to-line{--fa: ""}.fa-sort-down{--fa: ""}.fa-sort-desc{--fa: ""}.fa-circle-minus{--fa: ""}.fa-minus-circle{--fa: ""}.fa-door-open{--fa: ""}.fa-right-from-bracket{--fa: ""}.fa-sign-out-alt{--fa: ""}.fa-atom{--fa: ""}.fa-soap{--fa: ""}.fa-icons{--fa: ""}.fa-heart-music-camera-bolt{--fa: ""}.fa-microphone-lines-slash{--fa: ""}.fa-microphone-alt-slash{--fa: ""}.fa-bridge-circle-check{--fa: ""}.fa-pump-medical{--fa: ""}.fa-fingerprint{--fa: ""}.fa-hand-point-right{--fa: ""}.fa-magnifying-glass-location{--fa: ""}.fa-search-location{--fa: ""}.fa-forward-step{--fa: ""}.fa-step-forward{--fa: ""}.fa-face-smile-beam{--fa: ""}.fa-smile-beam{--fa: ""}.fa-flag-checkered{--fa: ""}.fa-football{--fa: ""}.fa-football-ball{--fa: ""}.fa-school-circle-exclamation{--fa: ""}.fa-crop{--fa: ""}.fa-angles-down{--fa: ""}.fa-angle-double-down{--fa: ""}.fa-users-rectangle{--fa: ""}.fa-people-roof{--fa: ""}.fa-people-line{--fa: ""}.fa-beer-mug-empty{--fa: ""}.fa-beer{--fa: ""}.fa-diagram-predecessor{--fa: ""}.fa-arrow-up-long{--fa: ""}.fa-long-arrow-up{--fa: ""}.fa-fire-flame-simple{--fa: ""}.fa-burn{--fa: ""}.fa-person{--fa: ""}.fa-male{--fa: ""}.fa-laptop{--fa: ""}.fa-file-csv{--fa: ""}.fa-menorah{--fa: ""}.fa-truck-plane{--fa: ""}.fa-record-vinyl{--fa: ""}.fa-face-grin-stars{--fa: ""}.fa-grin-stars{--fa: ""}.fa-bong{--fa: ""}.fa-spaghetti-monster-flying{--fa: ""}.fa-pastafarianism{--fa: ""}.fa-arrow-down-up-across-line{--fa: ""}.fa-spoon{--fa: ""}.fa-utensil-spoon{--fa: ""}.fa-jar-wheat{--fa: ""}.fa-envelopes-bulk{--fa: ""}.fa-mail-bulk{--fa: ""}.fa-file-circle-exclamation{--fa: ""}.fa-circle-h{--fa: ""}.fa-hospital-symbol{--fa: ""}.fa-pager{--fa: ""}.fa-address-book{--fa: ""}.fa-contact-book{--fa: ""}.fa-strikethrough{--fa: ""}.fa-k{--fa: "K"}.fa-landmark-flag{--fa: ""}.fa-pencil{--fa: ""}.fa-pencil-alt{--fa: ""}.fa-backward{--fa: ""}.fa-caret-right{--fa: ""}.fa-comments{--fa: ""}.fa-paste{--fa: ""}.fa-file-clipboard{--fa: ""}.fa-code-pull-request{--fa: ""}.fa-clipboard-list{--fa: ""}.fa-truck-ramp-box{--fa: ""}.fa-truck-loading{--fa: ""}.fa-user-check{--fa: ""}.fa-vial-virus{--fa: ""}.fa-sheet-plastic{--fa: ""}.fa-blog{--fa: ""}.fa-user-ninja{--fa: ""}.fa-person-arrow-up-from-line{--fa: ""}.fa-scroll-torah{--fa: ""}.fa-torah{--fa: ""}.fa-broom-ball{--fa: ""}.fa-quidditch{--fa: ""}.fa-quidditch-broom-ball{--fa: ""}.fa-toggle-off{--fa: ""}.fa-box-archive{--fa: ""}.fa-archive{--fa: ""}.fa-person-drowning{--fa: ""}.fa-arrow-down-9-1{--fa: ""}.fa-sort-numeric-desc{--fa: ""}.fa-sort-numeric-down-alt{--fa: ""}.fa-face-grin-tongue-squint{--fa: ""}.fa-grin-tongue-squint{--fa: ""}.fa-spray-can{--fa: ""}.fa-truck-monster{--fa: ""}.fa-w{--fa: "W"}.fa-earth-africa{--fa: ""}.fa-globe-africa{--fa: ""}.fa-rainbow{--fa: ""}.fa-circle-notch{--fa: ""}.fa-tablet-screen-button{--fa: ""}.fa-tablet-alt{--fa: ""}.fa-paw{--fa: ""}.fa-cloud{--fa: ""}.fa-trowel-bricks{--fa: ""}.fa-face-flushed{--fa: ""}.fa-flushed{--fa: ""}.fa-hospital-user{--fa: ""}.fa-tent-arrow-left-right{--fa: ""}.fa-gavel{--fa: ""}.fa-legal{--fa: ""}.fa-binoculars{--fa: ""}.fa-microphone-slash{--fa: ""}.fa-box-tissue{--fa: ""}.fa-motorcycle{--fa: ""}.fa-bell-concierge{--fa: ""}.fa-concierge-bell{--fa: ""}.fa-pen-ruler{--fa: ""}.fa-pencil-ruler{--fa: ""}.fa-people-arrows{--fa: ""}.fa-people-arrows-left-right{--fa: ""}.fa-mars-and-venus-burst{--fa: ""}.fa-square-caret-right{--fa: ""}.fa-caret-square-right{--fa: ""}.fa-scissors{--fa: ""}.fa-cut{--fa: ""}.fa-sun-plant-wilt{--fa: ""}.fa-toilets-portable{--fa: ""}.fa-hockey-puck{--fa: ""}.fa-table{--fa: ""}.fa-magnifying-glass-arrow-right{--fa: ""}.fa-tachograph-digital{--fa: ""}.fa-digital-tachograph{--fa: ""}.fa-users-slash{--fa: ""}.fa-clover{--fa: ""}.fa-reply{--fa: ""}.fa-mail-reply{--fa: ""}.fa-star-and-crescent{--fa: ""}.fa-house-fire{--fa: ""}.fa-square-minus{--fa: ""}.fa-minus-square{--fa: ""}.fa-helicopter{--fa: ""}.fa-compass{--fa: ""}.fa-square-caret-down{--fa: ""}.fa-caret-square-down{--fa: ""}.fa-file-circle-question{--fa: ""}.fa-laptop-code{--fa: ""}.fa-swatchbook{--fa: ""}.fa-prescription-bottle{--fa: ""}.fa-bars{--fa: ""}.fa-navicon{--fa: ""}.fa-people-group{--fa: ""}.fa-hourglass-end{--fa: ""}.fa-hourglass-3{--fa: ""}.fa-heart-crack{--fa: ""}.fa-heart-broken{--fa: ""}.fa-square-up-right{--fa: ""}.fa-external-link-square-alt{--fa: ""}.fa-face-kiss-beam{--fa: ""}.fa-kiss-beam{--fa: ""}.fa-film{--fa: ""}.fa-ruler-horizontal{--fa: ""}.fa-people-robbery{--fa: ""}.fa-lightbulb{--fa: ""}.fa-caret-left{--fa: ""}.fa-circle-exclamation{--fa: ""}.fa-exclamation-circle{--fa: ""}.fa-school-circle-xmark{--fa: ""}.fa-arrow-right-from-bracket{--fa: ""}.fa-sign-out{--fa: ""}.fa-circle-chevron-down{--fa: ""}.fa-chevron-circle-down{--fa: ""}.fa-unlock-keyhole{--fa: ""}.fa-unlock-alt{--fa: ""}.fa-cloud-showers-heavy{--fa: ""}.fa-headphones-simple{--fa: ""}.fa-headphones-alt{--fa: ""}.fa-sitemap{--fa: ""}.fa-circle-dollar-to-slot{--fa: ""}.fa-donate{--fa: ""}.fa-memory{--fa: ""}.fa-road-spikes{--fa: ""}.fa-fire-burner{--fa: ""}.fa-flag{--fa: ""}.fa-hanukiah{--fa: ""}.fa-feather{--fa: ""}.fa-volume-low{--fa: ""}.fa-volume-down{--fa: ""}.fa-comment-slash{--fa: ""}.fa-cloud-sun-rain{--fa: ""}.fa-compress{--fa: ""}.fa-wheat-awn{--fa: ""}.fa-wheat-alt{--fa: ""}.fa-ankh{--fa: ""}.fa-hands-holding-child{--fa: ""}.fa-asterisk{--fa: "*"}.fa-square-check{--fa: ""}.fa-check-square{--fa: ""}.fa-peseta-sign{--fa: ""}.fa-heading{--fa: ""}.fa-header{--fa: ""}.fa-ghost{--fa: ""}.fa-list{--fa: ""}.fa-list-squares{--fa: ""}.fa-square-phone-flip{--fa: ""}.fa-phone-square-alt{--fa: ""}.fa-cart-plus{--fa: ""}.fa-gamepad{--fa: ""}.fa-circle-dot{--fa: ""}.fa-dot-circle{--fa: ""}.fa-face-dizzy{--fa: ""}.fa-dizzy{--fa: ""}.fa-egg{--fa: ""}.fa-house-medical-circle-xmark{--fa: ""}.fa-campground{--fa: ""}.fa-folder-plus{--fa: ""}.fa-futbol{--fa: ""}.fa-futbol-ball{--fa: ""}.fa-soccer-ball{--fa: ""}.fa-paintbrush{--fa: ""}.fa-paint-brush{--fa: ""}.fa-lock{--fa: ""}.fa-gas-pump{--fa: ""}.fa-hot-tub-person{--fa: ""}.fa-hot-tub{--fa: ""}.fa-map-location{--fa: ""}.fa-map-marked{--fa: ""}.fa-house-flood-water{--fa: ""}.fa-tree{--fa: ""}.fa-bridge-lock{--fa: ""}.fa-sack-dollar{--fa: ""}.fa-pen-to-square{--fa: ""}.fa-edit{--fa: ""}.fa-car-side{--fa: ""}.fa-share-nodes{--fa: ""}.fa-share-alt{--fa: ""}.fa-heart-circle-minus{--fa: ""}.fa-hourglass-half{--fa: ""}.fa-hourglass-2{--fa: ""}.fa-microscope{--fa: ""}.fa-sink{--fa: ""}.fa-bag-shopping{--fa: ""}.fa-shopping-bag{--fa: ""}.fa-arrow-down-z-a{--fa: ""}.fa-sort-alpha-desc{--fa: ""}.fa-sort-alpha-down-alt{--fa: ""}.fa-mitten{--fa: ""}.fa-person-rays{--fa: ""}.fa-users{--fa: ""}.fa-eye-slash{--fa: ""}.fa-flask-vial{--fa: ""}.fa-hand{--fa: ""}.fa-hand-paper{--fa: ""}.fa-om{--fa: ""}.fa-worm{--fa: ""}.fa-house-circle-xmark{--fa: ""}.fa-plug{--fa: ""}.fa-chevron-up{--fa: ""}.fa-hand-spock{--fa: ""}.fa-stopwatch{--fa: ""}.fa-face-kiss{--fa: ""}.fa-kiss{--fa: ""}.fa-bridge-circle-xmark{--fa: ""}.fa-face-grin-tongue{--fa: ""}.fa-grin-tongue{--fa: ""}.fa-chess-bishop{--fa: ""}.fa-face-grin-wink{--fa: ""}.fa-grin-wink{--fa: ""}.fa-ear-deaf{--fa: ""}.fa-deaf{--fa: ""}.fa-deafness{--fa: ""}.fa-hard-of-hearing{--fa: ""}.fa-road-circle-check{--fa: ""}.fa-dice-five{--fa: ""}.fa-square-rss{--fa: ""}.fa-rss-square{--fa: ""}.fa-land-mine-on{--fa: ""}.fa-i-cursor{--fa: ""}.fa-stamp{--fa: ""}.fa-stairs{--fa: ""}.fa-i{--fa: "I"}.fa-hryvnia-sign{--fa: ""}.fa-hryvnia{--fa: ""}.fa-pills{--fa: ""}.fa-face-grin-wide{--fa: ""}.fa-grin-alt{--fa: ""}.fa-tooth{--fa: ""}.fa-v{--fa: "V"}.fa-bangladeshi-taka-sign{--fa: ""}.fa-bicycle{--fa: ""}.fa-staff-snake{--fa: ""}.fa-rod-asclepius{--fa: ""}.fa-rod-snake{--fa: ""}.fa-staff-aesculapius{--fa: ""}.fa-head-side-cough-slash{--fa: ""}.fa-truck-medical{--fa: ""}.fa-ambulance{--fa: ""}.fa-wheat-awn-circle-exclamation{--fa: ""}.fa-snowman{--fa: ""}.fa-mortar-pestle{--fa: ""}.fa-road-barrier{--fa: ""}.fa-school{--fa: ""}.fa-igloo{--fa: ""}.fa-joint{--fa: ""}.fa-angle-right{--fa: ""}.fa-horse{--fa: ""}.fa-q{--fa: "Q"}.fa-g{--fa: "G"}.fa-notes-medical{--fa: ""}.fa-temperature-half{--fa: ""}.fa-temperature-2{--fa: ""}.fa-thermometer-2{--fa: ""}.fa-thermometer-half{--fa: ""}.fa-dong-sign{--fa: ""}.fa-capsules{--fa: ""}.fa-poo-storm{--fa: ""}.fa-poo-bolt{--fa: ""}.fa-face-frown-open{--fa: ""}.fa-frown-open{--fa: ""}.fa-hand-point-up{--fa: ""}.fa-money-bill{--fa: ""}.fa-bookmark{--fa: ""}.fa-align-justify{--fa: ""}.fa-umbrella-beach{--fa: ""}.fa-helmet-un{--fa: ""}.fa-bullseye{--fa: ""}.fa-bacon{--fa: ""}.fa-hand-point-down{--fa: ""}.fa-arrow-up-from-bracket{--fa: ""}.fa-folder{--fa: ""}.fa-folder-blank{--fa: ""}.fa-file-waveform{--fa: ""}.fa-file-medical-alt{--fa: ""}.fa-radiation{--fa: ""}.fa-chart-simple{--fa: ""}.fa-mars-stroke{--fa: ""}.fa-vial{--fa: ""}.fa-gauge{--fa: ""}.fa-dashboard{--fa: ""}.fa-gauge-med{--fa: ""}.fa-tachometer-alt-average{--fa: ""}.fa-wand-magic-sparkles{--fa: ""}.fa-magic-wand-sparkles{--fa: ""}.fa-e{--fa: "E"}.fa-pen-clip{--fa: ""}.fa-pen-alt{--fa: ""}.fa-bridge-circle-exclamation{--fa: ""}.fa-user{--fa: ""}.fa-school-circle-check{--fa: ""}.fa-dumpster{--fa: ""}.fa-van-shuttle{--fa: ""}.fa-shuttle-van{--fa: ""}.fa-building-user{--fa: ""}.fa-square-caret-left{--fa: ""}.fa-caret-square-left{--fa: ""}.fa-highlighter{--fa: ""}.fa-key{--fa: ""}.fa-bullhorn{--fa: ""}.fa-globe{--fa: ""}.fa-synagogue{--fa: ""}.fa-person-half-dress{--fa: ""}.fa-road-bridge{--fa: ""}.fa-location-arrow{--fa: ""}.fa-c{--fa: "C"}.fa-tablet-button{--fa: ""}.fa-building-lock{--fa: ""}.fa-pizza-slice{--fa: ""}.fa-money-bill-wave{--fa: ""}.fa-chart-area{--fa: ""}.fa-area-chart{--fa: ""}.fa-house-flag{--fa: ""}.fa-person-circle-minus{--fa: ""}.fa-ban{--fa: ""}.fa-cancel{--fa: ""}.fa-camera-rotate{--fa: ""}.fa-spray-can-sparkles{--fa: ""}.fa-air-freshener{--fa: ""}.fa-star{--fa: ""}.fa-repeat{--fa: ""}.fa-cross{--fa: ""}.fa-box{--fa: ""}.fa-venus-mars{--fa: ""}.fa-arrow-pointer{--fa: ""}.fa-mouse-pointer{--fa: ""}.fa-maximize{--fa: ""}.fa-expand-arrows-alt{--fa: ""}.fa-charging-station{--fa: ""}.fa-shapes{--fa: ""}.fa-triangle-circle-square{--fa: ""}.fa-shuffle{--fa: ""}.fa-random{--fa: ""}.fa-person-running{--fa: ""}.fa-running{--fa: ""}.fa-mobile-retro{--fa: ""}.fa-grip-lines-vertical{--fa: ""}.fa-spider{--fa: ""}.fa-hands-bound{--fa: ""}.fa-file-invoice-dollar{--fa: ""}.fa-plane-circle-exclamation{--fa: ""}.fa-x-ray{--fa: ""}.fa-spell-check{--fa: ""}.fa-slash{--fa: ""}.fa-computer-mouse{--fa: ""}.fa-mouse{--fa: ""}.fa-arrow-right-to-bracket{--fa: ""}.fa-sign-in{--fa: ""}.fa-shop-slash{--fa: ""}.fa-store-alt-slash{--fa: ""}.fa-server{--fa: ""}.fa-virus-covid-slash{--fa: ""}.fa-shop-lock{--fa: ""}.fa-hourglass-start{--fa: ""}.fa-hourglass-1{--fa: ""}.fa-blender-phone{--fa: ""}.fa-building-wheat{--fa: ""}.fa-person-breastfeeding{--fa: ""}.fa-right-to-bracket{--fa: ""}.fa-sign-in-alt{--fa: ""}.fa-venus{--fa: ""}.fa-passport{--fa: ""}.fa-thumbtack-slash{--fa: ""}.fa-thumb-tack-slash{--fa: ""}.fa-heart-pulse{--fa: ""}.fa-heartbeat{--fa: ""}.fa-people-carry-box{--fa: ""}.fa-people-carry{--fa: ""}.fa-temperature-high{--fa: ""}.fa-microchip{--fa: ""}.fa-crown{--fa: ""}.fa-weight-hanging{--fa: ""}.fa-xmarks-lines{--fa: ""}.fa-file-prescription{--fa: ""}.fa-weight-scale{--fa: ""}.fa-weight{--fa: ""}.fa-user-group{--fa: ""}.fa-user-friends{--fa: ""}.fa-arrow-up-a-z{--fa: ""}.fa-sort-alpha-up{--fa: ""}.fa-chess-knight{--fa: ""}.fa-face-laugh-squint{--fa: ""}.fa-laugh-squint{--fa: ""}.fa-wheelchair{--fa: ""}.fa-circle-arrow-up{--fa: ""}.fa-arrow-circle-up{--fa: ""}.fa-toggle-on{--fa: ""}.fa-person-walking{--fa: ""}.fa-walking{--fa: ""}.fa-l{--fa: "L"}.fa-fire{--fa: ""}.fa-bed-pulse{--fa: ""}.fa-procedures{--fa: ""}.fa-shuttle-space{--fa: ""}.fa-space-shuttle{--fa: ""}.fa-face-laugh{--fa: ""}.fa-laugh{--fa: ""}.fa-folder-open{--fa: ""}.fa-heart-circle-plus{--fa: ""}.fa-code-fork{--fa: ""}.fa-city{--fa: ""}.fa-microphone-lines{--fa: ""}.fa-microphone-alt{--fa: ""}.fa-pepper-hot{--fa: ""}.fa-unlock{--fa: ""}.fa-colon-sign{--fa: ""}.fa-headset{--fa: ""}.fa-store-slash{--fa: ""}.fa-road-circle-xmark{--fa: ""}.fa-user-minus{--fa: ""}.fa-mars-stroke-up{--fa: ""}.fa-mars-stroke-v{--fa: ""}.fa-champagne-glasses{--fa: ""}.fa-glass-cheers{--fa: ""}.fa-clipboard{--fa: ""}.fa-house-circle-exclamation{--fa: ""}.fa-file-arrow-up{--fa: ""}.fa-file-upload{--fa: ""}.fa-wifi{--fa: ""}.fa-wifi-3{--fa: ""}.fa-wifi-strong{--fa: ""}.fa-bath{--fa: ""}.fa-bathtub{--fa: ""}.fa-underline{--fa: ""}.fa-user-pen{--fa: ""}.fa-user-edit{--fa: ""}.fa-signature{--fa: ""}.fa-stroopwafel{--fa: ""}.fa-bold{--fa: ""}.fa-anchor-lock{--fa: ""}.fa-building-ngo{--fa: ""}.fa-manat-sign{--fa: ""}.fa-not-equal{--fa: ""}.fa-border-top-left{--fa: ""}.fa-border-style{--fa: ""}.fa-map-location-dot{--fa: ""}.fa-map-marked-alt{--fa: ""}.fa-jedi{--fa: ""}.fa-square-poll-vertical{--fa: ""}.fa-poll{--fa: ""}.fa-mug-hot{--fa: ""}.fa-car-battery{--fa: ""}.fa-battery-car{--fa: ""}.fa-gift{--fa: ""}.fa-dice-two{--fa: ""}.fa-chess-queen{--fa: ""}.fa-glasses{--fa: ""}.fa-chess-board{--fa: ""}.fa-building-circle-check{--fa: ""}.fa-person-chalkboard{--fa: ""}.fa-mars-stroke-right{--fa: ""}.fa-mars-stroke-h{--fa: ""}.fa-hand-back-fist{--fa: ""}.fa-hand-rock{--fa: ""}.fa-square-caret-up{--fa: ""}.fa-caret-square-up{--fa: ""}.fa-cloud-showers-water{--fa: ""}.fa-chart-bar{--fa: ""}.fa-bar-chart{--fa: ""}.fa-hands-bubbles{--fa: ""}.fa-hands-wash{--fa: ""}.fa-less-than-equal{--fa: ""}.fa-train{--fa: ""}.fa-eye-low-vision{--fa: ""}.fa-low-vision{--fa: ""}.fa-crow{--fa: ""}.fa-sailboat{--fa: ""}.fa-window-restore{--fa: ""}.fa-square-plus{--fa: ""}.fa-plus-square{--fa: ""}.fa-torii-gate{--fa: ""}.fa-frog{--fa: ""}.fa-bucket{--fa: ""}.fa-image{--fa: ""}.fa-microphone{--fa: ""}.fa-cow{--fa: ""}.fa-caret-up{--fa: ""}.fa-screwdriver{--fa: ""}.fa-folder-closed{--fa: ""}.fa-house-tsunami{--fa: ""}.fa-square-nfi{--fa: ""}.fa-arrow-up-from-ground-water{--fa: ""}.fa-martini-glass{--fa: ""}.fa-glass-martini-alt{--fa: ""}.fa-square-binary{--fa: ""}.fa-rotate-left{--fa: ""}.fa-rotate-back{--fa: ""}.fa-rotate-backward{--fa: ""}.fa-undo-alt{--fa: ""}.fa-table-columns{--fa: ""}.fa-columns{--fa: ""}.fa-lemon{--fa: ""}.fa-head-side-mask{--fa: ""}.fa-handshake{--fa: ""}.fa-gem{--fa: ""}.fa-dolly{--fa: ""}.fa-dolly-box{--fa: ""}.fa-smoking{--fa: ""}.fa-minimize{--fa: ""}.fa-compress-arrows-alt{--fa: ""}.fa-monument{--fa: ""}.fa-snowplow{--fa: ""}.fa-angles-right{--fa: ""}.fa-angle-double-right{--fa: ""}.fa-cannabis{--fa: ""}.fa-circle-play{--fa: ""}.fa-play-circle{--fa: ""}.fa-tablets{--fa: ""}.fa-ethernet{--fa: ""}.fa-euro-sign{--fa: ""}.fa-eur{--fa: ""}.fa-euro{--fa: ""}.fa-chair{--fa: ""}.fa-circle-check{--fa: ""}.fa-check-circle{--fa: ""}.fa-circle-stop{--fa: ""}.fa-stop-circle{--fa: ""}.fa-compass-drafting{--fa: ""}.fa-drafting-compass{--fa: ""}.fa-plate-wheat{--fa: ""}.fa-icicles{--fa: ""}.fa-person-shelter{--fa: ""}.fa-neuter{--fa: ""}.fa-id-badge{--fa: ""}.fa-marker{--fa: ""}.fa-face-laugh-beam{--fa: ""}.fa-laugh-beam{--fa: ""}.fa-helicopter-symbol{--fa: ""}.fa-universal-access{--fa: ""}.fa-circle-chevron-up{--fa: ""}.fa-chevron-circle-up{--fa: ""}.fa-lari-sign{--fa: ""}.fa-volcano{--fa: ""}.fa-person-walking-dashed-line-arrow-right{--fa: ""}.fa-sterling-sign{--fa: ""}.fa-gbp{--fa: ""}.fa-pound-sign{--fa: ""}.fa-viruses{--fa: ""}.fa-square-person-confined{--fa: ""}.fa-user-tie{--fa: ""}.fa-arrow-down-long{--fa: ""}.fa-long-arrow-down{--fa: ""}.fa-tent-arrow-down-to-line{--fa: ""}.fa-certificate{--fa: ""}.fa-reply-all{--fa: ""}.fa-mail-reply-all{--fa: ""}.fa-suitcase{--fa: ""}.fa-person-skating{--fa: ""}.fa-skating{--fa: ""}.fa-filter-circle-dollar{--fa: ""}.fa-funnel-dollar{--fa: ""}.fa-camera-retro{--fa: ""}.fa-circle-arrow-down{--fa: ""}.fa-arrow-circle-down{--fa: ""}.fa-file-import{--fa: ""}.fa-arrow-right-to-file{--fa: ""}.fa-square-arrow-up-right{--fa: ""}.fa-external-link-square{--fa: ""}.fa-box-open{--fa: ""}.fa-scroll{--fa: ""}.fa-spa{--fa: ""}.fa-location-pin-lock{--fa: ""}.fa-pause{--fa: ""}.fa-hill-avalanche{--fa: ""}.fa-temperature-empty{--fa: ""}.fa-temperature-0{--fa: ""}.fa-thermometer-0{--fa: ""}.fa-thermometer-empty{--fa: ""}.fa-bomb{--fa: ""}.fa-registered{--fa: ""}.fa-address-card{--fa: ""}.fa-contact-card{--fa: ""}.fa-vcard{--fa: ""}.fa-scale-unbalanced-flip{--fa: ""}.fa-balance-scale-right{--fa: ""}.fa-subscript{--fa: ""}.fa-diamond-turn-right{--fa: ""}.fa-directions{--fa: ""}.fa-burst{--fa: ""}.fa-house-laptop{--fa: ""}.fa-laptop-house{--fa: ""}.fa-face-tired{--fa: ""}.fa-tired{--fa: ""}.fa-money-bills{--fa: ""}.fa-smog{--fa: ""}.fa-crutch{--fa: ""}.fa-cloud-arrow-up{--fa: ""}.fa-cloud-upload{--fa: ""}.fa-cloud-upload-alt{--fa: ""}.fa-palette{--fa: ""}.fa-arrows-turn-right{--fa: ""}.fa-vest{--fa: ""}.fa-ferry{--fa: ""}.fa-arrows-down-to-people{--fa: ""}.fa-seedling{--fa: ""}.fa-sprout{--fa: ""}.fa-left-right{--fa: ""}.fa-arrows-alt-h{--fa: ""}.fa-boxes-packing{--fa: ""}.fa-circle-arrow-left{--fa: ""}.fa-arrow-circle-left{--fa: ""}.fa-group-arrows-rotate{--fa: ""}.fa-bowl-food{--fa: ""}.fa-candy-cane{--fa: ""}.fa-arrow-down-wide-short{--fa: ""}.fa-sort-amount-asc{--fa: ""}.fa-sort-amount-down{--fa: ""}.fa-cloud-bolt{--fa: ""}.fa-thunderstorm{--fa: ""}.fa-text-slash{--fa: ""}.fa-remove-format{--fa: ""}.fa-face-smile-wink{--fa: ""}.fa-smile-wink{--fa: ""}.fa-file-word{--fa: ""}.fa-file-powerpoint{--fa: ""}.fa-arrows-left-right{--fa: ""}.fa-arrows-h{--fa: ""}.fa-house-lock{--fa: ""}.fa-cloud-arrow-down{--fa: ""}.fa-cloud-download{--fa: ""}.fa-cloud-download-alt{--fa: ""}.fa-children{--fa: ""}.fa-chalkboard{--fa: ""}.fa-blackboard{--fa: ""}.fa-user-large-slash{--fa: ""}.fa-user-alt-slash{--fa: ""}.fa-envelope-open{--fa: ""}.fa-handshake-simple-slash{--fa: ""}.fa-handshake-alt-slash{--fa: ""}.fa-mattress-pillow{--fa: ""}.fa-guarani-sign{--fa: ""}.fa-arrows-rotate{--fa: ""}.fa-refresh{--fa: ""}.fa-sync{--fa: ""}.fa-fire-extinguisher{--fa: ""}.fa-cruzeiro-sign{--fa: ""}.fa-greater-than-equal{--fa: ""}.fa-shield-halved{--fa: ""}.fa-shield-alt{--fa: ""}.fa-book-atlas{--fa: ""}.fa-atlas{--fa: ""}.fa-virus{--fa: ""}.fa-envelope-circle-check{--fa: ""}.fa-layer-group{--fa: ""}.fa-arrows-to-dot{--fa: ""}.fa-archway{--fa: ""}.fa-heart-circle-check{--fa: ""}.fa-house-chimney-crack{--fa: ""}.fa-house-damage{--fa: ""}.fa-file-zipper{--fa: ""}.fa-file-archive{--fa: ""}.fa-square{--fa: ""}.fa-martini-glass-empty{--fa: ""}.fa-glass-martini{--fa: ""}.fa-couch{--fa: ""}.fa-cedi-sign{--fa: ""}.fa-italic{--fa: ""}.fa-table-cells-column-lock{--fa: ""}.fa-church{--fa: ""}.fa-comments-dollar{--fa: ""}.fa-democrat{--fa: ""}.fa-z{--fa: "Z"}.fa-person-skiing{--fa: ""}.fa-skiing{--fa: ""}.fa-road-lock{--fa: ""}.fa-a{--fa: "A"}.fa-temperature-arrow-down{--fa: ""}.fa-temperature-down{--fa: ""}.fa-feather-pointed{--fa: ""}.fa-feather-alt{--fa: ""}.fa-p{--fa: "P"}.fa-snowflake{--fa: ""}.fa-newspaper{--fa: ""}.fa-rectangle-ad{--fa: ""}.fa-ad{--fa: ""}.fa-circle-arrow-right{--fa: ""}.fa-arrow-circle-right{--fa: ""}.fa-filter-circle-xmark{--fa: ""}.fa-locust{--fa: ""}.fa-sort{--fa: ""}.fa-unsorted{--fa: ""}.fa-list-ol{--fa: ""}.fa-list-1-2{--fa: ""}.fa-list-numeric{--fa: ""}.fa-person-dress-burst{--fa: ""}.fa-money-check-dollar{--fa: ""}.fa-money-check-alt{--fa: ""}.fa-vector-square{--fa: ""}.fa-bread-slice{--fa: ""}.fa-language{--fa: ""}.fa-face-kiss-wink-heart{--fa: ""}.fa-kiss-wink-heart{--fa: ""}.fa-filter{--fa: ""}.fa-question{--fa: "?"}.fa-file-signature{--fa: ""}.fa-up-down-left-right{--fa: ""}.fa-arrows-alt{--fa: ""}.fa-house-chimney-user{--fa: ""}.fa-hand-holding-heart{--fa: ""}.fa-puzzle-piece{--fa: ""}.fa-money-check{--fa: ""}.fa-star-half-stroke{--fa: ""}.fa-star-half-alt{--fa: ""}.fa-code{--fa: ""}.fa-whiskey-glass{--fa: ""}.fa-glass-whiskey{--fa: ""}.fa-building-circle-exclamation{--fa: ""}.fa-magnifying-glass-chart{--fa: ""}.fa-arrow-up-right-from-square{--fa: ""}.fa-external-link{--fa: ""}.fa-cubes-stacked{--fa: ""}.fa-won-sign{--fa: ""}.fa-krw{--fa: ""}.fa-won{--fa: ""}.fa-virus-covid{--fa: ""}.fa-austral-sign{--fa: ""}.fa-f{--fa: "F"}.fa-leaf{--fa: ""}.fa-road{--fa: ""}.fa-taxi{--fa: ""}.fa-cab{--fa: ""}.fa-person-circle-plus{--fa: ""}.fa-chart-pie{--fa: ""}.fa-pie-chart{--fa: ""}.fa-bolt-lightning{--fa: ""}.fa-sack-xmark{--fa: ""}.fa-file-excel{--fa: ""}.fa-file-contract{--fa: ""}.fa-fish-fins{--fa: ""}.fa-building-flag{--fa: ""}.fa-face-grin-beam{--fa: ""}.fa-grin-beam{--fa: ""}.fa-object-ungroup{--fa: ""}.fa-poop{--fa: ""}.fa-location-pin{--fa: ""}.fa-map-marker{--fa: ""}.fa-kaaba{--fa: ""}.fa-toilet-paper{--fa: ""}.fa-helmet-safety{--fa: ""}.fa-hard-hat{--fa: ""}.fa-hat-hard{--fa: ""}.fa-eject{--fa: ""}.fa-circle-right{--fa: ""}.fa-arrow-alt-circle-right{--fa: ""}.fa-plane-circle-check{--fa: ""}.fa-face-rolling-eyes{--fa: ""}.fa-meh-rolling-eyes{--fa: ""}.fa-object-group{--fa: ""}.fa-chart-line{--fa: ""}.fa-line-chart{--fa: ""}.fa-mask-ventilator{--fa: ""}.fa-arrow-right{--fa: ""}.fa-signs-post{--fa: ""}.fa-map-signs{--fa: ""}.fa-cash-register{--fa: ""}.fa-person-circle-question{--fa: ""}.fa-h{--fa: "H"}.fa-tarp{--fa: ""}.fa-screwdriver-wrench{--fa: ""}.fa-tools{--fa: ""}.fa-arrows-to-eye{--fa: ""}.fa-plug-circle-bolt{--fa: ""}.fa-heart{--fa: ""}.fa-mars-and-venus{--fa: ""}.fa-house-user{--fa: ""}.fa-home-user{--fa: ""}.fa-dumpster-fire{--fa: ""}.fa-house-crack{--fa: ""}.fa-martini-glass-citrus{--fa: ""}.fa-cocktail{--fa: ""}.fa-face-surprise{--fa: ""}.fa-surprise{--fa: ""}.fa-bottle-water{--fa: ""}.fa-circle-pause{--fa: ""}.fa-pause-circle{--fa: ""}.fa-toilet-paper-slash{--fa: ""}.fa-apple-whole{--fa: ""}.fa-apple-alt{--fa: ""}.fa-kitchen-set{--fa: ""}.fa-r{--fa: "R"}.fa-temperature-quarter{--fa: ""}.fa-temperature-1{--fa: ""}.fa-thermometer-1{--fa: ""}.fa-thermometer-quarter{--fa: ""}.fa-cube{--fa: ""}.fa-bitcoin-sign{--fa: ""}.fa-shield-dog{--fa: ""}.fa-solar-panel{--fa: ""}.fa-lock-open{--fa: ""}.fa-elevator{--fa: ""}.fa-money-bill-transfer{--fa: ""}.fa-money-bill-trend-up{--fa: ""}.fa-house-flood-water-circle-arrow-right{--fa: ""}.fa-square-poll-horizontal{--fa: ""}.fa-poll-h{--fa: ""}.fa-circle{--fa: ""}.fa-backward-fast{--fa: ""}.fa-fast-backward{--fa: ""}.fa-recycle{--fa: ""}.fa-user-astronaut{--fa: ""}.fa-plane-slash{--fa: ""}.fa-trademark{--fa: ""}.fa-basketball{--fa: ""}.fa-basketball-ball{--fa: ""}.fa-satellite-dish{--fa: ""}.fa-circle-up{--fa: ""}.fa-arrow-alt-circle-up{--fa: ""}.fa-mobile-screen-button{--fa: ""}.fa-mobile-alt{--fa: ""}.fa-volume-high{--fa: ""}.fa-volume-up{--fa: ""}.fa-users-rays{--fa: ""}.fa-wallet{--fa: ""}.fa-clipboard-check{--fa: ""}.fa-file-audio{--fa: ""}.fa-burger{--fa: ""}.fa-hamburger{--fa: ""}.fa-wrench{--fa: ""}.fa-bugs{--fa: ""}.fa-rupee-sign{--fa: ""}.fa-rupee{--fa: ""}.fa-file-image{--fa: ""}.fa-circle-question{--fa: ""}.fa-question-circle{--fa: ""}.fa-plane-departure{--fa: ""}.fa-handshake-slash{--fa: ""}.fa-book-bookmark{--fa: ""}.fa-code-branch{--fa: ""}.fa-hat-cowboy{--fa: ""}.fa-bridge{--fa: ""}.fa-phone-flip{--fa: ""}.fa-phone-alt{--fa: ""}.fa-truck-front{--fa: ""}.fa-cat{--fa: ""}.fa-anchor-circle-exclamation{--fa: ""}.fa-truck-field{--fa: ""}.fa-route{--fa: ""}.fa-clipboard-question{--fa: ""}.fa-panorama{--fa: ""}.fa-comment-medical{--fa: ""}.fa-teeth-open{--fa: ""}.fa-file-circle-minus{--fa: ""}.fa-tags{--fa: ""}.fa-wine-glass{--fa: ""}.fa-forward-fast{--fa: ""}.fa-fast-forward{--fa: ""}.fa-face-meh-blank{--fa: ""}.fa-meh-blank{--fa: ""}.fa-square-parking{--fa: ""}.fa-parking{--fa: ""}.fa-house-signal{--fa: ""}.fa-bars-progress{--fa: ""}.fa-tasks-alt{--fa: ""}.fa-faucet-drip{--fa: ""}.fa-cart-flatbed{--fa: ""}.fa-dolly-flatbed{--fa: ""}.fa-ban-smoking{--fa: ""}.fa-smoking-ban{--fa: ""}.fa-terminal{--fa: ""}.fa-mobile-button{--fa: ""}.fa-house-medical-flag{--fa: ""}.fa-basket-shopping{--fa: ""}.fa-shopping-basket{--fa: ""}.fa-tape{--fa: ""}.fa-bus-simple{--fa: ""}.fa-bus-alt{--fa: ""}.fa-eye{--fa: ""}.fa-face-sad-cry{--fa: ""}.fa-sad-cry{--fa: ""}.fa-audio-description{--fa: ""}.fa-person-military-to-person{--fa: ""}.fa-file-shield{--fa: ""}.fa-user-slash{--fa: ""}.fa-pen{--fa: ""}.fa-tower-observation{--fa: ""}.fa-file-code{--fa: ""}.fa-signal{--fa: ""}.fa-signal-5{--fa: ""}.fa-signal-perfect{--fa: ""}.fa-bus{--fa: ""}.fa-heart-circle-xmark{--fa: ""}.fa-house-chimney{--fa: ""}.fa-home-lg{--fa: ""}.fa-window-maximize{--fa: ""}.fa-face-frown{--fa: ""}.fa-frown{--fa: ""}.fa-prescription{--fa: ""}.fa-shop{--fa: ""}.fa-store-alt{--fa: ""}.fa-floppy-disk{--fa: ""}.fa-save{--fa: ""}.fa-vihara{--fa: ""}.fa-scale-unbalanced{--fa: ""}.fa-balance-scale-left{--fa: ""}.fa-sort-up{--fa: ""}.fa-sort-asc{--fa: ""}.fa-comment-dots{--fa: ""}.fa-commenting{--fa: ""}.fa-plant-wilt{--fa: ""}.fa-diamond{--fa: ""}.fa-face-grin-squint{--fa: ""}.fa-grin-squint{--fa: ""}.fa-hand-holding-dollar{--fa: ""}.fa-hand-holding-usd{--fa: ""}.fa-chart-diagram{--fa: ""}.fa-bacterium{--fa: ""}.fa-hand-pointer{--fa: ""}.fa-drum-steelpan{--fa: ""}.fa-hand-scissors{--fa: ""}.fa-hands-praying{--fa: ""}.fa-praying-hands{--fa: ""}.fa-arrow-rotate-right{--fa: ""}.fa-arrow-right-rotate{--fa: ""}.fa-arrow-rotate-forward{--fa: ""}.fa-redo{--fa: ""}.fa-biohazard{--fa: ""}.fa-location-crosshairs{--fa: ""}.fa-location{--fa: ""}.fa-mars-double{--fa: ""}.fa-child-dress{--fa: ""}.fa-users-between-lines{--fa: ""}.fa-lungs-virus{--fa: ""}.fa-face-grin-tears{--fa: ""}.fa-grin-tears{--fa: ""}.fa-phone{--fa: ""}.fa-calendar-xmark{--fa: ""}.fa-calendar-times{--fa: ""}.fa-child-reaching{--fa: ""}.fa-head-side-virus{--fa: ""}.fa-user-gear{--fa: ""}.fa-user-cog{--fa: ""}.fa-arrow-up-1-9{--fa: ""}.fa-sort-numeric-up{--fa: ""}.fa-door-closed{--fa: ""}.fa-shield-virus{--fa: ""}.fa-dice-six{--fa: ""}.fa-mosquito-net{--fa: ""}.fa-file-fragment{--fa: ""}.fa-bridge-water{--fa: ""}.fa-person-booth{--fa: ""}.fa-text-width{--fa: ""}.fa-hat-wizard{--fa: ""}.fa-pen-fancy{--fa: ""}.fa-person-digging{--fa: ""}.fa-digging{--fa: ""}.fa-trash{--fa: ""}.fa-gauge-simple{--fa: ""}.fa-gauge-simple-med{--fa: ""}.fa-tachometer-average{--fa: ""}.fa-book-medical{--fa: ""}.fa-poo{--fa: ""}.fa-quote-right{--fa: ""}.fa-quote-right-alt{--fa: ""}.fa-shirt{--fa: ""}.fa-t-shirt{--fa: ""}.fa-tshirt{--fa: ""}.fa-cubes{--fa: ""}.fa-divide{--fa: ""}.fa-tenge-sign{--fa: ""}.fa-tenge{--fa: ""}.fa-headphones{--fa: ""}.fa-hands-holding{--fa: ""}.fa-hands-clapping{--fa: ""}.fa-republican{--fa: ""}.fa-arrow-left{--fa: ""}.fa-person-circle-xmark{--fa: ""}.fa-ruler{--fa: ""}.fa-align-left{--fa: ""}.fa-dice-d6{--fa: ""}.fa-restroom{--fa: ""}.fa-j{--fa: "J"}.fa-users-viewfinder{--fa: ""}.fa-file-video{--fa: ""}.fa-up-right-from-square{--fa: ""}.fa-external-link-alt{--fa: ""}.fa-table-cells{--fa: ""}.fa-th{--fa: ""}.fa-file-pdf{--fa: ""}.fa-book-bible{--fa: ""}.fa-bible{--fa: ""}.fa-o{--fa: "O"}.fa-suitcase-medical{--fa: ""}.fa-medkit{--fa: ""}.fa-user-secret{--fa: ""}.fa-otter{--fa: ""}.fa-person-dress{--fa: ""}.fa-female{--fa: ""}.fa-comment-dollar{--fa: ""}.fa-business-time{--fa: ""}.fa-briefcase-clock{--fa: ""}.fa-table-cells-large{--fa: ""}.fa-th-large{--fa: ""}.fa-book-tanakh{--fa: ""}.fa-tanakh{--fa: ""}.fa-phone-volume{--fa: ""}.fa-volume-control-phone{--fa: ""}.fa-hat-cowboy-side{--fa: ""}.fa-clipboard-user{--fa: ""}.fa-child{--fa: ""}.fa-lira-sign{--fa: ""}.fa-satellite{--fa: ""}.fa-plane-lock{--fa: ""}.fa-tag{--fa: ""}.fa-comment{--fa: ""}.fa-cake-candles{--fa: ""}.fa-birthday-cake{--fa: ""}.fa-cake{--fa: ""}.fa-envelope{--fa: ""}.fa-angles-up{--fa: ""}.fa-angle-double-up{--fa: ""}.fa-paperclip{--fa: ""}.fa-arrow-right-to-city{--fa: ""}.fa-ribbon{--fa: ""}.fa-lungs{--fa: ""}.fa-arrow-up-9-1{--fa: ""}.fa-sort-numeric-up-alt{--fa: ""}.fa-litecoin-sign{--fa: ""}.fa-border-none{--fa: ""}.fa-circle-nodes{--fa: ""}.fa-parachute-box{--fa: ""}.fa-indent{--fa: ""}.fa-truck-field-un{--fa: ""}.fa-hourglass{--fa: ""}.fa-hourglass-empty{--fa: ""}.fa-mountain{--fa: ""}.fa-user-doctor{--fa: ""}.fa-user-md{--fa: ""}.fa-circle-info{--fa: ""}.fa-info-circle{--fa: ""}.fa-cloud-meatball{--fa: ""}.fa-camera{--fa: ""}.fa-camera-alt{--fa: ""}.fa-square-virus{--fa: ""}.fa-meteor{--fa: ""}.fa-car-on{--fa: ""}.fa-sleigh{--fa: ""}.fa-arrow-down-1-9{--fa: ""}.fa-sort-numeric-asc{--fa: ""}.fa-sort-numeric-down{--fa: ""}.fa-hand-holding-droplet{--fa: ""}.fa-hand-holding-water{--fa: ""}.fa-water{--fa: ""}.fa-calendar-check{--fa: ""}.fa-braille{--fa: ""}.fa-prescription-bottle-medical{--fa: ""}.fa-prescription-bottle-alt{--fa: ""}.fa-landmark{--fa: ""}.fa-truck{--fa: ""}.fa-crosshairs{--fa: ""}.fa-person-cane{--fa: ""}.fa-tent{--fa: ""}.fa-vest-patches{--fa: ""}.fa-check-double{--fa: ""}.fa-arrow-down-a-z{--fa: ""}.fa-sort-alpha-asc{--fa: ""}.fa-sort-alpha-down{--fa: ""}.fa-money-bill-wheat{--fa: ""}.fa-cookie{--fa: ""}.fa-arrow-rotate-left{--fa: ""}.fa-arrow-left-rotate{--fa: ""}.fa-arrow-rotate-back{--fa: ""}.fa-arrow-rotate-backward{--fa: ""}.fa-undo{--fa: ""}.fa-hard-drive{--fa: ""}.fa-hdd{--fa: ""}.fa-face-grin-squint-tears{--fa: ""}.fa-grin-squint-tears{--fa: ""}.fa-dumbbell{--fa: ""}.fa-rectangle-list{--fa: ""}.fa-list-alt{--fa: ""}.fa-tarp-droplet{--fa: ""}.fa-house-medical-circle-check{--fa: ""}.fa-person-skiing-nordic{--fa: ""}.fa-skiing-nordic{--fa: ""}.fa-calendar-plus{--fa: ""}.fa-plane-arrival{--fa: ""}.fa-circle-left{--fa: ""}.fa-arrow-alt-circle-left{--fa: ""}.fa-train-subway{--fa: ""}.fa-subway{--fa: ""}.fa-chart-gantt{--fa: ""}.fa-indian-rupee-sign{--fa: ""}.fa-indian-rupee{--fa: ""}.fa-inr{--fa: ""}.fa-crop-simple{--fa: ""}.fa-crop-alt{--fa: ""}.fa-money-bill-1{--fa: ""}.fa-money-bill-alt{--fa: ""}.fa-left-long{--fa: ""}.fa-long-arrow-alt-left{--fa: ""}.fa-dna{--fa: ""}.fa-virus-slash{--fa: ""}.fa-minus{--fa: ""}.fa-subtract{--fa: ""}.fa-chess{--fa: ""}.fa-arrow-left-long{--fa: ""}.fa-long-arrow-left{--fa: ""}.fa-plug-circle-check{--fa: ""}.fa-street-view{--fa: ""}.fa-franc-sign{--fa: ""}.fa-volume-off{--fa: ""}.fa-hands-asl-interpreting{--fa: ""}.fa-american-sign-language-interpreting{--fa: ""}.fa-asl-interpreting{--fa: ""}.fa-hands-american-sign-language-interpreting{--fa: ""}.fa-gear{--fa: ""}.fa-cog{--fa: ""}.fa-droplet-slash{--fa: ""}.fa-tint-slash{--fa: ""}.fa-mosque{--fa: ""}.fa-mosquito{--fa: ""}.fa-star-of-david{--fa: ""}.fa-person-military-rifle{--fa: ""}.fa-cart-shopping{--fa: ""}.fa-shopping-cart{--fa: ""}.fa-vials{--fa: ""}.fa-plug-circle-plus{--fa: ""}.fa-place-of-worship{--fa: ""}.fa-grip-vertical{--fa: ""}.fa-hexagon-nodes{--fa: ""}.fa-arrow-turn-up{--fa: ""}.fa-level-up{--fa: ""}.fa-u{--fa: "U"}.fa-square-root-variable{--fa: ""}.fa-square-root-alt{--fa: ""}.fa-clock{--fa: ""}.fa-clock-four{--fa: ""}.fa-backward-step{--fa: ""}.fa-step-backward{--fa: ""}.fa-pallet{--fa: ""}.fa-faucet{--fa: ""}.fa-baseball-bat-ball{--fa: ""}.fa-s{--fa: "S"}.fa-timeline{--fa: ""}.fa-keyboard{--fa: ""}.fa-caret-down{--fa: ""}.fa-house-chimney-medical{--fa: ""}.fa-clinic-medical{--fa: ""}.fa-temperature-three-quarters{--fa: ""}.fa-temperature-3{--fa: ""}.fa-thermometer-3{--fa: ""}.fa-thermometer-three-quarters{--fa: ""}.fa-mobile-screen{--fa: ""}.fa-mobile-android-alt{--fa: ""}.fa-plane-up{--fa: ""}.fa-piggy-bank{--fa: ""}.fa-battery-half{--fa: ""}.fa-battery-3{--fa: ""}.fa-mountain-city{--fa: ""}.fa-coins{--fa: ""}.fa-khanda{--fa: ""}.fa-sliders{--fa: ""}.fa-sliders-h{--fa: ""}.fa-folder-tree{--fa: ""}.fa-network-wired{--fa: ""}.fa-map-pin{--fa: ""}.fa-hamsa{--fa: ""}.fa-cent-sign{--fa: ""}.fa-flask{--fa: ""}.fa-person-pregnant{--fa: ""}.fa-wand-sparkles{--fa: ""}.fa-ellipsis-vertical{--fa: ""}.fa-ellipsis-v{--fa: ""}.fa-ticket{--fa: ""}.fa-power-off{--fa: ""}.fa-right-long{--fa: ""}.fa-long-arrow-alt-right{--fa: ""}.fa-flag-usa{--fa: ""}.fa-laptop-file{--fa: ""}.fa-tty{--fa: ""}.fa-teletype{--fa: ""}.fa-diagram-next{--fa: ""}.fa-person-rifle{--fa: ""}.fa-house-medical-circle-exclamation{--fa: ""}.fa-closed-captioning{--fa: ""}.fa-person-hiking{--fa: ""}.fa-hiking{--fa: ""}.fa-venus-double{--fa: ""}.fa-images{--fa: ""}.fa-calculator{--fa: ""}.fa-people-pulling{--fa: ""}.fa-n{--fa: "N"}.fa-cable-car{--fa: ""}.fa-tram{--fa: ""}.fa-cloud-rain{--fa: ""}.fa-building-circle-xmark{--fa: ""}.fa-ship{--fa: ""}.fa-arrows-down-to-line{--fa: ""}.fa-download{--fa: ""}.fa-face-grin{--fa: ""}.fa-grin{--fa: ""}.fa-delete-left{--fa: ""}.fa-backspace{--fa: ""}.fa-eye-dropper{--fa: ""}.fa-eye-dropper-empty{--fa: ""}.fa-eyedropper{--fa: ""}.fa-file-circle-check{--fa: ""}.fa-forward{--fa: ""}.fa-mobile{--fa: ""}.fa-mobile-android{--fa: ""}.fa-mobile-phone{--fa: ""}.fa-face-meh{--fa: ""}.fa-meh{--fa: ""}.fa-align-center{--fa: ""}.fa-book-skull{--fa: ""}.fa-book-dead{--fa: ""}.fa-id-card{--fa: ""}.fa-drivers-license{--fa: ""}.fa-outdent{--fa: ""}.fa-dedent{--fa: ""}.fa-heart-circle-exclamation{--fa: ""}.fa-house{--fa: ""}.fa-home{--fa: ""}.fa-home-alt{--fa: ""}.fa-home-lg-alt{--fa: ""}.fa-calendar-week{--fa: ""}.fa-laptop-medical{--fa: ""}.fa-b{--fa: "B"}.fa-file-medical{--fa: ""}.fa-dice-one{--fa: ""}.fa-kiwi-bird{--fa: ""}.fa-arrow-right-arrow-left{--fa: ""}.fa-exchange{--fa: ""}.fa-rotate-right{--fa: ""}.fa-redo-alt{--fa: ""}.fa-rotate-forward{--fa: ""}.fa-utensils{--fa: ""}.fa-cutlery{--fa: ""}.fa-arrow-up-wide-short{--fa: ""}.fa-sort-amount-up{--fa: ""}.fa-mill-sign{--fa: ""}.fa-bowl-rice{--fa: ""}.fa-skull{--fa: ""}.fa-tower-broadcast{--fa: ""}.fa-broadcast-tower{--fa: ""}.fa-truck-pickup{--fa: ""}.fa-up-long{--fa: ""}.fa-long-arrow-alt-up{--fa: ""}.fa-stop{--fa: ""}.fa-code-merge{--fa: ""}.fa-upload{--fa: ""}.fa-hurricane{--fa: ""}.fa-mound{--fa: ""}.fa-toilet-portable{--fa: ""}.fa-compact-disc{--fa: ""}.fa-file-arrow-down{--fa: ""}.fa-file-download{--fa: ""}.fa-caravan{--fa: ""}.fa-shield-cat{--fa: ""}.fa-bolt{--fa: ""}.fa-zap{--fa: ""}.fa-glass-water{--fa: ""}.fa-oil-well{--fa: ""}.fa-vault{--fa: ""}.fa-mars{--fa: ""}.fa-toilet{--fa: ""}.fa-plane-circle-xmark{--fa: ""}.fa-yen-sign{--fa: ""}.fa-cny{--fa: ""}.fa-jpy{--fa: ""}.fa-rmb{--fa: ""}.fa-yen{--fa: ""}.fa-ruble-sign{--fa: ""}.fa-rouble{--fa: ""}.fa-rub{--fa: ""}.fa-ruble{--fa: ""}.fa-sun{--fa: ""}.fa-guitar{--fa: ""}.fa-face-laugh-wink{--fa: ""}.fa-laugh-wink{--fa: ""}.fa-horse-head{--fa: ""}.fa-bore-hole{--fa: ""}.fa-industry{--fa: ""}.fa-circle-down{--fa: ""}.fa-arrow-alt-circle-down{--fa: ""}.fa-arrows-turn-to-dots{--fa: ""}.fa-florin-sign{--fa: ""}.fa-arrow-down-short-wide{--fa: ""}.fa-sort-amount-desc{--fa: ""}.fa-sort-amount-down-alt{--fa: ""}.fa-less-than{--fa: "<"}.fa-angle-down{--fa: ""}.fa-car-tunnel{--fa: ""}.fa-head-side-cough{--fa: ""}.fa-grip-lines{--fa: ""}.fa-thumbs-down{--fa: ""}.fa-user-lock{--fa: ""}.fa-arrow-right-long{--fa: ""}.fa-long-arrow-right{--fa: ""}.fa-anchor-circle-xmark{--fa: ""}.fa-ellipsis{--fa: ""}.fa-ellipsis-h{--fa: ""}.fa-chess-pawn{--fa: ""}.fa-kit-medical{--fa: ""}.fa-first-aid{--fa: ""}.fa-person-through-window{--fa: ""}.fa-toolbox{--fa: ""}.fa-hands-holding-circle{--fa: ""}.fa-bug{--fa: ""}.fa-credit-card{--fa: ""}.fa-credit-card-alt{--fa: ""}.fa-car{--fa: ""}.fa-automobile{--fa: ""}.fa-hand-holding-hand{--fa: ""}.fa-book-open-reader{--fa: ""}.fa-book-reader{--fa: ""}.fa-mountain-sun{--fa: ""}.fa-arrows-left-right-to-line{--fa: ""}.fa-dice-d20{--fa: ""}.fa-truck-droplet{--fa: ""}.fa-file-circle-xmark{--fa: ""}.fa-temperature-arrow-up{--fa: ""}.fa-temperature-up{--fa: ""}.fa-medal{--fa: ""}.fa-bed{--fa: ""}.fa-square-h{--fa: ""}.fa-h-square{--fa: ""}.fa-podcast{--fa: ""}.fa-temperature-full{--fa: ""}.fa-temperature-4{--fa: ""}.fa-thermometer-4{--fa: ""}.fa-thermometer-full{--fa: ""}.fa-bell{--fa: ""}.fa-superscript{--fa: ""}.fa-plug-circle-xmark{--fa: ""}.fa-star-of-life{--fa: ""}.fa-phone-slash{--fa: ""}.fa-paint-roller{--fa: ""}.fa-handshake-angle{--fa: ""}.fa-hands-helping{--fa: ""}.fa-location-dot{--fa: ""}.fa-map-marker-alt{--fa: ""}.fa-file{--fa: ""}.fa-greater-than{--fa: ">"}.fa-person-swimming{--fa: ""}.fa-swimmer{--fa: ""}.fa-arrow-down{--fa: ""}.fa-droplet{--fa: ""}.fa-tint{--fa: ""}.fa-eraser{--fa: ""}.fa-earth-americas{--fa: ""}.fa-earth{--fa: ""}.fa-earth-america{--fa: ""}.fa-globe-americas{--fa: ""}.fa-person-burst{--fa: ""}.fa-dove{--fa: ""}.fa-battery-empty{--fa: ""}.fa-battery-0{--fa: ""}.fa-socks{--fa: ""}.fa-inbox{--fa: ""}.fa-section{--fa: ""}.fa-gauge-high{--fa: ""}.fa-tachometer-alt{--fa: ""}.fa-tachometer-alt-fast{--fa: ""}.fa-envelope-open-text{--fa: ""}.fa-hospital{--fa: ""}.fa-hospital-alt{--fa: ""}.fa-hospital-wide{--fa: ""}.fa-wine-bottle{--fa: ""}.fa-chess-rook{--fa: ""}.fa-bars-staggered{--fa: ""}.fa-reorder{--fa: ""}.fa-stream{--fa: ""}.fa-dharmachakra{--fa: ""}.fa-hotdog{--fa: ""}.fa-person-walking-with-cane{--fa: ""}.fa-blind{--fa: ""}.fa-drum{--fa: ""}.fa-ice-cream{--fa: ""}.fa-heart-circle-bolt{--fa: ""}.fa-fax{--fa: ""}.fa-paragraph{--fa: ""}.fa-check-to-slot{--fa: ""}.fa-vote-yea{--fa: ""}.fa-star-half{--fa: ""}.fa-boxes-stacked{--fa: ""}.fa-boxes{--fa: ""}.fa-boxes-alt{--fa: ""}.fa-link{--fa: ""}.fa-chain{--fa: ""}.fa-ear-listen{--fa: ""}.fa-assistive-listening-systems{--fa: ""}.fa-tree-city{--fa: ""}.fa-play{--fa: ""}.fa-font{--fa: ""}.fa-table-cells-row-lock{--fa: ""}.fa-rupiah-sign{--fa: ""}.fa-magnifying-glass{--fa: ""}.fa-search{--fa: ""}.fa-table-tennis-paddle-ball{--fa: ""}.fa-ping-pong-paddle-ball{--fa: ""}.fa-table-tennis{--fa: ""}.fa-person-dots-from-line{--fa: ""}.fa-diagnoses{--fa: ""}.fa-trash-can-arrow-up{--fa: ""}.fa-trash-restore-alt{--fa: ""}.fa-naira-sign{--fa: ""}.fa-cart-arrow-down{--fa: ""}.fa-walkie-talkie{--fa: ""}.fa-file-pen{--fa: ""}.fa-file-edit{--fa: ""}.fa-receipt{--fa: ""}.fa-square-pen{--fa: ""}.fa-pen-square{--fa: ""}.fa-pencil-square{--fa: ""}.fa-suitcase-rolling{--fa: ""}.fa-person-circle-exclamation{--fa: ""}.fa-chevron-down{--fa: ""}.fa-battery-full{--fa: ""}.fa-battery{--fa: ""}.fa-battery-5{--fa: ""}.fa-skull-crossbones{--fa: ""}.fa-code-compare{--fa: ""}.fa-list-ul{--fa: ""}.fa-list-dots{--fa: ""}.fa-school-lock{--fa: ""}.fa-tower-cell{--fa: ""}.fa-down-long{--fa: ""}.fa-long-arrow-alt-down{--fa: ""}.fa-ranking-star{--fa: ""}.fa-chess-king{--fa: ""}.fa-person-harassing{--fa: ""}.fa-brazilian-real-sign{--fa: ""}.fa-landmark-dome{--fa: ""}.fa-landmark-alt{--fa: ""}.fa-arrow-up{--fa: ""}.fa-tv{--fa: ""}.fa-television{--fa: ""}.fa-tv-alt{--fa: ""}.fa-shrimp{--fa: ""}.fa-list-check{--fa: ""}.fa-tasks{--fa: ""}.fa-jug-detergent{--fa: ""}.fa-circle-user{--fa: ""}.fa-user-circle{--fa: ""}.fa-user-shield{--fa: ""}.fa-wind{--fa: ""}.fa-car-burst{--fa: ""}.fa-car-crash{--fa: ""}.fa-y{--fa: "Y"}.fa-person-snowboarding{--fa: ""}.fa-snowboarding{--fa: ""}.fa-truck-fast{--fa: ""}.fa-shipping-fast{--fa: ""}.fa-fish{--fa: ""}.fa-user-graduate{--fa: ""}.fa-circle-half-stroke{--fa: ""}.fa-adjust{--fa: ""}.fa-clapperboard{--fa: ""}.fa-circle-radiation{--fa: ""}.fa-radiation-alt{--fa: ""}.fa-baseball{--fa: ""}.fa-baseball-ball{--fa: ""}.fa-jet-fighter-up{--fa: ""}.fa-diagram-project{--fa: ""}.fa-project-diagram{--fa: ""}.fa-copy{--fa: ""}.fa-volume-xmark{--fa: ""}.fa-volume-mute{--fa: ""}.fa-volume-times{--fa: ""}.fa-hand-sparkles{--fa: ""}.fa-grip{--fa: ""}.fa-grip-horizontal{--fa: ""}.fa-share-from-square{--fa: ""}.fa-share-square{--fa: ""}.fa-child-combatant{--fa: ""}.fa-child-rifle{--fa: ""}.fa-gun{--fa: ""}.fa-square-phone{--fa: ""}.fa-phone-square{--fa: ""}.fa-plus{--fa: "+"}.fa-add{--fa: "+"}.fa-expand{--fa: ""}.fa-computer{--fa: ""}.fa-xmark{--fa: ""}.fa-close{--fa: ""}.fa-multiply{--fa: ""}.fa-remove{--fa: ""}.fa-times{--fa: ""}.fa-arrows-up-down-left-right{--fa: ""}.fa-arrows{--fa: ""}.fa-chalkboard-user{--fa: ""}.fa-chalkboard-teacher{--fa: ""}.fa-peso-sign{--fa: ""}.fa-building-shield{--fa: ""}.fa-baby{--fa: ""}.fa-users-line{--fa: ""}.fa-quote-left{--fa: ""}.fa-quote-left-alt{--fa: ""}.fa-tractor{--fa: ""}.fa-trash-arrow-up{--fa: ""}.fa-trash-restore{--fa: ""}.fa-arrow-down-up-lock{--fa: ""}.fa-lines-leaning{--fa: ""}.fa-ruler-combined{--fa: ""}.fa-copyright{--fa: ""}.fa-equals{--fa: "="}.fa-blender{--fa: ""}.fa-teeth{--fa: ""}.fa-shekel-sign{--fa: ""}.fa-ils{--fa: ""}.fa-shekel{--fa: ""}.fa-sheqel{--fa: ""}.fa-sheqel-sign{--fa: ""}.fa-map{--fa: ""}.fa-rocket{--fa: ""}.fa-photo-film{--fa: ""}.fa-photo-video{--fa: ""}.fa-folder-minus{--fa: ""}.fa-hexagon-nodes-bolt{--fa: ""}.fa-store{--fa: ""}.fa-arrow-trend-up{--fa: ""}.fa-plug-circle-minus{--fa: ""}.fa-sign-hanging{--fa: ""}.fa-sign{--fa: ""}.fa-bezier-curve{--fa: ""}.fa-bell-slash{--fa: ""}.fa-tablet{--fa: ""}.fa-tablet-android{--fa: ""}.fa-school-flag{--fa: ""}.fa-fill{--fa: ""}.fa-angle-up{--fa: ""}.fa-drumstick-bite{--fa: ""}.fa-holly-berry{--fa: ""}.fa-chevron-left{--fa: ""}.fa-bacteria{--fa: ""}.fa-hand-lizard{--fa: ""}.fa-notdef{--fa: ""}.fa-disease{--fa: ""}.fa-briefcase-medical{--fa: ""}.fa-genderless{--fa: ""}.fa-chevron-right{--fa: ""}.fa-retweet{--fa: ""}.fa-car-rear{--fa: ""}.fa-car-alt{--fa: ""}.fa-pump-soap{--fa: ""}.fa-video-slash{--fa: ""}.fa-battery-quarter{--fa: ""}.fa-battery-2{--fa: ""}.fa-radio{--fa: ""}.fa-baby-carriage{--fa: ""}.fa-carriage-baby{--fa: ""}.fa-traffic-light{--fa: ""}.fa-thermometer{--fa: ""}.fa-vr-cardboard{--fa: ""}.fa-hand-middle-finger{--fa: ""}.fa-percent{--fa: "%"}.fa-percentage{--fa: "%"}.fa-truck-moving{--fa: ""}.fa-glass-water-droplet{--fa: ""}.fa-display{--fa: ""}.fa-face-smile{--fa: ""}.fa-smile{--fa: ""}.fa-thumbtack{--fa: ""}.fa-thumb-tack{--fa: ""}.fa-trophy{--fa: ""}.fa-person-praying{--fa: ""}.fa-pray{--fa: ""}.fa-hammer{--fa: ""}.fa-hand-peace{--fa: ""}.fa-rotate{--fa: ""}.fa-sync-alt{--fa: ""}.fa-spinner{--fa: ""}.fa-robot{--fa: ""}.fa-peace{--fa: ""}.fa-gears{--fa: ""}.fa-cogs{--fa: ""}.fa-warehouse{--fa: ""}.fa-arrow-up-right-dots{--fa: ""}.fa-splotch{--fa: ""}.fa-face-grin-hearts{--fa: ""}.fa-grin-hearts{--fa: ""}.fa-dice-four{--fa: ""}.fa-sim-card{--fa: ""}.fa-transgender{--fa: ""}.fa-transgender-alt{--fa: ""}.fa-mercury{--fa: ""}.fa-arrow-turn-down{--fa: ""}.fa-level-down{--fa: ""}.fa-person-falling-burst{--fa: ""}.fa-award{--fa: ""}.fa-ticket-simple{--fa: ""}.fa-ticket-alt{--fa: ""}.fa-building{--fa: ""}.fa-angles-left{--fa: ""}.fa-angle-double-left{--fa: ""}.fa-qrcode{--fa: ""}.fa-clock-rotate-left{--fa: ""}.fa-history{--fa: ""}.fa-face-grin-beam-sweat{--fa: ""}.fa-grin-beam-sweat{--fa: ""}.fa-file-export{--fa: ""}.fa-arrow-right-from-file{--fa: ""}.fa-shield{--fa: ""}.fa-shield-blank{--fa: ""}.fa-arrow-up-short-wide{--fa: ""}.fa-sort-amount-up-alt{--fa: ""}.fa-comment-nodes{--fa: ""}.fa-house-medical{--fa: ""}.fa-golf-ball-tee{--fa: ""}.fa-golf-ball{--fa: ""}.fa-circle-chevron-left{--fa: ""}.fa-chevron-circle-left{--fa: ""}.fa-house-chimney-window{--fa: ""}.fa-pen-nib{--fa: ""}.fa-tent-arrow-turn-left{--fa: ""}.fa-tents{--fa: ""}.fa-wand-magic{--fa: ""}.fa-magic{--fa: ""}.fa-dog{--fa: ""}.fa-carrot{--fa: ""}.fa-moon{--fa: ""}.fa-wine-glass-empty{--fa: ""}.fa-wine-glass-alt{--fa: ""}.fa-cheese{--fa: ""}.fa-yin-yang{--fa: ""}.fa-music{--fa: ""}.fa-code-commit{--fa: ""}.fa-temperature-low{--fa: ""}.fa-person-biking{--fa: ""}.fa-biking{--fa: ""}.fa-broom{--fa: ""}.fa-shield-heart{--fa: ""}.fa-gopuram{--fa: ""}.fa-earth-oceania{--fa: ""}.fa-globe-oceania{--fa: ""}.fa-square-xmark{--fa: ""}.fa-times-square{--fa: ""}.fa-xmark-square{--fa: ""}.fa-hashtag{--fa: "#"}.fa-up-right-and-down-left-from-center{--fa: ""}.fa-expand-alt{--fa: ""}.fa-oil-can{--fa: ""}.fa-t{--fa: "T"}.fa-hippo{--fa: ""}.fa-chart-column{--fa: ""}.fa-infinity{--fa: ""}.fa-vial-circle-check{--fa: ""}.fa-person-arrow-down-to-line{--fa: ""}.fa-voicemail{--fa: ""}.fa-fan{--fa: ""}.fa-person-walking-luggage{--fa: ""}.fa-up-down{--fa: ""}.fa-arrows-alt-v{--fa: ""}.fa-cloud-moon-rain{--fa: ""}.fa-calendar{--fa: ""}.fa-trailer{--fa: ""}.fa-bahai{--fa: ""}.fa-haykal{--fa: ""}.fa-sd-card{--fa: ""}.fa-dragon{--fa: ""}.fa-shoe-prints{--fa: ""}.fa-circle-plus{--fa: ""}.fa-plus-circle{--fa: ""}.fa-face-grin-tongue-wink{--fa: ""}.fa-grin-tongue-wink{--fa: ""}.fa-hand-holding{--fa: ""}.fa-plug-circle-exclamation{--fa: ""}.fa-link-slash{--fa: ""}.fa-chain-broken{--fa: ""}.fa-chain-slash{--fa: ""}.fa-unlink{--fa: ""}.fa-clone{--fa: ""}.fa-person-walking-arrow-loop-left{--fa: ""}.fa-arrow-up-z-a{--fa: ""}.fa-sort-alpha-up-alt{--fa: ""}.fa-fire-flame-curved{--fa: ""}.fa-fire-alt{--fa: ""}.fa-tornado{--fa: ""}.fa-file-circle-plus{--fa: ""}.fa-book-quran{--fa: ""}.fa-quran{--fa: ""}.fa-anchor{--fa: ""}.fa-border-all{--fa: ""}.fa-face-angry{--fa: ""}.fa-angry{--fa: ""}.fa-cookie-bite{--fa: ""}.fa-arrow-trend-down{--fa: ""}.fa-rss{--fa: ""}.fa-feed{--fa: ""}.fa-draw-polygon{--fa: ""}.fa-scale-balanced{--fa: ""}.fa-balance-scale{--fa: ""}.fa-gauge-simple-high{--fa: ""}.fa-tachometer{--fa: ""}.fa-tachometer-fast{--fa: ""}.fa-shower{--fa: ""}.fa-desktop{--fa: ""}.fa-desktop-alt{--fa: ""}.fa-m{--fa: "M"}.fa-table-list{--fa: ""}.fa-th-list{--fa: ""}.fa-comment-sms{--fa: ""}.fa-sms{--fa: ""}.fa-book{--fa: ""}.fa-user-plus{--fa: ""}.fa-check{--fa: ""}.fa-battery-three-quarters{--fa: ""}.fa-battery-4{--fa: ""}.fa-house-circle-check{--fa: ""}.fa-angle-left{--fa: ""}.fa-diagram-successor{--fa: ""}.fa-truck-arrow-right{--fa: ""}.fa-arrows-split-up-and-left{--fa: ""}.fa-hand-fist{--fa: ""}.fa-fist-raised{--fa: ""}.fa-cloud-moon{--fa: ""}.fa-briefcase{--fa: ""}.fa-person-falling{--fa: ""}.fa-image-portrait{--fa: ""}.fa-portrait{--fa: ""}.fa-user-tag{--fa: ""}.fa-rug{--fa: ""}.fa-earth-europe{--fa: ""}.fa-globe-europe{--fa: ""}.fa-cart-flatbed-suitcase{--fa: ""}.fa-luggage-cart{--fa: ""}.fa-rectangle-xmark{--fa: ""}.fa-rectangle-times{--fa: ""}.fa-times-rectangle{--fa: ""}.fa-window-close{--fa: ""}.fa-baht-sign{--fa: ""}.fa-book-open{--fa: ""}.fa-book-journal-whills{--fa: ""}.fa-journal-whills{--fa: ""}.fa-handcuffs{--fa: ""}.fa-triangle-exclamation{--fa: ""}.fa-exclamation-triangle{--fa: ""}.fa-warning{--fa: ""}.fa-database{--fa: ""}.fa-share{--fa: ""}.fa-mail-forward{--fa: ""}.fa-bottle-droplet{--fa: ""}.fa-mask-face{--fa: ""}.fa-hill-rockslide{--fa: ""}.fa-right-left{--fa: ""}.fa-exchange-alt{--fa: ""}.fa-paper-plane{--fa: ""}.fa-road-circle-exclamation{--fa: ""}.fa-dungeon{--fa: ""}.fa-align-right{--fa: ""}.fa-money-bill-1-wave{--fa: ""}.fa-money-bill-wave-alt{--fa: ""}.fa-life-ring{--fa: ""}.fa-hands{--fa: ""}.fa-sign-language{--fa: ""}.fa-signing{--fa: ""}.fa-calendar-day{--fa: ""}.fa-water-ladder{--fa: ""}.fa-ladder-water{--fa: ""}.fa-swimming-pool{--fa: ""}.fa-arrows-up-down{--fa: ""}.fa-arrows-v{--fa: ""}.fa-face-grimace{--fa: ""}.fa-grimace{--fa: ""}.fa-wheelchair-move{--fa: ""}.fa-wheelchair-alt{--fa: ""}.fa-turn-down{--fa: ""}.fa-level-down-alt{--fa: ""}.fa-person-walking-arrow-right{--fa: ""}.fa-square-envelope{--fa: ""}.fa-envelope-square{--fa: ""}.fa-dice{--fa: ""}.fa-bowling-ball{--fa: ""}.fa-brain{--fa: ""}.fa-bandage{--fa: ""}.fa-band-aid{--fa: ""}.fa-calendar-minus{--fa: ""}.fa-circle-xmark{--fa: ""}.fa-times-circle{--fa: ""}.fa-xmark-circle{--fa: ""}.fa-gifts{--fa: ""}.fa-hotel{--fa: ""}.fa-earth-asia{--fa: ""}.fa-globe-asia{--fa: ""}.fa-id-card-clip{--fa: ""}.fa-id-card-alt{--fa: ""}.fa-magnifying-glass-plus{--fa: ""}.fa-search-plus{--fa: ""}.fa-thumbs-up{--fa: ""}.fa-user-clock{--fa: ""}.fa-hand-dots{--fa: ""}.fa-allergies{--fa: ""}.fa-file-invoice{--fa: ""}.fa-window-minimize{--fa: ""}.fa-mug-saucer{--fa: ""}.fa-coffee{--fa: ""}.fa-brush{--fa: ""}.fa-file-half-dashed{--fa: ""}.fa-mask{--fa: ""}.fa-magnifying-glass-minus{--fa: ""}.fa-search-minus{--fa: ""}.fa-ruler-vertical{--fa: ""}.fa-user-large{--fa: ""}.fa-user-alt{--fa: ""}.fa-train-tram{--fa: ""}.fa-user-nurse{--fa: ""}.fa-syringe{--fa: ""}.fa-cloud-sun{--fa: ""}.fa-stopwatch-20{--fa: ""}.fa-square-full{--fa: ""}.fa-magnet{--fa: ""}.fa-jar{--fa: ""}.fa-note-sticky{--fa: ""}.fa-sticky-note{--fa: ""}.fa-bug-slash{--fa: ""}.fa-arrow-up-from-water-pump{--fa: ""}.fa-bone{--fa: ""}.fa-table-cells-row-unlock{--fa: ""}.fa-user-injured{--fa: ""}.fa-face-sad-tear{--fa: ""}.fa-sad-tear{--fa: ""}.fa-plane{--fa: ""}.fa-tent-arrows-down{--fa: ""}.fa-exclamation{--fa: "!"}.fa-arrows-spin{--fa: ""}.fa-print{--fa: ""}.fa-turkish-lira-sign{--fa: ""}.fa-try{--fa: ""}.fa-turkish-lira{--fa: ""}.fa-dollar-sign{--fa: "$"}.fa-dollar{--fa: "$"}.fa-usd{--fa: "$"}.fa-x{--fa: "X"}.fa-magnifying-glass-dollar{--fa: ""}.fa-search-dollar{--fa: ""}.fa-users-gear{--fa: ""}.fa-users-cog{--fa: ""}.fa-person-military-pointing{--fa: ""}.fa-building-columns{--fa: ""}.fa-bank{--fa: ""}.fa-institution{--fa: ""}.fa-museum{--fa: ""}.fa-university{--fa: ""}.fa-umbrella{--fa: ""}.fa-trowel{--fa: ""}.fa-d{--fa: "D"}.fa-stapler{--fa: ""}.fa-masks-theater{--fa: ""}.fa-theater-masks{--fa: ""}.fa-kip-sign{--fa: ""}.fa-hand-point-left{--fa: ""}.fa-handshake-simple{--fa: ""}.fa-handshake-alt{--fa: ""}.fa-jet-fighter{--fa: ""}.fa-fighter-jet{--fa: ""}.fa-square-share-nodes{--fa: ""}.fa-share-alt-square{--fa: ""}.fa-barcode{--fa: ""}.fa-plus-minus{--fa: ""}.fa-video{--fa: ""}.fa-video-camera{--fa: ""}.fa-graduation-cap{--fa: ""}.fa-mortar-board{--fa: ""}.fa-hand-holding-medical{--fa: ""}.fa-person-circle-check{--fa: ""}.fa-turn-up{--fa: ""}.fa-level-up-alt{--fa: ""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/font-awesome/fa-solid-900-64214b0a6635e69b2722c690f29506337eccbc40c088f7f5bc4e42b361d162a8.woff2) format("woff2"),url(/assets/font-awesome/fa-solid-900-44ef3d6557f63579b379a863e53cc44a21b5dca68bea163842cf2f88741b53fc.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/font-awesome/fa-regular-400-1cd36d00df15fd48055bbc42daf8a494228887c26255da15c70c7cff5b31e107.woff2) format("woff2"),url(/assets/font-awesome/fa-regular-400-f8fbc72fd51ef0b8ecca0cbc0212af363185a3ffdb62b54e6d42b61fadf5eb18.ttf) format("truetype")}.far,.fa-regular{font-weight:400}/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/font-awesome/fa-brands-400-1f56bc1732fed207bf092be076fd531aa7e15e8af32fd4ce2e98ef278d385bac.woff2) format("woff2"),url(/assets/font-awesome/fa-brands-400-89694cccd89936fa505b71253427335d580a5989a0e3a614d87a934b58b0e2a8.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa: ""}.fa-hooli{--fa: ""}.fa-yelp{--fa: ""}.fa-cc-visa{--fa: ""}.fa-lastfm{--fa: ""}.fa-shopware{--fa: ""}.fa-creative-commons-nc{--fa: ""}.fa-aws{--fa: ""}.fa-redhat{--fa: ""}.fa-yoast{--fa: ""}.fa-cloudflare{--fa: ""}.fa-ups{--fa: ""}.fa-pixiv{--fa: ""}.fa-wpexplorer{--fa: ""}.fa-dyalog{--fa: ""}.fa-bity{--fa: ""}.fa-stackpath{--fa: ""}.fa-buysellads{--fa: ""}.fa-first-order{--fa: ""}.fa-modx{--fa: ""}.fa-guilded{--fa: ""}.fa-vnv{--fa: ""}.fa-square-js{--fa: ""}.fa-js-square{--fa: ""}.fa-microsoft{--fa: ""}.fa-qq{--fa: ""}.fa-orcid{--fa: ""}.fa-java{--fa: ""}.fa-invision{--fa: ""}.fa-creative-commons-pd-alt{--fa: ""}.fa-centercode{--fa: ""}.fa-glide-g{--fa: ""}.fa-drupal{--fa: ""}.fa-jxl{--fa: ""}.fa-dart-lang{--fa: ""}.fa-hire-a-helper{--fa: ""}.fa-creative-commons-by{--fa: ""}.fa-unity{--fa: ""}.fa-whmcs{--fa: ""}.fa-rocketchat{--fa: ""}.fa-vk{--fa: ""}.fa-untappd{--fa: ""}.fa-mailchimp{--fa: ""}.fa-css3-alt{--fa: ""}.fa-square-reddit{--fa: ""}.fa-reddit-square{--fa: ""}.fa-vimeo-v{--fa: ""}.fa-contao{--fa: ""}.fa-square-font-awesome{--fa: ""}.fa-deskpro{--fa: ""}.fa-brave{--fa: ""}.fa-sistrix{--fa: ""}.fa-square-instagram{--fa: ""}.fa-instagram-square{--fa: ""}.fa-battle-net{--fa: ""}.fa-the-red-yeti{--fa: ""}.fa-square-hacker-news{--fa: ""}.fa-hacker-news-square{--fa: ""}.fa-edge{--fa: ""}.fa-threads{--fa: ""}.fa-napster{--fa: ""}.fa-square-snapchat{--fa: ""}.fa-snapchat-square{--fa: ""}.fa-google-plus-g{--fa: ""}.fa-artstation{--fa: ""}.fa-markdown{--fa: ""}.fa-sourcetree{--fa: ""}.fa-google-plus{--fa: ""}.fa-diaspora{--fa: ""}.fa-foursquare{--fa: ""}.fa-stack-overflow{--fa: ""}.fa-github-alt{--fa: ""}.fa-phoenix-squadron{--fa: ""}.fa-pagelines{--fa: ""}.fa-algolia{--fa: ""}.fa-red-river{--fa: ""}.fa-creative-commons-sa{--fa: ""}.fa-safari{--fa: ""}.fa-google{--fa: ""}.fa-square-font-awesome-stroke{--fa: ""}.fa-font-awesome-alt{--fa: ""}.fa-atlassian{--fa: ""}.fa-linkedin-in{--fa: ""}.fa-digital-ocean{--fa: ""}.fa-nimblr{--fa: ""}.fa-chromecast{--fa: ""}.fa-evernote{--fa: ""}.fa-hacker-news{--fa: ""}.fa-creative-commons-sampling{--fa: ""}.fa-adversal{--fa: ""}.fa-creative-commons{--fa: ""}.fa-watchman-monitoring{--fa: ""}.fa-fonticons{--fa: ""}.fa-weixin{--fa: ""}.fa-shirtsinbulk{--fa: ""}.fa-codepen{--fa: ""}.fa-git-alt{--fa: ""}.fa-lyft{--fa: ""}.fa-rev{--fa: ""}.fa-windows{--fa: ""}.fa-wizards-of-the-coast{--fa: ""}.fa-square-viadeo{--fa: ""}.fa-viadeo-square{--fa: ""}.fa-meetup{--fa: ""}.fa-centos{--fa: ""}.fa-adn{--fa: ""}.fa-cloudsmith{--fa: ""}.fa-opensuse{--fa: ""}.fa-pied-piper-alt{--fa: ""}.fa-square-dribbble{--fa: ""}.fa-dribbble-square{--fa: ""}.fa-codiepie{--fa: ""}.fa-node{--fa: ""}.fa-mix{--fa: ""}.fa-steam{--fa: ""}.fa-cc-apple-pay{--fa: ""}.fa-scribd{--fa: ""}.fa-debian{--fa: ""}.fa-openid{--fa: ""}.fa-instalod{--fa: ""}.fa-files-pinwheel{--fa: ""}.fa-expeditedssl{--fa: ""}.fa-sellcast{--fa: ""}.fa-square-twitter{--fa: ""}.fa-twitter-square{--fa: ""}.fa-r-project{--fa: ""}.fa-delicious{--fa: ""}.fa-freebsd{--fa: ""}.fa-vuejs{--fa: ""}.fa-accusoft{--fa: ""}.fa-ioxhost{--fa: ""}.fa-fonticons-fi{--fa: ""}.fa-app-store{--fa: ""}.fa-cc-mastercard{--fa: ""}.fa-itunes-note{--fa: ""}.fa-golang{--fa: ""}.fa-kickstarter{--fa: ""}.fa-square-kickstarter{--fa: ""}.fa-grav{--fa: ""}.fa-weibo{--fa: ""}.fa-uncharted{--fa: ""}.fa-firstdraft{--fa: ""}.fa-square-youtube{--fa: ""}.fa-youtube-square{--fa: ""}.fa-wikipedia-w{--fa: ""}.fa-wpressr{--fa: ""}.fa-rendact{--fa: ""}.fa-angellist{--fa: ""}.fa-galactic-republic{--fa: ""}.fa-nfc-directional{--fa: ""}.fa-skype{--fa: ""}.fa-joget{--fa: ""}.fa-fedora{--fa: ""}.fa-stripe-s{--fa: ""}.fa-meta{--fa: ""}.fa-laravel{--fa: ""}.fa-hotjar{--fa: ""}.fa-bluetooth-b{--fa: ""}.fa-square-letterboxd{--fa: ""}.fa-sticker-mule{--fa: ""}.fa-creative-commons-zero{--fa: ""}.fa-hips{--fa: ""}.fa-css{--fa: ""}.fa-behance{--fa: ""}.fa-reddit{--fa: ""}.fa-discord{--fa: ""}.fa-chrome{--fa: ""}.fa-app-store-ios{--fa: ""}.fa-cc-discover{--fa: ""}.fa-wpbeginner{--fa: ""}.fa-confluence{--fa: ""}.fa-shoelace{--fa: ""}.fa-mdb{--fa: ""}.fa-dochub{--fa: ""}.fa-accessible-icon{--fa: ""}.fa-ebay{--fa: ""}.fa-amazon{--fa: ""}.fa-unsplash{--fa: ""}.fa-yarn{--fa: ""}.fa-square-steam{--fa: ""}.fa-steam-square{--fa: ""}.fa-500px{--fa: ""}.fa-square-vimeo{--fa: ""}.fa-vimeo-square{--fa: ""}.fa-asymmetrik{--fa: ""}.fa-font-awesome{--fa: ""}.fa-font-awesome-flag{--fa: ""}.fa-font-awesome-logo-full{--fa: ""}.fa-gratipay{--fa: ""}.fa-apple{--fa: ""}.fa-hive{--fa: ""}.fa-gitkraken{--fa: ""}.fa-keybase{--fa: ""}.fa-apple-pay{--fa: ""}.fa-padlet{--fa: ""}.fa-amazon-pay{--fa: ""}.fa-square-github{--fa: ""}.fa-github-square{--fa: ""}.fa-stumbleupon{--fa: ""}.fa-fedex{--fa: ""}.fa-phoenix-framework{--fa: ""}.fa-shopify{--fa: ""}.fa-neos{--fa: ""}.fa-square-threads{--fa: ""}.fa-hackerrank{--fa: ""}.fa-researchgate{--fa: ""}.fa-swift{--fa: ""}.fa-angular{--fa: ""}.fa-speakap{--fa: ""}.fa-angrycreative{--fa: ""}.fa-y-combinator{--fa: ""}.fa-empire{--fa: ""}.fa-envira{--fa: ""}.fa-google-scholar{--fa: ""}.fa-square-gitlab{--fa: ""}.fa-gitlab-square{--fa: ""}.fa-studiovinari{--fa: ""}.fa-pied-piper{--fa: ""}.fa-wordpress{--fa: ""}.fa-product-hunt{--fa: ""}.fa-firefox{--fa: ""}.fa-linode{--fa: ""}.fa-goodreads{--fa: ""}.fa-square-odnoklassniki{--fa: ""}.fa-odnoklassniki-square{--fa: ""}.fa-jsfiddle{--fa: ""}.fa-sith{--fa: ""}.fa-themeisle{--fa: ""}.fa-page4{--fa: ""}.fa-hashnode{--fa: ""}.fa-react{--fa: ""}.fa-cc-paypal{--fa: ""}.fa-squarespace{--fa: ""}.fa-cc-stripe{--fa: ""}.fa-creative-commons-share{--fa: ""}.fa-bitcoin{--fa: ""}.fa-keycdn{--fa: ""}.fa-opera{--fa: ""}.fa-itch-io{--fa: ""}.fa-umbraco{--fa: ""}.fa-galactic-senate{--fa: ""}.fa-ubuntu{--fa: ""}.fa-draft2digital{--fa: ""}.fa-stripe{--fa: ""}.fa-houzz{--fa: ""}.fa-gg{--fa: ""}.fa-dhl{--fa: ""}.fa-square-pinterest{--fa: ""}.fa-pinterest-square{--fa: ""}.fa-xing{--fa: ""}.fa-blackberry{--fa: ""}.fa-creative-commons-pd{--fa: ""}.fa-playstation{--fa: ""}.fa-quinscape{--fa: ""}.fa-less{--fa: ""}.fa-blogger-b{--fa: ""}.fa-opencart{--fa: ""}.fa-vine{--fa: ""}.fa-signal-messenger{--fa: ""}.fa-paypal{--fa: ""}.fa-gitlab{--fa: ""}.fa-typo3{--fa: ""}.fa-reddit-alien{--fa: ""}.fa-yahoo{--fa: ""}.fa-dailymotion{--fa: ""}.fa-affiliatetheme{--fa: ""}.fa-pied-piper-pp{--fa: ""}.fa-bootstrap{--fa: ""}.fa-odnoklassniki{--fa: ""}.fa-nfc-symbol{--fa: ""}.fa-mintbit{--fa: ""}.fa-ethereum{--fa: ""}.fa-speaker-deck{--fa: ""}.fa-creative-commons-nc-eu{--fa: ""}.fa-patreon{--fa: ""}.fa-avianex{--fa: ""}.fa-ello{--fa: ""}.fa-gofore{--fa: ""}.fa-bimobject{--fa: ""}.fa-brave-reverse{--fa: ""}.fa-facebook-f{--fa: ""}.fa-square-google-plus{--fa: ""}.fa-google-plus-square{--fa: ""}.fa-web-awesome{--fa: ""}.fa-mandalorian{--fa: ""}.fa-first-order-alt{--fa: ""}.fa-osi{--fa: ""}.fa-google-wallet{--fa: ""}.fa-d-and-d-beyond{--fa: ""}.fa-periscope{--fa: ""}.fa-fulcrum{--fa: ""}.fa-cloudscale{--fa: ""}.fa-forumbee{--fa: ""}.fa-mizuni{--fa: ""}.fa-schlix{--fa: ""}.fa-square-xing{--fa: ""}.fa-xing-square{--fa: ""}.fa-bandcamp{--fa: ""}.fa-wpforms{--fa: ""}.fa-cloudversify{--fa: ""}.fa-usps{--fa: ""}.fa-megaport{--fa: ""}.fa-magento{--fa: ""}.fa-spotify{--fa: ""}.fa-optin-monster{--fa: ""}.fa-fly{--fa: ""}.fa-square-bluesky{--fa: ""}.fa-aviato{--fa: ""}.fa-itunes{--fa: ""}.fa-cuttlefish{--fa: ""}.fa-blogger{--fa: ""}.fa-flickr{--fa: ""}.fa-viber{--fa: ""}.fa-soundcloud{--fa: ""}.fa-digg{--fa: ""}.fa-tencent-weibo{--fa: ""}.fa-letterboxd{--fa: ""}.fa-symfony{--fa: ""}.fa-maxcdn{--fa: ""}.fa-etsy{--fa: ""}.fa-facebook-messenger{--fa: ""}.fa-audible{--fa: ""}.fa-think-peaks{--fa: ""}.fa-bilibili{--fa: ""}.fa-erlang{--fa: ""}.fa-x-twitter{--fa: ""}.fa-cotton-bureau{--fa: ""}.fa-dashcube{--fa: ""}.fa-42-group{--fa: ""}.fa-innosoft{--fa: ""}.fa-stack-exchange{--fa: ""}.fa-elementor{--fa: ""}.fa-square-pied-piper{--fa: ""}.fa-pied-piper-square{--fa: ""}.fa-creative-commons-nd{--fa: ""}.fa-palfed{--fa: ""}.fa-superpowers{--fa: ""}.fa-resolving{--fa: ""}.fa-xbox{--fa: ""}.fa-square-web-awesome-stroke{--fa: ""}.fa-searchengin{--fa: ""}.fa-tiktok{--fa: ""}.fa-square-facebook{--fa: ""}.fa-facebook-square{--fa: ""}.fa-renren{--fa: ""}.fa-linux{--fa: ""}.fa-glide{--fa: ""}.fa-linkedin{--fa: ""}.fa-hubspot{--fa: ""}.fa-deploydog{--fa: ""}.fa-twitch{--fa: ""}.fa-flutter{--fa: ""}.fa-ravelry{--fa: ""}.fa-mixer{--fa: ""}.fa-square-lastfm{--fa: ""}.fa-lastfm-square{--fa: ""}.fa-vimeo{--fa: ""}.fa-mendeley{--fa: ""}.fa-uniregistry{--fa: ""}.fa-figma{--fa: ""}.fa-creative-commons-remix{--fa: ""}.fa-cc-amazon-pay{--fa: ""}.fa-dropbox{--fa: ""}.fa-instagram{--fa: ""}.fa-cmplid{--fa: ""}.fa-upwork{--fa: ""}.fa-facebook{--fa: ""}.fa-gripfire{--fa: ""}.fa-jedi-order{--fa: ""}.fa-uikit{--fa: ""}.fa-fort-awesome-alt{--fa: ""}.fa-phabricator{--fa: ""}.fa-ussunnah{--fa: ""}.fa-earlybirds{--fa: ""}.fa-trade-federation{--fa: ""}.fa-autoprefixer{--fa: ""}.fa-whatsapp{--fa: ""}.fa-square-upwork{--fa: ""}.fa-slideshare{--fa: ""}.fa-google-play{--fa: ""}.fa-viadeo{--fa: ""}.fa-line{--fa: ""}.fa-google-drive{--fa: ""}.fa-servicestack{--fa: ""}.fa-simplybuilt{--fa: ""}.fa-bitbucket{--fa: ""}.fa-imdb{--fa: ""}.fa-deezer{--fa: ""}.fa-raspberry-pi{--fa: ""}.fa-jira{--fa: ""}.fa-docker{--fa: ""}.fa-screenpal{--fa: ""}.fa-bluetooth{--fa: ""}.fa-gitter{--fa: ""}.fa-d-and-d{--fa: ""}.fa-microblog{--fa: ""}.fa-cc-diners-club{--fa: ""}.fa-gg-circle{--fa: ""}.fa-pied-piper-hat{--fa: ""}.fa-kickstarter-k{--fa: ""}.fa-yandex{--fa: ""}.fa-readme{--fa: ""}.fa-html5{--fa: ""}.fa-sellsy{--fa: ""}.fa-square-web-awesome{--fa: ""}.fa-sass{--fa: ""}.fa-wirsindhandwerk{--fa: ""}.fa-wsh{--fa: ""}.fa-buromobelexperte{--fa: ""}.fa-salesforce{--fa: ""}.fa-octopus-deploy{--fa: ""}.fa-medapps{--fa: ""}.fa-ns8{--fa: ""}.fa-pinterest-p{--fa: ""}.fa-apper{--fa: ""}.fa-fort-awesome{--fa: ""}.fa-waze{--fa: ""}.fa-bluesky{--fa: ""}.fa-cc-jcb{--fa: ""}.fa-snapchat{--fa: ""}.fa-snapchat-ghost{--fa: ""}.fa-fantasy-flight-games{--fa: ""}.fa-rust{--fa: ""}.fa-wix{--fa: ""}.fa-square-behance{--fa: ""}.fa-behance-square{--fa: ""}.fa-supple{--fa: ""}.fa-webflow{--fa: ""}.fa-rebel{--fa: ""}.fa-css3{--fa: ""}.fa-staylinked{--fa: ""}.fa-kaggle{--fa: ""}.fa-space-awesome{--fa: ""}.fa-deviantart{--fa: ""}.fa-cpanel{--fa: ""}.fa-goodreads-g{--fa: ""}.fa-square-git{--fa: ""}.fa-git-square{--fa: ""}.fa-square-tumblr{--fa: ""}.fa-tumblr-square{--fa: ""}.fa-trello{--fa: ""}.fa-creative-commons-nc-jp{--fa: ""}.fa-get-pocket{--fa: ""}.fa-perbyte{--fa: ""}.fa-grunt{--fa: ""}.fa-weebly{--fa: ""}.fa-connectdevelop{--fa: ""}.fa-leanpub{--fa: ""}.fa-black-tie{--fa: ""}.fa-themeco{--fa: ""}.fa-python{--fa: ""}.fa-android{--fa: ""}.fa-bots{--fa: ""}.fa-free-code-camp{--fa: ""}.fa-hornbill{--fa: ""}.fa-js{--fa: ""}.fa-ideal{--fa: ""}.fa-git{--fa: ""}.fa-dev{--fa: ""}.fa-sketch{--fa: ""}.fa-yandex-international{--fa: ""}.fa-cc-amex{--fa: ""}.fa-uber{--fa: ""}.fa-github{--fa: ""}.fa-php{--fa: ""}.fa-alipay{--fa: ""}.fa-youtube{--fa: ""}.fa-skyatlas{--fa: ""}.fa-firefox-browser{--fa: ""}.fa-replyd{--fa: ""}.fa-suse{--fa: ""}.fa-jenkins{--fa: ""}.fa-twitter{--fa: ""}.fa-rockrms{--fa: ""}.fa-pinterest{--fa: ""}.fa-buffer{--fa: ""}.fa-npm{--fa: ""}.fa-yammer{--fa: ""}.fa-btc{--fa: ""}.fa-dribbble{--fa: ""}.fa-stumbleupon-circle{--fa: ""}.fa-internet-explorer{--fa: ""}.fa-stubber{--fa: ""}.fa-telegram{--fa: ""}.fa-telegram-plane{--fa: ""}.fa-old-republic{--fa: ""}.fa-odysee{--fa: ""}.fa-square-whatsapp{--fa: ""}.fa-whatsapp-square{--fa: ""}.fa-node-js{--fa: ""}.fa-edge-legacy{--fa: ""}.fa-slack{--fa: ""}.fa-slack-hash{--fa: ""}.fa-medrt{--fa: ""}.fa-usb{--fa: ""}.fa-tumblr{--fa: ""}.fa-vaadin{--fa: ""}.fa-quora{--fa: ""}.fa-square-x-twitter{--fa: ""}.fa-reacteurope{--fa: ""}.fa-medium{--fa: ""}.fa-medium-m{--fa: ""}.fa-amilia{--fa: ""}.fa-mixcloud{--fa: ""}.fa-flipboard{--fa: ""}.fa-viacoin{--fa: ""}.fa-critical-role{--fa: ""}.fa-sitrox{--fa: ""}.fa-discourse{--fa: ""}.fa-joomla{--fa: ""}.fa-mastodon{--fa: ""}.fa-airbnb{--fa: ""}.fa-wolf-pack-battalion{--fa: ""}.fa-buy-n-large{--fa: ""}.fa-gulp{--fa: ""}.fa-creative-commons-sampling-plus{--fa: ""}.fa-strava{--fa: ""}.fa-ember{--fa: ""}.fa-canadian-maple-leaf{--fa: ""}.fa-teamspeak{--fa: ""}.fa-pushed{--fa: ""}.fa-wordpress-simple{--fa: ""}.fa-nutritionix{--fa: ""}.fa-wodu{--fa: ""}.fa-google-pay{--fa: ""}.fa-intercom{--fa: ""}.fa-zhihu{--fa: ""}.fa-korvue{--fa: ""}.fa-pix{--fa: ""}.fa-steam-symbol{--fa: ""}@font-face{font-family:"Museo";src:url(/assets/Museo700-Regular-webfont-0dc16d2c809adf5798ed1f0e440d2c27c7da6d963d39a274629e8517e69d896f.eot);src:url(/assets/Museo700-Regular-webfont-0dc16d2c809adf5798ed1f0e440d2c27c7da6d963d39a274629e8517e69d896f.eot?#iefix) format("embedded-opentype"),url(/assets/Museo700-Regular-webfont-dcedcfc2286c4bc61cde3373f5fd0303ba2068dbef1749bcdd88ae51b5f12bcd.woff) format("woff"),url(/assets/Museo700-Regular-webfont-db343ea0eb2a19fbf1cd994faec9959f231b174d4128148e6d2a96e7dc0b4c3d.ttf) format("truetype"),url(/assets/Museo700-Regular-webfont-aed31803171c120c4e569639d976bded5bcddc43b3f8ddbbaf50648fac0625d4.svg#Museo700Regular) format("svg");font-weight:bold;font-style:normal}@font-face{font-family:"Museo";src:url(/assets/Museo300-Regular-webfont-a8ff67a4d74bc3ab69cf0f75bcd4056bac5c008f14508c1a8fa56b6c22e2f34b.eot);src:url(/assets/Museo300-Regular-webfont-a8ff67a4d74bc3ab69cf0f75bcd4056bac5c008f14508c1a8fa56b6c22e2f34b.eot?#iefix) format("embedded-opentype"),url(/assets/Museo300-Regular-webfont-34c45689f86b2c4eaaa6e995c99c80b5ffb77aa1bd54afea987d0f2dc502e2d4.woff) format("woff"),url(/assets/Museo300-Regular-webfont-337c0f26dbf846aa771f52f1a0ae12544ae7c37066ead9d7b2de11197b47b401.ttf) format("truetype"),url(/assets/Museo300-Regular-webfont-21367f845435819c78807090ed95d85889dfc0c5f2ed6bb171868906ba24f2ca.svg#Museo300Regular) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"Museo-500";src:url(/2807A9_2_0.eot);src:url(/2807A9_2_0.eot?#iefix) format("embedded-opentype"),url(/2807A9_2_0.woff) format("woff"),url(/2807A9_2_0.ttf) format("truetype")}@font-face{font-family:"AvenirNextLTPro";src:url(/assets/AvenirNextLTPro-Regular-b4769e747857c73039ad71de2d91d872c131262101823864e007d9a69900eb98.woff2) format("woff2"),url(/assets/AvenirNextLTPro-Regular-7b0bd7bec42d451bc91c752cd109e9a3202af0095b74e195c89c36293553cd14.woff) format("woff"),url(/assets/AvenirNextLTPro-Regular-518d1893891f6bfbd9a5aacfadda855ea2c39566e3ec71f9fea3727e7f455b1e.ttf) format("truetype"),url(/assets/AvenirNextLTPro-Regular-518d1893891f6bfbd9a5aacfadda855ea2c39566e3ec71f9fea3727e7f455b1e.ttf#AvenirRegular) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"AvenirNextLTPro";src:url(/assets/AvenirNextLTPro-Bold-de773ccecdbeebb3405747544fe77c190ab1fd35c40143a29702a4f0d264c4bf.woff2) format("woff2"),url(/assets/AvenirNextLTPro-Bold-b20f4c2d0bea207c4b4dcc4707aeda191e09a27e1ee7482a12df985cd747801a.woff) format("woff"),url(/assets/AvenirNextLTPro-Bold-3b7a968d4fb4545183866bc6db7b07a27c03e871fc140af47e00b8af1781d0d6.ttf) format("truetype"),url(/assets/AvenirNextLTPro-Bold-3b7a968d4fb4545183866bc6db7b07a27c03e871fc140af47e00b8af1781d0d6.ttf#AvenirBold) format("svg");font-weight:bold;font-style:normal}@font-face{font-family:"Nunito Sans";src:url(/assets/NunitoSans-Bold-b743418169186ea17477adcab798a68c50b3faa2136fa51a569c56e72eaa225b.woff2) format("woff2");font-weight:bold;font-style:normal}@font-face{font-family:"Nunito Sans";src:url(/assets/NunitoSans-Regular-b270c31edbd3910f3f4a2b108efa4b9736537b3a524356c62dda071e8bf9f337.woff2) format("woff2");font-weight:normal;font-style:normal}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(/assets/material-icons-f3467ad2985a6bfd7823d1ffc951a17710dea5a01e39b45872c250096d07f07e.woff2) format("woff2")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}small{font-size:10px}a{color:#6564db;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5{font-family:"AvenirNextLTPro"}h1{color:#00a4e6;font-size:30px;line-height:30px;margin:10px 0}h2{color:#fe890e;font-size:18px;line-height:18px;margin:10px 0}h2 a{color:#fe890e}table{width:100%}table.default th{background-color:#81c7ed;text-align:left;font-weight:900;padding:10px}table.default th a{color:#000}table.default th:first-child{border-radius:10px 0 0 0}table.default th:last-child{border-radius:0 10px 0 0}table.default tr:nth-child(2n+1){background-color:#eee}table.default td{padding:9px;border:solid 1px #ccc}strong,label{font-weight:900}ol{margin-left:20px;list-style-type:lower-alpha}ol.numbered{list-style-type:decimal}p{margin:10px 0}div.field{margin-bottom:8px;font-size:14px}textarea{width:auto}.panel{padding:15px;margin-bottom:20px;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-heading{padding:10px 15px;margin:-15px -15px 15px;font-size:17.5px;font-weight:500;background-color:#f5f5f5;border-bottom:1px solid #ddd;border-top-right-radius:3px;border-top-left-radius:3px}.panel-footer{padding:10px 15px;margin:15px -15px -15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-primary{border-color:#428bca}.panel-primary .panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success .panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning .panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger .panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info .panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.checkbox-right label{float:left;padding-right:5px}.checkbox-right input[type=checkbox]{margin:0}.simple_form div.input{margin-bottom:10px}.simple_form .error{clear:left;color:red;display:inline-block;margin-left:30px}@font-face{font-family:"Museo";src:url(/assets/Museo700-Regular-webfont-0dc16d2c809adf5798ed1f0e440d2c27c7da6d963d39a274629e8517e69d896f.eot);src:url(/assets/Museo700-Regular-webfont-0dc16d2c809adf5798ed1f0e440d2c27c7da6d963d39a274629e8517e69d896f.eot?#iefix) format("embedded-opentype"),url(/assets/Museo700-Regular-webfont-dcedcfc2286c4bc61cde3373f5fd0303ba2068dbef1749bcdd88ae51b5f12bcd.woff) format("woff"),url(/assets/Museo700-Regular-webfont-db343ea0eb2a19fbf1cd994faec9959f231b174d4128148e6d2a96e7dc0b4c3d.ttf) format("truetype"),url(/assets/Museo700-Regular-webfont-aed31803171c120c4e569639d976bded5bcddc43b3f8ddbbaf50648fac0625d4.svg#Museo700Regular) format("svg");font-weight:bold;font-style:normal}@font-face{font-family:"Museo";src:url(/assets/Museo300-Regular-webfont-a8ff67a4d74bc3ab69cf0f75bcd4056bac5c008f14508c1a8fa56b6c22e2f34b.eot);src:url(/assets/Museo300-Regular-webfont-a8ff67a4d74bc3ab69cf0f75bcd4056bac5c008f14508c1a8fa56b6c22e2f34b.eot?#iefix) format("embedded-opentype"),url(/assets/Museo300-Regular-webfont-34c45689f86b2c4eaaa6e995c99c80b5ffb77aa1bd54afea987d0f2dc502e2d4.woff) format("woff"),url(/assets/Museo300-Regular-webfont-337c0f26dbf846aa771f52f1a0ae12544ae7c37066ead9d7b2de11197b47b401.ttf) format("truetype"),url(/assets/Museo300-Regular-webfont-21367f845435819c78807090ed95d85889dfc0c5f2ed6bb171868906ba24f2ca.svg#Museo300Regular) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"Museo-500";src:url(/2807A9_2_0.eot);src:url(/2807A9_2_0.eot?#iefix) format("embedded-opentype"),url(/2807A9_2_0.woff) format("woff"),url(/2807A9_2_0.ttf) format("truetype")}@font-face{font-family:"AvenirNextLTPro";src:url(/assets/AvenirNextLTPro-Regular-b4769e747857c73039ad71de2d91d872c131262101823864e007d9a69900eb98.woff2) format("woff2"),url(/assets/AvenirNextLTPro-Regular-7b0bd7bec42d451bc91c752cd109e9a3202af0095b74e195c89c36293553cd14.woff) format("woff"),url(/assets/AvenirNextLTPro-Regular-518d1893891f6bfbd9a5aacfadda855ea2c39566e3ec71f9fea3727e7f455b1e.ttf) format("truetype"),url(/assets/AvenirNextLTPro-Regular-518d1893891f6bfbd9a5aacfadda855ea2c39566e3ec71f9fea3727e7f455b1e.ttf#AvenirRegular) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"AvenirNextLTPro";src:url(/assets/AvenirNextLTPro-Bold-de773ccecdbeebb3405747544fe77c190ab1fd35c40143a29702a4f0d264c4bf.woff2) format("woff2"),url(/assets/AvenirNextLTPro-Bold-b20f4c2d0bea207c4b4dcc4707aeda191e09a27e1ee7482a12df985cd747801a.woff) format("woff"),url(/assets/AvenirNextLTPro-Bold-3b7a968d4fb4545183866bc6db7b07a27c03e871fc140af47e00b8af1781d0d6.ttf) format("truetype"),url(/assets/AvenirNextLTPro-Bold-3b7a968d4fb4545183866bc6db7b07a27c03e871fc140af47e00b8af1781d0d6.ttf#AvenirBold) format("svg");font-weight:bold;font-style:normal}@font-face{font-family:"Nunito Sans";src:url(/assets/NunitoSans-Bold-b743418169186ea17477adcab798a68c50b3faa2136fa51a569c56e72eaa225b.woff2) format("woff2");font-weight:bold;font-style:normal}@font-face{font-family:"Nunito Sans";src:url(/assets/NunitoSans-Regular-b270c31edbd3910f3f4a2b108efa4b9736537b3a524356c62dda071e8bf9f337.woff2) format("woff2");font-weight:normal;font-style:normal}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(/assets/material-icons-f3467ad2985a6bfd7823d1ffc951a17710dea5a01e39b45872c250096d07f07e.woff2) format("woff2")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.button,input[type=submit].button{text-transform:uppercase;border-radius:6px;background-color:#fa8e00;color:#fff;font-size:14px;width:127px;height:29px;line-height:29px;text-align:center;border:none;display:inline-block;margin-top:0}.button.blue,input[type=submit].button.blue{background-color:#039ddc}.button.black,input[type=submit].button.black{background-color:#000}.pagination{text-align:center;margin:3.25em 0 0 0;cursor:default}.pagination a,.pagination span{padding:.2em .3em}.pagination .disabled{color:#aaa}.pagination .current{font-style:normal;font-weight:bold;background-color:#bebebe;display:inline-block;width:1.4em;height:1.4em;line-height:1.5;-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;text-shadow:hsla(0,0%,100%,.8) 1px 1px 1px}.pagination a{text-decoration:none;color:#000}.pagination a:hover{text-decoration:underline}.pagination a:focus-visible{text-decoration:none;box-shadow:none;outline:2px solid #a145f2;outline-style:solid;outline-offset:2px}#bottom-nav li{float:left;font-weight:bold;position:relative;margin-top:7px;white-space:nowrap}#bottom-nav li:hover ul{display:block;position:absolute;border-radius:0 0 8px 8px;z-index:500;left:-10px;padding-left:10px;list-style-type:none;background-color:#f0f0f0}#bottom-nav li:hover ul li{float:none;line-height:1;border-right:none;padding:0}#bottom-nav li ul{display:none}#bottom-nav li:last-child{margin-right:0;border-right:none}#canada-social-links{margin-bottom:5px}#canadian-flag{background-image:url(/assets/homepage-assets/canadian_flag-595802b65bc0d837c558fa1202bea6e1988bcc73293942735f1feb71c6f04f7a.png);height:41px;width:41px;display:inline-block;margin-right:5px}#us-flag{background-image:url(/assets/homepage-assets/us_flag-c7a85a2dd510f96b131d11c1136fd00fe705a174113eb94e8a7e0303e1dd4899.png);height:41px;width:41px;display:inline-block;margin-right:5px}.facebook-link{background-image:url(/assets/homepage-assets/facebook-logo-22d99282ab868d3afe64161a366a64e76e2094089fdf0bcb9789cf781a70bf40.png);height:41px;width:41px;display:inline-block;margin-right:10px}.twitter-link{background-image:url(/assets/homepage-assets/twitter-logo-df345a9223f69706beb6efe5ecc15dca058e02c2c1b8e053fdcb24ad854af3c8.png);height:41px;width:41px;display:inline-block;margin-right:10px}.instagram-link{background-image:url(/assets/homepage-assets/instagram-logo-571c8bf9b149e0d3ff010819214d1a112b0924837bcaba3102bae4a29e78db78.png);height:41px;width:41px;display:inline-block}html,body{height:100%;margin:0;padding:0}body{background:#fff;line-height:1.5;font-family:"AvenirNextLTPro","Open Sans",Arial,sans-serif;font-size:14px;color:#000;height:100%;font-weight:400;min-width:990px}#container{width:990px;margin:0 auto;padding-left:10px;padding-right:10px;padding-bottom:50px}#container:after{clear:both;display:block;content:""}#main-content{float:left;width:750px;margin-right:25px}#main-content-full{width:100%;float:left;margin-right:25px}#sidebar{width:237px;float:left}header#header{height:300px;position:relative;margin-bottom:35px}header#header .inner{padding-left:3em;position:relative}header#header .content{min-width:1000px;width:100%}header#header #middle{background:url(/assets/header_thin_scaled-70f2d677a6c064ee5eca168d2a79019d5cbc1e9865ec5a2c16b01166688a7d54.jpg) no-repeat;height:236px;background-size:cover}header#header #middle #welcome{color:#fff;text-align:center;font-weight:400;font-size:20pt;padding-top:25px}header#header #middle #message{color:#fff;text-align:center;font-weight:400;font-size:16pt}header#header #middle .header-button-wrap{text-align:center;display:table;margin:auto;width:30em;padding-top:30px}header#header #middle .button-wrap{display:table-cell}header#header #middle .text-button{margin:auto;padding:.4em;width:12em;color:#fff;border-radius:10px;overflow:hidden;height:60px;display:table}header#header #middle .text-button a{display:inherit;text-decoration:none;color:#fff;height:60px}header#header #middle .text-button .text{display:table-cell;width:8em;vertical-align:middle;line-height:1.1em;padding-right:5px}header#header #middle .text-button img{display:table-cell;vertical-align:middle}header#header #middle .text-button.purple{background:#7f1c91}header#header #middle .text-button.orange{background:#fb9107}header#header #logo{display:block;background:url(/assets/logo-ba62672971a76d7d0f6bc05cba893bd23ee32cf3116977b3ef95ee648a6a99d3.png) no-repeat;width:210px;height:150px;position:absolute;top:10px}header#header .social-media{clear:right;float:right;margin-top:10px}header#header .social-media .invite-friends{color:#000;border-radius:4px;padding:2px 9px;font-weight:bold;font-size:12px;background-color:#fb9a1a;float:left;margin-right:5px}header#header .social-media iframe{margin-right:5px}header#header .social-media iframe:last-child{margin-right:0}header#header #leaderboard-box{position:absolute;top:110px;right:10px;width:240px}header#header #main-nav-wrap{background:#81bc41}header#header .main-nav{clear:both;width:80%;margin:auto;display:table}header#header .main-nav.admin{height:auto;line-height:1;background-color:#81bc41}header#header .main-nav.admin li{font-size:16px;margin-right:0;margin-bottom:5px;border:none;height:auto}header#header .main-nav.admin li ul li{height:auto}header#header .main-nav li{font-family:"AvenirNextLTPro";text-align:center;font-size:19px;color:#fff;line-height:45px;white-space:nowrap;display:table-cell}header#header .main-nav li:hover ul{display:block;position:absolute;background-color:#81bc41;padding:10px;border-radius:0 0 8px 8px;z-index:500;list-style-type:disc;padding-left:32px}header#header .main-nav li:hover ul li{text-align:left;display:block;float:none;line-height:1;border-right:none;padding:0}header#header .main-nav li a{color:#fff}header#header .main-nav li a:hover{text-decoration:none;color:#333}header#header .main-nav li ul{display:none}header#header .main-nav li:last-child{margin-right:0;border-right:none;padding-right:0}header#header #top-nav-wrap{height:45px}header#header #top-nav{height:45px;line-height:45px;color:#fff;font-size:18px;float:right;width:100%;background:#fb9107;padding-right:5%}header#header #top-nav a{color:#fff}header#header #top-nav a.button{font-family:"AvenirNextLTPro";text-transform:capitalize;font-size:16px;font-weight:bold}header#header #top-nav .top-nav-left{float:left}header#header #top-nav .top-nav-right{float:right}header#header #top-nav #welcome{margin-right:2em}header#header #top-nav li{margin-left:25px}header#header #top-nav li:last-child{margin-left:0}footer#footer{background-color:#3cb1e9;color:#fff;padding:0;text-align:center}footer#footer .content{padding-top:25px;height:200px;color:#fff}footer#footer a{color:#fff;text-decoration:none;font-size:14pt}footer#footer .home-link{font-size:14pt;margin:0 auto;cursor:pointer;width:6em}footer#footer .home-link img{padding-bottom:3px}footer#footer .link-section{padding-top:50px;display:table;margin:auto}footer#footer .link-section .social-section,footer#footer .link-section .left-links,footer#footer .link-section .right-links{display:table-cell;padding:0px 4em;vertical-align:middle}footer#footer .link-section .left-links a,footer#footer .link-section .right-links a{display:block;padding:15px 0px}footer#footer #half-rays{background:url(/assets/homepage-assets/rays-half-282d42d900f55f3d8f574e4c19bc7a7b2d1ddcc90acea371d3e8e390f52808d0.png) no-repeat}footer#footer #silhouette{background:url(/assets/homepage-assets/silhouettes-abd86eb4756973460c0395fc05ab2cf1506c4b6532d8871de7322d9115cff164.png) no-repeat;height:120px;background-position:center 0}footer#footer #silhouette div{text-align:center;padding-top:90px}.homepage a.login,.homepage a.register{float:right;display:block;background:url(/assets/login-e88399d14d539a806dd9659617332ee4daf70cac4b563383c2998db73835269d.png) no-repeat;width:243px;height:57px;margin-top:81px;margin-left:35px}.homepage a.register{background-image:url(/assets/register-b5401af029e5d3d5b9d38e1f8f463c5b24f1df0b488fc92e4df2677f0e6ffe6f.png)}.latest-winners,.next-draw,.my-account,.my-commissions{background:url(/assets/latest-winners-5ead2f11873022dd3f896a546b7b7ec87ee9eb45a1618b2506e631581db07917.png) no-repeat;width:252px;height:266px;float:left;margin-bottom:10px;font-size:12px}.my-commissions{position:relative;padding:50px 20px 20px;width:212px;height:196px;background:url(/assets/my_commissions-b2506200e49ea934a9f47102bf126aca8ddf09dab1fbcfcbd2ebb4e2bd9e0c8e.png) no-repeat}.my-commissions #clock-descriptions .hours,.my-commissions #clock-descriptions .minutes,.my-commissions #clock-descriptions .seconds{display:inline-block;font-size:12px}.my-commissions #clock-descriptions .hours{margin-left:9px;margin-right:39px}.my-commissions #clock-descriptions .minutes{margin-right:32px}.my-commissions #clock{margin-top:0}.my-commissions #clock .cntSeparator{font-size:45px;margin:0 7px}.my-commissions a.bank{color:#fff;background-color:#fb982f;padding:3px 8px;margin:0 auto;text-align:center;font-size:16px;border-radius:6px;display:block;border:solid 2px #fb9d3a;box-shadow:1px 1px 4px #999}.my-commissions a.bank:hover{text-decoration:none;box-shadow:none}.next-draw{background-image:url(/assets/next-draw-2e3d60b3efa379dec2d72d6b6b903fd610ee243d572d51e50791c03682ad51e4.png)}.my-account{background-image:url(/assets/my-accounts-7086e5c2b9867012c293f2a28861b38a54d996ad24da77ee027522a5b81bead6.png);height:196px;padding-top:57px}ul.my-account li{border-bottom:solid 1px #ccc;padding-bottom:3px;width:213px;margin:0 0 3px 14px}ul.my-account li.last{border-bottom:none;padding-bottom:3px;width:213px;margin:0 0 3px 14px}ul.my-account li a{font-size:13px;font-weight:900;margin-left:5px}#new-invite a{float:left;margin-top:10px;display:block}#new-invite a:last-child{margin-left:50px}.email-invite input[type=text],.email-invite textarea{font-size:16px;width:300px}.email-invite textarea{height:150px}#error_explanation{background-color:#f2dede;color:#b94a48;border:1px solid #eed3d7;border-radius:5px;width:100%;margin:0 0 10px;padding:5px;display:inline-block}#error_explanation h2{color:#b94a48;font-weight:900;margin-top:0px}#error_explanation li{list-style-type:disc;margin-left:20px}.front_page_box{background:#fff;padding:15px}.earn-points{padding-left:10px;font-weight:bold;color:#aaa;font-size:14px}.better-button,.better-form input[type=submit]{font-size:16px;border:1px solid #006eb8;border-radius:3px;box-shadow:inset 0 1px 0 0 #54b6f8;color:#fff;display:inline-block;font-weight:bold;background-color:#09f;padding:7px 18px;text-decoration:none;text-shadow:0 1px 0 #0062a3;background-clip:paddng-box}.better-button:hover:not(:disabled),.better-form input[type=submit]:hover:not(:disabled){box-shadow:inset 0 1px 0 0 #22a2f7;cursor:pointer;background-color:#0589e1;background-image:-webkit-linear-gradient(#0589e1, #006eb8);background-image:linear-gradient(#0589e1, #006eb8)}.better-button:active:not(:disabled),.better-form input[type=submit]:active:not(:disabled){border:1px solid #006eb8;box-shadow:inset 0 0 8px 4px #0065a8,inset 0 0 8px 4px #0065a8}.better-form label{font-weight:bold}.field_with_errors .message{display:inline-block;color:red;font-weight:bold;padding-left:10px}.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{height:25px;margin-bottom:-25px}.ui-timepicker-div dl dd{margin:0 10px 10px 65px}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:none;border:none;margin:0;padding:0}.page_box{padding-right:20px}.page .text{font-family:"Arial";font-size:11pt;font-weight:normal;color:#757575}.page h1{font-size:29pt;font-weight:bold;color:#000}.page h2{font-size:19pt;font-weight:bold;color:#000;margin-top:0}.page h2 a{color:#000}.page{padding-top:20px}.page .top{padding-bottom:20px;border-bottom:dotted 1px #ccc;margin-bottom:30px}.page .top .logo{margin:0;float:left;height:100%;width:200px}.page .top .logo img{max-width:180px}.page .top .social_media{padding-bottom:4px;float:right}.page .top .social_media a.social-media-link{overflow:hidden;position:relative;float:left;padding-left:4px;width:27px;height:27px}.page .top .social_media a.social-media-link:before{content:"";width:200px;height:200px;position:absolute;top:-200px;left:-200px;cursor:pointer;z-index:10;background:linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0) 50%)}.page .top .social_media a.social-media-link:hover:before{top:0;left:0}.page .top .social_media a.twitter{background:url(/assets/page_assets/twitter-56e6c79c5da99bff90e0fcf72c2ec7f337e80ef4ac8ae3e85e506843ceeadb61.png) no-repeat}.page .top .social_media a.twitter:hover{background-image:url(/assets/page_assets/twitter_-c3a3a918eb16734d1c4fb7271daa6ab81e96933c9f0571eba772d777c256eeb4.png)}.page .top .social_media a.facebook{background:url(/assets/page_assets/facebook-bf4dd16b2e708db213b173ab1b27644b3ae55f8b805f12bb23b452efe9456cf5.png) no-repeat}.page .top .social_media a.facebook:hover{background-image:url(/assets/page_assets/facebook_-30f5ebe9c2c760ae908c1e82d44629a420c243c83ff886c57076185e0584eafb.png)}.page .top .social_media a.youtube{background:url(/assets/page_assets/youtube-35e7597c93cb4f053af8e98febd591a26331add41c26194a8cac3aaaf8c56317.png) no-repeat}.page .top .social_media a.youtube:hover{background-image:url(/assets/page_assets/youtube_-f3ffcc435b035554f51ee6f21fb915e15fc6c8791bb8fc5fbd541719f5e6a5fa.png)}.page .top .social_media a.flickr{background:url(/assets/page_assets/flickr-3e7b910a9e08d796f0f98ff66ac0525a0698328635ec3d071504f662ffb3ab77.png) no-repeat}.page .top .social_media a.flickr:hover{background-image:url(/assets/page_assets/flickr_-373cf0041a8df9be0a5fe53ba2855c7d411438507af4d6047aa2f68ecb63fae7.png)}.page .top .social_media a.vimeo{background:url(/assets/page_assets/vimeo-4643d2d7fb128c02ec789f5a9114dce286fe1ab21f215e0a4ee48a2e9004289c.png) no-repeat}.page .top .social_media a.vimeo:hover{background-image:url(/assets/page_assets/vimeo_-0e2ba4048da3c3d9069589c0c18f97cc3ed324bb2eb0b411b204cde65f9c3ce8.png)}.page .top .company_info{position:relative}.page .top .company_info .text{float:left;width:790px;display:inline-block;height:100%;vertical-align:middle}.page .divider{border-bottom:dotted 1px #ccc;padding-top:30px;margin-top:30px;margin-bottom:30px;clear:both}.page .slider .slide{width:470px;height:209px}.page .slider .slide .image_container .image{position:relative;width:100%;height:100%;border-radius:3px;box-shadow:inset 5px 5px 15px rgba(0,0,0,.2);background-position:center}.page .slider .slide .image_container .image .text{position:absolute;bottom:0;right:0;left:0;background-color:rgba(1,1,1,.3);color:#fff;padding:5px 10px}.page .slider .slide .image_container .prev{width:22px;height:22px;background-image:url(/assets/left-e95ba4c996d0a09f60f106330f34977c223eb43289de89073e6d569441020f94.png);position:absolute;left:14px;bottom:13px}.page .slider .slide .image_container .prev:hover{background-image:url(/assets/left_-3e4d56806e6721af278bdb237359c34ee6f3affebcc1bbd1e22906286098a1b7.png)}.page .slider .slide .image_container .next{width:22px;height:22px;background-image:url(/assets/right-d6a83fb531fefe280230a391a1b852df5179fcd68b92b677e00663a27c18a01a.png);position:absolute;right:14px;bottom:13px}.page .slider .slide .image_container .next:hover{background-image:url(/assets/right_-c69f68ac880baefca19131b55a6a8e794895ff5ccab2a07e2f36f2b2034ca469.png)}.page .slider .slide .image_container{width:470px;height:209px;margin-bottom:20px}.page .slider{float:left}.page .latest-posts{padding:0;float:left;width:470px}.page .latest-posts .post p{margin-bottom:5px}.page .latest-posts .post{border-bottom:dotted 1px #ccc;line-height:normal;padding-bottom:10px;color:#888}.page .latest-posts .post .info{color:#ccc;line-height:normal}.page .latest-posts .post .info i{font-style:italic}.page .latest-posts .post:last-child{border-bottom:none}.page{padding-top:30px;padding-left:5px}.page .location{float:left;width:470px}.page .location a{display:block}.page .location dl{padding-top:10px;padding-bottom:10px}.page .location dl dt{display:inline-block;width:50px}.page .location dl dd{display:inline-block;width:80%}.page .location .map{height:209px;padding:0;margin:0;border-radius:3px;box-shadow:inset 5px 5px 15px rgba(0,0,0,.2)}.page .location .addr{padding-left:15px}.page .location .addr a{display:inline-block}.page .content-on-right{float:right}.page .edit{margin-top:20px;border-top:dotted 1px #ccc;padding-top:30px;text-align:right;padding-right:10px;padding-bottom:30px}.page .events-container{text-align:left}.page .events-container a:hover{text-decoration:none}.page .events-container a:nth-child(3n+1){margin-right:0}.page .events-container .event{background-color:#fff;text-align:left;float:left;display:inline-block;width:319px;margin-bottom:15px;margin-right:10px;height:120px;border-radius:3px;border:solid 1px #ccc;box-shadow:4px 4px 4px 0 rgba(0,0,0,.2)}.page .events-container .event .event-title{padding:2px 2px 2px 10px;border-bottom:dotted 1px #ccc;font-weight:bold}.page .events-container .event .date{font-weight:normal;color:#999;font-size:9pt}.page .events-container .event .text{margin:0 5px 0 5px;padding:0 5px 0 5px}.page .events-container .event:hover{background-color:#fafafa}.contact{padding:30px}.contact h1{text-size:50px;color:#000;border-bottom:dotted 1px #ccc;margin-bottom:20px}.contact{width:460px}.contact dl{margin:0;padding:0;width:100%}.contact dl dt{display:inline-block;width:120px;padding-right:30px;color:#ccc;text-align:right;font-weight:bold;font-size:12pt;vertical-align:top;padding-top:5px}.contact dl dd{display:inline-block;width:290px;padding-bottom:10px}.contact dl dd input,.contact dl dd textarea{font-size:12pt;padding:10px;width:100%}.contact input[type=submit]{float:right;position:relative}.clear{clear:both}.info_box{float:left;margin-right:10px;margin-bottom:10px}.info_box h2{font-size:24pt;font-weight:bold;margin-bottom:10px}.info_box .text{border-radius:3px;border:solid 1px #aaa;padding:10px}.info_box .text .recent-post .inside-text{float:left;width:400px}.info_box .text .recent-post .user{display:none;float:left}.info_box .text .recent-post{border-bottom:solid 1px #aaa}.info_box dd{width:200px;display:inline-block}.info_box dt{color:#09f;font-weight:bold;width:120px;display:inline-block}.alert-primary{background-color:#e4f8ff;border:solid 1px rgb(177,234.7777777778,255)}.slide-fields{width:220px;display:inline-block;padding-right:20px}.slide-fields textarea{width:90%}input[type=submit]{margin-top:5px}.question-header{font-size:20px}.mailing-addr-addr{width:160px}.mailing-addr-city{width:100px}.mailing-addr-province{width:150px}.mailing-addr-postal_code{width:100px}.qpp_link{display:inline-block;margin:10px}.qpp_page_links{text-align:center}#billing-info{width:430px}#billing-info input[type=text]{margin:0}#billing-info dl{width:430px}#billing-info dd{padding:0;text-align:left;width:220px}#billing-info dt{font-weight:bold;text-align:left;width:160px}.billing-disclaimer{float:right;width:360px}.billing-dl{width:500px}.billing-dl dt{width:160px}dl dd{width:300px;display:inline-block;padding-bottom:4px}dl dt{width:120px;display:inline-block;padding-bottom:4px}.extra-info{display:none}.extra-info dl{max-width:540px}.bank-container{font-size:15px;font-weight:bold;text-align:center}#pay_now{width:300px;padding:20px}#pay_now form{font-weight:bold}#pay_now input[type=text]{width:290px;margin:0}.subscription-column{width:450px;padding-right:45px;float:left}.subscription-column .text{padding-left:15px;height:150px}.subscription-column .cost{font-size:15pt;color:rgb(0,114.6,153)}.subscription-column .cost .important{font-size:13pt}.question_provider_info ul{list-style:disc}.no-billing-method{float:left;margin-top:17px;color:#fff;font-weight:bold;background-image:linear-gradient(#ff3333, #990000);border-radius:3px;padding:3px;border:solid 1px rgba(0,0,0,.2)}.no-billing-method:hover{text-decoration:underline}.subscription-info li{list-style-position:outside;line-height:24px;list-style-image:url(/assets/star-af0fa598c7820e068eb1703bf8f545637bc8042ede8373d15dccd10d548cad02.png);margin-left:40px}.paid{color:#00b300;font-weight:bold}.not-paid{color:#f33;font-weight:bold}.datepicker-form label{font-weight:bold}.datepicker-form input.better-button,.datepicker-form .better-form input[type=submit],.better-form .datepicker-form input[type=submit]{margin-right:10px}.list-competitions .competition{border-left:solid 1px #ccc;padding-left:10px;margin-left:10px;margin-bottom:10px}.list-competitions .competition_name{font-weight:bold;text-decoration:underline}.list-competitions .duration,.list-competitions .districts,.list-competitions .winner{display:block}.invoices-qp-name{width:300px}#notice{color:#3287a5}.district-large{width:350px}.make-change-header{font-weight:bold;font-size:30px}.make-change{background-color:#efefef;border-radius:10px;padding:15px}.make-change .blue{color:#039cdf;font-size:20px;font-weight:bold}.make-change .grey{color:#8c8c8c;font-weight:bold}.make-change-button{border-radius:3px;font-weight:bold;padding:5px 10px;background-color:#fa8e00;border:none;color:#fff}.change-ive-made{border-top:dotted 1px #c8c8c8;padding-top:50px}.change-ive-made .free-the-children{background-image:url(/assets/WE_Villages_opt-365434328e19c449a7883ae03820fa3f002de89fc488c1611891921c26c5233c.png);background-repeat:no-repeat;width:126px;height:73px;float:left}.change-ive-made .red{color:#bf2025}.change-ive-made .how-much{color:#124477;padding-right:30px;width:400px;height:72px;float:left;font-size:20px;text-align:right;padding-top:15px}.change-ive-made .monies{border-left:solid 1px #124477;text-align:right;float:right;font-size:30px;font-weight:bold;width:140px;height:50px;padding-top:5px}.change-ive-made .monies a{font-size:16px;display:block}#question-form-container .left{width:365px;float:left}#question-form-container .left input[type=text],#question-form-container .left select,#question-form-container .left textarea{width:300px}#question-form-container .left{border-right:solid 1px #ccc}#question-form-container .right{padding-left:50px;width:500px;float:left}#question-form-container .right .user-type-checkbox{display:inline-block;background-color:#ccc;border-radius:3px;margin-right:6px;margin-bottom:5px;padding:2px}#question-form-container .date-label{width:60px;display:inline-block}.hidden{color:red;text-transform:uppercase}#about{padding-top:2.5em;width:85%;color:#333;margin:auto}#about .title{text-align:center;font-weight:600;padding-bottom:.5em;font-size:20pt}#about .section-header{padding-top:1em;font-weight:600;font-size:14pt}#about p{font-size:12pt}#sidebar .side-box{background-color:#a6c833;border-radius:5px;margin-bottom:10px;background-image:linear-gradient(#a7c934, #7db831)}#sidebar .side-box.black{background-color:#4a494b;background-image:linear-gradient(#46494a, #252122)}#sidebar .side-box.black h2{text-shadow:-1px -1px #2c2d2d}#sidebar .side-box.black a{color:#fff}#sidebar .side-box.blue{background-color:#09a4de;background-image:linear-gradient(#61b9e8, #0092d6)}#sidebar .side-box.blue h2{text-shadow:-1px -1px #3491d4}#sidebar .side-box.blue a{color:#000;font-weight:bold}#sidebar .side-box:after{display:block;clear:both;content:""}#sidebar .side-box h2{padding:15px;font-size:24px;font-weight:bold;color:#fff;text-shadow:-2px 0 #86b324;line-height:1;border-bottom:dotted 1px #fff;margin:0}#sidebar .side-box .side-box-content{position:relative;font-size:12px;padding:1px 0 15px;margin-top:0}#sidebar .side-box .side-box-content p{margin:0 15px}#sidebar .side-box .side-box-content .no-posts{padding:10px 15px}#sidebar .side-box .side-box-footer{height:12px}#sidebar .side-box .recent-post{border-bottom:dotted 1px #fff;padding:10px 17px 10px 20px}#sidebar .side-box .recent-post .user{float:left;width:32px}#sidebar .side-box .recent-post .user img{max-width:32px}#sidebar .side-box .recent-post .inside-text{float:right;text-align:left;width:150px}#sidebar .side-box .recent-post .inside-text .title a{color:#000;font-weight:bold}#sidebar .side-box .recent-post .inside-text .time{color:#16884a;font-style:italic}#sidebar .side-box .recent-post:last-child{border-bottom:none}#sidebar .side-box.commissions h2{font-size:20px;background:url(/assets/sidebar/money-64c81cc9f49eaff8ef48a7a3d2edd8b331bf11682e991a2bf972df4d2a54fb2b.png) 10px 12px no-repeat;padding-left:58px}#sidebar .side-box.commissions .invite-friends{font-size:14px;margin-top:10px}#sidebar .side-box.commissions .bank{margin-top:15px;color:#fff;width:207px}#sidebar .side-box.commissions #clock{background-color:rgba(0,0,0,0);text-align:center;margin-top:10px}#sidebar .side-box.winners{font-size:12px}#sidebar .side-box.winners h2{margin-bottom:0}#sidebar .side-box.winners .school{float:right;text-align:right}#sidebar .side-box.winners .winner-ticker{height:170px;overflow:hidden}#sidebar .side-box.winners .winner-ticker ul{width:100%}#sidebar .side-box.winners .winner-ticker ul li{padding:15px !important;margin-bottom:4px;border-bottom:1px dotted #fff}#sidebar #earn-prizes{font-size:23px;font-weight:bold;text-shadow:-2px 0 #fa851e;font-family:"AvenirNextLTPro";background-color:#fa8f01;color:#fff;display:block;margin-bottom:10px;padding:20px 12px;border-radius:5px;background-image:linear-gradient(#faad45, #fa851e)}#sidebar #earn-prizes a{color:#fff;display:block}#sidebar #earn-prizes a:hover{text-decoration:none}#sidebar #earn-prizes .text{float:right;width:158px;line-height:1.3}#sidebar #earn-prizes .text .second-line{font-size:16px}#sidebar #earn-prizes .icon{float:left;margin:2px 10px 2px 0;width:44px}#sidebar #earn-prizes:after{clear:both;content:"";display:block}#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box}#cboxOverlay{background:#000}#cboxContent{margin-top:20px}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0px;color:#ccc}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxLoadingOverlay{background:#000}#cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}.modal-footer{background-color:#fe890e !important}ul.subscription_information{margin:.75em 0;padding:0 1em;list-style:none}ul.subscription_information p{padding:20px 0px 0px 0px;font-size:16px;color:#039ddc;text-decoration:underline;font-weight:bold}ul.subscription_information li:before{content:"";border-color:rgba(0,0,0,0) #111;border-style:solid;border-width:.35em 0 .35em .45em;display:block;height:0;width:0;left:-1em;top:.9em;position:relative}ul.subscription_information li{color:#fe890e;font-family:"AvenirNextLTPro";font-size:16px}ul.pricing_information li{color:#fe890e;font-family:"AvenirNextLTPro";font-size:16px}#forum-thread .subscribe{float:right;margin-right:10px}#forum-thread ul.options{clear:both;float:right;margin-top:10px}#forum-thread ul.options li{float:left;margin-right:7px}#forum-thread ul.options li:last-child{margin-right:0}#forum-thread .forum-post{padding:14px 20px;border-radius:10px;margin-bottom:22px;background-color:#f0f0f0;word-wrap:break-word}#forum-thread .forum-post .upvote{margin-bottom:2rem}#forum-thread .forum-post .upvote .btn{text-decoration:none;border-radius:4px 0 0 4px;border-color:#b3b3b3;background-color:#fff}#forum-thread .forum-post .upvote .bubble-counter{color:#000;background-color:#fff;text-align:center;font-size:14px;width:2em;border:1px solid #ccc;padding:6px 8px;margin-left:-1px;min-width:42px;height:34px;display:inline-block;border-radius:0 4px 0 4px;vertical-align:middle}#forum-thread .forum-post.odd{background-color:#fff;border:solid 1px #c8c8c8}#forum-thread .forum-post:after{clear:both;display:block;content:""}#forum-thread .forum-post small{font-size:14px;color:#8c8c8c;margin-bottom:5px;display:block}#forum-thread .forum-post .body{font-size:16px;color:#000;float:left;width:85%}#forum-thread .forum-post .user-stats{float:left;font-size:14px;color:#8b8b8b;width:130px;padding-right:10px}#forum-thread .forum-post .user-stats .avatar{display:block;margin-bottom:10px}#forum-thread .forum-post .user-stats .username{color:#039ddc;font-weight:bold;display:inline-block}#forum-thread .forum-post .user-stats .stats{margin-top:10px}#forum-thread .forum-post .user-stats .stats span{background:url(/assets/forums/icons-fc1a9ac5d7a34b2a065f949376ebf0e49ee5c642da1818ac3fc4e663e6cb002b.png) no-repeat 0 5px;display:inline-block;margin-right:13px;padding-left:22px;height:18px}#forum-thread .forum-post .user-stats .stats span:last-child{margin-right:0}#forum-thread .forum-post .user-stats .stats span.points{background-position:0 -12px}#forums h1{font-size:3.7rem;font-weight:bold;line-height:inherit;margin:3%}#forums .description{margin-bottom:15px}#forums form #forum_name{width:65%}#forums form #forum_contact_email{width:65%;padding:8px}#forums form #s2id_forum_category_ids{width:67%;margin-bottom:16px;border-radius:10px}#forums form input[type=text],#forums form textarea{border:solid 1px #c8c8c8;margin-bottom:16px;border-radius:10px;width:100%}#forums form textarea{height:124px;padding:16px 10px}#forums form input[type=text]{padding:8px}#forums form div#submit-wrapper{display:flex;justify-content:end}#forums form input[type=submit]{float:right}#forums form #cancel-btn{float:right;margin-top:5px;margin-right:5px}#forums form label{width:100%}#forums .new-topic{float:right;margin-top:11px}#forums .threads{border:solid 1px #c8c8c8;border-radius:0 0 10px 10px;border-top-style:none}#forums .threads .no-threads{margin:0;padding:20px}#forums h2{color:#fff;padding:0 16px;height:42px;line-height:42px;background-color:#3d3346;border-radius:10px 10px 0 0;font-size:24px;font-weight:bold;margin:0}#forums h2 a{color:#fff}#forums .forums{background:#f0f0f0}#forums .forums table{margin-bottom:0}#forums .forum-preview{border-bottom:dotted 1px #000;padding:20px 17px 20px 0}#forums .forum-preview:last-child{border-bottom:none}#forums .forum-preview:after{content:"";clear:both;display:block}#forums .forum-preview .image,#forums .forum-preview .text,#forums .forum-preview .stats,#forums .forum-preview .last-post{float:left}#forums .forum-preview .image{width:75px;text-align:center}#forums .forum-preview .image .category-icon{margin-top:4px}#forums .forum-preview .text{width:40%;margin-right:50px;font-size:16px}#forums .forum-preview .text p{margin:0}#forums .forum-preview .text h3{font-size:20px;margin:0;color:#039ddc;font-family:" Nunito Sans",arial;display:inline-block}#forums .forum-preview .stats{font-size:14px;margin-right:20px;width:85px}#forums .forum-preview .last-post{width:30%;float:right}#forums .forum-preview .last-post .avatar{float:left;margin-right:9px;max-width:56px}#forums .forum-preview .last-post .avatar img{max-width:56px}#forums .forum-preview .last-post .thread{width:40%;float:left}#forums .forum-preview .last-post .thread a{text-overflow:ellipsis;display:block;color:#039ddc}#forums .forum-preview .last-post .thread a.username{display:inline}#forums .forum-preview .last-post .thread span{display:inline-block;color:#039ddc}#forums .forum-preview .last-post .thread span.time{color:#000;font-size:12px;display:block}#moderate .forum-title{background:#039ddc;color:#fff;font-size:1.3em;font-weight:600}#moderate .forum-title a{color:#fff}#moderate .btn-moderate{padding:5px;margin:5px}#moderate .actions{font-size:1.4em;margin-top:-0.3em}#moderate #status-message{margin-left:3em;margin-bottom:.75em}.moderate-item-panel{word-wrap:break-word}.moderate-item-panel .panel-footer{background:#fff;font-size:.8em}#report-reason{padding-top:10rem}#report-reason .modal-body{background-color:#fff !important;border-top:1px solid #fe890e}#report-reason .modal-footer{background-color:#fff !important;border-top:1px solid #fe890e;padding:1rem}.hasCountdown{border:1px solid #ccc;background-color:#eee}.countdown_rtl{direction:rtl}.countdown_holding span{background-color:#ccc}.countdown_row{clear:both;width:100%;padding:0px 2px;text-align:center}.countdown_show1 .countdown_section{width:98%}.countdown_show2 .countdown_section{width:48%}.countdown_show3 .countdown_section{width:32.5%}.countdown_show4 .countdown_section{width:24.5%}.countdown_show5 .countdown_section{width:19.5%}.countdown_show6 .countdown_section{width:16.25%}.countdown_show7 .countdown_section{width:14%}.countdown_section{display:block;float:left;font-size:75%;text-align:center}.countdown_amount{font-size:200%}.countdown_descr{display:block;width:100%}ul.token-input-list-facebook{overflow:hidden;height:auto !important;height:1%;width:400px;border:1px solid #8496ba;cursor:text;font-size:12px;font-family:Verdana;min-height:1px;z-index:999;margin:0;padding:0;background-color:#fff;list-style-type:none;clear:left}ul.token-input-list-facebook li input{border:0;width:100px;padding:3px 8px;background-color:#fff;margin:2px 0;-webkit-appearance:caret}li.token-input-token-facebook{overflow:hidden;height:auto !important;height:15px;margin:3px;padding:1px 3px;background-color:#eff2f7;color:#000;cursor:default;border:1px solid #ccd5e4;font-size:11px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;float:left;white-space:nowrap}li.token-input-token-facebook p{display:inline;padding:0;margin:0}li.token-input-token-facebook span{color:#a6b3cf;margin-left:5px;font-weight:bold;cursor:pointer}li.token-input-selected-token-facebook{background-color:#5670a6;border:1px solid #3b5998;color:#fff}li.token-input-input-token-facebook{float:left;margin:0;padding:0;list-style-type:none}div.token-input-dropdown-facebook{position:absolute;width:400px;background-color:#fff;overflow:hidden;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;cursor:default;font-size:11px;font-family:Verdana;z-index:1}div.token-input-dropdown-facebook p{margin:0;padding:5px;font-weight:bold;color:#777}div.token-input-dropdown-facebook ul{margin:0;padding:0}div.token-input-dropdown-facebook ul li{background-color:#fff;padding:3px;margin:0;list-style-type:none}div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook{background-color:#fff}div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook{background-color:#fff}div.token-input-dropdown-facebook ul li em{font-weight:bold;font-style:normal}div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook{background-color:#3b5998;color:#fff}.cal-heatmap-container{display:block}.cal-heatmap-container .graph{font-family:"Lucida Grande",Lucida,Verdana,sans-serif}.cal-heatmap-container .graph-label{fill:#999;font-size:10px}.cal-heatmap-container .graph,.cal-heatmap-container .graph-legend rect{shape-rendering:crispedges}.cal-heatmap-container .graph-rect{fill:#ededed}.cal-heatmap-container .graph-subdomain-group rect:hover{stroke:#000;stroke-width:1px}.cal-heatmap-container .subdomain-text{font-size:8px;fill:#999;pointer-events:none}.cal-heatmap-container .hover_cursor:hover{cursor:pointer}.cal-heatmap-container .qi{background-color:#999;fill:#999}.cal-heatmap-container .q1{background-color:#dae289;fill:#dae289}.cal-heatmap-container .q2{background-color:#cedb9c;fill:#9cc069}.cal-heatmap-container .q3{background-color:#b5cf6b;fill:#669d45}.cal-heatmap-container .q4{background-color:#637939;fill:#637939}.cal-heatmap-container .q5{background-color:#3b6427;fill:#3b6427}.cal-heatmap-container rect.highlight{stroke:#444;stroke-width:1}.cal-heatmap-container text.highlight{fill:#444}.cal-heatmap-container rect.highlight-now{stroke:red}.cal-heatmap-container text.highlight-now{fill:red;font-weight:800}.cal-heatmap-container .domain-background{fill:none;shape-rendering:crispedges}.ch-tooltip{padding:10px;background:#222;color:#bbb;font-size:12px;line-height:1.4;width:140px;position:absolute;z-index:99999;text-align:center;border-radius:2px;box-shadow:2px 2px 2px rgba(0,0,0,.2);display:none;box-sizing:border-box}.ch-tooltip::after{position:absolute;width:0;height:0;border-color:rgba(0,0,0,0);border-style:solid;content:"";padding:0;display:block;bottom:-6px;left:50%;margin-left:-6px;border-width:6px 6px 0;border-top-color:#222}tr:nth-child(2n+1){background-color:#fff}.rules{font-size:16px;padding-left:145px}.competition-header{padding-top:25px}.competition-header .logo{max-height:300px;float:left;padding-top:10px;padding-right:30px}.competition-header .info{width:800px;color:#757575}.competition-header .info h1{color:#000;font-weight:bold}.competition-header .info{float:left}.competition-header .info .citation-marker{vertical-align:super;font-size:7pt}.competition-header{padding-bottom:25px;border-bottom:dotted 1px #ccc;margin-bottom:25px}#contest-citations{font-size:8pt;color:#757575;padding-left:5em;padding-right:5em}#contest-citations ol{list-style-type:decimal}.progress-time-left{padding-left:15px;padding-top:5px;font-weight:bold;text-align:left;display:inline-block;margin-top:0}.progress{color:#000}.progress-time-right{padding-top:3px;float:right;padding-right:15px}.info-text{color:#aeaeae;font-style:italic;display:inline-block;margin-right:70px}.info-text:last-child{margin-right:0}#standing-table .place{display:inline-block;width:30px}.prize-info{width:500px;padding:10px}#sponsors_box{padding-left:145px}#sponsors_box img{vertical-align:middle;padding-right:20px;padding-top:20px}.contest-info textarea{width:30em;height:10em}.contest-info .string{width:30em}.contest-info .logo-image{text-align:center;height:200px;border:solid 1px #d3d3d3}#edit_contest .boolean,#new_contest .boolean{display:block;padding-left:.6em}.sponsor{margin-bottom:2.5em}.datetime select:nth-child(1){width:130px;text-indent:15px}.contest-options .contest-date{margin-right:2em;text-align:center;width:6em}.contest-options .threshold{width:5em;margin-right:3em}.contest-options{padding-bottom:30px}.contest-inclusions .contest-size{margin-right:2em;width:5em}.contest-inclusions .contest-ins{margin-right:2em}.contest-inclusions .contest-groups{width:25em}#cash_back_inputs{padding-bottom:3em;padding-left:2em}#cash_back_inputs .cash_back_item{width:5em;margin-right:2em}#cash_back_inputs span.error{margin-left:-1em;margin-right:2em}.pause-date-section{padding-bottom:1em}#pause-dates-inputs{padding-left:2em}#district_select_all_button{margin-top:1.85em}.sponsor{float:left;position:relative;max-height:150px}.sponsor a{bottom:0px;left:15px}#contest-grades-section{padding-top:1.5rem}#contest-grades-section h3{font-size:1.9rem}#contest-grades-section .contest-grades-wrapper{display:flex;justify-content:space-around;flex-direction:row;width:45rem}#contest-grades-section .contest-grades-wrapper input{vertical-align:baseline}#contest-user-types-section h3{font-size:1.9rem}#contest-user-types-section .contest-user-types-wrapper{display:flex;justify-content:space-around;flex-direction:row;width:22rem}#contest-user-types-section .contest-user-types-wrapper input{vertical-align:baseline}#contests .top{background-color:#6564db;background-image:url(/assets/v2/contests-34494c704b556bac3c06fb33076acc76bc1786a648ec940b5ed24fdc57429eec.svg);background-position:50% 0;background-size:75%;background-repeat:no-repeat;color:#fff;padding:4rem 0;text-align:center}#contests .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:0 0 1rem 0}#contests .top p{color:#fff;font-size:1.6rem;margin-bottom:4rem}#contests .top .v2-form{margin-bottom:2.4rem}@media only screen and (min-width: 48em){#contests .top{background-position:100% 0;background-size:55%;padding:4rem 0;text-align:unset}}@media only screen and (min-width: 64em){#contests .top{background-position:80% 0;background-size:35%;padding:5% 0}#contests .top .v2-form{margin-bottom:0}#contests .top .v2-form .full-width{width:50%}}#contests .top .tip-panel{background:#fff;border-radius:.4rem;padding:4rem}#contests .top .tip-panel p{color:#3d3346;margin:0}#contests .top .tip-panel p.title{font-size:2.1rem;font-weight:bold;margin-bottom:.5rem}#contests .bottom h1{color:#3d3346;font-size:2.4rem;line-height:3.1rem;margin:2.4rem 0 1.6rem}#contests .bottom a{color:#3d3346;text-decoration:none}#contests .bottom .filter-buttons{margin-bottom:2.5rem}#contests .bottom .filter-buttons a{color:#3d3346;text-decoration:none}#contests .bottom .filter-buttons a.v2-btn{color:#fff;padding:.5rem 1rem;cursor:default;margin:0;margin-bottom:.5rem}#contests .bottom .filter-buttons a.v2-btn.outlined{cursor:pointer;color:#6564db;padding:.4rem 1rem}#contests .bottom .filter-buttons .v2-btn.dark-btn{background-color:#3d3346}#contests .bottom .filter-buttons .v2-btn.dark-btn.outlined{color:#3d3346;background-color:rgba(0,0,0,0);border:2px solid #3d3346}#contests .bottom .contest-keys-wrapper{margin-left:1rem;margin-top:1rem}#contests .bottom .contest-keys-wrapper .contest-key{font-size:1.5rem;font-weight:bold}#contests .bottom .contest-keys-wrapper .contest-key i{margin-right:1rem}#contests .bottom .contest-keys-wrapper .contest-key i.quiz{color:#a145f2}#contests .bottom .contest-keys-wrapper .contest-key i.module{color:#6564db}#contests .bottom .contest-keys-wrapper .contest-key:not(:last-child){margin-right:3rem}#contests .bottom .past-contest-list{margin-bottom:3rem;margin-top:.5rem}#contests .bottom .past-contest-list .contest-wrapper{border-radius:.4rem;border:3px solid #a145f2;padding-right:2rem;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:.5rem}#contests .bottom .past-contest-list .contest-wrapper:nth-child(odd){margin-right:3rem}#contests .bottom .past-contest-list a.contest-link{margin-top:auto;margin-bottom:auto;padding-left:1rem}#contests .bottom .past-contest-list .contest-title{display:flex;margin-top:auto;margin-bottom:auto}#contests .bottom .past-contest-list .contest-title .title{margin-top:auto;margin-bottom:auto;font-weight:bold}#contests .bottom .past-contest-list .contest-title .contest-image{margin-top:auto;margin-bottom:auto}#contests .bottom .past-contest-list .contest-title .contest-image img{height:30px;min-width:30px}#contests .bottom .contest-list,#contests .bottom .upcoming-contest-list{margin-bottom:3rem;margin-top:.5rem}#contests .bottom .contest-list i.fas,#contests .bottom .upcoming-contest-list i.fas{cursor:pointer}#contests .bottom .contest-list .contest-wrapper,#contests .bottom .upcoming-contest-list .contest-wrapper{border-radius:.4rem;border:3px solid #a145f2;padding-right:2rem;padding-top:.5rem;padding-bottom:.5rem}#contests .bottom .contest-list .contest-wrapper.module,#contests .bottom .upcoming-contest-list .contest-wrapper.module{border:3px solid #6564db}#contests .bottom .contest-list .contest-wrapper:not(:last-child),#contests .bottom .upcoming-contest-list .contest-wrapper:not(:last-child){margin-bottom:.5rem}#contests .bottom .contest-list .contest-wrapper a.v2-btn,#contests .bottom .upcoming-contest-list .contest-wrapper a.v2-btn{color:#fff;padding:.5rem .5rem;margin:0;border-radius:4px}#contests .bottom .contest-list .contest-wrapper a.v2-btn.gray,#contests .bottom .upcoming-contest-list .contest-wrapper a.v2-btn.gray{font-size:1.25rem;padding:.5rem .5rem}#contests .bottom .contest-list .contest-wrapper a.contest-link,#contests .bottom .upcoming-contest-list .contest-wrapper a.contest-link{margin-top:auto;margin-bottom:auto;padding-left:1rem}#contests .bottom .contest-list .contest-wrapper .contest-title,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-title{display:flex;margin-top:auto;margin-bottom:auto}#contests .bottom .contest-list .contest-wrapper .contest-title .title,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-title .title{margin-top:auto;margin-bottom:auto;font-weight:bold}#contests .bottom .contest-list .contest-wrapper .contest-title .contest-image,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-title .contest-image{margin-top:auto;margin-bottom:auto}#contests .bottom .contest-list .contest-wrapper .contest-title .contest-image img,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-title .contest-image img{height:30px;min-width:30px}#contests .bottom .contest-list .contest-wrapper .contest-dates,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-dates{margin-top:auto;margin-bottom:auto;font-size:1.5rem}#contests .bottom .contest-list .contest-wrapper .contest-dates .time-left,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-dates .time-left{font-weight:bold}#contests .bottom .contest-list .contest-wrapper .contest-buttons,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-buttons{text-align:right;margin-top:auto;margin-bottom:auto}#contests .bottom .contest-list .contest-wrapper .contest-buttons a.v2-btn,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-buttons a.v2-btn{min-width:90px;text-align:center}#contests .bottom .contest-list .contest-wrapper .contest-buttons a.v2-btn.course-collapse,#contests .bottom .upcoming-contest-list .contest-wrapper .contest-buttons a.v2-btn.course-collapse{min-width:unset;width:86px;color:#6564db;display:none}#contests .bottom .contest-list .contest-wrapper .rewards-info,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info{display:flex;margin-bottom:1rem}#contests .bottom .contest-list .contest-wrapper .rewards-info .no-money-remaining,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info .no-money-remaining{margin-left:1rem}#contests .bottom .contest-list .contest-wrapper .rewards-info .no-money-remaining span,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info .no-money-remaining span{color:#a145f2;font-weight:bold}#contests .bottom .contest-list .contest-wrapper .rewards-info .bursary-wrapper,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info .bursary-wrapper{margin-top:auto;margin-bottom:auto;background-color:#6ee0cb;padding:.5rem 2rem;border-radius:1.55rem;margin-right:3rem}#contests .bottom .contest-list .contest-wrapper .rewards-info .bursary-wrapper .bursary-icon img,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info .bursary-wrapper .bursary-icon img{position:relative;top:5px;height:20px}#contests .bottom .contest-list .contest-wrapper .rewards-info .bursary-wrapper .bursary-text,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info .bursary-wrapper .bursary-text{font-weight:bold;margin-left:1rem}#contests .bottom .contest-list .contest-wrapper .rewards-info .next-bursary-wrapper,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info .next-bursary-wrapper{margin-top:auto;margin-bottom:auto}#contests .bottom .contest-list .contest-wrapper .rewards-info .next-bursary-wrapper .next-bursary,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info .next-bursary-wrapper .next-bursary{color:#a145f2;font-weight:bold}#contests .bottom .contest-list .contest-wrapper .rewards-info .next-bursary-wrapper .next-bursary-icon img,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info .next-bursary-wrapper .next-bursary-icon img{position:relative;top:5px;height:20px}@media only screen and (max-width: 48em){#contests .bottom .contest-list .contest-wrapper .rewards-info,#contests .bottom .upcoming-contest-list .contest-wrapper .rewards-info{flex-direction:column}}#contests .bottom .v2-contest{background-color:#fff;border-radius:.4rem;box-sizing:border-box;height:calc(100% - 1.6rem);margin-bottom:1.6rem;padding:1.6rem 2.4rem}#contests .bottom .v2-contest .info{display:flex;margin-bottom:2.4rem}#contests .bottom .v2-contest .info h2{color:#3d3346;flex-grow:1;font-size:1.6rem;font-weight:bold;line-height:2.4rem;margin:0}#contests .bottom .v2-contest .info i{color:#3d3346;font-size:1.6rem;font-weight:normal;vertical-align:middle}#contests .bottom .v2-contest .regions{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.show-contest .contest-course-list,#contests .contest-course-list{margin-top:1rem}.show-contest .contest-course-list .contest-course-wrapper,#contests .contest-course-list .contest-course-wrapper{padding-right:2rem;margin-top:1rem}.show-contest .contest-course-list .contest-course-wrapper .contest-course,#contests .contest-course-list .contest-course-wrapper .contest-course{width:99%;background-color:#eee;padding:1rem;margin-left:1rem;border-left:.8rem solid #6564db;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24)}.show-contest .contest-course-list .contest-course-wrapper .contest-course:not(:last-child),#contests .contest-course-list .contest-course-wrapper .contest-course:not(:last-child){margin-bottom:1rem}.show-contest .contest-course-list .contest-course-wrapper .contest-course span.course-name,#contests .contest-course-list .contest-course-wrapper .contest-course span.course-name{padding-left:1rem;font-weight:bold}.show-contest .contest-course-list .contest-course-wrapper .contest-course i.module-expand,.show-contest .contest-course-list .contest-course-wrapper .contest-course i.module-collapse,#contests .contest-course-list .contest-course-wrapper .contest-course i.module-expand,#contests .contest-course-list .contest-course-wrapper .contest-course i.module-collapse{float:right;margin-right:2rem;cursor:pointer}.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module{display:flex;width:96%;background-color:#eee;padding:1rem;margin-left:4rem;border-left:.8rem solid #6564db;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);margin-bottom:1rem}@media only screen and (max-width: 48em){.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module{margin-left:2rem}.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .module-name,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .module-name{flex-grow:unset;width:70%}.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper{width:30%}}.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .module-name,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .module-name{margin-top:auto;margin-bottom:auto;flex-grow:10;font-weight:bold}.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper{margin-right:1rem;margin-left:1rem;text-align:right}.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper .module-results,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper .module-results{margin-top:auto;margin-bottom:auto;font-weight:bold;margin-right:1rem}.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper .module-button,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper .module-button{margin-top:auto;margin-bottom:auto;font-weight:bold}.show-contest .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper .module-button .module-btn,#contests .contest-course-list .contest-course-wrapper .contest-module-list .contest-module .button-result-wrapper .module-button .module-btn{padding:.5rem .5rem;margin:0;border-radius:4px;width:9rem;text-align:center}.show-contest .contest-course-list .contest-module-status .progress-wrapper,#contests .contest-course-list .contest-module-status .progress-wrapper{margin-top:1rem;display:flex}.show-contest .contest-course-list .contest-module-status .progress-wrapper .v2-progress,#contests .contest-course-list .contest-module-status .progress-wrapper .v2-progress{background-color:#6564db;border-radius:.6rem;height:1.6rem;position:relative;width:25%;margin-left:auto;display:inline-block}.show-contest .contest-course-list .contest-module-status .progress-wrapper .v2-progress .percentage,#contests .contest-course-list .contest-module-status .progress-wrapper .v2-progress .percentage{background-color:hsla(0,0%,100%,.8);height:1.6rem;position:absolute;right:0;top:0}@media only screen and (max-width: 48em){.show-contest .contest-course-list .contest-module-status .progress-wrapper .v2-progress,#contests .contest-course-list .contest-module-status .progress-wrapper .v2-progress{width:70%}}.show-contest .contest-course-list .contest-module-status .progress-wrapper .value,#contests .contest-course-list .contest-module-status .progress-wrapper .value{margin-left:1rem;margin-top:-0.2rem;font-weight:bold;font-size:1.4rem}.rewards-program h3#contest-list-blurb,.show-contest h3#contest-list-blurb{text-align:center;font-size:1.8rem}.rewards-program #daily-quiz-list,.show-contest #daily-quiz-list{margin-bottom:2rem}.rewards-program #daily-quiz-list a,.show-contest #daily-quiz-list a{text-decoration:none}.rewards-program #daily-quiz-list .teacher-class-list-header,.show-contest #daily-quiz-list .teacher-class-list-header{display:flex;gap:3rem}.rewards-program #daily-quiz-list .teacher-class-list-header img,.show-contest #daily-quiz-list .teacher-class-list-header img{width:2rem}.rewards-program #daily-quiz-list .teacher-class-list-header span,.show-contest #daily-quiz-list .teacher-class-list-header span{padding-bottom:1rem;vertical-align:middle;font-weight:bold}.rewards-program #daily-quiz-list .daily_quiz_contest_box,.show-contest #daily-quiz-list .daily_quiz_contest_box{display:flex;border-radius:6px;border:1px solid #a145f2;padding:.5rem 2rem;background:#fff;margin-bottom:.5rem}.rewards-program #daily-quiz-list .daily_quiz_contest_box.active,.show-contest #daily-quiz-list .daily_quiz_contest_box.active{background:#f5f0fa}.rewards-program #daily-quiz-list .daily_quiz_contest_box .contest-title,.show-contest #daily-quiz-list .daily_quiz_contest_box .contest-title{display:flex}.rewards-program #daily-quiz-list .daily_quiz_contest_box .contest-title .contest-image,.show-contest #daily-quiz-list .daily_quiz_contest_box .contest-title .contest-image{margin-top:.25rem;display:block;width:2rem;margin-right:1.5rem}.rewards-program #daily-quiz-list .daily_quiz_contest_box .contest-title .contest-image.teacher-in,.show-contest #daily-quiz-list .daily_quiz_contest_box .contest-title .contest-image.teacher-in{margin-right:0}.rewards-program #daily-quiz-list .daily_quiz_contest_box .contest-title .title,.show-contest #daily-quiz-list .daily_quiz_contest_box .contest-title .title{margin-top:auto;margin-bottom:auto;font-weight:bold;color:#a145f2;flex-grow:1}.rewards-program #daily-quiz-list .daily_quiz_contest_box .contest-dates,.show-contest #daily-quiz-list .daily_quiz_contest_box .contest-dates{margin-top:auto;margin-bottom:auto;color:#3d3346}.rewards-program #daily-quiz-list .daily_quiz_contest_box .contest-dates .time-left,.show-contest #daily-quiz-list .daily_quiz_contest_box .contest-dates .time-left{font-weight:bold}.v2-contest,.show-contest{background-color:#eee}.v2-contest .top,.show-contest .top{background-color:#6ee0cb;padding:4rem 0;text-align:center}@media only screen and (min-width: 64em){.v2-contest .top,.show-contest .top{padding:8rem 0}}.v2-contest .top .logo,.show-contest .top .logo{margin-bottom:2.4rem}.v2-contest .top h1,.show-contest .top h1{color:#3d3346;font-size:3.7rem;font-weight:bold;line-height:4.4rem;margin:0}.v2-contest .middle,.show-contest .middle{background-color:#eee}.v2-contest .middle h2,.show-contest .middle h2{color:#3d3346;font-size:2.8rem;font-weight:bold;line-height:3.1rem;text-transform:capitalize}.v2-contest .middle .progress-meter,.show-contest .middle .progress-meter{align-items:center;display:flex;width:40%}.v2-contest .middle .progress-meter .v2-progress,.show-contest .middle .progress-meter .v2-progress{background-color:#6564db;border-radius:12px;flex-grow:1;height:16px;margin-right:1.5rem;position:relative}.v2-contest .middle .progress-meter .v2-progress .percentage,.show-contest .middle .progress-meter .v2-progress .percentage{background-color:rgba(238,238,238,.8);height:16px;position:absolute;right:0;top:0}.v2-contest .middle .progress-meter .upcoming-text,.show-contest .middle .progress-meter .upcoming-text{font-size:1.6rem}.v2-contest .middle .progress-meter .text,.show-contest .middle .progress-meter .text{font-size:1.6rem;font-weight:bold}@media only screen and (max-width: 48em){.v2-contest .middle .progress-meter,.show-contest .middle .progress-meter{width:100%}}.v2-contest .middle #contest-title h2,.show-contest .middle #contest-title h2{text-align:center;font-size:2.25rem;font-weight:bold;margin-top:1rem;margin-bottom:2rem}.v2-contest .middle .super,.show-contest .middle .super{font-size:1.2rem;vertical-align:super}.v2-contest .middle .info,.show-contest .middle .info{margin-top:1rem;background-color:#fff;padding:2rem}.v2-contest .middle .info h3,.show-contest .middle .info h3{font-size:2.1rem}.v2-contest .middle .info h4.info-heading,.show-contest .middle .info h4.info-heading{font-siZe:16px;font-weight:bold}@media only screen and (min-width: 64em){.v2-contest .middle .info .contest-left-side.col-md-8,.show-contest .middle .info .contest-left-side.col-md-8{border-right:2px solid #eee}}.v2-contest .middle .info .contest-type img,.show-contest .middle .info .contest-type img{height:6rem}.v2-contest .middle .info .contest-type,.show-contest .middle .info .contest-type{display:flex;gap:1rem}.v2-contest .middle .info .contest-type .info-type-description,.show-contest .middle .info .contest-type .info-type-description{margin-top:auto;margin-bottom:auto;line-height:18px;font-weight:bold;color:#a145f2}.v2-contest .middle .info .contest-type .info-type-description.module,.show-contest .middle .info .contest-type .info-type-description.module{color:#6564db}.v2-contest .middle .info .duration-wrapper,.show-contest .middle .info .duration-wrapper{border-left:2px solid #eee;padding-left:2rem}.v2-contest .middle .info .duration-wrapper .contest-duration,.show-contest .middle .info .duration-wrapper .contest-duration{height:6rem;display:flex}.v2-contest .middle .info .duration-wrapper .contest-duration .info-duration-description,.show-contest .middle .info .duration-wrapper .contest-duration .info-duration-description{margin-top:auto;margin-bottom:auto;font-weight:bold;color:#a145f2}.v2-contest .middle .info .duration-wrapper .contest-duration .info-duration-description.module,.show-contest .middle .info .duration-wrapper .contest-duration .info-duration-description.module{color:#6564db}.v2-contest .middle .info .contest-description,.show-contest .middle .info .contest-description{line-height:20px}.v2-contest .middle .info .contest-prizes .contest-prize-list,.v2-contest .middle .info .contest-prizes .contest-prize-description,.show-contest .middle .info .contest-prizes .contest-prize-list,.show-contest .middle .info .contest-prizes .contest-prize-description{color:#a145f2;font-weight:bold;margin-top:1rem}.v2-contest .middle .info .contest-prizes .contest-prize-list.module,.v2-contest .middle .info .contest-prizes .contest-prize-description.module,.show-contest .middle .info .contest-prizes .contest-prize-list.module,.show-contest .middle .info .contest-prizes .contest-prize-description.module{color:#6564db}.v2-contest .middle .info .contest-prizes .contest-prize-list sup,.v2-contest .middle .info .contest-prizes .contest-prize-description sup,.show-contest .middle .info .contest-prizes .contest-prize-list sup,.show-contest .middle .info .contest-prizes .contest-prize-description sup{font-size:14px}.v2-contest .middle .participation-info,.show-contest .middle .participation-info{margin-top:1rem;background:#fff;padding:2rem}.v2-contest .middle .participation-info .participation-header,.show-contest .middle .participation-info .participation-header{width:100%;font-size:2.1rem}.v2-contest .middle .participation-info .info-and-button,.show-contest .middle .participation-info .info-and-button{display:flex;margin-top:1rem;min-height:3.5rem}.v2-contest .middle .participation-info .info-and-button .part-info,.show-contest .middle .participation-info .info-and-button .part-info{flex-grow:1;margin-top:auto;margin-bottom:auto;margin-right:2rem}.v2-contest .middle .participation-info .info-and-button .button-wrapper,.show-contest .middle .participation-info .info-and-button .button-wrapper{margin-top:auto;margin-bottom:auto;min-width:16rem;text-align:right}.v2-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.primary,.v2-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.secondary,.show-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.primary,.show-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.secondary{color:#fff;padding:.5rem 2rem;margin:0}.v2-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.primary.course-collapse,.v2-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.secondary.course-collapse,.show-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.primary.course-collapse,.show-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.secondary.course-collapse{cursor:pointer;color:#6564db;padding:.4rem 1rem;display:none}.v2-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.gray,.show-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.gray{padding:.5rem 2rem;margin:0;cursor:default;color:#fff;padding:.5rem .5rem}.v2-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.gray.outlined,.show-contest .middle .participation-info .info-and-button .button-wrapper a.v2-btn.gray.outlined{color:#b8b8b8}@media only screen and (max-width: 48em){.v2-contest .middle .participation-info .info-and-button,.show-contest .middle .participation-info .info-and-button{flex-direction:column}.v2-contest .middle .participation-info .info-and-button .button-wrapper,.show-contest .middle .participation-info .info-and-button .button-wrapper{margin-top:1rem;text-align:left}}.v2-contest .middle .contest-extra-info .extra-info-header,.show-contest .middle .contest-extra-info .extra-info-header{width:100%;font-size:2.1rem}.v2-contest .middle .sponsor-logos,.show-contest .middle .sponsor-logos{margin:0;margin-top:1rem;background-color:#fff;border-radius:.4rem;padding:2rem;display:flex;gap:2rem;flex-flow:wrap}.v2-contest .middle .sponsor-logos .sponsor-text,.show-contest .middle .sponsor-logos .sponsor-text{width:100%;font-size:2.1rem}.v2-contest .middle .sponsor-logos img,.show-contest .middle .sponsor-logos img{display:block;margin:auto .5rem;height:50px}.v2-contest .bottom .standings-header,.show-contest .bottom .standings-header{align-items:center;display:flex}.v2-contest .bottom .standings-header h2,.show-contest .bottom .standings-header h2{color:#3d3346;font-size:2.1rem;font-weight:bold;flex-grow:1;line-height:3.1rem}.v2-contest .bottom .standings-header .v2-btn,.show-contest .bottom .standings-header .v2-btn{margin-top:0;padding:1rem}.v2-contest .bottom .notes,.show-contest .bottom .notes{font-size:1.2rem;list-style-type:decimal;margin-top:2rem}.v2-contest .bottom #contest-table thead tr,.show-contest .bottom #contest-table thead tr{background-color:#eee}.v2-contest .bottom #contest-table tbody.divider-header tr,.show-contest .bottom #contest-table tbody.divider-header tr{background-color:#eee}.select2-container{margin:0;position:relative;display:inline-block;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));background-image:-webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);background-image:-moz-linear-gradient(center bottom, #eee 0%, #fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = "#ffffff", endColorstr = "#eeeeee", GradientType = 0);background-image:linear-gradient(to top, #eee 0%, #fff 50%)}html[dir=rtl] .select2-container .select2-choice{padding:0 8px 0 0}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));background-image:-webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);background-image:-moz-linear-gradient(center bottom, #eee 0%, #fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);background-image:linear-gradient(to bottom, #eee 0%, #fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-left:26px;margin-right:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));background-image:-webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);background-image:-moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = "#eeeeee", endColorstr = "#cccccc", GradientType = 0);background-image:linear-gradient(to top, #ccc 0%, #eee 60%)}html[dir=rtl] .select2-container .select2-choice .select2-arrow{left:0;right:auto;border-left:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 0 1px}html[dir=rtl] .select2-container .select2-choice .select2-arrow b{background-position:2px 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding:4px 4px 0 4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto !important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#fff url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px;background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0}html[dir=rtl] .select2-search input{padding:4px 5px 4px 20px;background:#fff url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat -37px -22px;background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat -37px -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat -37px -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat -37px -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat -37px -22px,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0}.select2-search input.select2-active{background:#fff url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;background:url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));background:url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:rgba(0,0,0,0);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));background-image:-webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);background-image:-moz-linear-gradient(center bottom, #fff 0%, #eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);background-image:linear-gradient(to top, #fff 0%, #eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:rgba(0,0,0,0);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));background-image:-webkit-linear-gradient(center top, #fff 0%, #eee 50%);background-image:-moz-linear-gradient(center top, #fff 0%, #eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:rgba(0,0,0,0);border-left:none;filter:none}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-right:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}html[dir=rtl] .select2-results{padding:0 4px 0 0;margin:4px 0 4px 4px}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:bold}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:rgba(0,0,0,0)}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-ajax-error,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#f4f4f4 url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto !important;height:1%;margin:0;padding:0 5px 0 0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));background-image:-webkit-linear-gradient(top, #eee 1%, #fff 15%);background-image:-moz-linear-gradient(top, #eee 1%, #fff 15%);background-image:linear-gradient(to bottom, #eee 1%, #fff 15%)}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 0 0 5px}.select2-locked{padding:3px 5px 3px 5px !important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,0) !important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url(/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100% !important}.select2-default{color:#999 !important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 5px 3px 0;padding:3px 18px 3px 5px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:none;background:url(/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) right top no-repeat}html[dir=rtl] .select2-search-choice-close{right:auto;left:3px}.select2-container-multi .select2-search-choice-close{left:3px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{left:auto;right:2px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:none}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;outline:0 !important;left:0px !important;top:0px !important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 2dppx){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b{background-image:url(/assets/select2x2-e682f64b4fa50a0bd189766a50cd778db4e8529b30302af6305c7df1e40bf442.png) !important;background-repeat:no-repeat !important;background-size:60px 40px !important}.select2-search input{background-position:100% -21px !important}}.engagement-map-canvas img{max-width:none}.pull-right{float:right}.gw-style-iw{width:180px !important}.nav.navbar-nav.pull-right.further_right{margin-right:-115px}.nav.navbar-nav.pull-right.french_right{margin-right:-176px}.info-window{position:relative;right:0;width:290px}.info-window .line-without-underline .bold{font-weight:bold}.info-window a.all-questions{display:inline-block;line-height:1;padding:3px 6px;text-transform:uppercase;color:#fff;border-radius:4px;font-size:9px;font-weight:bold}.info-window .header{position:relative}.info-window .header .icon{position:absolute;top:0;right:0}.info-window .header .bold{font-weight:bold}.info-window .header .large{font-size:18px}.info-window .header .district{color:#9e9e9e;text-transform:uppercase;font-size:10px}.info-window .line{width:290px;border-bottom:solid 1px #c8c8c8}.info-window .questions{width:100%}.info-window .questions .question{width:100%;word-wrap:break-word}.school-info-window{width:210px}.engagement-map{padding:15px;border-radius:5px;background-color:#fff;width:950px;margin:auto}.engagement-map .header{font-size:20px;font-weight:bold}.engagement-map .engagement-map-canvas{height:450px;width:950px;margin:auto}.engagement-map .engagement-map-container{height:450px;width:950px;margin:auto;position:relative}.engagement-map .top-schools{padding:10px 5px 5px 0;width:520px;position:absolute;bottom:0;left:0;z-index:5;background-color:hsla(0,0%,100%,.8);border-top-right-radius:5px}.engagement-map .top-schools .top-stat{padding-left:10px;width:250px;float:right}.engagement-map .top-schools .top-stat .icon{float:left}.engagement-map .top-schools .top-stat .text{font-size:13px;color:#000;font-family:"AvenirNextLTPro";padding-left:5px;padding-top:5px;float:left;width:213px}.engagement-map .engagement-stats{float:right;border-left:solid 1px #c8c8c8;width:416px;padding-left:10px;margin-top:10px}.engagement-map .engagement-stats .engagement-stat{border-bottom:solid 1px #9e9e9e;padding-bottom:2px;padding-top:6px}.engagement-map .engagement-stats .last{border-bottom:none}.engagement-map .engagement-stats .first{padding-top:0}.engagement-map .engagement-stats .well{border-radius:3px;background-color:#efefef;padding:5px 10px 5px 10px !important;margin-bottom:0;font-size:13px}.engagement-map .engagement-stats .see-categories{color:#fff;background-color:#049cdf;border-radius:2px;font-weight:bold;text-transform:uppercase;text-decoration:none;height:13px;display:none;line-height:18px;margin-left:10px;font-size:9px;padding:0 3px}.engagement-map .blue{color:#049cdf}.engagement-map .bold{font-weight:bold}.engagement-map .pad-top-10{margin-top:10px}.engagement-map .engagement-legend{font-size:12px;float:left;width:523px;margin-top:10px}.engagement-map .engagement-legend .categories-group{width:167px;border-right:solid 1px #c8c8c8;float:left;margin-left:10px}.engagement-map .engagement-legend .categories-group:first-child{margin-left:0}.engagement-map .engagement-legend .categories-group:last-child{border-right:none}.engagement-map .engagement-legend .categories-group .category{height:22px;line-height:24px;display:inline-block;width:100%;vertical-align:top}.engagement-map .engagement-legend .categories-group .category .icon{display:inline-block;width:16px;height:18px}.unseen-badges{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.7);text-align:center;width:100%;height:100%;padding-top:10%;z-index:10}.unseen-badge{margin:auto;width:400px;height:120px;background-color:#333;background-image:linear-gradient(#333, #111);border-radius:5px;color:#fff;padding:25px 20px 20px 80px;font-size:15px;font-family:"AvenirNextLTPro";position:relative;margin-bottom:20px;box-shadow:3px 3px 3px 3px rgba(0,0,0,.3)}.unseen-badge .badge-large-researcher{background-image:url(/assets/student-badges/badge-large/researcher-58e03d1b09c7d3d7fc8b0a280375996e71dc66345a8b6c43fab06835f0a7bc89.png);background-repeat:no-repeat}.unseen-badge .badge-large-attendance{background-image:url(/assets/student-badges/badge-large/attendance-ab76917fb54217941aa6fab08c05a271aabeb821be7cb4edaef45905f2320f32.png);background-repeat:no-repeat}.unseen-badge .badge-large-donations{background-image:url(/assets/student-badges/badge-large/donations-fc6469e7f0fa2f8fd048b179620bc6fd9f807db80019073239603a0ec6e3be80.png);background-repeat:no-repeat}.unseen-badge .badge-large-forum{background-image:url(/assets/student-badges/badge-large/forum-b347bfd28025699b73465f4922bd1a774e19828cf38a9635d9033d6502ac7b46.png);background-repeat:no-repeat}.unseen-badge .badge-large-scholar{background-image:url(/assets/student-badges/badge-large/scholar-98a493e8e8986fcbd87f0687d74fb69d4b48f8beffe81e6162fd89d6b4ea8bda.png);background-repeat:no-repeat}.unseen-badge .header{font-weight:bold}.unseen-badge .zbadge{position:absolute;left:10px;top:10px;width:57px;height:89px}.unseen-badge .zbadge span{font-weight:bold;display:block;padding-top:53px;padding-bottom:14px;max-height:89px;text-align:center}.unseen-badge .exit{position:absolute;top:12px;right:12px;width:28px;height:27px;background-image:url(/assets/exit-a99ef3cf7d76ee74d95ef370c0fd091c91857459ff2c81c0db8ae048fab2410f.png);background-color:red}.unseen-badge .exit:hover{cursor:pointer}.new_donation{margin-top:10px;width:550px}.new_donation .form-inline input[type=submit]{margin-top:0}.new_donation input[name=commit]{margin:5px auto;display:block}#student-dashboard h1{color:#fe890e;font-family:"AvenirNextLTPro";font-weight:bold;font-height:30px}#student-dashboard h2{color:#029edb;font-size:23px}#student-dashboard h3{color:#8b8b8b;font-size:18px;text-transform:uppercase}#student-dashboard h2,#student-dashboard h3{font-family:"Open Sans",sans-serif;font-weight:bold}#student-dashboard h1,#student-dashboard h2,#student-dashboard h3{margin:0;margin-top:.3em;line-height:1.3em}#student-dashboard hr{margin:42px 0;border-top:1px dotted #717171}#student-dashboard ul{list-style:disc;margin-bottom:15px;margin-left:25px}#student-dashboard a{color:#fe890e;font-weight:bold}#student-dashboard .greybox{background-color:#efefef;border-radius:15px;margin-bottom:40px;margin-left:-20px;padding:20px;padding-bottom:10px}#student-dashboard .greybox .emphasis{color:#fe890e;font-weight:bold}#student-dashboard .greybox em{font-size:17px;font-style:italic}#student-dashboard .greybox h1{margin:0;color:#000;font-size:26px}#student-form{max-width:990px;padding:19px 29px 29px;margin:0 auto 20px;background-color:#fff;border:2px solid #e5e5e5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.student-form{margin-bottom:10px}.qp-reg{font-weight:bolder;font-size:17px}.geo{padding:10px 0}.gender,.french{padding:0 0 10px 0}.options,.grade{padding:10px 0 0 0}.school_finder{font-weight:bold;color:#fe890e;font-size:150%}#school-button{float:none}div.both-middle-and-high-school{display:none}div.both-middle-and-high-school span{padding-left:20px;display:inline-flex}div.both-middle-and-high-school span .collection_radio_buttons{font-weight:normal;padding-left:2px;vertical-align:middle}.non_french .junior_achievement{display:inline-flex}.non_french .junior_achievement #ja_link{margin-left:15px}span.disable-account{float:right}.role-toggle-wrapper{text-align:center}.role-toggle-wrapper .role-label{font-size:1.2rem}.role-toggle-wrapper .role-toggle-status{color:#888;font-style:italic}.new_student label{display:block}.container-google{width:60%;float:right}.container-google p{font-weight:bold;text-align:center}.container-google .wide_buttons .button{width:70%;display:block;margin:auto;border-radius:3px;padding:10px 0px;text-align:center;text-decoration:none;color:#fff;font-size:large}.container-google .red{background:#e74c3c}.container-google .red:active{background:#c0392b}.edit-school{margin-top:25%;float:right;width:60%}.edit-school p{font-weight:bold;margin:5px}#gender-optional-options .field{margin-top:0;margin-left:4rem}#gender-optional-options .field .radio{margin-top:0}#district-contact-controls{height:auto;display:none}#district-contact-list{padding-left:2rem}#district-contact-list .district-prov{width:17rem;display:inline-block}#district-contact-list .district-name{width:35rem;display:inline-block}#district-contact-list .remove-district{color:red;cursor:pointer}#question-div{width:66%;float:left}#qp-info-box{width:300px;height:250px;float:right}#qp-info-box #linking-to-qp-image{height:250px}#qp-info-box .qp-image{padding:0}#qp-info-box .qp-non-image{padding-left:5px;padding-right:5px;display:table-cell;vertical-align:middle;text-align:center}#qp-info-box .qp-non-image .caption{font-size:15pt}#qp-info-box .qp-non-image .qp-name{font-size:15pt;color:#3cb1e9;font-weight:600}.question-body{margin-bottom:.5em}.quiz-additional-links h2{margin:0;margin-bottom:5px;font-weight:bold}#answers_form input[type=radio]:not(old){float:left;width:28px;margin:0;padding:0;opacity:0}#answers_form input[type=radio]:not(old):focus-visible+label::before{content:"";position:absolute;left:-2px;top:-1px;width:28px;height:26px;border:2px solid #a145f2;border-radius:7px;box-sizing:border-box;pointer-events:none}#answers_form input[type=radio]:not(old)+label{position:relative;display:flex;margin-top:.5em;padding-left:32px;background:url(/assets/check_box_blue-bc2aa10e9982468871791f04b2409f99f803dc232c849fecc0b765114c362d89.png) no-repeat 0 0;line-height:24px;cursor:pointer}#answers_form input[type=radio]:not(old):checked+label{background-position:0 -216px}.answer-question .no-pointer-event,.curriculum-question .no-pointer-event{pointer-events:none}.report-question-link{font-size:9pt}.report-question-link a{color:#000;text-decoration:underline}#hint-text{margin-top:2em;font-size:9pt}.quiz-btn{display:inline-block;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;font-weight:600;font-size:14pt;width:7em;text-align:center;padding:10px 0px 4px 0px;border:0;background:#81bc41;color:#fff;cursor:pointer;outline:0;line-height:1.2em;white-space:normal;margin:0;margin-top:1.5em;margin-right:.5em;vertical-align:middle}.quiz-btn:hover{text-decoration:none;color:#fff}.quiz-btn:focus{text-decoration:none;color:#fff}.quiz-btn i.icon-spin{font-size:1.9em}.quiz-btn.research-button{background:#81bc41}.quiz-btn.submit-button{height:2.4em;line-height:2.3em;background:#3cb1e9}.quiz-btn.preference-button{background:#fe890e}.ask-the-expert{font-weight:bold;margin-top:12px}.ask-the-expert .quiz-btn{background:red}.numberCircle{border-radius:50%;width:50px;font-size:14px;border:10px solid #0d90d1;position:relative;z-index:2;float:left}.numberCircle span{text-align:center;line-height:50px;display:block}.numberCircle2{border-radius:50%;width:50px;font-size:14px;border:10px solid #81bc41;float:left;margin-left:10%}.numberCircle2 span{text-align:center;line-height:50px;display:block}.correct-today{padding-top:80px;padding-left:43%;padding-bottom:10px}.numberCircle3{border-radius:25%;width:50px;font-size:16px;border:10px solid #fb9107;float:left;margin-left:15%}.numberCircle3 span{text-align:center;line-height:50px;display:block}.points-today{float:right;padding-right:26%;margin-top:-30px}#s2id_student_school_id{width:21.5em}.history{margin:2em 0 2em 0}#recommendation-report{overflow:auto}#recommendation-report .top{padding:4rem 0 2rem}#recommendation-report .top .header-footnote{font-size:1.2rem}#recommendation-report .bottom{padding-top:4em}#recommendation-report .bottom .see-all{text-align:center;width:10em}#recommendation-report .bottom .standout{color:#a145f2;text-decoration:underline;font-weight:600}#recommendation-report .bottom .entry{background-color:#fff;border-radius:.4rem;box-sizing:border-box;height:calc(100% - 1.6rem);margin-bottom:1.6rem;margin-left:2rem;margin-right:2rem;padding:1.6rem 2.4rem}#recommendation-report .bottom #major-selection h2{font-size:2rem}#recommendation-report .bottom #major-selection{padding-left:1.5rem}#recommendation-report .bottom #major-selection label{color:#6564db;font-size:2rem}#recommendation-report .bottom #change-survey-linkage{border:2px solid #a145f2;border-radius:10px;padding:1rem 2.5rem;margin-top:2rem;background:#f5f0fa}#recommendation-report .bottom #change-survey-linkage .verbiage{margin-left:auto;margin-right:auto;width:70%;font-weight:bold}#recommendation-report .bottom #change-survey-linkage a{text-align:center;padding-left:3rem;padding-right:3rem}#recommendation-report .bottom #in-state-recommendations .location,#recommendation-report .bottom #in-country-recommendations .location,#recommendation-report .bottom #in-north-america-recommendations .location{color:#a145f2}#recommendation-report .bottom #in-state-recommendations .rank,#recommendation-report .bottom #in-country-recommendations .rank,#recommendation-report .bottom #in-north-america-recommendations .rank{margin-bottom:.6rem;font-weight:600;font-size:1.15em}#recommendation-report .bottom #in-state-recommendations .entry,#recommendation-report .bottom #in-country-recommendations .entry,#recommendation-report .bottom #in-north-america-recommendations .entry{background-color:#fff;border-radius:.8rem;box-sizing:border-box;width:70rem;height:calc(100% - 1.6rem);margin-bottom:.6rem;padding:1.6rem 2.4rem;font-weight:600;font-size:1.25em}#recommendation-report .bottom #in-state-recommendations .entry.in_state,#recommendation-report .bottom #in-country-recommendations .entry.in_state,#recommendation-report .bottom #in-north-america-recommendations .entry.in_state{display:flex}#recommendation-report .bottom #in-state-recommendations .entry .arrow,#recommendation-report .bottom #in-country-recommendations .entry .arrow,#recommendation-report .bottom #in-north-america-recommendations .entry .arrow{float:right;color:#a145f2;padding:1.3rem;margin-top:-1.6rem;margin-right:-2.4rem;text-align:center}#recommendation-report .bottom #in-state-recommendations .entry .arrow i,#recommendation-report .bottom #in-country-recommendations .entry .arrow i,#recommendation-report .bottom #in-north-america-recommendations .entry .arrow i{color:#3d3346;font-size:3rem;font-weight:normal;vertical-align:middle}#recommendation-report .bottom #in-state-recommendations .recommendation-expander:hover,#recommendation-report .bottom #in-country-recommendations .recommendation-expander:hover,#recommendation-report .bottom #in-north-america-recommendations .recommendation-expander:hover{cursor:pointer}@media only screen and (max-width: 48em){#recommendation-report .bottom #in-state-recommendations .hide-sm,#recommendation-report .bottom #in-country-recommendations .hide-sm,#recommendation-report .bottom #in-north-america-recommendations .hide-sm{display:none}}#recommendation-report .bottom .interest-match .check{display:inline-flex;vertical-align:middle}#recommendation-report .bottom .match-wrap{padding-top:.2em;padding-bottom:.2em}#recommendation-report .header{color:#3d3346;font-size:2.1rem;font-weight:bold;padding-bottom:1rem}#recommendation-report .v2-btn span{background-color:#fff;border-radius:2rem;color:#6564db;margin-left:1rem;padding:.5rem 1.5rem}#recommendation-report .v2-btn.float-right{float:right}#my_certificates .header{display:flex}#my_certificates .header .title{flex-grow:1}#my_certificates .header p{margin-top:3rem;font-weight:bold}#my_certificates .course_box{padding:1rem 1.5rem;background-color:#fff;margin-bottom:1rem}#my_certificates .course_box .top{display:flex}#my_certificates .course_box .top .name_date{flex-grow:1}#my_certificates .course_box .top .name_date .course_name{font-size:2.5rem;font-weight:bold;margin-bottom:0}#my_certificates .course_box .top .name_date .earned_date{font-size:1.25rem;color:#aaa;margin-top:-5px}#my_certificates .course_box .top a{display:flex;align-items:center;text-decoration:none}#my_certificates .course_box .top a,#my_certificates .course_box .top a:hover,#my_certificates .course_box .top a:focus,#my_certificates .course_box .top a:active{color:inherit;text-decoration:none}#my_certificates .course_box .bottom{display:none}#my_certificates .course_box .bottom .instruction{font-weight:bold}#my_certificates .course_box .bottom input[type=text]{width:20rem}#my_certificates .course_box .bottom .certificate_download_btn{margin:0;padding:5px 3rem}#my_certificates .course_box .bottom .certificate_download_btn.disable-submit{cursor:not-allowed;pointer-events:none}#question_history .top{background-color:#3d3346;color:#fff;padding:4rem 0 45%}@media only screen and (min-width: 32em){#question_history .top{padding:4rem 0 35%}}@media only screen and (min-width: 48em){#question_history .top{padding:4rem 0}}@media only screen and (min-width: 64em){#question_history .top{padding:8rem 0}}#question_history .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:4.4rem}#question_history nav{display:inline-block;flex-grow:1;height:100%;margin-left:3rem;vertical-align:top}@media only screen and (min-width: 48em){#question_history nav{margin-left:9rem}}#question_history nav a{color:#3d3346;display:inline-block;font-size:1.6rem;line-height:2.4rem;padding:1.6rem 0;text-decoration:none}@media only screen and (min-width: 48em){#question_history nav a:not(:first-child){margin-left:3.4rem}#question_history nav a{padding:2.4rem 0}}#question_history nav a:nth-last-child(2){margin-left:1.4rem}#question_history nav a:last-child{margin-bottom:1.6rem;margin-left:1.4rem}#question_history nav a:hover{border-bottom:.4rem solid #6564db;padding-bottom:2rem}#question_history nav a.active{font-weight:bold;border-bottom:.4rem solid #6564db;padding-bottom:2rem}#question_history .bottom{padding-bottom:4rem;background-color:#eee}#question_history .bottom .select-year div{margin-top:auto;margin-bottom:auto}#question_history .bottom .select-year select{height:5rem;margin:0}#question_history .bottom .quiz-question-history h2{font-size:2.25rem}#question_history .bottom .quiz-question-history .note{font-size:1.3rem;margin:0}#question_history .bottom .quiz-question-history .select-year div{margin-top:auto;margin-bottom:auto}#question_history .bottom .quiz-question-history .select-year select{height:5rem;margin:0}#question_history .bottom .quiz-question-history .quiz-table-header{font-weight:bold;float:right;margin-right:2rem}#question_history .bottom .quiz-question-history .quiz-date-wrap .day{align-items:center;background-color:#fff;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;padding:.5rem 1.3rem .5rem 1rem;line-height:36px;border-left-color:#a145f2;cursor:pointer}#question_history .bottom .quiz-question-history .quiz-date-wrap .day .name{flex-grow:10;padding:0 1em 0 0}#question_history .bottom .quiz-question-history .quiz-date-wrap .day .counter{vertical-align:middle;text-align:right}#question_history .bottom .quiz-question-history .quiz-date-wrap .day .counter i{font-size:2rem}#question_history .bottom .quiz-question-history .quiz-date-wrap:not(:last-child){margin-bottom:.6rem}#question_history .bottom .header{margin-left:1rem;font-weight:bold}#question_history .bottom .answer-row{margin-left:1rem;background:#fff;padding:.75rem 0;line-height:1.75rem}#question_history .bottom .answer-row:not(:last-child){margin-bottom:.25rem}#question_history .bottom .answer-row:last-child{margin-bottom:.75rem}#question_history .bottom .answer-row .correctness-indicator{width:1.75rem}#question_history .bottom .answer-row div{vertical-align:middle;margin-top:auto;margin-bottom:auto}#question_history .bottom .module-question-history .course-table-header{font-weight:bold}#question_history .bottom .module-question-history .course-wrap .course{background-color:#fff;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);padding:1rem 1.3rem 1rem 1rem;line-height:2rem;border-left-color:#a145f2;cursor:pointer}#question_history .bottom .module-question-history .course-wrap .course .course-name{margin-top:auto;margin-bottom:auto;padding:0 1em}#question_history .bottom .module-question-history .course-wrap .course .course-questions{margin-top:auto;margin-bottom:auto;vertical-align:middle}#question_history .bottom .module-question-history .course-wrap .course .course-module-count{margin-top:auto;margin-bottom:auto}#question_history .bottom .module-question-history .course-wrap .course .course-module-count i{font-size:2rem}#question_history .bottom .module-question-history .course-wrap:not(:last-child){margin-bottom:.6rem}#question_history .bottom .module-question-history .course-modules-list .module-row{margin-left:1rem}#question_history .bottom .module-question-history .course-modules-list .module-row .module{background-color:#fff;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);padding:1rem 1.3rem 1rem 1rem;line-height:2rem;border-left-color:#a145f2;cursor:pointer}#question_history .bottom .module-question-history .course-modules-list .module-row .module .module-name{margin-top:auto;margin-bottom:auto;padding:0 1em}#question_history .bottom .module-question-history .course-modules-list .module-row .module .module-questions{margin-top:auto;margin-bottom:auto;vertical-align:middle}#question_history .bottom .module-question-history .course-modules-list .module-row .module .module-questions i{font-size:2rem}#question_history .bottom .module-question-history .course-modules-list .module-row:not(:last-child){margin-bottom:.25rem}#question_history .bottom .module-question-history .course-modules-list .module-row:last-child{margin-bottom:1rem}#question_history .bottom .module-question-history .header-row{margin-left:2rem;font-weight:bold}#question_history .bottom .module-question-history .question-row{margin-left:2rem}#question_history .bottom .module-question-history .question-row .question{background-color:#fff;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);padding:1rem 1.3rem 1rem 1rem;line-height:2rem}#question_history .bottom .module-question-history .question-row .question .correctness{margin-top:auto;margin-bottom:auto}#question_history .bottom .module-question-history .question-row .question .correctness .correctness-indicator{width:1.75rem}#question_history .bottom .module-question-history .question-row .question .question-body{padding:0 1em;line-height:2rem;margin-top:auto;margin-bottom:auto}#question_history .bottom .module-question-history .question-row .question .question-body img{width:2rem;padding-right:1rem}#question_history .bottom .module-question-history .question-row .question .question-answer{margin-top:auto;margin-bottom:auto;vertical-align:middle;padding-right:1rem;line-height:2rem}#question_history .bottom .module-question-history .question-row .question .question-date{margin-top:auto;margin-bottom:auto}#question_history .bottom .module-question-history .question-row:not(:last-child){margin-bottom:.25rem}#question_history .bottom .module-question-history .question-row:last-child{margin-bottom:1rem}#student-ai-pledge{background:#eee;height:100%;padding-top:15rem}#student-ai-pledge #close-btn{position:fixed;top:1rem;right:2rem}#student-ai-pledge #close-btn .icon{margin-left:3rem}#student-ai-pledge .v2-btn{padding:.5rem 1.5rem;border-radius:5px}#student-ai-pledge .v2-btn.submit{min-width:33%}#student-ai-pledge .v2-btn.submit.disabled{cursor:unset}#student-ai-pledge .btn-wrapper{margin-top:4rem;text-align:center}#student-ai-pledge #info h1{padding-bottom:1rem}#student-ai-pledge #info ul{margin-top:2rem}#student-ai-pledge #info ul li{margin-top:2rem;padding-left:2rem}#student-ai-pledge #info ul li .element-wrapper{display:flex;gap:2rem;line-height:1.75rem}#student-ai-pledge #info ul li input{margin-top:-3px}#ai-pledge-agreement{border:1px solid #a145f2;background-color:#f5f0fa;border-radius:5px;padding:2rem 4rem;margin-top:2rem;line-height:1.75rem;text-align:center;font-weight:bold}#ai-pledge-agreement p{padding:0;margin:0;margin-bottom:1rem}#ai-pledge-agreement a{font-weight:bold;color:#6564db}#ai-pledge-agreement a:hover{text-decoration:none}#ai-pledge-agreement-details-modal .content{background-color:#eee;text-align:center;height:100%}#ai-pledge-agreement-details-modal .content .close-btn{padding:.5rem 2rem;position:fixed;top:1rem;right:2rem}#ai-pledge-agreement-details-modal .content .close-btn .icon{margin-left:3rem}#ai-pledge-agreement-details-modal .content .main-panel{margin-top:15%;text-align:left}#ai-pledge-agreement-details-modal .content .main-panel h1{padding-bottom:1rem}#ai-pledge-agreement-details-modal .content .main-panel ul{margin-top:2rem}#ai-pledge-agreement-details-modal .content .main-panel ul li{margin-top:2rem}#ai-pledge-agreement-details-modal .content .main-panel ul li .element-wrapper{display:flex;gap:2rem;line-height:1.75rem}#ai-pledge-agreement-details-modal .content .main-panel ul li img{margin-top:-4px;width:2rem}#ai-pledge-agreement-details-modal .content .main-panel #acked{display:flex;gap:1rem;justify-content:center;padding-top:5rem;font-weight:bold}#ai-pledge-agreement-details-modal .content .main-panel #acked img{width:2rem}#student-dash,#teacher-dash{text-align:center;color:#404040}#student-dash section,#teacher-dash section{margin-bottom:3em}#student-dash .huge,#teacher-dash .huge{font-size:20pt}#student-dash .smaller,#teacher-dash .smaller{font-size:9pt}#student-dash .bolder,#teacher-dash .bolder{font-weight:600}#student-dash .purple,#teacher-dash .purple{color:#7f1c91}#student-dash .orange,#teacher-dash .orange{color:#fe890e}#student-dash .green,#teacher-dash .green{color:#81bc41}#student-dash .cyan,#teacher-dash .cyan{color:#08d3aa}#student-dash .title,#teacher-dash .title{font-weight:600;font-size:16pt}#student-dash .orange-line,#teacher-dash .orange-line{background-image:url(/assets/orange-line-0ca8ee2704560da83ef5552d82674b20949c8b42867a20577d749494a74a1a39.png);background-repeat:no-repeat;background-position:center top;padding-top:55px}#student-dash .section-header,#teacher-dash .section-header{font-size:14pt}#student-dash .point-header,#teacher-dash .point-header{font-size:12pt}#student-dash .class_table,#teacher-dash .class_table{border:1px #d3d3d3 solid}#student-dash .class_table thead,#teacher-dash .class_table thead{color:#7f1c91;font-size:14pt}#student-dash .class_table th,#teacher-dash .class_table th{width:20%;border-right:solid #d3d3d3 1px;border-bottom:solid #d3d3d3 1px}#student-dash .class_table td,#teacher-dash .class_table td{width:20%;border-right:solid #d3d3d3 1px;vertical-align:middle;padding:0px 3px}#student-dash #button-group,#teacher-dash #button-group{padding-top:1.5em}#student-dash #button-group a,#teacher-dash #button-group a{margin:0em 1.5em}#student-dash section.gray-section,#teacher-dash section.gray-section{background:#ededed;padding-top:2em;border-radius:10px}#student-dash #clock div,#teacher-dash #clock div{background:#eee}#student-dash .flat-btn,#teacher-dash .flat-btn{border-radius:10px;color:#fff;text-decoration:none;width:15em;display:inline-block;text-align:center;vertical-align:middle;line-height:3em;font-size:14pt}#student-dash .flat-btn.support-charity-btn,#student-dash .flat-btn.instructions-btn,#teacher-dash .flat-btn.support-charity-btn,#teacher-dash .flat-btn.instructions-btn{background:#81bc41}#student-dash .flat-btn.enter-draw-btn,#student-dash .flat-btn.lesson-plans-btn,#teacher-dash .flat-btn.enter-draw-btn,#teacher-dash .flat-btn.lesson-plans-btn{background:#7f1c91}#student-dash .flat-btn.quiz-question-btn,#student-dash .flat-btn.videos-btn,#teacher-dash .flat-btn.quiz-question-btn,#teacher-dash .flat-btn.videos-btn{background:#3cb1e9}#student-dash .flat-btn.view-draw-btn,#student-dash .flat-btn.faq-btn,#teacher-dash .flat-btn.view-draw-btn,#teacher-dash .flat-btn.faq-btn{background:#fe890e}#student-dash .flat-btn.purple-btn,#teacher-dash .flat-btn.purple-btn{background:#7f1c91}#student-dash .flat-btn.small-btn,#teacher-dash .flat-btn.small-btn{width:10em;line-height:2em;font-size:11pt}#student-dash .flat-btn.invisible-btn,#teacher-dash .flat-btn.invisible-btn{color:#000}#student-dash #my-points .my-points-entry,#teacher-dash #my-points .my-points-entry{display:inline-block;height:120px;vertical-align:top;margin:0px 5%}#student-dash #my-rankings .entry,#teacher-dash #my-rankings .entry{display:inline-block;vertical-align:top;margin:0px 5%}#student-dash #my-rankings .entry #top-this-month,#student-dash #my-rankings .entry #top-this-school-year,#student-dash #my-rankings .entry #top-ranked,#teacher-dash #my-rankings .entry #top-this-month,#teacher-dash #my-rankings .entry #top-this-school-year,#teacher-dash #my-rankings .entry #top-ranked{cursor:pointer}#student-dash table.teacher_classes,#teacher-dash table.teacher_classes{margin:auto;margin-bottom:.5em;border:1px #000 solid;box-shadow:2px 2px 5px #888;width:100%}#student-dash table.teacher_classes th,#teacher-dash table.teacher_classes th{font-weight:600;color:#3cb1e9;text-align:left;background-color:#fff;padding:.5em}#student-dash table.teacher_classes th:last-child,#student-dash table.teacher_classes td:last-child,#teacher-dash table.teacher_classes th:last-child,#teacher-dash table.teacher_classes td:last-child{border-right:1px #000 solid}#student-dash table.teacher_classes td,#teacher-dash table.teacher_classes td{text-align:left;vertical-align:middle;padding:.5em}#student-dash table.teacher_classes td.action,#teacher-dash table.teacher_classes td.action{padding:0;text-align:center}#student-dash table.teacher_classes tr:nth-child(2n),#teacher-dash table.teacher_classes tr:nth-child(2n){background-color:#e4f7fd}#student-dash table.teacher_classes tr:nth-child(2n+1),#teacher-dash table.teacher_classes tr:nth-child(2n+1){background-color:#fff}#student-dash table.teacher_classes select,#teacher-dash table.teacher_classes select{width:100%;margin-bottom:0}#student-dash table.teacher_classes th.points,#student-dash table.teacher_classes td.points,#teacher-dash table.teacher_classes th.points,#teacher-dash table.teacher_classes td.points{text-align:center;font-weight:600}#student-dash table.teacher_classes th.points span,#student-dash table.teacher_classes td.points span,#teacher-dash table.teacher_classes th.points span,#teacher-dash table.teacher_classes td.points span{background:#3cb1e9;padding:1em;color:#fff}#student-dash table.teacher_classes.standings tr:nth-child(2n),#teacher-dash table.teacher_classes.standings tr:nth-child(2n){background-color:#fff}#student-dash table.teacher_classes.standings th:last-child,#student-dash table.teacher_classes.standings td:last-child,#teacher-dash table.teacher_classes.standings th:last-child,#teacher-dash table.teacher_classes.standings td:last-child{border-right:0px}#student-dash table.teacher_classes.standings td.odd,#teacher-dash table.teacher_classes.standings td.odd{background-color:#fff}#student-dash table.teacher_classes.standings td.even,#teacher-dash table.teacher_classes.standings td.even{background-color:#e4f7fd}#student-dash .new-class-button,#teacher-dash .new-class-button{margin-left:5%}#student-dash #how-badges-work,#teacher-dash #how-badges-work{cursor:pointer}#student-dash .badge-line div.badge-item,#teacher-dash .badge-line div.badge-item{display:inline-block;margin:0px 4%}#student-dash .badge-line div.badge-item .badge-box,#teacher-dash .badge-line div.badge-item .badge-box{display:block;line-height:20px;padding:5px 2px 3px 2px}#student-dash .badge-line div.badge-item .attendance,#teacher-dash .badge-line div.badge-item .attendance{color:#fdb813}#student-dash .badge-line div.badge-item .researcher,#teacher-dash .badge-line div.badge-item .researcher{color:#81bc41}#student-dash .badge-line div.badge-item .scholar,#teacher-dash .badge-line div.badge-item .scholar{color:#039ddc}#student-dash .badge-line div.badge-item .forum,#teacher-dash .badge-line div.badge-item .forum{color:#f99e30}#student-dash .badge-line div.badge-item .donations,#teacher-dash .badge-line div.badge-item .donations{color:#e42a33}#student-dash .badge-line div.badge-item .circle,#teacher-dash .badge-line div.badge-item .circle{border-radius:50%;width:50px;height:50px;display:inline-block}#student-dash .badge-line div.badge-item .circle.attendance,#teacher-dash .badge-line div.badge-item .circle.attendance{background:#fdb813}#student-dash .badge-line div.badge-item .circle.researcher,#teacher-dash .badge-line div.badge-item .circle.researcher{background:#81bc41}#student-dash .badge-line div.badge-item .circle.scholar,#teacher-dash .badge-line div.badge-item .circle.scholar{background:#039ddc}#student-dash .badge-line div.badge-item .circle.forum,#teacher-dash .badge-line div.badge-item .circle.forum{background:#f99e30}#student-dash .badge-line div.badge-item .circle.donations,#teacher-dash .badge-line div.badge-item .circle.donations{background:#e42a33}#student-dash .badge-line div.badge-item .circle .inner-circle,#teacher-dash .badge-line div.badge-item .circle .inner-circle{border-radius:50%;width:46px;height:46px;background:#fff;display:inline-block;color:#000;margin-top:2px}#student-dash .badge-line div.badge-item .circle .inner-circle .text,#teacher-dash .badge-line div.badge-item .circle .inner-circle .text{margin-top:12px}#student-dash .als-container,#teacher-dash .als-container{position:relative;width:650px;overflow:hidden;margin:0px auto;z-index:0}#student-dash .week-title,#teacher-dash .week-title{padding-left:3em;font-weight:600;font-size:16px;color:#646464}#student-dash .week-prev,#student-dash .week-next,#teacher-dash .week-prev,#teacher-dash .week-next{position:absolute;cursor:pointer;clear:both;font-size:12px;font-weight:600;top:.5em;color:#fb8e00}#student-dash .week-prev img,#student-dash .week-next img,#teacher-dash .week-prev img,#teacher-dash .week-next img{margin-top:-0.21em;vertical-align:middle}#student-dash .week-next,#teacher-dash .week-next{right:0em;display:none}#student-dash .week-prev,#teacher-dash .week-prev{left:4.5em;font-size:12px}#student-dash .labels,#teacher-dash .labels{display:block;float:left;line-height:20px;padding-top:21px;text-align:right;font-size:12px;font-weight:600;color:#646464}#student-dash .week-viewport,#teacher-dash .week-viewport{position:relative;overflow:hidden;margin:0px auto}#student-dash .week-view,#teacher-dash .week-view{width:1000000px;position:relative;list-style:none}#student-dash .week-view li.date-item,#teacher-dash .week-view li.date-item{display:inline;position:relative;float:left;width:80px;margin-left:2px;margin-right:2px;margin-bottom:3px;text-align:center}#student-dash .week-view .day,#teacher-dash .week-view .day{display:block;line-height:20px;background:#26a1dd;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;border:1px solid #26a1dd;border-bottom:0}#student-dash .week-view .day.today,#teacher-dash .week-view .day.today{background:#fb8e00;border:1px solid #fb8e00}#student-dash .week-view .num,#teacher-dash .week-view .num{display:block;line-height:20px;color:#646464;font-size:14px;font-weight:600;border:1px solid #ddd;border-top:0;background:#fff}#student-dash .week-view .num.none,#teacher-dash .week-view .num.none{background:#eee}#student-dash .week-view .num.partial,#teacher-dash .week-view .num.partial{background:url(/assets/check-yellow-a800bb7b1a83f0a1e8ab8d5992dba7abcd4ce8bb817418eb57edbed142954350.png) no-repeat center center}#student-dash .week-view .num.complete,#teacher-dash .week-view .num.complete{background:url(/assets/check-green-6dbd1ecead8a2add41478e9b80d6d8432bf3b551090ecd4b002fff9ef723ad5b.png) no-repeat center center}#student-dash #cal-heatmap,#teacher-dash #cal-heatmap{width:100%;text-align:center}#student-dash #cal-heatmap .heatmap-div,#teacher-dash #cal-heatmap .heatmap-div{width:288px;margin:auto}#student-dash .heatmap-title,#teacher-dash .heatmap-title{color:#555;width:100%;margin:auto;margin-bottom:5px}#student-dash .test,#teacher-dash .test{padding:2px;max-width:75px;background-color:#3d3346;display:inline;color:#fff}#student-dash .test2,#teacher-dash .test2{display:inline}.how-it-works-modal{color:gray}.how-it-works-modal h2{text-align:center;color:#3cb1e9;font-size:20pt;font-weight:600}.how-it-works-modal .column{width:48%;display:inline-block;vertical-align:top}.how-it-works-modal #increase{font-weight:600;margin-bottom:1em}.how-it-works-modal .badge-cell{margin-bottom:1em}.how-it-works-modal .badge-cell .badge-icon{vertical-align:top;display:inline-block}.how-it-works-modal .badge-cell .text{width:80%;vertical-align:top;margin-top:.5em;display:inline-block}.how-it-works-modal .badge-cell .text .title{font-size:13pt;font-weight:600}.how-it-works-modal .badge-cell .text .weight{font-size:10pt}.videos .video-group{padding-bottom:30px;margin-bottom:30px;border-bottom:.25px solid #d3d3d3}.videos .youtube{margin-top:.5em}.videos .steps{padding:3px 5px 3px;max-width:80px;background-color:#3d3346;display:inline;color:#fff;margin-right:.5em;border-radius:5px}.videos .steps.black{color:#000}.videos .steps2{display:inline}.videos .margin-bottom{margin-bottom:3rem}#school-class-students table th.name{width:200px}#school-class-students table th.grade{width:70px}#school-class-students table th.action{width:200px}#class-info-panel{border:0;padding:0px 15px 15px}#class-info-panel table#class-metadata{margin-bottom:10px}#class-info-panel table#class-metadata tbody tr:nth-child(2n+1){background-color:#fff}#class-info-panel table#class-metadata tbody tr td{border:0;padding:0}#class-students{margin-left:15px}#class-students table{margin-top:10px}#add-student{float:left;margin-left:.5em;margin-top:.6em}.school-classes .class-list form #school_class_code{margin:0}.school-classes .class-list form #class_code_submit_id{margin-left:1rem;width:16rem;padding:6px}#question-provider-form .simple_form .hint{clear:left;margin-left:20px;color:#555;display:block;font-style:italic}#question-provider-form .simple_form .boolean{display:block}#question-provider-form .question-provider-info{float:right;width:480px}#question-provider-form .new_qp_form{width:300px}#question-provider-form .avatar{max-width:100px}li.qp_no_payment_method a{color:red !important;font-weight:100 !important;font-size:13px !important}.qp_event_note{color:red}#question_provider_event_date_1i{width:5em}#question_provider_event_date_2i{width:8em}#question_provider_event_date_3i{width:4em}#question_provider_event_date_4i{width:4em}#question_provider_event_date_5i{width:4em}.question_provider_select2_ajax{width:29em;vertical-align:top}#qp_search input[type=submit]{margin-top:-10px}div.payment_form_styling{width:600px;display:inline-block}div.disclaimer_billing_style{display:inline-block}div.payment_errors{color:red}div.cards{height:200px;border-bottom:1px solid #eae7e7}div.payment_methods{border-bottom:1px solid #b2b1af;margin-bottom:20px;width:100%;margin-left:0px}div.payment_rows{float:right}div.request_manual_billing_link{margin:10px 0px}span.payment_method_status{font-size:17px}.btn.close_button_pay{margin-right:4px}.btn.btn-primary.recurring-button{padding-left:5px;margin-bottom:5px;margin-left:10px}.form-inline.form_indent{margin-left:50px;display:inline-flex;display:none}.required.tax_name{width:320px}.required.tax_percentage{width:320px}table.info_tables{margin-bottom:75px}.submit_button{position:relative;bottom:30px;left:20px}.tip-twitter{opacity:.8;z-index:1000;text-align:left;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:8px 8px;max-width:200px;color:#fff;background-color:#000}.tip-twitter .tip-inner{font:bold 11px/14px "Lucida Grande",sans-serif}.tip-twitter .tip-arrow-top{margin-top:-5px;margin-left:-5px;top:0;left:50%;width:9px;height:5px}.tip-twitter .tip-arrow-right{margin-top:-4px;margin-left:0;top:50%;left:100%;width:5px;height:9px}.tip-twitter .tip-arrow-bottom{margin-top:0;margin-left:-5px;top:100%;left:50%;width:9px;height:5px}.tip-twitter .tip-arrow-left{margin-top:-4px;margin-left:-5px;top:50%;left:0;width:5px;height:9px}.student-statistics h1{font-size:32px;font-weight:bold;color:#fb8e00;margin-bottom:15px}.student-statistics .section-heading{font-weight:600;color:#646464;font-size:16px}.student-statistics .achievement-stats{float:left;padding-left:10px}.student-statistics .badges-horiz{float:left;background-color:#fff;width:90%;padding-left:4em}.student-statistics .badges-horiz .badge-labels{display:block;float:left;line-height:20px;padding-top:80px;padding-right:5px;text-align:right;font-size:12px;font-weight:600}.student-statistics .badge-line{list-style:none}.student-statistics .badge-line li.badge-item{display:inline;position:relative;float:left;width:100px;margin-left:2px;margin-right:2px;margin-bottom:3px;text-align:center}.student-statistics .badge-line li.badge-item .badge-box{display:block;line-height:20px;color:#646464;font-size:14px;font-weight:600;border:1px solid #ddd;background:#fff;padding:5px 2px 3px 2px}.student-statistics .badge-line li.badge-item .badge-box .attendance{color:#fdb813}.student-statistics .badge-line li.badge-item .badge-box .researcher{color:#81bc41}.student-statistics .badge-line li.badge-item .badge-box .scholar{color:#039ddc}.student-statistics .badge-line li.badge-item .badge-box .forum{color:#f99e30}.student-statistics .badge-line li.badge-item .badge-box .donations{color:#e42a33}.student-statistics .past-performance{padding-bottom:15px}.student-statistics .past-performance .overall-rank-label{font-weight:600;color:#26a1dd}.student-statistics .past-performance .overall-rank{font-weight:600;color:#444}.student-statistics .past-performance .top-rank a{color:#444}.student-statistics .past-performance .current-streak{font-weight:600;color:#fb8e00;padding-left:8em}.student-statistics .past-performance .week-title{padding-left:15em;font-weight:600;font-size:16px;color:#646464}.student-statistics .past-performance .als-container{position:relative;width:650px;overflow:hidden;margin:0px auto;z-index:0}.student-statistics .past-performance .week-prev,.student-statistics .past-performance .week-next{position:absolute;cursor:pointer;clear:both;font-size:12px;font-weight:600;top:.5em;color:#fb8e00}.student-statistics .past-performance .week-prev img,.student-statistics .past-performance .week-next img{margin-top:-0.21em;vertical-align:middle}.student-statistics .past-performance .week-next{right:0em;display:none}.student-statistics .past-performance .week-prev{left:4.5em;font-size:12px}.student-statistics .past-performance .labels{display:block;float:left;line-height:20px;padding-top:21px;text-align:right;font-size:12px;font-weight:600;color:#646464}.student-statistics .past-performance .week-viewport{position:relative;overflow:hidden;margin:0px auto}.student-statistics .past-performance .week-view{width:1000000px;position:relative;list-style:none}.student-statistics .past-performance .week-view li.date-item{display:inline;position:relative;float:left;width:80px;margin-left:2px;margin-right:2px;margin-bottom:3px;text-align:center}.student-statistics .past-performance .week-view .day{display:block;line-height:20px;background:#26a1dd;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;border:1px solid #26a1dd;border-bottom:0}.student-statistics .past-performance .week-view .day.today{background:#fb8e00;border:1px solid #fb8e00}.student-statistics .past-performance .week-view .num{display:block;line-height:20px;color:#646464;font-size:14px;font-weight:600;border:1px solid #ddd;border-top:0;background:#fff}.student-statistics .past-performance .week-view .num.none{background:#eee}.student-statistics .past-performance .week-view .num.partial{background:url(/assets/check-yellow-a800bb7b1a83f0a1e8ab8d5992dba7abcd4ce8bb817418eb57edbed142954350.png) no-repeat center center}.student-statistics .past-performance .week-view .num.complete{background:url(/assets/check-green-6dbd1ecead8a2add41478e9b80d6d8432bf3b551090ecd4b002fff9ef723ad5b.png) no-repeat center center}.student-statistics #cal-heatmap{padding-left:5em}.student-statistics .heatmap-title{text-align:center;font-weight:600;font-size:16px;color:#555}.student-statistics .achievement-stats{display:none}.student-statistics .points table tr:nth-child(2n+1){background-color:#fff}.student-statistics .points table td{padding:0;border:none}.student-statistics .points table td.point-label{padding-left:2em;font-weight:600;color:#26a1dd;width:9em}.student-statistics .points table td.point-value{font-weight:600;color:#464646}.student-statistics .school-stats{display:none}.student-statistics .donation-stats .donation-label{padding-left:2em;font-weight:600;color:#26a1dd}.student-statistics .donation-stats .donation-value{font-weight:600;color:#464646}.student-statistics .donation-stats .donations-table{padding-left:2em}#student-badges h1{font-size:32px;font-weight:bold;color:#fb8e00;margin-bottom:15px}#student-badges .rewards-container{float:left;margin-right:6px;border-right:dotted 1px #9f9f9f;margin-bottom:20px}#student-badges .rewards{float:left;color:#fff;text-align:center;font-size:20px;margin-bottom:15px}#student-badges .rewards span{float:left;margin-right:23px;display:block;width:57px;height:43px;padding-top:46px;float:left;margin-bottom:5px}#student-badges .next-levels{clear:both}#student-badges .next-levels h2{font-size:20px;font-family:"Open Sans",sans-serif;color:#8c8c8c;margin-bottom:15px}#student-badges .next-level{float:left;margin-right:23px;width:57px;text-align:center;color:#fff}#student-badges .next-level.attendance{background-color:#fdb813}#student-badges .next-level.researcher{background-color:#81bc41}#student-badges .next-level.scholar{background-color:#039ddc}#student-badges .next-level.forums{background-color:#f99e30}#student-badges .next-level.donations{background-color:#e42a33}#student-badges .rank{float:left}#student-badges .rank h2{font-family:"Open Sans",sans-serif;color:#fb8e00;font-size:20px}#student-badges .how-it-works{clear:both;padding:20px;background-color:#efefef;border-radius:10px;margin-top:25px;font-size:16px}#student-badges .how-it-works .dotted{padding-top:25px;border-top:dotted 1px #9f9f9f;height:1px;clear:both}#student-badges .how-it-works h2,#student-badges .how-it-works h3,#student-badges .how-it-works h4{font-family:"Open Sans",sans-serif;font-weight:bold}#student-badges .how-it-works h2{color:#039ddc;font-size:24px;margin-bottom:5px;clear:both}#student-badges .how-it-works h3{font-size:20px;color:#8c8c8c;text-transform:uppercase}#student-badges .how-it-works ul{width:325px;float:left;margin:15px 15px 25px 0}#student-badges .how-it-works ul:after{content:"";display:block;clear:both}#student-badges .how-it-works ul:last-child{margin-right:0}#student-badges .how-it-works ul li{margin-bottom:25px}#student-badges .how-it-works ul li:after{content:"";display:block;clear:both}#student-badges .how-it-works ul span{display:block;float:left;width:31px;height:48px}#student-badges .how-it-works ul .text{float:left;margin-left:28px;width:260px}#student-badges .how-it-works ul h4{text-transform:uppercase;font-size:20px;color:#8c8c8c}#student-badges .how-it-works ul small{font-size:10px;display:block}#draw-form #draw_date_1i{width:5em}#draw-form #draw_date_2i{width:8em}#draw-form #draw_date_3i{width:4em}#draw-form #draw_date_4i{width:4em}#draw-form #draw_date_5i{width:4em}#question-form span.select_all{font-size:1em;color:#1c18e0;font-weight:bold;cursor:pointer;float:right}div#questions_list span.change_all{font-size:.8em;color:#1c18e0;font-weight:bold;cursor:pointer}div#questions_list #change_all_districts_form{display:none}div#questions_list #change_all_types_form{display:none}div#questions_list #change_all_dates_form{display:none}div#questions_list h2{font-size:1.5em;font-weight:600}div#questions_list div.user-type-checkbox input[type=checkbox]{position:relative;top:-3px}div#questions_list div.user-type-checkbox .middle-school-grades,div#questions_list div.user-type-checkbox .high-school-grades{margin-left:20px}div#questions_list div.user-type-checkbox .middle-school-grades .user-type-checkbox,div#questions_list div.user-type-checkbox .high-school-grades .user-type-checkbox{font-weight:normal}div#questions_list table tr.header{background-color:#fb9b1c;color:#fff}div#questions_list table tr.non-rounded th{border-radius:0}div#questions_list table th{text-align:center}div#questions_list .btn-cancel{margin-top:5px}div#questions_list div#waive-fee-buttons{margin-bottom:5px}div#question-form textarea{resize:vertical;width:35.5em}div#question-form .answers{padding-top:5px;padding-left:12px;width:34em}div#question-form .answers h2{color:#000;font-size:1.5em;font-weight:600;margin-top:0px;margin-bottom:3px}div#question-form .answers input[type=text]{width:20em}div#question-form .answers hr{margin:5px 0}div#question-form table{width:100%}div#question-form table th{font-weight:600;border:0;padding:0px}div#question-form table th.answer_text{padding-left:9em}div#question-form table tr:nth-child(2n+1){background-color:inherit}div#question-form table td{padding:0;border:0}div#question-form table td input[type=checkbox]{position:relative;top:-3px}div#question-form table td input[type=text]{width:inherit}div#question-form .target-choice{margin-left:10px}div#question-form .target-choice input[type=checkbox]{position:relative;top:-3px}div#question-form .target-choice .middle-school-grades,div#question-form .target-choice .high-school-grades{margin-left:20px}div#question-form #question_hint_url{width:35.5em}div#question-form #question_question_category_id{width:36.5em}div.question_categories #new-category-btn{margin-bottom:5px}div.question_categories td.inactive{color:red}div.question_categories input#question_category_name{width:38.5em}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(/assets/dataTables/sort_both-04c63d38111bbc1de87f63f01469c19c5c4b10a0d7e9756b5c82a801fa766039.png)}table.dataTable thead .sorting_asc{background-image:url(/assets/dataTables/sort_asc-d21b43975b389ef74eacf35b3d7d84e61a3c82fdfce2e071934d3f652e40a2aa.png)}table.dataTable thead .sorting_desc{background-image:url(/assets/dataTables/sort_desc-474f1070bed1ba04a1668a7b8da406ca80d88b5ae56fdd2a24f015659b47a090.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(/assets/dataTables/sort_asc_disabled-4da5a763ffa47efbb877735bc4e378d04c2ab6a2b413aa40206fe72990cf34a9.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(/assets/dataTables/sort_desc_disabled-fd6656cc661f8edc87428b35bd41a469ad0e18f6d52c4ca70b1ebcd303fe1c9a.png)}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#abb9d3}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f5f5f5}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#a9b7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#f9f9f9}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad4}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b3cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a7b5ce}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b6d0}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#f9f9f9}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fbfbfb}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fdfdfd}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad4}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#adbbd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ebebeb}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#eee}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a1aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a2afc8}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a4b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid rgba(0,0,0,0)}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #cacaca;background-color:#fff;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, white 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, white 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, white 0%, #dcdcdc 100%);background:-o-linear-gradient(top, white 0%, #dcdcdc 100%);background:linear-gradient(to bottom, white 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#fff !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:-o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}.new_school_button{float:right;padding:.5em}#pathways-list .v2-btn,#pathways-edit .v2-btn{padding:.75rem 7rem;margin-top:1.5rem;margin-bottom:2rem}#pathways-list a,#pathways-edit a{text-decoration:none}#pathways-list a.pathways-edit-district-link,#pathways-list a.edit-school-link,#pathways-edit a.pathways-edit-district-link,#pathways-edit a.edit-school-link{color:#6564db}#pathways-list #pathways-notification,#pathways-edit #pathways-notification{color:#fff;width:80%;padding:1rem 2rem;margin-top:-1.5rem;font-weight:bold;text-align:center;border-radius:1rem;background-color:#408140}#pathways-list #pathways-school-search,#pathways-edit #pathways-school-search{margin-bottom:3rem}#pathways-list #pathways-school-search #pathways-school-wrap,#pathways-edit #pathways-school-search #pathways-school-wrap{display:flex}#pathways-list #pathways-school-search #pathways-school-wrap .input-append,#pathways-edit #pathways-school-search #pathways-school-wrap .input-append{margin-bottom:0;margin-top:.5rem}#pathways-list #pathways-school-search #pathways-school-wrap .v2-btn,#pathways-edit #pathways-school-search #pathways-school-wrap .v2-btn{margin:0 0 0 3rem}#pathways-list #pathways-mass-toggle-links,#pathways-edit #pathways-mass-toggle-links{font-size:1.75rem}#pathways-list #pathways-schools-list,#pathways-edit #pathways-schools-list{margin-top:0}#pathways-list .input-append,#pathways-edit .input-append{margin:0;margin-bottom:4rem}#pathways-list table.v2,#pathways-edit table.v2{margin-top:2rem}#pathways-list table.v2 th,#pathways-edit table.v2 th{background-color:#6564db;color:#fff;font-weight:bold;text-align:left;white-space:nowrap}#pathways-list table.v2 th a,#pathways-edit table.v2 th a{color:#fff;text-decoration:none}#pathways-list table.v2 tbody tr td,#pathways-edit table.v2 tbody tr td{padding-left:1rem;padding-right:1rem;vertical-align:middle}#pathways-list table.v2 tbody tr td.highlight,#pathways-edit table.v2 tbody tr td.highlight{background-color:rgba(255,194,79,.25)}.school-classes .ch-menu-closer{float:right;padding-right:1rem;padding-left:unset;font-size:2rem}.school-classes .ch-menu-closer:hover{cursor:pointer}.school-classes .tooltip.top,.school-classes .tooltip.left,.school-classes .tooltip.right,.school-classes .tooltip.bottom{padding:0;opacity:1;font-size:1.35rem}.school-classes .tooltip .tooltip-inner{background-color:#d9b9f4;color:#000}.school-classes .tooltip .tooltip-inner a{color:#000;text-decoration:none}.school-classes #topic-buttons .v2-btn,.school-classes .sub-topic-buttons .v2-btn{padding:.5rem 1rem;background-color:#eee;border:1px #000 solid;margin:0 0 .5rem 0}.school-classes #topic-buttons .v2-btn div,.school-classes .sub-topic-buttons .v2-btn div{display:flex;align-items:center}.school-classes #topic-buttons .v2-btn img,.school-classes .sub-topic-buttons .v2-btn img{height:24px;margin-right:.5rem}.school-classes #topic-buttons .v2-btn.active,.school-classes .sub-topic-buttons .v2-btn.active{display:none}.school-classes #topic-buttons,.school-classes .sub-topic-buttons{padding-bottom:2rem}.school-classes .sub-topic-buttons{display:none}.school-classes .sub-topic-buttons div.title{font-weight:600}.school-classes .class-list .top{background-color:#3d3346;background-image:url(/assets/v2/class-list-8b652a2f0a7b86e65fb45e88d16cddcf633b1ccd7ded8a9627c38a3da337a1d7.svg);background-position:50% 0;background-size:85%;background-repeat:no-repeat;padding:4rem 0;text-align:center}@media only screen and (min-width: 48em){.school-classes .class-list .top{background-position:100% 0;background-size:65%;padding:4rem 0;text-align:unset}}@media only screen and (min-width: 64em){.school-classes .class-list .top{background-position:80% 0;background-size:45%;padding:5% 0}}.school-classes .class-list .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:0 0 1rem 0}.school-classes .class-list .top p{color:#fff;font-size:1.6rem}.school-classes .class-list .bottom{background-color:#fff;padding-bottom:8rem}.school-classes .class-list .bottom h2{color:#3d3346;font-size:2.1rem;font-weight:bold;line-height:3rem;margin-bottom:2rem}.school-classes .class-list .bottom .draw{background-color:rgba(110,224,203,.1);border-radius:.4rem .4rem;text-align:center;display:flex;flex-direction:column;height:calc(100% - 1.6rem);margin-bottom:1.6rem;display:inline}.school-classes .class-list .bottom .draw .date{position:relative;background-color:#3d3346;border-radius:.4rem .4rem 0 0;color:#fff;font-weight:bold;padding:1.6rem}.school-classes .class-list .bottom .draw .date .v2-close{position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);color:#fff;cursor:pointer}.school-classes .class-list .bottom .draw .details{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:2.4rem}.school-classes .class-list .bottom .draw .details .description{color:#3d3346;flex-grow:1;font-size:2.1rem;font-weight:bold;line-height:3rem;margin-bottom:2rem}.school-classes .class-list .bottom .draw .details .grade{background-color:#3d3346;border-radius:2rem;color:#fff;display:inline-block;font-weight:bold;padding:.5rem 1rem}.school-classes .class-list .bottom .draw .details .class_code_wrapper{padding-top:1.5rem}.school-classes .class-list .bottom .draw .details .class_code_wrapper .class_code{font-weight:bold;font-size:2rem}.school-classes .class-list .bottom .draw .details .class_code_wrapper .expand-icon{margin-left:1rem;font-size:2.5rem;cursor:pointer}.school-classes .class-list .bottom .draw .details .v2-btn{margin-top:1.5rem}.school-classes #classCodeModal v2-modal{background-color:red}.school-classes .no-classes{background-color:#6ee0cb}.school-classes .no-classes .thought-bubble{background:url(/assets/v2/welcome-thought-bubble-c9e7861c878bc8453f1dd3fb2659c34f09253baa5f7499b4d42531e0d3b385e1.svg) no-repeat center;background-size:contain;box-sizing:border-box;margin:0 auto;max-width:48rem;padding:14rem 8rem 16rem;text-align:center}.school-classes .no-classes .thought-bubble h1,.school-classes .no-classes .thought-bubble p{color:#3d3346}.school-classes .no-classes .thought-bubble h1{font-size:2.8rem;font-weight:bold;line-height:3.3rem}.school-classes .new,.school-classes .edit{background-color:#fff}@media only screen and (min-width: 64em){.school-classes .new,.school-classes .edit{background-image:linear-gradient(to right, #6564db 50%, #fff 0%)}}.school-classes .new .left,.school-classes .edit .left{background-color:#6564db}.school-classes .new .right,.school-classes .edit .right{background-color:#fff}.school-classes .new .right h1,.school-classes .edit .right h1{color:#3d3346;font-size:2.1rem;font-weight:bold;line-height:3rem}.school-classes .new .info-blurb{align-items:center;background:url(/assets/v2/speech-bubble-09330e444988b82ec75eeb36f79deb3055c9a365091b880aa160e61090a5d37b.svg) no-repeat center;background-size:contain;box-sizing:border-box;margin:0 auto;max-width:30rem;min-height:30rem;padding:6rem 4rem;text-align:center}.school-classes .new .info-blurb h1{color:#fff;font-size:2.1rem;font-weight:bold;line-height:3rem}.school-classes .new .info-blurb p{color:#fff}.school-classes .show .top,.school-classes .assignments .top,.school-classes .roster .top,.school-classes .reports .top,.school-classes .add-students .top{background-color:#3d3346;padding:4rem 0}@media only screen and (min-width: 64em){.school-classes .show .top,.school-classes .assignments .top,.school-classes .roster .top,.school-classes .reports .top,.school-classes .add-students .top{padding:8rem 0}}.school-classes .show .top .info,.school-classes .assignments .top .info,.school-classes .roster .top .info,.school-classes .reports .top .info,.school-classes .add-students .top .info{color:#fff;text-align:center}.school-classes .show .top .info h1,.school-classes .assignments .top .info h1,.school-classes .roster .top .info h1,.school-classes .reports .top .info h1,.school-classes .add-students .top .info h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:4.4rem}.school-classes .show .top .info h3,.school-classes .assignments .top .info h3,.school-classes .roster .top .info h3,.school-classes .reports .top .info h3,.school-classes .add-students .top .info h3{color:#fff}@media only screen and (max-width: 48em){.school-classes .show .top .info .note,.school-classes .assignments .top .info .note,.school-classes .roster .top .info .note,.school-classes .reports .top .info .note,.school-classes .add-students .top .info .note{margin-bottom:1.6rem}}.school-classes .show .indicator-keys,.school-classes .assignments .indicator-keys,.school-classes .roster .indicator-keys,.school-classes .reports .indicator-keys,.school-classes .add-students .indicator-keys{display:flex;margin-top:1rem;margin-bottom:.5rem;margin-left:1.5rem;gap:3rem}.school-classes .show .indicator-keys div img,.school-classes .assignments .indicator-keys div img,.school-classes .roster .indicator-keys div img,.school-classes .reports .indicator-keys div img,.school-classes .add-students .indicator-keys div img{width:2rem;height:2rem;vertical-align:middle}.school-classes .show .indicator-keys div span,.school-classes .assignments .indicator-keys div span,.school-classes .roster .indicator-keys div span,.school-classes .reports .indicator-keys div span,.school-classes .add-students .indicator-keys div span{font-weight:bold}.school-classes .show .top,.school-classes .assignments .top,.school-classes .reports .top{padding:4rem 0}.school-classes .show .top .info .grade,.school-classes .assignments .top .info .grade,.school-classes .reports .top .info .grade{background-color:#6564db;border-radius:2rem;color:#fff;display:inline-block;font-weight:bold;margin-bottom:.8rem;padding:.5rem 1rem}.school-classes .show .top .info .school-year,.school-classes .assignments .top .info .school-year,.school-classes .reports .top .info .school-year{font-size:1.2rem}.school-classes .show .middle,.school-classes .assignments .middle,.school-classes .reports .middle{background-color:#fff;padding-top:1rem}.school-classes .show .middle h1,.school-classes .assignments .middle h1,.school-classes .reports .middle h1{color:#a145f2;font-size:4rem;font-weight:bold;margin-left:auto;margin-rightt:auto;padding-left:8%}.school-classes .show .middle a,.school-classes .assignments .middle a,.school-classes .reports .middle a{text-decoration:none;padding-top:3rem;vertical-align:middle}.school-classes .show .middle a i,.school-classes .assignments .middle a i,.school-classes .reports .middle a i{width:2.5rem;vertical-align:middle}.school-classes .show .middle a span,.school-classes .assignments .middle a span,.school-classes .reports .middle a span{font-size:2rem;vertical-align:middle}.school-classes .show .middle a:link,.school-classes .show .middle a:hover,.school-classes .show .middle a:visited,.school-classes .show .middle a:active,.school-classes .assignments .middle a:link,.school-classes .assignments .middle a:hover,.school-classes .assignments .middle a:visited,.school-classes .assignments .middle a:active,.school-classes .reports .middle a:link,.school-classes .reports .middle a:hover,.school-classes .reports .middle a:visited,.school-classes .reports .middle a:active{color:#3d3346}.school-classes .show .middle .back-link,.school-classes .assignments .middle .back-link,.school-classes .reports .middle .back-link{padding-left:2rem}.school-classes .show .bottom{background-color:#fff}.school-classes .show .bottom .exploration-section{background-color:#ddd;padding-top:2em;padding-bottom:2em}.school-classes .show .bottom .explore-title-wrap{align-items:center;background-color:#fff;border-left:.8rem solid #a145f2;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);margin-top:auto;padding:1.3rem;font-weight:bold}.school-classes .show .bottom .explore-btn{border-radius:4px;margin-top:0;padding:1.3rem;text-align:center}.school-classes .assignments .bottom{background-color:#eee}.school-classes .assignments .bottom .courses-section{padding-top:2em;padding-bottom:2em}.school-classes .assignments .bottom .courses-section #courses-list .course-wrap:not(:last-child){margin-bottom:.6rem}.school-classes .assignments .bottom .courses-section .course{align-items:left;background-color:#fff;border:1px #3d3346 solid;border-left:.8rem solid #a145f2;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);margin-top:auto;padding:.5rem 1.3rem .5rem 1.3rem;font-weight:bold;display:flex;flex-wrap:wrap;line-height:36px}.school-classes .assignments .bottom .courses-section .course .name{flex-grow:10;padding:0 0 0 .5rem;order:2}.school-classes .assignments .bottom .courses-section .course .course-icon{flex-grow:.1;height:36px;order:1}.school-classes .assignments .bottom .courses-section .course .course-icon img{height:36px}.school-classes .assignments .bottom .courses-section .course .assigned-indicator{color:#a145f2;margin-right:1rem;text-align:right;order:3}.school-classes .assignments .bottom .courses-section .course .indicators{width:5.5rem;gap:.5rem;margin-right:1rem;display:flex;order:4}.school-classes .assignments .bottom .courses-section .course .indicators .course-with-certificate{width:3rem}.school-classes .assignments .bottom .courses-section .course .indicators .course-with-certificate img{height:2rem;vertical-align:middle}.school-classes .assignments .bottom .courses-section .course .indicators .course-in-contest{width:2rem}.school-classes .assignments .bottom .courses-section .course .indicators .course-in-contest img{height:2rem;vertical-align:middle}.school-classes .assignments .bottom .courses-section .course .drill-down-course-name{cursor:pointer}.school-classes .assignments .bottom .courses-section .course .class-course-expand{min-width:12rem;text-align:right;order:5}.school-classes .assignments .bottom .courses-section .course .class-course-expand i{color:#3d3346;vertical-align:middle;margin-right:1rem;margin-left:1rem}@media only screen and (max-width: 64em){.school-classes .assignments .bottom .courses-section .course .assigned-indicator{order:10;width:100%;text-align:left}.school-classes .assignments .bottom .courses-section .course .name{width:50%}}.school-classes .assignments .bottom .courses-section .modules{margin-top:-0.5rem;margin-left:2rem;margin-bottom:2rem}.school-classes .assignments .bottom .courses-section .modules .row{margin-top:.6rem}.school-classes .assignments .bottom .courses-section .modules .row:not(:last-child){margin-bottom:.5rem}.school-classes .assignments .bottom .courses-section .modules .row:first-child{margin-top:1rem}.school-classes .assignments .bottom .courses-section .modules .module{margin-left:1rem;align-items:center;background-color:#fff;border:1px #3d3346 solid;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);padding:1rem}.school-classes .assignments .bottom .courses-section .modules .module .line-one-info{display:flex}.school-classes .assignments .bottom .courses-section .modules .module .line-one-info .name{flex-grow:2;padding:0 1em 0 0}.school-classes .assignments .bottom .courses-section .modules .module .line-one-info .module-menu .ch-menu{position:absolute;margin-top:.75rem;margin-left:-18.1rem;background-color:#fff;min-width:24rem}.school-classes .assignments .bottom .courses-section .modules .module .line-one-info .module-menu div{background-color:#fff}.school-classes .assignments .bottom .courses-section .modules .module .line-one-info .module-menu i{cursor:pointer;padding:0rem 1rem}.school-classes .assignments .bottom .courses-section .modules .module .line-one-info .question-count{flex-grow:.1;text-align:right}.school-classes .assignments .bottom .courses-section .modules .module .module-assignment-info{color:#a145f2;display:block;font-weight:600}.school-classes .assignments .bottom .courses-section .modules .module .module-info{width:100%;text-align:right;flex-grow:1}.school-classes .assignments .bottom .courses-section .modules .module .module-info .module-report-btn{border-radius:4px;padding:4px;margin-top:0;margin-right:0;margin-left:.5em;width:11rem;padding:4px 3rem;text-align:center}.school-classes .assignments .bottom .courses-section .modules .module i{color:#3d3346;vertical-align:middle}.school-classes .assignments .bottom .courses-section .modules .module-description{display:none;background:#f0f0fa;border:.3rem #6564db solid;border-radius:.4rem;padding:.75rem;margin:.5rem 1.75rem;width:95%}.school-classes .assignments .bottom .courses-section .modules .module-description .module-description-title{font-weight:600;color:#6564db;font-size:2rem;padding-bottom:.25rem}.school-classes .assignments .bottom .courses-section .modules .module-description .module-description-body{font-weight:600}.school-classes .assignments .bottom .courses-section .modules .module-description .module-description-close{float:right;margin-right:1rem;font-size:2rem;cursor:pointer}.school-classes .assignments .bottom .course-report-btn{border-radius:4px;margin-top:0;padding:1.3rem;text-align:center}.school-classes .assignments .quiz-container,.school-classes .assignments .pathway-container{margin-bottom:.6rem}.school-classes .assignments .quiz,.school-classes .assignments .pathway{align-items:left;background-color:#f5f0fa;border:1px solid #3d3346;border-left:.8rem solid #a145f2;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);margin-top:auto;padding:.5rem 1.3rem;font-weight:bold;display:flex;flex-wrap:wrap;line-height:36px}.school-classes .assignments .quiz .add-icon-wrap,.school-classes .assignments .pathway .add-icon-wrap{height:30px;flex-grow:.1;order:1}.school-classes .assignments .quiz .add-icon-wrap img,.school-classes .assignments .pathway .add-icon-wrap img{height:36px;vertical-align:middle}.school-classes .assignments .quiz .add-icon-wrap img.pathway-icon,.school-classes .assignments .pathway .add-icon-wrap img.pathway-icon{height:24px}.school-classes .assignments .quiz .daily-quiz-title,.school-classes .assignments .quiz .pathway-title,.school-classes .assignments .pathway .daily-quiz-title,.school-classes .assignments .pathway .pathway-title{flex-grow:2;padding:0 1em 0 .5rem;order:2}.school-classes .assignments .quiz .daily-quiz-assignment-info,.school-classes .assignments .quiz .pathway-assignment-info,.school-classes .assignments .pathway .daily-quiz-assignment-info,.school-classes .assignments .pathway .pathway-assignment-info{color:#a145f2;flex-grow:1;text-align:right;margin-right:1rem;order:3}.school-classes .assignments .quiz .daily-quiz-assignment-info .start-date,.school-classes .assignments .quiz .pathway-assignment-info .start-date,.school-classes .assignments .pathway .daily-quiz-assignment-info .start-date,.school-classes .assignments .pathway .pathway-assignment-info .start-date{margin-right:2rem}.school-classes .assignments .quiz .daily-quiz-assignment-info .due-date,.school-classes .assignments .quiz .pathway-assignment-info .due-date,.school-classes .assignments .pathway .daily-quiz-assignment-info .due-date,.school-classes .assignments .pathway .pathway-assignment-info .due-date{margin-right:2rem}.school-classes .assignments .quiz .indicators,.school-classes .assignments .pathway .indicators{width:16rem;text-align:left;order:4}.school-classes .assignments .quiz .indicators .quiz-in-contest,.school-classes .assignments .pathway .indicators .quiz-in-contest{width:2rem}.school-classes .assignments .quiz .indicators .quiz-in-contest img,.school-classes .assignments .pathway .indicators .quiz-in-contest img{height:2rem;vertical-align:middle}@media only screen and (max-width: 64em){.school-classes .assignments .quiz .daily-quiz-assignment-info,.school-classes .assignments .quiz .pathway-assignment-info,.school-classes .assignments .pathway .daily-quiz-assignment-info,.school-classes .assignments .pathway .pathway-assignment-info{order:10;width:100%;text-align:left}}.school-classes .assignments .quiz-menu,.school-classes .assignments .pathway-menu{order:4}.school-classes .assignments .quiz-menu i,.school-classes .assignments .pathway-menu i{cursor:pointer;padding:0rem 1rem}.school-classes .assignments .quiz-menu .ch-menu,.school-classes .assignments .pathway-menu .ch-menu{position:absolute;margin-left:-18.1rem;min-width:24rem}.school-classes .assignments .quiz-menu .ch-menu div,.school-classes .assignments .pathway-menu .ch-menu div{background-color:#fff}.school-classes .assignments .quiz-description,.school-classes .assignments .pathway-description{display:none;background:#f5f0fa;border:.3rem #a145f2 solid;border-radius:.4rem;padding:.75rem;margin:.75rem;width:100%}.school-classes .assignments .quiz-description .quiz-description-title,.school-classes .assignments .quiz-description .pathway-description-title,.school-classes .assignments .pathway-description .quiz-description-title,.school-classes .assignments .pathway-description .pathway-description-title{font-weight:600;color:#a145f2;font-size:2rem;padding-bottom:.25rem}.school-classes .assignments .quiz-description .quiz-description-body,.school-classes .assignments .quiz-description .pathway-description-body,.school-classes .assignments .pathway-description .quiz-description-body,.school-classes .assignments .pathway-description .pathway-description-body{font-weight:600}.school-classes .assignments .quiz-description .quiz-description-close,.school-classes .assignments .quiz-description .pathway-description-close,.school-classes .assignments .pathway-description .quiz-description-close,.school-classes .assignments .pathway-description .pathway-description-close{float:right;margin-right:1rem;font-size:2rem;cursor:pointer}.school-classes .assignments .quiz-assignment,.school-classes .assignments .pathway-assignment{background:#f5f0fa;border:.3rem #a145f2 solid;border-radius:.4rem;padding:.75rem;margin:.75rem;width:100%}.school-classes .assignments .quiz-assignment .error-field,.school-classes .assignments .pathway-assignment .error-field{border:red 2px solid}.school-classes .assignments .quiz-assignment .error-text,.school-classes .assignments .pathway-assignment .error-text{color:red}.school-classes .assignments .quiz-assignment .quiz-assignment-close,.school-classes .assignments .quiz-assignment .pathway-assignment-close,.school-classes .assignments .pathway-assignment .quiz-assignment-close,.school-classes .assignments .pathway-assignment .pathway-assignment-close{float:right;margin-right:1rem;font-size:2rem;cursor:pointer}.school-classes .assignments .quiz-assignment .quiz-assignment-title,.school-classes .assignments .quiz-assignment .pathway-assignment-title,.school-classes .assignments .pathway-assignment .quiz-assignment-title,.school-classes .assignments .pathway-assignment .pathway-assignment-title{font-weight:600;color:#a145f2;flex-grow:2}.school-classes .assignments .quiz-assignment .quiz-assignment-step,.school-classes .assignments .pathway-assignment .quiz-assignment-step{min-height:20rem}.school-classes .assignments .quiz-assignment .pathway-assignment-step,.school-classes .assignments .pathway-assignment .pathway-assignment-step{padding:2rem 1rem}.school-classes .assignments .quiz-assignment .quiz-assignment-step,.school-classes .assignments .quiz-assignment .pathway-assignment-step,.school-classes .assignments .pathway-assignment .quiz-assignment-step,.school-classes .assignments .pathway-assignment .pathway-assignment-step{display:flex;flex-direction:column}.school-classes .assignments .quiz-assignment .quiz-assignment-step label,.school-classes .assignments .quiz-assignment .pathway-assignment-step label,.school-classes .assignments .pathway-assignment .quiz-assignment-step label,.school-classes .assignments .pathway-assignment .pathway-assignment-step label{display:inline-block}.school-classes .assignments .quiz-assignment .quiz-assignment-step input.datepicker,.school-classes .assignments .quiz-assignment .quiz-assignment-step input.future-datepicker,.school-classes .assignments .quiz-assignment .pathway-assignment-step input.datepicker,.school-classes .assignments .quiz-assignment .pathway-assignment-step input.future-datepicker,.school-classes .assignments .pathway-assignment .quiz-assignment-step input.datepicker,.school-classes .assignments .pathway-assignment .quiz-assignment-step input.future-datepicker,.school-classes .assignments .pathway-assignment .pathway-assignment-step input.datepicker,.school-classes .assignments .pathway-assignment .pathway-assignment-step input.future-datepicker{width:10rem}.school-classes .assignments .quiz-assignment .quiz-assignment-step:not(:last-of-type),.school-classes .assignments .quiz-assignment .pathway-assignment-step:not(:last-of-type),.school-classes .assignments .pathway-assignment .quiz-assignment-step:not(:last-of-type),.school-classes .assignments .pathway-assignment .pathway-assignment-step:not(:last-of-type){border-right:solid 2px #fff}.school-classes .assignments .quiz-assignment .assignment-dates,.school-classes .assignments .pathway-assignment .assignment-dates{overflow:hidden}.school-classes .assignments .quiz-assignment .assignment-dates input:last-of-type,.school-classes .assignments .pathway-assignment .assignment-dates input:last-of-type{margin-bottom:0}.school-classes .assignments .quiz-assignment .assignment-type,.school-classes .assignments .pathway-assignment .assignment-type{overflow:hidden}.school-classes .assignments .quiz-assignment .assignment-type input,.school-classes .assignments .pathway-assignment .assignment-type input{position:absolute !important;clip:rect(0, 0, 0, 0);height:1px;width:1px;border:0;overflow:hidden}.school-classes .assignments .quiz-assignment .assignment-type label,.school-classes .assignments .pathway-assignment .assignment-type label{background-color:#f5f0fa;color:rgba(0,0,0,.6);font-size:14px;line-height:1;text-align:center;padding:8px 16px;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px hsla(0,0%,100%,.1);transition:all .1s ease-in-out}.school-classes .assignments .quiz-assignment .assignment-type label:hover,.school-classes .assignments .pathway-assignment .assignment-type label:hover{cursor:pointer}.school-classes .assignments .quiz-assignment .assignment-type input:checked+label,.school-classes .assignments .pathway-assignment .assignment-type input:checked+label{background-color:#a145f2;color:#fff;box-shadow:none}.school-classes .assignments .quiz-assignment .assignment-type label:first-of-type,.school-classes .assignments .pathway-assignment .assignment-type label:first-of-type{border-radius:4px 0 0 4px;margin-right:-4px}.school-classes .assignments .quiz-assignment .assignment-type label:last-of-type,.school-classes .assignments .pathway-assignment .assignment-type label:last-of-type{border-radius:0 4px 4px 0;margin-left:-4px}.school-classes .assignments .quiz-assignment .assignment-target,.school-classes .assignments .pathway-assignment .assignment-target{overflow:hidden}.school-classes .assignments .quiz-assignment .assignment-target label,.school-classes .assignments .pathway-assignment .assignment-target label{display:inline-block;padding-right:3rem}.school-classes .assignments .quiz-assignment .assignment-target input,.school-classes .assignments .pathway-assignment .assignment-target input{width:5rem;margin-bottom:0}.school-classes .assignments .quiz-assignment .assignment-submit,.school-classes .assignments .pathway-assignment .assignment-submit{overflow:hidden}.school-classes .assignments .quiz-assignment .assignment-submit button,.school-classes .assignments .pathway-assignment .assignment-submit button{margin-top:0;padding-top:.5rem;padding-bottom:.5rem;padding-left:5rem;padding-right:5rem}.school-classes .module-assignment{display:none;background:#f0f0fa;border:.3rem #6564db solid;border-radius:.4rem;padding:.75rem;margin:.5rem 1.75rem;width:95%}.school-classes .module-assignment .module-assignment-close{float:right;margin-right:1rem;font-size:2rem;cursor:pointer}.school-classes .module-assignment .module-assignment-step{min-height:6rem;display:flex;flex-direction:column;padding-left:3rem}.school-classes .module-assignment .module-assignment-step label{display:inline-block}.school-classes .module-assignment .module-assignment-step input.datepicker,.school-classes .module-assignment .module-assignment-step input.future-datepicker{width:10rem}.school-classes .module-assignment .module-assignment-step:not(:last-of-type){border-right:solid 2px #fff}.school-classes .module-assignment .module-assignment-step .error-field{border:red 2px solid}.school-classes .module-assignment .module-assignment-step .error-text{color:red}.school-classes .module-assignment .module-assignment-title{font-weight:600;color:#6564db;flex-grow:2}.school-classes .module-assignment .module-assignment-submit{overflow:hidden}.school-classes .module-assignment .module-assignment-submit button{padding-top:.5rem;padding-bottom:.5rem;padding-left:5rem;padding-right:5rem}.school-classes .module-assignment .assignment-date{overflow:hidden}.school-classes .module-assignment .assignment-date input:last-of-type{margin-bottom:0}.school-classes .roster .top .info .grade,.school-classes .add-students .top .info .grade{background-color:#6564db;border-radius:2rem;color:#fff;display:inline-block;font-weight:bold;margin-bottom:.8rem;padding:.5rem 1rem}.school-classes .roster .top .info .school-year,.school-classes .add-students .top .info .school-year{font-size:1.2rem}.school-classes .roster .bottom,.school-classes .add-students .bottom{padding-top:3rem}.school-classes .roster .bottom h2,.school-classes .add-students .bottom h2{color:#3d3346;font-size:2.1rem;font-weight:bold;line-height:3rem;margin-top:0}.school-classes .roster .bottom,.school-classes .add-students .bottom{background-color:#fff}.school-classes .roster .bottom .roster-menu,.school-classes .add-students .bottom .roster-menu{display:flex}.school-classes .roster .bottom .roster-menu .edit-view-btn-wrapper,.school-classes .add-students .bottom .roster-menu .edit-view-btn-wrapper{margin-left:auto;margin-right:0rem}.school-classes .roster .bottom .roster-menu .ch-menu,.school-classes .add-students .bottom .roster-menu .ch-menu{position:absolute;display:none;margin-top:2rem;margin-left:84.1rem;background-color:#fff;min-width:24rem}.school-classes .roster .bottom .roster-menu .ch-menu div,.school-classes .add-students .bottom .roster-menu .ch-menu div{background-color:#fff}.school-classes .roster .bottom .roster-menu .ch-menu i,.school-classes .add-students .bottom .roster-menu .ch-menu i{padding-right:1rem}.school-classes .roster .bottom table.v2 th,.school-classes .add-students .bottom table.v2 th{background-color:#6564db;color:#fff;font-weight:bold;text-align:left;white-space:nowrap}.school-classes .roster .bottom table.v2 th a,.school-classes .add-students .bottom table.v2 th a{color:#fff;text-decoration:none}.school-classes .roster .bottom table.v2 .v2-btn,.school-classes .add-students .bottom table.v2 .v2-btn{margin:0;padding:.4rem 1rem;text-decoration:none}.school-classes .roster .bottom table.v2 .v2-btn:not(.outlined),.school-classes .add-students .bottom table.v2 .v2-btn:not(.outlined){color:#fff}.school-classes .roster .bottom table.v2 .v2-hidden,.school-classes .add-students .bottom table.v2 .v2-hidden{display:none}.school-classes .roster .bottom table.v2 i,.school-classes .add-students .bottom table.v2 i{font-size:1.6rem}.school-classes .roster .bottom table.v2 tbody tr td,.school-classes .add-students .bottom table.v2 tbody tr td{padding-left:1rem;padding-right:1rem}.school-classes .roster .bottom table.v2 tbody tr td.highlight,.school-classes .add-students .bottom table.v2 tbody tr td.highlight{background-color:rgba(255,194,79,.25)}.school-classes .roster .bottom #district-create-action,.school-classes .add-students .bottom #district-create-action{padding-top:2rem}.school-classes .roster .bottom #district-create-action h1,.school-classes .add-students .bottom #district-create-action h1{font-size:3rem;text-align:center;margin-bottom:1rem}.school-classes .roster .bottom #district-create-action #district-create-action-info-left,.school-classes .add-students .bottom #district-create-action #district-create-action-info-left{background-color:#fff;padding:2rem}.school-classes .roster .bottom #district-create-action #district-create-action-info-left p,.school-classes .add-students .bottom #district-create-action #district-create-action-info-left p{line-height:2rem}.school-classes .roster .bottom #district-create-action #district-create-action-info-right,.school-classes .add-students .bottom #district-create-action #district-create-action-info-right{background-color:#eee;padding:2rem}.school-classes .roster .bottom #district-create-action #district-create-action-info-right p,.school-classes .add-students .bottom #district-create-action #district-create-action-info-right p{line-height:2rem}.school-classes .roster .bottom #district-create-action #district-create-action-info-right .v2-link,.school-classes .add-students .bottom #district-create-action #district-create-action-info-right .v2-link{padding:1rem 0;width:100%;text-align:center;margin-top:2rem;margin-bottom:2rem}.school-classes .reports .middle h1{padding-left:16%}.school-classes .reports .bottom{background-color:#fff;padding-top:1rem;padding-bottom:3rem}.school-classes .reports .bottom table{text-align:center;border:none}.school-classes .reports .bottom table thead th{text-align:center;background-color:#6564db}.school-classes .reports .bottom table tbody tr:first{background-color:#ccc}.school-classes .reports .bottom table tbody tr:nth-child(odd){background-color:#f2f2f2}.school-classes .reports .bottom table tbody tr:nth-child(even){background-color:#fff}.school-classes .reports .bottom table tbody tr:nth-child(1){background-color:#bbb}.school-classes .reports .bottom table tbody tr td{border:none;border-bottom:2px solid #bbb}.school-classes .reports .bottom .report-module-name-wrap{margin-right:.8rem}.school-classes .reports .bottom .report-module-name{align-items:center;background-color:#f3f3f3;border-left:.8rem solid #a145f2;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);margin-top:auto;padding:1.3rem;font-weight:bold;margin-left:.8rem;display:flex}.school-classes .reports .bottom .report-module-name .name{flex-grow:1}.school-classes .reports .bottom .category{font-size:1.2rem;margin-bottom:.8rem}.school-classes .reports .bottom .category .color{border-radius:.2rem;display:inline-block;height:1.2rem;margin-right:.8rem;vertical-align:middle;width:1.2rem}.school-classes .reports .bottom h1,.school-classes .reports .bottom h2{color:#3d3346;font-weight:bold}.school-classes .reports .bottom h1{font-size:2.1rem;line-height:3rem;margin-bottom:2.4rem}.school-classes #school-class-daily-grades .header{padding:2rem 0;display:flex}.school-classes #school-class-daily-grades .header .title{flex-grow:2}.school-classes #school-class-daily-grades .bottom{background-color:#f8f8f8}.school-classes #school-class-daily-grades .bottom .edit-view-menu .ch-menu{position:absolute;display:none;margin-top:1rem;margin-left:-3.5rem;background-color:#fff;min-width:24rem}.school-classes #school-class-daily-grades .bottom .edit-view-menu .ch-menu div{background-color:#fff}.school-classes #school-class-daily-grades .bottom .edit-view-menu .ch-menu i{padding-right:1rem}.school-classes #school-class-daily-grades #assignment-params{margin-bottom:2rem}.school-classes #school-class-daily-grades #assignment-params .title{font-weight:600}.school-classes #school-class-daily-grades #assignment-params .data{font-weight:600;color:#a145f2;margin-top:1rem}.school-classes #school-class-daily-grades #assignment-params .buttons{margin:2rem 0 0 0}.school-classes #school-class-daily-grades #assignment-params .buttons button{padding:.5rem 2rem;margin:0}.school-classes #school-class-daily-grades #dq-assignment-insertion{display:none}.school-classes #school-class-daily-grades #class-average .row div{background:#bbbaf4;font-weight:600;padding:1rem 2rem}.school-classes #school-class-daily-grades #class-average .row div:not(:last-child){border-right:solid 2px #fff}.school-classes #school-class-daily-grades #class-average .row .title img{height:17px;margin-right:1rem;margin-top:-0.5rem;vertical-align:middle}.school-classes #school-class-daily-grades #class-average .row .correct,.school-classes #school-class-daily-grades #class-average .row .answered,.school-classes #school-class-daily-grades #class-average .row .pct-complete{text-align:center}.school-classes #school-class-daily-grades .class-details-section{padding-bottom:2rem}.school-classes #school-class-daily-grades .class-details-section .table-wrap{overflow-y:auto;margin-top:2rem}.school-classes #school-class-daily-grades .class-details-section .export-link{text-align:right;padding-right:2rem}.school-classes #school-class-daily-grades .class-details-section table{border:none;border-collapse:unset;height:100%}.school-classes #school-class-daily-grades .class-details-section table thead tr.student-first-header{font-weight:600}.school-classes #school-class-daily-grades .class-details-section table thead tr.student-first-header th{background:#6564db;color:#fff;position:sticky;top:0;padding:1rem 2rem;text-align:left;margin-right:2px}.school-classes #school-class-daily-grades .class-details-section table thead tr.student-first-header th:not(:last-child){border-right:solid 2px #fff}.school-classes #school-class-daily-grades .class-details-section table thead tr.student-sub-header{font-weight:600}.school-classes #school-class-daily-grades .class-details-section table thead tr.student-sub-header th{position:sticky;top:4.35rem;z-index:10;padding:1rem 2rem}.school-classes #school-class-daily-grades .class-details-section table thead tr.student-sub-header th:not(:last-child){border-right:solid 2px #fff}.school-classes #school-class-daily-grades .class-details-section table thead tr.student-sub-header th.student-name{text-align:left}.school-classes #school-class-daily-grades .class-details-section table thead tr.student-sub-header th a{color:#3d3346;text-decoration:none}.school-classes #school-class-daily-grades .class-details-section table tbody tr.student-data{border-bottom:2px solid #f8f8f8}.school-classes #school-class-daily-grades .class-details-section table tbody tr.student-data:nth-child(2n){background-color:#fff}.school-classes #school-class-daily-grades .class-details-section table tbody tr.student-data:last-child{border-bottom:none}.school-classes #school-class-daily-grades .class-details-section table tbody tr.student-data:hover{background-color:#b8b8b8}.school-classes #school-class-daily-grades .class-details-section table tbody tr.student-data td{padding:1rem 2rem;border-left:2px solid #f8f8f8;text-align:center}.school-classes #school-class-daily-grades .class-details-section table tbody tr.student-data td:first-child{border-left:none}.school-classes #school-class-daily-grades .class-details-section table tbody tr.student-data td.student-name{text-align:left}.school-classes #school-class-daily-grades .class-details-section table tbody tr.student-data td img{height:2.5rem}.school-classes #school-class-activity .header{padding-top:1rem;padding-bottom:1.5rem;display:flex}.school-classes #school-class-activity .header .title{flex-grow:2}.school-classes #school-class-activity .bottom{background-color:#f8f8f8}.school-classes #school-class-activity .bottom .edit-view-menu .ch-menu{position:absolute;display:none;margin-top:1rem;margin-left:-4.5rem;background-color:#fff;min-width:24rem}.school-classes #school-class-activity .bottom .edit-view-menu .ch-menu div{background-color:#fff}.school-classes #school-class-activity .bottom .edit-view-menu .ch-menu i{padding-right:1rem}.school-classes #school-class-activity #school-class-activity-controls{margin-bottom:2rem}.school-classes #school-class-activity #school-class-activity-controls #report-today .title{font-weight:600}.school-classes #school-class-activity #school-class-activity-controls #report-today .date{color:#a145f2;font-weight:600}.school-classes #school-class-activity #school-class-activity-controls #report-today button{padding:.5rem 2rem;margin:0 0 0 3rem}.school-classes #school-class-activity #school-class-activity-controls #report-custom-dates .title{font-weight:600;margin-right:2rem}.school-classes #school-class-activity #school-class-activity-controls #report-custom-dates .date{color:#a145f2;font-weight:600}.school-classes #school-class-activity #school-class-activity-controls #report-custom-dates .instruction{font-size:2rem;margin-top:6rem;margin-bottom:1rem}.school-classes #school-class-activity #school-class-activity-controls #report-custom-dates .custom-dates{display:flex;flex-direction:row;gap:2rem}.school-classes #school-class-activity #school-class-activity-controls #report-custom-dates .custom-dates button{margin:2rem 0 0 0;height:50%}.school-classes #school-class-activity #school-class-activity-controls #report-custom-dates .custom-dates div.start-date input,.school-classes #school-class-activity #school-class-activity-controls #report-custom-dates .custom-dates div.end-date input{width:206px}.school-classes #school-class-activity #school-class-activity-controls #report-custom-dates button{padding:.5rem 2rem;margin:0 0 0 2rem}.school-classes #school-class-activity #school-class-activity-report{padding-bottom:2rem}.school-classes #school-class-activity #school-class-activity-report .export-link{padding-right:2rem;text-align:right}.school-classes #school-class-activity #school-class-activity-report .scrollable-container{overflow-x:auto;padding-bottom:2rem;margin-top:.5rem}.school-classes #school-class-activity #school-class-activity-report .scrollable-container,.school-classes #school-class-activity #school-class-activity-report .scrollable-container table{transform:rotateX(180deg)}.school-classes #school-class-activity #school-class-activity-report table{border:none;border-collapse:unset;height:100%}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-first-header .blank-column,.school-classes #school-class-activity #school-class-activity-report table thead tr.student-first-header blank-col-no-colspan{background-color:#fff}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-first-header{font-weight:600}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-first-header th{background:#6564db;color:#fff;position:sticky;top:0;padding:1rem 2rem;text-align:left;margin-right:2px;font-weight:600}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-first-header th:not(:last-child){border-right:solid 2px #fff}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-sub-header{font-weight:600}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-sub-header th{position:sticky;top:4.35rem;padding:1rem 2rem;font-weight:600}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-sub-header th:not(:last-child){border-right:solid 2px #fff}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-sub-header th.student-name{text-align:left}.school-classes #school-class-activity #school-class-activity-report table thead tr.student-sub-header th a{color:#3d3346;text-decoration:none}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data{border-bottom:2px solid #f8f8f8}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data:nth-child(2n){background-color:#fff}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data:last-child{border-bottom:none}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data:hover{background-color:#b8b8b8}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data:hover td{background-color:#b8b8b8;cursor:pointer}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data td{padding:1rem 2rem;border-left:2px solid #f8f8f8;text-align:center}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data td:first-child{border-left:none}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data td:hover{background-color:#b8b8b8}.school-classes #school-class-activity #school-class-activity-report table tbody tr.student-data td.student-name{text-align:left}.school-classes #school-class-report-progress .header,.school-classes #school-class-pathways-report .header{padding:0;display:flex}.school-classes #school-class-report-progress .header .title,.school-classes #school-class-pathways-report .header .title{flex-grow:2}.school-classes #school-class-report-progress .export-link,.school-classes #school-class-pathways-report .export-link{text-align:right;padding-right:2rem}.school-classes #school-class-report-progress .report-progress-section,.school-classes #school-class-pathways-report .report-progress-section{padding-top:0;padding-bottom:2rem}.school-classes #school-class-report-progress .scrollable-container,.school-classes #school-class-pathways-report .scrollable-container{overflow-x:auto;padding-bottom:2rem;margin-top:1rem}.school-classes #school-class-report-progress .scrollable-container,.school-classes #school-class-report-progress .scrollable-container table,.school-classes #school-class-pathways-report .scrollable-container,.school-classes #school-class-pathways-report .scrollable-container table{transform:rotateX(180deg)}.school-classes #school-class-report-progress table,.school-classes #school-class-pathways-report table{border:none;border-collapse:unset;height:100%}.school-classes #school-class-report-progress table thead tr.student-first-header,.school-classes #school-class-pathways-report table thead tr.student-first-header{font-weight:600}.school-classes #school-class-report-progress table thead tr.student-first-header th,.school-classes #school-class-pathways-report table thead tr.student-first-header th{background:#6564db;color:#fff;position:sticky;top:0;padding:1rem 2rem;text-align:left;margin-right:2px}.school-classes #school-class-report-progress table thead tr.student-first-header th:not(:last-child),.school-classes #school-class-pathways-report table thead tr.student-first-header th:not(:last-child){border-right:solid 2px #fff}.school-classes #school-class-report-progress table thead tr.student-sub-header,.school-classes #school-class-pathways-report table thead tr.student-sub-header{font-weight:600}.school-classes #school-class-report-progress table thead tr.student-sub-header th,.school-classes #school-class-pathways-report table thead tr.student-sub-header th{position:sticky;top:4.35rem;padding:1rem 2rem}.school-classes #school-class-report-progress table thead tr.student-sub-header th:not(:last-child),.school-classes #school-class-pathways-report table thead tr.student-sub-header th:not(:last-child){border-right:solid 2px #fff}.school-classes #school-class-report-progress table thead tr.student-sub-header th.student-name,.school-classes #school-class-pathways-report table thead tr.student-sub-header th.student-name{text-align:left}.school-classes #school-class-report-progress table thead tr.student-sub-header th a,.school-classes #school-class-pathways-report table thead tr.student-sub-header th a{color:#3d3346;text-decoration:none}.school-classes #school-class-report-progress table tbody tr.student-data,.school-classes #school-class-pathways-report table tbody tr.student-data{border-bottom:2px solid #f8f8f8}.school-classes #school-class-report-progress table tbody tr.student-data:nth-child(2n),.school-classes #school-class-pathways-report table tbody tr.student-data:nth-child(2n){background-color:#fff}.school-classes #school-class-report-progress table tbody tr.student-data:last-child,.school-classes #school-class-pathways-report table tbody tr.student-data:last-child{border-bottom:none}.school-classes #school-class-report-progress table tbody tr.student-data:hover,.school-classes #school-class-pathways-report table tbody tr.student-data:hover{background-color:#b8b8b8}.school-classes #school-class-report-progress table tbody tr.student-data td,.school-classes #school-class-pathways-report table tbody tr.student-data td{padding:1rem 2rem;border-left:2px solid #f8f8f8;text-align:center}.school-classes #school-class-report-progress table tbody tr.student-data td:first-child,.school-classes #school-class-pathways-report table tbody tr.student-data td:first-child{border-left:none}.school-classes #school-class-report-progress table tbody tr.student-data td.student-name,.school-classes #school-class-pathways-report table tbody tr.student-data td.student-name{text-align:left}.school-classes #school-class-report-progress table tbody tr.student-data td img,.school-classes #school-class-pathways-report table tbody tr.student-data td img{height:2.5rem}.school-classes #school-class-report-progress .bottom{background-color:#f8f8f8}.school-classes #school-class-report-progress .bottom .edit-view-menu .ch-menu{position:absolute;display:none;margin-top:1rem;margin-left:-4.5rem;background-color:#fff;min-width:24rem}.school-classes #school-class-report-progress .bottom .edit-view-menu .ch-menu div{background-color:#fff}.school-classes #school-class-report-progress .bottom .edit-view-menu .ch-menu i{padding-right:1rem}.school-classes #school-class-pathways-report .bottom{background-color:#f8f8f8}.school-classes #school-class-pathways-report .bottom .edit-view-menu .edit-view-btn-wrapper{text-align:end}.school-classes #school-class-pathways-report .bottom .edit-view-menu .ch-menu{position:absolute;display:none;margin-top:1rem;margin-left:84rem;background-color:#fff;min-width:24rem}.school-classes #school-class-pathways-report .bottom .edit-view-menu .ch-menu div{background-color:#fff}.school-classes #school-class-pathways-report .bottom .edit-view-menu .ch-menu i{padding-right:1rem}.school-classes #school-class-pathways-report .header-wrap{display:flex}.school-classes #school-class-pathways-report button{padding:.5rem 2rem;margin:0 0 0 3rem}.school-classes #school-class-pathways-report #pathways-controls{margin-bottom:2rem}.school-classes #school-class-pathways-report #pathways-controls button{height:50%;margin:2.25rem 0 0 0}.school-classes #school-class-pathways-report #pathways-controls #report-custom-dates{margin-top:1rem}.school-classes #school-class-pathways-report #pathways-controls #report-custom-dates .title{font-weight:600;margin-right:2rem;margin-bottom:1rem}.school-classes #school-class-pathways-report #pathways-controls #report-custom-dates .date{color:#a145f2;font-weight:600}.school-classes #school-class-pathways-report #pathways-controls #report-custom-dates .instruction{font-size:2rem;margin-top:6rem;margin-bottom:1rem}.school-classes #school-class-pathways-report #pathways-controls #report-custom-dates .custom-dates{margin-top:1rem;display:flex;flex-direction:row}.school-classes #school-class-pathways-report #pathways-controls #report-custom-dates .custom-dates div{margin-right:2rem}.school-classes #school-class-pathways-report #pathways-controls #report-custom-dates .custom-dates .error-date{border:1px solid #d32727}.school-classes #school-class-pathways-report #pathways-controls #report-custom-dates .end-date-error-msg{width:20rem;color:#d32727}.school-classes #school-class-course-grades .error-messages{background:pink;padding:1rem 4rem;text-align:center;font-weight:bold;font-size:1.8rem}.school-classes #school-class-course-grades .no-courses-available{background:#fff;border:solid 1px #ccc;width:75%;padding:.5rem 0rem .5rem 3rem}.school-classes #school-class-course-grades label{font-size:1.5rem;font-weight:bold}.school-classes #school-class-course-grades .bottom{background-color:#f8f8f8;margin-bottom:2rem}.school-classes #school-class-course-grades #header-info{padding-bottom:2rem}.school-classes #school-class-course-grades #header-info #description{display:flex}.school-classes #school-class-course-grades #header-info #description img{width:5rem}.school-classes #school-class-course-grades #header-info #description p{padding-left:1.5rem;line-height:2rem}.school-classes #school-class-course-grades .edit-view-menu{display:flex;margin-top:1rem}.school-classes #school-class-course-grades .edit-view-menu .table-description{font-weight:bold}.school-classes #school-class-course-grades .edit-view-menu .edit-view-btn-wrapper{margin-left:auto;margin-right:0rem}.school-classes #school-class-course-grades .edit-view-menu .ch-menu{position:absolute;display:none;margin-top:2rem;margin-left:84.1rem;background-color:#fff;min-width:24rem}.school-classes #school-class-course-grades .edit-view-menu .ch-menu div{background-color:#fff}.school-classes #school-class-course-grades .edit-view-menu .ch-menu i{padding-right:1rem}.school-classes #school-class-course-grades #reset-module-confirmation .alert-icon{color:red;font-size:300%}.school-classes #school-class-course-grades #reset-module-confirmation p{text-align:center}.school-classes #school-class-course-grades #reset-module-confirmation .v2-btn{width:9rem;padding-top:.5rem;padding-bottom:.5rem}.school-classes #school-class-course-grades .scrollable-container{overflow-x:auto;padding-bottom:2rem;margin-top:4rem}.school-classes #school-class-course-grades .scrollable-container,.school-classes #school-class-course-grades .scrollable-container table{transform:rotateX(180deg)}.school-classes #school-class-course-grades .clear-course-selected-btn{padding:.5rem 2.5rem}.school-classes #school-class-course-grades table{width:unset;max-width:unset;table-layout:fixed}.school-classes #school-class-course-grades .export-link{margin-top:2rem}.school-classes #school-class-course-grades table.courses tr>th:first-child,.school-classes #school-class-course-grades table.courses tr>td:first-child{position:sticky;left:0;z-index:1;background-color:#fff;padding-left:1rem}.school-classes #school-class-course-grades table.courses tr>th:nth-child(2),.school-classes #school-class-course-grades table.courses tr>td:nth-child(2){position:sticky;left:17.2rem;z-index:1;background-color:#fff;padding-left:1rem}.school-classes #school-class-course-grades table.courses th{z-index:0;font-weight:600}.school-classes #school-class-course-grades table.courses th.blank-col,.school-classes #school-class-course-grades table.courses th.blank-col-no-colspan{background-color:#fff;border:none}.school-classes #school-class-course-grades table.courses th.column-header{background-color:#6564db;color:#fff;border:2px solid #fff}.school-classes #school-class-course-grades table.courses th.column-header.course-header{text-align:left;min-width:22.2rem;padding:0 1rem;vertical-align:middle}.school-classes #school-class-course-grades table.courses th.column-header.course-header .course-totals-info{padding-left:4rem}.school-classes #school-class-course-grades table.courses th.column-header.module-header{text-align:left;min-width:22.2rem;padding:0 1rem;background-color:#bbbaf4;color:#3d3346}.school-classes #school-class-course-grades table.courses th.column-header.not-assigned-module-header{text-align:left;min-width:22.2rem;padding:0 1rem;background-color:#b0b0b0;color:#3d3346}.school-classes #school-class-course-grades table.courses th.assignments{vertical-align:middle}.school-classes #school-class-course-grades table.courses tbody tr:nth-child(2n){background-color:#fff}.school-classes #school-class-course-grades table.courses tbody tr.spacer td{background-color:#f8f8f8}.school-classes #school-class-course-grades table.courses tbody td{text-align:center;border:2px solid #f8f8f8}.school-classes #school-class-course-grades table.courses tbody td span.course-sort-icon{float:right}.school-classes #school-class-course-grades table.courses tbody td span.course-sort-icon i.fa-sort{color:#ccc}.school-classes #school-class-course-grades table.courses tbody td span.course-sort-icon i.fa-sort-up,.school-classes #school-class-course-grades table.courses tbody td span.course-sort-icon i.fa-sort-down{color:#6564db}.school-classes #school-class-course-grades table.courses tbody td.sort-header{cursor:pointer}.school-classes #school-class-course-grades table.courses tbody td.blank-col,.school-classes #school-class-course-grades table.courses tbody td.blank-col-no-colspan{background-color:#fff;border:none}.school-classes #school-class-course-grades table.courses tbody td.row-header{font-weight:600;text-align:left}.school-classes #school-class-course-grades table.courses tbody td.row-header img{height:1rem}.school-classes #school-class-course-grades table.courses tbody td.row-header.due-date-header{border:1px solid #fff}.school-classes #school-class-course-grades table.courses tbody td.row-header-2{font-weight:600;text-align:center}.school-classes #school-class-course-grades table.courses tbody td.student-name{text-align:left;min-width:17.2rem;padding-left:1rem;padding-right:1rem}.school-classes #school-class-course-grades table.courses tbody td.student-last-initial{text-align:left;min-width:11.2rem;padding-left:1rem;padding-right:1rem}.school-classes #school-class-course-grades table.courses tbody td.due-date{color:#a145f2;font-weight:bold}.school-classes #school-class-course-grades table.courses tbody td.class-average{font-weight:bold;font-size:1.4rem}.school-classes #school-class-course-grades table.courses tbody td.display_field_school_class_report_gender{min-width:10rem;text-align:center}.school-classes #school-class-course-grades table.courses tbody td.display_field_school_class_report_grade{min-width:10rem;text-align:center}.school-classes #school-class-course-grades table.courses tbody td.display_field_school_class_report_email{min-width:20rem;padding-left:1rem;padding-right:1rem}.school-classes #school-class-course-grades table.courses tbody td.grade-stats{vertical-align:middle}.school-classes #school-class-course-grades table.courses tbody td.grade-stats .grade-wrapper{display:flex}.school-classes #school-class-course-grades table.courses tbody td.grade-stats .grade-wrapper .grade-stats{flex-grow:1}.school-classes #school-class-course-grades table.courses tbody td.grade-stats .grade-wrapper .grade-stats .module-incomplete,.school-classes #school-class-course-grades table.courses tbody td.grade-stats .grade-wrapper .grade-stats .module-late{color:red;font-weight:bold;margin:0;margin-top:-1rem;padding:0;display:block}.school-classes #school-class-course-grades table.courses tbody td.grade-stats .grade-wrapper .reset-btn{margin:auto;padding-right:1rem;font-size:90%;color:gray;cursor:pointer}#classCodeModal .v2-close{color:#000}#classCodeModal .content{padding:0;height:100%;text-align:center;background-color:#fff}#classCodeModal .content .class_code_display{color:#000;display:inline-block;font-size:26rem;font-weight:bold;padding-left:1.5rem;padding-right:1.5rem;padding-top:8rem;padding-bottom:5rem}@media(max-width: 32em){#classCodeModal .content .class_code_display{font-size:9rem}}@media(min-width: 32em){#classCodeModal .content .class_code_display{font-size:18rem}}@media(min-width: 64em){#classCodeModal .content .class_code_display{font-size:26rem}}@media(min-width: 75em){#classCodeModal .content .class_code_display{font-size:26rem}}#classCodeModal .content hr{border-top:3px solid #000}#classCodeModal .content .modal-footer{text-align:left;font-size:4rem}#classCodeModal .content .modal-footer #modal_class_name{font-weight:bold;padding-right:4rem}@media(max-width: 32em){#classCodeModal .content .modal-footer{font-size:2rem}}@media(min-width: 32em){#classCodeModal .content .modal-footer{font-size:3rem}}@media(min-width: 64em){#classCodeModal .content .modal-footer{font-size:4rem}}@media(min-width: 75em){#classCodeModal .content .modal-footer{font-size:4rem}}#school_class_header select{background-color:#3d3346;color:#fff}#school_class_header_nav nav{display:inline-block;flex-grow:1;height:100%;margin-left:3rem;vertical-align:top}@media only screen and (min-width: 48em){#school_class_header_nav nav{margin-left:9rem}}#school_class_header_nav nav a{color:#3d3346;display:inline-block;font-size:1.6rem;line-height:2.4rem;padding:1.6rem 0;text-decoration:none}@media only screen and (min-width: 48em){#school_class_header_nav nav a:not(:first-child){margin-left:3.4rem}#school_class_header_nav nav a{padding:2.4rem 0}}#school_class_header_nav nav a:nth-last-child(2){margin-left:1.4rem}#school_class_header_nav nav a:last-child{margin-bottom:1.6rem;margin-left:1.4rem}#school_class_header_nav nav a:hover{border-bottom:.4rem solid #6564db;padding-bottom:2rem}#school_class_header_nav nav a.active{font-weight:bold;border-bottom:.4rem solid #6564db;padding-bottom:2rem}#school_class_header_nav nav .dropdown{display:inline-block;margin-left:2.4rem}#school_class_header_nav nav .dropdown .dropbtn{border:none;outline:none;padding:2.4rem 0;line-height:2.4rem;background-color:inherit;font-family:inherit;font-size:1.6rem;color:#3d3346;margin:0;display:inline-block}#school_class_header_nav nav .dropdown .dropbtn.active{border-bottom:.4rem solid #6564db;padding-bottom:2rem}#school_class_header_nav nav .dropdown-content{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:100}#school_class_header_nav nav .dropdown-content a{float:none;color:#000;padding:2px 16px;text-decoration:none;display:block;text-align:left;padding-left:1em;margin-left:20px;margin-right:20px;border-bottom:.4rem solid #fff}#school_class_header_nav nav .dropdown-content a:hover{border-bottom:.4rem solid #6564db}#school_class_header_nav nav .dropdown-content a:last-child{margin-bottom:.5rem}#school_class_header_nav nav .dropdown-content a.active{font-weight:bold;border-bottom:.4rem solid #6564db}#school_class_header_nav nav .dropdown:hover .dropdown-content{display:block}#teacher_not_found{border-radius:5px;display:none}.ital{font-style:italic}#class-challenge{padding:20px}#class-challenge .content{margin-bottom:2em}#class-challenge .challenge-table table{margin-bottom:0px}#class-challenge .challenge-table{margin-bottom:20px}#class-challenge .challenge-table .v2-btn{margin:0 .5rem;padding:.5rem 2rem;text-decoration:none}#class-challenge .no-challenges{margin-top:0px;margin-left:20px;font-style:italic;color:gray}#class-challenge table.v2 tr td{padding:1.6rem 1rem}#class-challenge table.v2 tr td.points{text-align:center}#class-challenge table.v2 tr th.points{text-align:center}.admin_graphs h2{color:#00a4e6}.row-fluid,#span{margin-left:0px}#links{position:relative;border:1px solid #73ad21;border-radius:12px;height:220px}#links h1{display:table-cell;border-bottom:solid 1px gray;padding:10px 0}#date{height:4em;float:right;margin-top:10px}.datepicker-form label{font-weight:bold;display:inline;margin:10px}.stats{display:inline-flex;border-bottom:solid 1px gray}.stats h2{color:#00a4e6}.total,.percent{position:relative;font-size:15px;font-weight:bold;padding:5px;width:40%;height:auto}.total_partner{position:relative;font-size:20px;font-weight:bold;width:170px;height:auto;margin-bottom:10px}#export{float:left}.engagements-district{float:right}.percent.red{color:red}.percent.green{color:green}.icon::before{display:inline-block;margin-right:.3em;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.buttons,.btn-info,.btn-primary{margin:10px;float:left}.buttons .fake-button,.btn-info .fake-button,.btn-primary .fake-button{background:none;border:none;margin:0;padding:0;font-weight:bold;padding:10px 0 0 0}.activity{padding:5px 0 0 0}.activity h2{color:#fe890e}#date-right{float:right}#date-right .select2-container{display:block}.select2-input{width:100% !important}#interest_form{width:50em}#interest_form .select2-container{margin-left:10px}#interest_form .clear-link{float:right;margin-top:.5em}#interest_form #category-div #s2id_category-filtering{width:75%}#interest_form #category-div{margin-top:1.5em;display:none}#interest_form #qp-div label{line-height:2em}#interest_form input[type=checkbox]{margin-bottom:.45em}#school-course-progress-table th,#school-course-progress-table td,#district-course-progress-table th,#district-course-progress-table td{text-align:center}.new-class-button{margin-left:5%}#district_course_progress .top,#school_course_progress .top{background-color:#3d3346;padding:3rem 0 2rem 0}#district_course_progress .top .info,#school_course_progress .top .info{color:#fff;text-align:center}#district_course_progress .top .info h1,#school_course_progress .top .info h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:4.4rem}@media only screen and (max-width: 48em){#district_course_progress .top .info .note,#school_course_progress .top .info .note{margin-bottom:1.6rem}}#district_course_progress .middle,#school_course_progress .middle{padding-top:1rem}#district_course_progress .middle h1,#school_course_progress .middle h1{color:#a145f2;font-size:4rem;font-weight:bold;margin-left:auto;margin-rightt:auto;padding-left:8%}#district_course_progress .middle a,#school_course_progress .middle a{text-decoration:none;padding-top:3rem;vertical-align:middle}#district_course_progress .middle a i,#school_course_progress .middle a i{width:2.5rem;vertical-align:middle}#district_course_progress .middle a span,#school_course_progress .middle a span{font-size:2rem;vertical-align:middle}#district_course_progress .middle a:link,#district_course_progress .middle a:hover,#district_course_progress .middle a:visited,#district_course_progress .middle a:active,#school_course_progress .middle a:link,#school_course_progress .middle a:hover,#school_course_progress .middle a:visited,#school_course_progress .middle a:active{color:#3d3346}#district_course_progress .middle .back-link,#school_course_progress .middle .back-link{padding-left:2rem}#district_course_progress .bottom,#school_course_progress .bottom{background-color:#fff;padding-top:1rem;padding-bottom:1rem}#district_course_progress .bottom .exploration-section,#school_course_progress .bottom .exploration-section{background-color:#ddd;padding-top:2em;padding-bottom:2em}#district_course_progress .bottom .explore-title-wrap,#school_course_progress .bottom .explore-title-wrap{align-items:center;background-color:#fff;border-left:.8rem solid #a145f2;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);margin-top:auto;padding:1.3rem;font-weight:bold}#district_course_progress .bottom .explore-btn,#school_course_progress .bottom .explore-btn{border-radius:4px;margin-top:0;padding:1.3rem;text-align:center}#district_course_progress .bottom .courses-section,#school_course_progress .bottom .courses-section{background-color:#eee;padding-top:2em;padding-bottom:2em}#district_course_progress .bottom .courses-section #courses-list:not(:last-child),#school_course_progress .bottom .courses-section #courses-list:not(:last-child){margin-bottom:.6rem}#district_course_progress .bottom .courses-section .course,#school_course_progress .bottom .courses-section .course{align-items:left;background-color:#fff;border-left:.8rem solid #a145f2;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);margin-top:auto;padding:1.3rem;font-weight:bold;display:flex}#district_course_progress .bottom .courses-section .course .name,#school_course_progress .bottom .courses-section .course .name{flex-grow:1;padding:0 1em 0 0}#district_course_progress .bottom .courses-section .course .drill-down-course-name,#school_course_progress .bottom .courses-section .course .drill-down-course-name{cursor:pointer}#district_course_progress .bottom .courses-section .course .progress-course-expand i,#school_course_progress .bottom .courses-section .course .progress-course-expand i{color:#3d3346;vertical-align:middle}#district_course_progress .bottom .courses-section .modules,#school_course_progress .bottom .courses-section .modules{margin-top:-0.5rem;margin-left:2rem;margin-bottom:2rem}#district_course_progress .bottom .courses-section .modules .row,#school_course_progress .bottom .courses-section .modules .row{margin-top:.6rem}#district_course_progress .bottom .courses-section .modules .row:not(:last-child),#school_course_progress .bottom .courses-section .modules .row:not(:last-child){margin-bottom:.5rem}#district_course_progress .bottom .courses-section .modules .row:first-child,#school_course_progress .bottom .courses-section .modules .row:first-child{margin-top:1rem}#district_course_progress .bottom .courses-section .modules .module,#school_course_progress .bottom .courses-section .modules .module{margin-left:1rem;align-items:center;background-color:#fff;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;padding:1rem}#district_course_progress .bottom .courses-section .modules .module .name,#school_course_progress .bottom .courses-section .modules .module .name{flex-grow:.6;padding:0 1em 0 0;width:100%}#district_course_progress .bottom .courses-section .modules .module .module-info,#school_course_progress .bottom .courses-section .modules .module .module-info{width:100%;text-align:right;flex-grow:1}#district_course_progress .bottom .courses-section .modules .module .module-info .module-report-btn,#school_course_progress .bottom .courses-section .modules .module .module-info .module-report-btn{border-radius:4px;padding:4px;margin-top:0;margin-right:0;margin-left:.5em;width:11rem;padding:4px 3rem;text-align:center}#district_course_progress .bottom .courses-section .modules .module i,#school_course_progress .bottom .courses-section .modules .module i{color:#3d3346;vertical-align:middle}#district_course_progress .bottom .course-report-btn,#school_course_progress .bottom .course-report-btn{border-radius:4px;margin-top:0;padding:1.3rem;text-align:center}#district_course_progress_report .report-name-wrap{margin-right:.8rem}#district_course_progress_report .report-name{align-items:center;background-color:#f3f3f3;border-left:.8rem solid #a145f2;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);margin-top:auto;padding:1.3rem;font-weight:bold;margin-left:.8rem;display:flex}#district_course_progress_report .report-name .name{flex-grow:1}#activity-report-header.top,#admin-historical-report-header.top,#admin-new-user-report-header.top,#admin-partner-stats-header.top,#admin-class-report-header.top{background-color:#3d3346;margin-top:1rem}#activity-report-header.top h1,#admin-historical-report-header.top h1,#admin-new-user-report-header.top h1,#admin-partner-stats-header.top h1,#admin-class-report-header.top h1{color:#fff}#activity-report table.activity tr.activity-table-header-1,#admin-new-user-report table.activity tr.activity-table-header-1,#admin-partner-stats-data table.activity tr.activity-table-header-1,#admin-course-stats-data table.activity tr.activity-table-header-1,#admin-class-stats table.activity tr.activity-table-header-1{background:#6564db;color:#fff;font-weight:bold}#activity-report table.activity tr.activity-table-header-1 th,#admin-new-user-report table.activity tr.activity-table-header-1 th,#admin-partner-stats-data table.activity tr.activity-table-header-1 th,#admin-course-stats-data table.activity tr.activity-table-header-1 th,#admin-class-stats table.activity tr.activity-table-header-1 th{padding:1rem;border-right:2px solid #fff}#activity-report table.activity tr.activity-table-header-1 th.blank,#admin-new-user-report table.activity tr.activity-table-header-1 th.blank,#admin-partner-stats-data table.activity tr.activity-table-header-1 th.blank,#admin-course-stats-data table.activity tr.activity-table-header-1 th.blank,#admin-class-stats table.activity tr.activity-table-header-1 th.blank{background:#f8f8f8}#activity-report table.activity tr.activity-table-header-1 th.left,#admin-new-user-report table.activity tr.activity-table-header-1 th.left,#admin-partner-stats-data table.activity tr.activity-table-header-1 th.left,#admin-course-stats-data table.activity tr.activity-table-header-1 th.left,#admin-class-stats table.activity tr.activity-table-header-1 th.left{text-align:left}#activity-report table.activity tr.activity-table-header-2,#admin-new-user-report table.activity tr.activity-table-header-2,#admin-partner-stats-data table.activity tr.activity-table-header-2,#admin-course-stats-data table.activity tr.activity-table-header-2,#admin-class-stats table.activity tr.activity-table-header-2{font-weight:bold}#activity-report table.activity tr.activity-table-header-2 th.left,#admin-new-user-report table.activity tr.activity-table-header-2 th.left,#admin-partner-stats-data table.activity tr.activity-table-header-2 th.left,#admin-course-stats-data table.activity tr.activity-table-header-2 th.left,#admin-class-stats table.activity tr.activity-table-header-2 th.left{text-align:left;padding-left:1rem}#activity-report table.activity tbody tr,#admin-new-user-report table.activity tbody tr,#admin-partner-stats-data table.activity tbody tr,#admin-course-stats-data table.activity tbody tr,#admin-class-stats table.activity tbody tr{padding:1rem}#activity-report table.activity tbody tr td,#admin-new-user-report table.activity tbody tr td,#admin-partner-stats-data table.activity tbody tr td,#admin-course-stats-data table.activity tbody tr td,#admin-class-stats table.activity tbody tr td{font-weight:bold;font-size:2rem;margin:auto;text-align:center;border:2px solid #f8f8f8;background:#fff}#activity-report table.activity tbody tr td div,#admin-new-user-report table.activity tbody tr td div,#admin-partner-stats-data table.activity tbody tr td div,#admin-course-stats-data table.activity tbody tr td div,#admin-class-stats table.activity tbody tr td div{margin-top:-0.75rem;font-size:1.5rem}#activity-report table.activity tbody tr td.row-label,#admin-new-user-report table.activity tbody tr td.row-label,#admin-partner-stats-data table.activity tbody tr td.row-label,#admin-course-stats-data table.activity tbody tr td.row-label,#admin-class-stats table.activity tbody tr td.row-label{font-size:1.75rem;font-weight:normal;text-align:left;background:#f8f8f8;vertical-align:middle}#activity-report table.activity tbody tr td.left,#admin-new-user-report table.activity tbody tr td.left,#admin-partner-stats-data table.activity tbody tr td.left,#admin-course-stats-data table.activity tbody tr td.left,#admin-class-stats table.activity tbody tr td.left{text-align:left;padding-left:1rem;vertical-align:middle}#activity-report-header-nav{background:#fff}#activity-report-header-nav nav{display:inline-block;flex-grow:1;height:100%;margin-left:3rem;vertical-align:top}@media only screen and (min-width: 48em){#activity-report-header-nav nav{margin-left:9rem}}#activity-report-header-nav nav a{color:#3d3346;display:inline-block;font-size:1.6rem;line-height:2.4rem;padding:1.6rem 0;text-decoration:none}@media only screen and (min-width: 48em){#activity-report-header-nav nav a:not(:first-child){margin-left:3.4rem}#activity-report-header-nav nav a{padding:2.4rem 0}}#activity-report-header-nav nav a:nth-last-child(2){margin-left:1.4rem}#activity-report-header-nav nav a:last-child{margin-bottom:1.6rem;margin-left:1.4rem}#activity-report-header-nav nav a:hover{border-bottom:.4rem solid #6564db;padding-bottom:1rem}#activity-report-header-nav nav a.active{font-weight:bold;border-bottom:.4rem solid #6564db;padding-bottom:1rem}#activity-report h3{font-size:2rem}#activity-report h4{font-size:1.5rem;font-weight:bold}#activity-report .section-title{margin-left:auto;margin-right:auto;text-align:center;margin-bottom:.5rem}#activity-report .section-title h3{font-size:1.85rem}#activity-report .country-checkboxes{display:flex;justify-content:flex-start;flex-wrap:wrap}#activity-report .country-checkboxes .country-wrap{flex:0 0 8em}#activity-report .country-checkboxes .country-wrap input{margin-top:-0.5rem}#activity-report .dates{display:flex}#activity-report .dates div:first-child{margin-right:3rem}#activity-report .prov-state-select-wrapper{width:75%}#activity-report .select2-container{background:#fff}#activity-report .page-section{margin-left:4rem;margin-top:3.5rem}#activity-report table.activity tr.activity-table-header-1{background:#6564db;color:#fff;font-weight:bold}#activity-report table.activity tr.activity-table-header-1 th{padding:1rem;border-right:2px solid #fff}#activity-report table.activity tr.activity-table-header-1 th.blank{background:#f8f8f8}#activity-report table.activity tr.activity-table-header-2{font-weight:bold}#activity-report table.activity tbody tr{padding:1rem}#activity-report table.activity tbody tr td{font-weight:bold;font-size:2rem;margin:auto;text-align:center;border:2px solid #f8f8f8;background:#fff}#activity-report table.activity tbody tr td div{margin-top:-0.75rem;font-size:1.5rem}#activity-report table.activity tbody tr td.row-label{font-size:1.75rem;font-weight:normal;text-align:left;background:#f8f8f8;vertical-align:middle}#admin-historical-report h3{font-size:2rem}#admin-historical-report h4{font-size:1.5rem;font-weight:bold}#admin-historical-report #historical-data{min-height:414px;margin-top:6rem}#admin-historical-report .month-select-wrapper{width:25rem}#admin-historical-report .chart-select-wrapper{margin-bottom:.5rem}#admin-historical-report .country-checkboxes{display:flex;justify-content:flex-start;flex-wrap:wrap}#admin-historical-report .country-checkboxes .country-wrap{flex:0 0 8em}#admin-historical-report .country-checkboxes .country-wrap input{margin-top:-0.5rem}#admin-historical-report .select2-container{background:#fff}#admin-historical-report .prov-state-select-wrapper{width:25rem;margin-top:1.75rem;margin-bottom:1.75rem}#admin-historical-report #run-report{padding:1rem 4rem;margin-top:5rem}#admin-historical-report .type-select-wrapper,#admin-historical-report .chart-select-wrapper{padding-top:0;padding-bottom:1rem}#admin-historical-report .type-select-wrapper input[type=radio],#admin-historical-report .chart-select-wrapper input[type=radio]{display:none}#admin-historical-report .type-select-wrapper label,#admin-historical-report .chart-select-wrapper label{border:none;border-radius:24px;background-color:rgba(0,0,0,0);border:1px solid #6564db;color:#6564db;display:inline-block;font-family:"Nunito Sans",sans-serif;font-size:14px;font-weight:bold;margin-top:0px;margin-right:1.5rem;padding:5px 24px 5px 24px}#admin-historical-report .type-select-wrapper input[type=radio]:checked+label,#admin-historical-report .chart-select-wrapper input[type=radio]:checked+label{background-color:#6564db;color:#fff}#admin-new-user-report h3{font-size:2rem}#admin-new-user-report h4{font-size:1.5rem;font-weight:bold}#admin-new-user-report .country-checkboxes{display:flex;justify-content:flex-start;flex-wrap:wrap}#admin-new-user-report .country-checkboxes .country-wrap{flex:0 0 8em}#admin-new-user-report .country-checkboxes .country-wrap input{margin-top:-0.5rem}#admin-new-user-report .select2-container{background:#fff}#admin-new-user-report .prov-state-select-wrapper,#admin-new-user-report .district-select-wrapper{width:85%;margin-top:1.75rem;margin-bottom:1.75rem}#admin-new-user-report #right-col{display:flex;flex-direction:column;height:100%}#admin-new-user-report #right-col #run-report{padding:1rem 4rem;margin-top:auto;margin-bottom:3.5rem;width:40%}#admin-new-user-report .dates{display:flex}#admin-new-user-report .dates div:first-child{margin-right:3rem}#admin-new-user-report .page-section{margin-left:4rem;margin-top:3.5rem}#admin-new-user-report .section-title{margin-left:auto;margin-right:auto;text-align:center;margin-bottom:.5rem}#admin-new-user-report .section-title h3{font-size:1.85rem}#admin-new-user-report #new-user-data{margin-top:2rem}#admin-new-user-report #new-user-data .table-title{display:flex}#admin-new-user-report #new-user-data .table-title a{margin-left:auto;margin-right:2rem;color:#6564db;text-decoration:none;font-weight:600}#admin-new-user-report #new-user-data .table-title a:hover{color:#6564db}#admin-partner-stats h3{font-size:2rem}#admin-partner-stats h4{font-size:1.5rem;font-weight:bold}#admin-partner-stats h5{font-weight:bold}#admin-partner-stats .select2-container{background:#fff}#admin-partner-stats #left-col{display:flex;flex-direction:column;height:100%}#admin-partner-stats #left-col .prov-state-select-wrapper,#admin-partner-stats #left-col .district-select-wrapper,#admin-partner-stats #left-col .qp-select-wrapper,#admin-partner-stats #left-col .campaign-select-wrapper,#admin-partner-stats #left-col .course-select-wrapper{width:85%;margin-top:1.75rem;margin-bottom:1.75rem}#admin-partner-stats #left-col .prov-state-select-wrapper h4{display:inline-block}#admin-partner-stats #left-col .campaign-select-wrapper ul,#admin-partner-stats #left-col .course-select-wrapper ul{padding-left:2rem;padding-top:1rem;padding-bottom:1rem}#admin-partner-stats #left-col .campaign-select-wrapper ul li,#admin-partner-stats #left-col .course-select-wrapper ul li{width:85% !important}#admin-partner-stats #left-col .campaign-select-wrapper h4,#admin-partner-stats #left-col .course-select-wrapper h4{display:inline-block}#admin-partner-stats #left-col .campaign-select-wrapper #campaign-select-all-button,#admin-partner-stats #left-col .campaign-select-wrapper #course-select-all-button,#admin-partner-stats #left-col .course-select-wrapper #campaign-select-all-button,#admin-partner-stats #left-col .course-select-wrapper #course-select-all-button{text-decoration:none;color:#6564db}#admin-partner-stats #left-col .campaign-select-wrapper #campaign-select-all-button:hover,#admin-partner-stats #left-col .campaign-select-wrapper #course-select-all-button:hover,#admin-partner-stats #left-col .course-select-wrapper #campaign-select-all-button:hover,#admin-partner-stats #left-col .course-select-wrapper #course-select-all-button:hover{color:#6564db}#admin-partner-stats #right-col{display:flex;flex-direction:column;height:100%;margin-top:auto}#admin-partner-stats #right-col h3{margin-top:auto}#admin-partner-stats #right-col #run-report{padding:1rem 4rem;margin-bottom:3rem;width:40%}#admin-partner-stats #right-col .dates{display:flex}#admin-partner-stats #right-col .dates div:first-child{margin-right:3rem}#admin-partner-stats .csv-btn-wrapper{display:flex}#admin-partner-stats .csv-btn-wrapper #export-csv-btn{text-decoration:none;color:#6564db}#admin-partner-stats .csv-btn-wrapper #export-csv-btn:hover{color:#6564db}#admin-partner-stats .csv-btn-wrapper #export-csv-btn{font-weight:bold;margin-left:auto;margin-right:0}#admin-partner-stats .show-more-btn,#admin-partner-stats .show-less-btn{color:#6564db;cursor:pointer;display:inline-block}#admin-partner-stats .table-title{text-align:center;margin-left:auto;margin-right:auto}#admin-partner-stats .page-section{margin-left:4rem;margin-top:3.5rem}#admin-partner-stats .section-title{margin-left:auto;margin-right:auto;text-align:center;margin-bottom:.5rem}#admin-partner-stats .section-title h3{font-size:1.85rem}#admin-class-stats h3{font-size:2rem}#admin-class-stats h4{font-size:1.5rem;font-weight:bold}#admin-class-stats .country-checkboxes{display:flex;justify-content:flex-start;flex-wrap:wrap}#admin-class-stats .country-checkboxes .country-wrap{flex:0 0 8em}#admin-class-stats .country-checkboxes .country-wrap input{margin-top:-0.5rem}#admin-class-stats .class-table-header{display:flex;padding-bottom:1rem}#admin-class-stats .class-table-header a{margin-left:auto}#admin-class-stats .select2-container{background:#fff}#admin-class-stats .prov-state-select-wrapper,#admin-class-stats .district-select-wrapper{width:85%;margin-top:1.75rem;margin-bottom:1.75rem}#admin-class-stats .dates{display:flex}#admin-class-stats .dates div:first-child{margin-right:3rem}#admin-class-stats #right-col{display:flex;flex-direction:column;height:100%}#admin-class-stats #right-col #run-report{padding:1rem 4rem;margin-top:auto;margin-bottom:3.5rem;width:40%}#admin-class-stats .class-activity{justify-content:center;align-items:center}#admin-class-stats .class-activity a{color:#6564db;text-decoration:none;font-weight:600}#admin-class-stats .class-activity a:hover,#admin-class-stats .class-activity a:visited{color:#6564db}#admin-class-stats .class-stats{display:inline-flex}#admin-class-stats .class-stats .total{width:unset;position:relative;font-weight:bold;padding:2rem;height:auto}#admin-class-stats .section-header{margin-top:1.5rem}#admin-class-stats table.teacher_classes_admin{margin:auto;margin-bottom:.5em;border:1px #000 solid;box-shadow:2px 2px 5px #888;width:100%}#admin-class-stats table.teacher_classes_admin th{font-weight:600;color:#3cb1e9;text-align:left;background-color:#fff;padding:.5em}#admin-class-stats table.teacher_classes_admin th:last-child,#admin-class-stats table.teacher_classes_admin td:last-child{border-right:1px #000 solid}#admin-class-stats table.teacher_classes_admin td{text-align:left;vertical-align:middle;padding:.5em}#admin-class-stats table.teacher_classes_admin td.action{padding:0;text-align:center}#admin-class-stats table.teacher_classes_admin tr:nth-child(2n){background-color:#e4f7fd}#admin-class-stats table.teacher_classes_admin tr:nth-child(2n+1){background-color:#fff}#admin-class-stats table.teacher_classes_admin select{width:100%;margin-bottom:0}#admin-class-stats table.teacher_classes_admin th.points,#admin-class-stats table.teacher_classes_admin td.points{text-align:center;font-weight:600}#admin-class-stats table.teacher_classes_admin th.points span,#admin-class-stats table.teacher_classes_admin td.points span{color:#3cb1e9}#admin-class-stats table.teacher_classes_admin.standings tr:nth-child(2n){background-color:#fff}#admin-class-stats table.teacher_classes_admin.standings th:last-child,#admin-class-stats table.teacher_classes_admin.standings td:last-child{border-right:0px}#admin-class-stats table.teacher_classes_admin.standings td.odd{background-color:#fff}#admin-class-stats table.teacher_classes_admin.standings td.even{background-color:#e4f7fd}#admin-course-stats .description,#admin-course-stats-data .description{display:flex;gap:2rem}#admin-course-stats h3,#admin-course-stats-data h3{font-size:1.75rem;font-weight:bold}#admin-course-stats h4,#admin-course-stats-data h4{font-size:1.5rem;font-weight:bold}#admin-course-stats .drill-down-link,#admin-course-stats-data .drill-down-link{color:#6564db;text-decoration:none}#admin-course-stats .drill-down-link:hover,#admin-course-stats-data .drill-down-link:hover{color:#6564db}#admin-course-stats #left-col,#admin-course-stats-data #left-col{display:flex;flex-direction:column;height:100%}#admin-course-stats #left-col .country-checkboxes,#admin-course-stats-data #left-col .country-checkboxes{display:flex;justify-content:flex-start;flex-wrap:wrap}#admin-course-stats #left-col .country-checkboxes .country-wrap,#admin-course-stats-data #left-col .country-checkboxes .country-wrap{flex:0 0 8em}#admin-course-stats #left-col .country-checkboxes .country-wrap input,#admin-course-stats-data #left-col .country-checkboxes .country-wrap input{margin-top:-0.5rem}#admin-course-stats #left-col .select2-container,#admin-course-stats-data #left-col .select2-container{background:#fff}#admin-course-stats #left-col .prov-state-select-wrapper,#admin-course-stats #left-col .course-select-wrapper,#admin-course-stats-data #left-col .prov-state-select-wrapper,#admin-course-stats-data #left-col .course-select-wrapper{width:85%;margin-top:1.75rem;margin-bottom:1.75rem}#admin-course-stats #left-col .course-select-wrapper ul,#admin-course-stats-data #left-col .course-select-wrapper ul{padding-left:2rem;padding-top:1rem;padding-bottom:1rem}#admin-course-stats #left-col .course-select-wrapper ul li,#admin-course-stats-data #left-col .course-select-wrapper ul li{width:85% !important}#admin-course-stats #left-col .course-select-wrapper h4,#admin-course-stats-data #left-col .course-select-wrapper h4{display:inline-block}#admin-course-stats #left-col #run-report,#admin-course-stats-data #left-col #run-report{padding:1rem 4rem;margin-bottom:3rem;width:40%}#admin-course-stats #right-col,#admin-course-stats-data #right-col{display:flex;flex-direction:column;height:100%}#admin-course-stats #right-col .dates,#admin-course-stats-data #right-col .dates{display:flex}#admin-course-stats #right-col .dates div:first-child,#admin-course-stats-data #right-col .dates div:first-child{margin-right:3rem}#admin-course-stats #pagination-table-wrapper,#admin-course-stats-data #pagination-table-wrapper{width:100%}#admin-course-stats #breadcrumbs,#admin-course-stats-data #breadcrumbs{margin-bottom:2rem}#admin-course-stats #breadcrumbs .breadcrumb-link,#admin-course-stats-data #breadcrumbs .breadcrumb-link{text-decoration:none;font-weight:bold}#admin-course-stats #breadcrumbs .breadcrumb-link:hover,#admin-course-stats #breadcrumbs .breadcrumb-link:visited,#admin-course-stats-data #breadcrumbs .breadcrumb-link:hover,#admin-course-stats-data #breadcrumbs .breadcrumb-link:visited{color:#6564db}#admin-course-stats .show-more-btn,#admin-course-stats .show-less-btn,#admin-course-stats-data .show-more-btn,#admin-course-stats-data .show-less-btn{color:#6564db;cursor:pointer;display:inline-block;margin-left:1rem;margin-top:1rem;font-weight:bold;font-size:1.5rem}#admin-course-stats .extended-course-list,#admin-course-stats-data .extended-course-list{display:none}body .modal{width:680px;margin-left:-340px;padding:0 0 10px 30px;z-index:6000}.modal-header{border-bottom:none;margin-top:15px}.modal-header h1{color:#fb9107;font-weight:bold;font-size:30px;text-shadow:none}.modal-body{position:static;margin:5px}.modal-body .login-modal label{font-weight:900}.modal-body .login-modal .btn-log{background:#fb9107;background-image:-webkit-linear-gradient(top, #fb8d00, #fb8d00);background-image:-moz-linear-gradient(top, #fb8d00, #fb8d00);background-image:-ms-linear-gradient(top, #fb8d00, #fb8d00);background-image:-o-linear-gradient(top, #fb8d00, #fb8d00);background-image:linear-gradient(to bottom, #fb8d00, #fb8d00);-webkit-border-radius:5;-moz-border-radius:5;border-radius:5px;color:#fff;font-size:20px;padding:10px 25px 10px 25px;text-decoration:none;border:none}.modal-body .login-modal .btn-log:hover{background:#3cb0fd;background-image:-webkit-linear-gradient(top, #3cb0fd, #3498db);background-image:-moz-linear-gradient(top, #3cb0fd, #3498db);background-image:-ms-linear-gradient(top, #3cb0fd, #3498db);background-image:-o-linear-gradient(top, #3cb0fd, #3498db);background-image:linear-gradient(to bottom, #3cb0fd, #3498db);text-decoration:none}.modal-body .login-modal .inline-field input,.modal-body .login-modal .inline-field label{position:relative;display:inline-block;float:left;left:23%;margin-right:10px;top:10px;vertical-align:middle}.modal-body .login-modal input,.modal-body .login-modal select,.modal-body .login-modal textarea{color:#fb9107}.modal-body .login-modal textarea:focus,.modal-body .login-modal input:focus{color:#fb9107}.modal-body .login-modal .login{position:absolute;padding-bottom:20px}.modal-body .login-modal .shared{position:relative;Float:right;text-align:center;font-weight:bold;padding-top:20px;right:5%}.modal-body .login-modal .new_user{float:right;position:relative;font-weight:bold;font-size:20px;color:blue;right:12%;top:-55px}.modal-footer{background-color:#fff !important;border-top:none !important;padding:0px}.modal-backdrop{z-index:3000}.google{float:right;position:relative;left:17%}#manage-banner .link-div{margin-top:1em;margin-left:.5em}#manage-banner #banner_link{width:30.5em}#manage-banner .bannerfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}#manage-banner .bannerfile+label{font-size:1.25em;font-weight:300;color:#fff;background-color:#3cb1e9;display:inline-block;padding:.5em 1em}#manage-banner .image-box{padding-left:5em}#manage-banner .banner-options{margin-top:1em;width:29em}#manage-banner .cancel{margin-top:5px}#banner-select{margin-top:2em;margin-left:10%}#banners{margin-top:3em}#banners .banner-box{width:300px;border:2px solid #aaa;float:left;margin-right:2em;margin-bottom:2em}#banners .banner-box .dates{border-top:1px solid #aaa;text-align:center}#banners .banner-box .link-location{border-top:1px solid #aaa;text-align:center;border-bottom:1px solid #aaa}#banners .banner-box .language{text-align:center;border-bottom:1px solid #aaa}#banners .banner-box .click-count-banner{text-align:center;margin-bottom:5px}#banners .banner-box .edit-btn{width:296px;text-align:center}#banners .banner-box .edit-btn a{margin:0;width:100%}.well-title{font-weight:600;font-size:larger}.locales-well{padding-left:1.5em;width:29.5em}.banner-preview img{width:auto;height:auto;max-width:300px;max-height:250px}.no_interest{margin:90px 0}#export-btn{display:inline-block;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;font-weight:600;font-size:14pt;width:7em;text-align:center;padding:10px 0px 4px 0px;border:0;background:#81bc41;color:#fff;cursor:pointer;outline:0;line-height:1.2em;white-space:normal;margin:0;margin-top:1.5em;margin-right:.5em;vertical-align:middle;margin-bottom:1em}#show-all-check-in-data h1{color:#a145f2}#show-all-check-in-data h2{color:#a145f2;font-size:1.5em}#show-all-check-in-data .entry{background-color:#fff;border-radius:.8rem;box-sizing:border-box;width:70rem;height:calc(100% - 1.6rem);margin-bottom:.6rem;padding:1.6rem 2.4rem;font-weight:600;font-size:1.25em}#show-all-check-in-data .entry .rating{float:left;background:#d9b9f4;padding:1.3rem;margin-top:-1.6rem;margin-left:-2.4rem;text-align:center}#show-all-check-in-data .entry .entry-name{margin-left:2.5em}.interest_header{font-size:1.25em;font-weight:600}#student_check_in_favorite_institution,#student_check_in_favorite_program{height:9em}#student-check-in-form .top{padding-top:2rem}#student-check-in-form #bottom .sectional{background:#fff;padding-left:2rem;margin-bottom:2rem}#student-check-in-form #bottom .sectional.left{margin-right:1rem}#student-check-in-form #bottom .sectional li{list-style:none}#student-check-in-form #bottom .sectional li::before{content:"";display:inline-block;margin-right:5px;height:13px;width:13px;background-image:url(/assets/tick_purple-aa451cc759aeadb1540772ae3f19646c5a0d02af9a4f221e5400829343037ede.svg)}#student-check-in-form #bottom .save-button{padding:1rem 5rem}@media only screen and (max-width: 64em){#student-check-in-form #bottom .sectional.left{margin-right:0}}#student-check-in-form #create-question-ratings .required_label::before{content:"*";color:red;text-shadow:0 0 1px red}#student-check-in-form #create-question-ratings .required_instructions{color:red}#student-check-in-form #create-question-ratings .required_instructions .bold{font-weight:bold}#interests button{margin-bottom:1.3em}#interests .v2-btn.outlined.white{color:#fff;background-color:rgba(0,0,0,0);border:2px solid #6564db}#interests .top{background-color:#3d3346;color:#fff;padding:4rem 0 45%}@media only screen and (min-width: 32em){#interests .top{padding:4rem 0 35%}}@media only screen and (min-width: 48em){#interests .top{padding:4rem 0}}@media only screen and (min-width: 64em){#interests .top{padding:8rem 0}}#interests .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:4.4rem;margin:0 0 2rem}#interests .bottom{margin-bottom:4rem}#interests .bottom h2{color:#3d3346;font-size:2.1rem;font-weight:bold;line-height:3.7rem}#interests .bottom .category-list{margin:4rem 0}#interests .bottom .category-list .category-header{display:flex;padding:1.6rem 2.4rem;font-weight:600}#interests .bottom .category-list .category-header .count{vertical-align:middle}#interests .bottom .category-list .category-header .code{width:5em;color:#bbb;padding:0}#interests .bottom .category-list .category-header .name{margin:auto}#interests .bottom .category-list .category{align-items:center;background-color:#fff;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;padding:1.6rem 2.4rem}#interests .bottom .category-list .category:not(:last-child){margin-bottom:1.6rem}#interests .bottom .category-list .category .count{vertical-align:middle}#interests .bottom .category-list .category .code{width:7em;max-width:7em;color:#bbb;padding:0 1em 0 0}#interests .bottom .category-list .category .name{flex-grow:1;padding:0 1em 0 0;width:100%}#interests .bottom .category-list .category i{color:#3d3346;vertical-align:middle}#interests .bottom .subcategories{margin-top:-0.5rem;margin-left:2rem;margin-bottom:2rem}#interests .bottom .subcategories .subcategory{margin-left:1rem;align-items:center;background-color:#fff;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;padding:1.6rem}#interests .bottom .subcategories .subcategory:not(:last-child){margin-bottom:1rem}#interests .bottom .subcategories .subcategory .name{flex-grow:1;padding:0 1em 0 0;width:100%}#interests .bottom .subcategories .subcategory .code{width:7em;color:#bbb;padding:0 1em 0 0}#interests .bottom .subcategories .subcategory i{color:#3d3346;vertical-align:middle}#interests .bottom .chart-container{padding:0}@media only screen and (min-width: 32em){#interests .bottom .chart-container{padding:0 15%}}@media only screen and (min-width: 48em){#interests .bottom .chart-container{padding:0}}#interests .bottom .chart-container .chart{margin-top:calc(-50% - 5rem)}@media only screen and (min-width: 64em){#interests .bottom .chart-container .chart{margin-top:calc(-50% - 10rem)}}#interests .bottom .line{padding-top:2.5rem;border-bottom:.2rem solid #ddd}#interests .bottom .chart-legend{border-bottom:.2rem solid #ddd;margin-bottom:4rem;margin-top:5.5rem;padding-bottom:4rem}#interests .bottom .chart-legend ul li{font-size:1.2rem;margin-bottom:.8rem}#interests .bottom .chart-legend ul li span{border-radius:.2rem;display:inline-block;height:1.2rem;margin-right:.8rem;vertical-align:middle;width:1.2rem}#interests .bottom .report{margin-bottom:4rem}#interests .bottom .report .v2-btn{padding-left:1rem;padding-right:1rem;margin-bottom:1rem}#interests .bottom .report .v2-btn.disabled{pointer-events:none}#interests #chart-tooltip{background-color:#fff;border-radius:.4rem;color:#3d3346;font-size:1.2rem;padding:0 .5rem;pointer-events:none;position:absolute;text-align:center;transform:translate(-50%, -50%);white-space:pre}#top_five_interests .top{background-color:#f8f8f8;color:#3d3346;padding:4rem 0 45%}@media only screen and (min-width: 32em){#top_five_interests .top{padding:4rem 0 35%}}@media only screen and (min-width: 48em){#top_five_interests .top{padding:4rem 0 1rem}}@media only screen and (min-width: 64em){#top_five_interests .top{padding:4rem 0 1rem}}#top_five_interests .top h1{color:#3d3346;font-size:3.7rem;font-weight:bold;line-height:4.4rem;margin:0 0 2rem}#top_five_interests .bottom{margin-bottom:4rem}#top_five_interests .bottom h2{color:#3d3346;font-size:2.1rem;font-weight:bold;line-height:3.7rem}#top_five_interests .bottom #top_five_selectors{margin-top:-5rem}#top_five_interests .bottom #top_five_selectors .title{color:#a145f2;font-weight:600;font-size:2.1rem;margin-bottom:1rem}#top_five_interests .bottom #top_five_selectors .tabs{padding-bottom:2rem}#top_five_interests .bottom #top_five_selectors .tabs .tab{background-color:#b8b8b8;margin-right:5px;max-width:30%;text-align:center;cursor:pointer}#top_five_interests .bottom #top_five_selectors .tabs .active{background:#f8f8f8}#top_five_interests .bottom #top_five_selectors .tabs p{font-size:20px;font-weight:bold}#top_five_interests .bottom #top_five_selectors .field-group{margin:0;padding:0}#top_five_interests .bottom #top_five_selectors .field-group .field{margin:0;padding:0}#top_five_interests .bottom #top_five_selectors #overrides{margin-left:3rem}#top_five_interests .bottom #top_five_selectors #overrides .select2-container-multi .select2-choices .select2-search-choice{background:#a145f2;color:#fff;font-weight:900}#top_five_interests .bottom #top_five_selectors #overrides .select2-search-choice div{padding:10px 5px}#top_five_interests .bottom #top_five_selectors #overrides .select2-search-choice a{display:none}#top_five_interests .bottom #top_five_selectors .all_selectors .selector-row{display:flex}#top_five_interests .bottom #top_five_selectors .all_selectors .selector-row div.boolean{padding:0;margin-right:.5rem;margin-top:0;margin-bottom:0}#top_five_interests .bottom #top_five_selectors .all_selectors .selector-row .category{flex-grow:1}#top_five_interests .bottom #top_five_selectors .interest_rating_chart{font-weight:600;margin-bottom:3rem}#top_five_interests .bottom #top_five_selectors .category{align-items:center;background-color:#fff;display:flex;padding-left:0;font-weight:bold;height:4rem;margin-top:-0.25rem}#top_five_interests .bottom #top_five_selectors .category:not(:last-child){margin-bottom:.75rem}#top_five_interests .bottom #top_five_selectors .category .rating{background-color:#d9b9f4;width:5.5rem;padding-left:1.5rem;height:100% !important;line-height:225%}#top_five_interests .bottom #top_five_selectors .category .name{flex-grow:1;padding:0 1em 0 0;width:100%;padding-left:2rem;line-height:90%}#top_five_interests #top_five_interest_subhead{background-color:#fff;padding-bottom:5rem}#top_five_interests #current_selections .title{font-weight:600;font-size:2.5rem}#top_five_interests #current_selections .current_box{background-color:#fff;min-height:10rem;padding:1rem}#top_five_interests #current_selections .current_box .lister{background-color:#f8f8f8}#top_five_interests #current_selections .current_box .title{background-color:#a145f2;color:#fff;font-size:2rem;padding:1rem}#top_five_interests #current_selections .current_box .list_item{text-indent:-2rem;border-bottom:2px solid #fff;font-weight:600;padding-left:2.5rem;padding-top:1rem;padding-bottom:1rem}#top_five_interests .v2-pagination{padding:1.6rem .5rem}#top_five_interests .v2-pagination a,#top_five_interests .v2-pagination em,#top_five_interests .v2-pagination span{padding:.8rem .5rem .4rem;margin:.1rem}@media(max-width: 600px){#top_five_interests .bottom #top_five_selectors .tabs .tab p{font-size:16px}#top_five_interests .bottom #top_five_selectors .category .name{font-size:16px}#top_five_interests .bottom #top_five_selectors .category .rating{padding-left:1.25rem}}@media(max-width: 480px){#top_five_interests .bottom #top_five_selectors .tabs .tab p{font-size:16px}#top_five_interests .bottom #top_five_selectors .category .name{font-size:13px}#top_five_interests .bottom #top_five_selectors .category .rating{padding-left:1.25rem}#top_five_interests .v2-pagination a:not(.previous_page,.prev_page,.next_page){display:none}#top_five_interests .v2-pagination em{display:none}}@media(max-width: 368px){#top_five_interests .bottom #top_five_selectors .tabs .tab p{font-size:13px}#top_five_interests .bottom #top_five_selectors .category .name{font-size:11px}#top_five_interests .bottom #top_five_selectors .category .rating{padding-left:1rem}}.licenses .email_resent_response{color:#a145f2;font-size:16px;font-weight:bold}.licenses .top{background-color:#6564db;background-image:url(/assets/v2/contests-34494c704b556bac3c06fb33076acc76bc1786a648ec940b5ed24fdc57429eec.svg);background-position:50% 0;background-size:75%;background-repeat:no-repeat;color:#fff;padding:4rem 0;text-align:center}.licenses .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:0 0 1rem 0}.licenses .top p{color:#fff;font-size:1.6rem;margin-bottom:4rem}.licenses .top .v2-form{margin-bottom:2.4rem}@media only screen and (min-width: 48em){.licenses .top{background-position:100% 0;background-size:55%;padding:4rem 0;text-align:unset}}@media only screen and (min-width: 64em){.licenses .top{background-position:80% 0;background-size:35%;padding:5% 0}.licenses .top .v2-form{margin-bottom:0}.licenses .top .v2-form .full-width{width:50%}}.licenses .top .tip-panel{background:#fff;border-radius:.4rem;padding:4rem}.licenses .top .tip-panel p{color:#3d3346;margin:0}.licenses .top .tip-panel p.title{font-size:2.1rem;font-weight:bold;margin-bottom:.5rem}.licenses .bottom h1{color:#3d3346;font-size:2.4rem;line-height:3.1rem;margin:2.4rem 0 1.6rem}.licenses .bottom a{color:#3d3346;text-decoration:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute;left:-99999999px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui-helper-clearfix{display:inline-block}* html .ui-helper-clearfix{height:1%}.ui-helper-clearfix{display:block}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default !important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ui-widget{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #a6c9e2;background:#fcfdfd url(/assets/ui-bg_inset-hard_100_fcfdfd_1x100-25513cdaa2d3af112d9924eab973efe0be5ff78d59a973af47aa93a9f53e9506.png) 50% bottom repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #4297d7;background:#5c9ccc url(/assets/ui-bg_gloss-wave_55_5c9ccc_500x100-077768b5363c1e5109cc66103c6e00b53a318d6bc15191be7bfe86f518cd3fc0.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default{border:1px solid #c5dbec;background:#dfeffc url(/assets/ui-bg_glass_85_dfeffc_1x400-a1c7aea43a7ec84375354acf309bb27c94d75da2e4a202aa8a28da21a269abdf.png) 50% 50% repeat-x;font-weight:bold;color:#2e6e9e;outline:none}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#2e6e9e;text-decoration:none;outline:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus{border:1px solid #79b7e7;background:#d0e5f5 url(/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1d5987;outline:none}.ui-state-hover a,.ui-state-hover a:hover{color:#1d5987;text-decoration:none;outline:none}.ui-state-active,.ui-widget-content .ui-state-active{border:1px solid #79b7e7;background:#f5f8f9 url(/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#e17009;outline:none}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#e17009;outline:none;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight{border:1px solid #fad42e;background:#fbec88 url(/assets/ui-bg_flat_55_fbec88_40x100-fd65379c637e2c3eb181e5bec55da8bc28d778979dd130c20d597fb61d1a0e2b.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text{color:#cd0a0a}.ui-state-disabled,.ui-widget-content .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-priority-primary,.ui-widget-content .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-icon{width:16px;height:16px;background-image:url(/assets/ui-icons_469bdd_256x240-0faf65e545d7a2e3d07bad961c0e13a9b5500ce73a2c6390e65b38acf165900a.png)}.ui-widget-content .ui-icon{background-image:url(/assets/ui-icons_469bdd_256x240-0faf65e545d7a2e3d07bad961c0e13a9b5500ce73a2c6390e65b38acf165900a.png)}.ui-widget-header .ui-icon{background-image:url(/assets/ui-icons_d8e7f3_256x240-7c19008537edf5607d2489f13359ff77278d6008d040ebf012ab5730a5c93df2.png)}.ui-state-default .ui-icon{background-image:url(/assets/ui-icons_6da8d5_256x240-5643c622baf6730edfc316ff7e6bbe40db7b5ceddaa205194a6e7146e89db30a.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/assets/ui-icons_217bc0_256x240-6dcde23c0a352324a6622fc97684d13988910c676bdf43dfb42669609f153767.png)}.ui-state-active .ui-icon{background-image:url(/assets/ui-icons_f9bd01_256x240-034d9be7dd5e5627ebb372fc92d440e65ec2c43db690bfb2b896c5769de64f84.png)}.ui-state-highlight .ui-icon{background-image:url(/assets/ui-icons_2e83ff_256x240-3742bf79a6030f0413b9b841930c3f8b5e20f0b26cb821215dc7a4b12a4fcd5a.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/assets/ui-icons_cd0a0a_256x240-14864bbec7ff365814288b2523c7a1004f4ad8abaeeeb66fc616aea3fce8b1c1.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-off{background-position:-96px -144px}.ui-icon-radio-on{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-tl{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px}.ui-corner-tr{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px}.ui-corner-bl{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px}.ui-corner-br{-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px}.ui-corner-top{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px}.ui-corner-bottom{-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px}.ui-corner-right{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px}.ui-corner-left{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px}.ui-corner-all{-moz-border-radius:5px;-webkit-border-radius:5px}.ui-widget-overlay{background:#aaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-webkit-border-radius:8px}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header-active{border-bottom:0 !important}.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em 2.2em}.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none}.ui-accordion .ui-accordion-content-active{display:block}.ui-datepicker{width:17em;padding:.2em .2em 0}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{float:left;font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{float:right}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{display:none;display/**/:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-dialog{position:relative;padding:.2em;width:300px}.ui-dialog .ui-dialog-titlebar{padding:.5em .3em .3em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0 .2em}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0}.ui-dialog .ui-dialog-content{border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane button{float:right;margin:.5em .4em .5em 0;cursor:pointer;padding:.2em .6em .3em .6em;line-height:1.4em;width:auto;overflow:visible}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;z-index:99999;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0px}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0px}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0px;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0px;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-tabs{padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{list-style:none;position:relative;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{position:relative;float:left;border-bottom-width:0 !important;margin:0 .2em -1px 0;padding:0}.ui-tabs .ui-tabs-nav li a{float:left;text-decoration:none;padding:.5em 1em}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{padding-bottom:1px;border-bottom-width:0}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer}.ui-tabs .ui-tabs-panel{padding:1em 1.4em;display:block;border-width:0;background:none}.ui-tabs .ui-tabs-hide{display:none !important}.sidebar-widget{align-items:center;background-color:#eee;border-radius:.8rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;padding:1rem 2.4rem}.sidebar-widget.stats{border-left:4rem solid #a145f2;border-bottom:solid 0px #fff;min-height:8em}.sidebar-widget.ranks{border-left:4rem solid #6ee0cb;min-height:8em}.sidebar-widget.top-interests{border-left:4rem solid #6564db;min-height:10em}.sidebar-widget .side-title{color:#fff;font-weight:bold;font-size:1.5em;transform:rotate(270deg);width:10em;position:absolute;text-align:center;margin-left:-6.8em;padding:0}.sidebar-widget div{text-align:center}.sidebar-widget div.dashboard-number-label{font-weight:bold;font-size:1.1em}.sidebar-widget .full{width:100%}.sidebar-widget .detail-text{font-size:1.4em}.sidebar-widget .interest-box{align-items:center;background-color:#fff;border-radius:.8rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;padding:1.6rem 1rem;margin-bottom:.5em;margin-top:.5em;font-size:1em;font-weight:medium}.sidebar-widget .interest-box.fav-program{border-left:.8rem solid #efa35d}.sidebar-widget .interest-box.fav-school{border-left:.8rem solid #a03843}.sidebar-widget .interest-box.fav-career{border-left:.8rem solid #bfe5a0}.sidebar-widget .interest-box .interest-value{font-weight:bold;text-align:left}.open-paywall{text-align:center}.open-pricing .top{background-color:#3d3346;background-image:url(/assets/v2/draws-926c56ae8e353ea2e53e211adf315e575178d1f640c6233e6c8aefa7822917fb.svg);background-position:50% 0;background-size:85%;background-repeat:no-repeat;padding:4rem 0;text-align:center}@media only screen and (min-width: 48em){.open-pricing .top{background-position:100% 0;background-size:65%;padding:4rem 0;text-align:unset}}@media only screen and (min-width: 64em){.open-pricing .top{background-position:80% 0;background-size:45%;padding:5% 0}}.open-pricing .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:0 0 1rem 0}.open-pricing .top p{color:#fff;font-size:1.6rem}.open-pricing .bottom{background-color:#fff;padding-bottom:8rem}.open-pricing .bottom .price-item{background-color:rgba(0,0,0,.05);border-radius:.4rem .4rem;display:flex;flex-direction:column;height:calc(100% - 1.6rem);margin-bottom:1.6rem;text-align:center}.open-pricing .bottom .price-item .title{background-color:#3d3346;border-radius:.4rem .4rem 0 0;color:#fff;font-weight:bold;font-size:2.5rem;padding:1.6rem}.open-pricing .bottom .price-item .details{text-align:left;align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:2.4rem}.open-pricing .bottom .price-item .details .super{font-size:1.5em;top:-0.6em;position:relative}.open-pricing .bottom .price-item .details .large{font-size:3em}.open-pricing .bottom .price-item .details ul{list-style-type:disc;padding-left:1.5em}.open-pricing .bottom .price-item .details p{margin:5px 0;text-align:left}#open-about section{padding-top:2em}#open-about #header{background-image:url(/assets/open_platform/about_header-0c6257b02f0dac293b19bdac41500135bc127fba77f134cae708202648d5a299.jpg);background-repeat:no-repeat;background-color:#3d3346;background-size:contain;background-position:bottom;height:0;width:100%;position:relative;padding-top:75%}@media(min-width: 575.98px){#open-about #header{padding-top:50%}}#open-about #header *{color:#f8f8f8}#open-about #header .row{position:absolute;top:10px}#open-about #header .row p{font-size:16px;margin:0 10px}#open-about #header .row h1{font-size:1.5em}@media(min-width: 575.98px){#open-about #header .row{top:1%;margin:0% 2.5%}#open-about #header .row h1{font-size:2em}#open-about #header .row p{font-size:16px}}@media(min-width: 769.98px){#open-about #header .row{top:5%;margin:0% 5%}#open-about #header .row h1{font-size:2em}#open-about #header .row p{font-size:18px}}@media(min-width: 991.98px){#open-about #header .row{top:5%;margin:0% 7.5%}#open-about #header .row h1{font-size:3em}#open-about #header .row p{font-size:20px}}@media(min-width: 1199.98px){#open-about #header .row{top:5%;margin:0% 10%}#open-about #header .row h1{font-size:4em}#open-about #header .row p{font-size:24px}}#open-about #our-mission{background-color:#fff}#open-about #our-mission h1{font-size:3em}#open-about #our-mission .statement h2{font-size:2em;color:#a145f2}#open-about #our-mission .quote{font-size:1.5em}#open-about #our-mission .embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}#open-about #our-mission .embed-container iframe,#open-about #our-mission .embed-container object,#open-about #our-mission .embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}#open-about #problem-solved h1,#open-about #our-history h1,#open-about #our-team h1{font-size:3em;color:#a145f2}#open-about #problem-solved p,#open-about #our-history p,#open-about #our-team p{font-size:24px}#open-about #our-history{background-color:#fff}#open-about #our-history .center-vert{margin:auto}#open-about #our-team .team-member{text-align:center}#open-about #our-team .team-member .image{margin:auto;width:60%}#open-about #our-team .team-member .name{font-size:2em;font-weight:bold}#open-about #our-team .team-member .title{font-size:1.5em}#open-about #our-team .team-member .linked-in{color:#3d3346;font-size:2em}#open-about #our-team .team-member .linked-in a:link,#open-about #our-team .team-member .linked-in a:hover,#open-about #our-team .team-member .linked-in a:visited,#open-about #our-team .team-member .linked-in a:active{color:#3d3346}#open-about #connection{background-color:#fff}#open-about #connection h1{font-size:3em}#open-about #connection p{font-size:24px}#open-about #connection a{padding-left:7px;padding-right:7px}#open-about #connection .v2-btn{padding:1.75rem 8.2rem;font-size:24px;display:inline-block}#open-about #connection .font-awesome{color:#a145f2;font-size:3.5em}#open-about #connection .font-awesome a{text-decoration:none}#open-about #connection .font-awesome a:link,#open-about #connection .font-awesome a:hover,#open-about #connection .font-awesome a:visited,#open-about #connection .font-awesome a:active{color:#a145f2}.curriculums .curriculum-list .top{background-color:#3d3346;background-image:url(/assets/v2/class-list-8b652a2f0a7b86e65fb45e88d16cddcf633b1ccd7ded8a9627c38a3da337a1d7.svg);background-position:50% 0;background-size:85%;background-repeat:no-repeat;padding:4rem 0;text-align:center}@media only screen and (min-width: 48em){.curriculums .curriculum-list .top{background-position:100% 0;background-size:65%;padding:4rem 0;text-align:unset}}@media only screen and (min-width: 64em){.curriculums .curriculum-list .top{background-position:80% 0;background-size:45%;padding:5% 0}}.curriculums .curriculum-list .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:0 0 1rem 0}.curriculums .curriculum-list .top p{color:#fff;font-size:2rem}.curriculums .curriculum-list .bottom{background-color:#eee;padding-bottom:8rem}.curriculums .curriculum-list .bottom .header-section{padding:3rem 0 0 2rem}.curriculums .curriculum-list .bottom .indicator-keys{display:flex;margin-top:1rem;margin-bottom:.5rem;gap:3rem}.curriculums .curriculum-list .bottom .indicator-keys div img{width:2rem;height:2rem;vertical-align:middle}.curriculums .curriculum-list .bottom .indicator-keys div span{font-weight:bold}.curriculums .curriculum-list .bottom #topic-buttons .v2-btn,.curriculums .curriculum-list .bottom .sub-topic-buttons .v2-btn{padding:.5rem 1rem;background-color:#eee;border:1px #000 solid;margin:0 0 .5rem 0}.curriculums .curriculum-list .bottom #topic-buttons .v2-btn div,.curriculums .curriculum-list .bottom .sub-topic-buttons .v2-btn div{display:flex;align-items:center}.curriculums .curriculum-list .bottom #topic-buttons .v2-btn img,.curriculums .curriculum-list .bottom .sub-topic-buttons .v2-btn img{height:24px;margin-right:.5rem}.curriculums .curriculum-list .bottom #topic-buttons .v2-btn.active,.curriculums .curriculum-list .bottom .sub-topic-buttons .v2-btn.active{display:none}.curriculums .curriculum-list .bottom #topic-buttons,.curriculums .curriculum-list .bottom .sub-topic-buttons{padding-bottom:2rem}.curriculums .curriculum-list .bottom .sub-topic-buttons{display:none}.curriculums .curriculum-list .bottom .sub-topic-buttons div.title{font-weight:600}.curriculums .curriculum-list .bottom #inbed-description{display:none;border-radius:.4rem;padding:.75rem;margin:.75rem;width:100%}.curriculums .curriculum-list .bottom #inbed-description .description-title{font-weight:600;font-size:2rem;padding-bottom:.25rem}.curriculums .curriculum-list .bottom #inbed-description .description-body{font-weight:600}.curriculums .curriculum-list .bottom #inbed-description .description-close{float:right;margin-right:1rem;font-size:2rem;cursor:pointer}.curriculums .curriculum-list .bottom .quiz-description{background:#f5f0fa;border:.3rem #a145f2 solid}.curriculums .curriculum-list .bottom .quiz-description .description-title{color:#a145f2}.curriculums .curriculum-list .bottom .course-description,.curriculums .curriculum-list .bottom .module-description{background:#f0f0fa;border:.3rem #6564db solid}.curriculums .curriculum-list .bottom .course-description .description-title,.curriculums .curriculum-list .bottom .module-description .description-title{color:#6564db}.curriculums .curriculum-list .bottom .generic-menu i.ch-menu-button{cursor:pointer;padding:.4rem .6rem;font-size:2rem;color:#3d3346;display:inline-block;border-radius:2px;line-height:1}.curriculums .curriculum-list .bottom .generic-menu i.ch-menu-button:focus-visible{outline:none;outline:2px solid #a145f2;outline-offset:.5px}.curriculums .curriculum-list .bottom .generic-menu i.ch-menu-button:hover{background-color:#f8f8f8;color:#000}.curriculums .curriculum-list .bottom .generic-menu .ch-menu{display:none;margin-top:.5rem;position:absolute;margin-left:-19rem;background:#f5f0fa;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:10}.curriculums .curriculum-list .bottom .generic-menu .ch-menu .ch-menu-closer{float:right;margin-right:2rem;cursor:pointer;font-size:2rem}.curriculums .curriculum-list .bottom .generic-menu .ch-menu .ch-menu-closer:focus-visible{outline:2px solid #a145f2;outline-offset:2px}.curriculums .curriculum-list .bottom .quiz-link-section{background-color:#eee;padding:0rem 0 1.8rem 0}.curriculums .curriculum-list .bottom .quiz-link-section .quiz{align-items:center;background-color:#f5f0fa;border-left:.8rem solid #a145f2;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;flex-wrap:wrap;padding:1rem 1.3rem 1rem 1rem}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .title{flex-grow:1;padding:0 1em 0 0;width:25%;order:1}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .quizzer-btn{border-radius:4px;padding:4px;margin-top:0;margin-right:0;margin-left:.5em;width:17rem;padding:6px 2rem;text-align:center}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .assigned{color:#a145f2;flex-grow:.1;font-weight:600;order:2;text-align:right;margin-right:1rem}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .incomplete{color:red;flex-grow:.1;font-weight:600}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .complete{color:#888;flex-grow:.1;font-weight:600;order:2}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .extra{order:4}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .generic-menu{order:5}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .indicators .quiz-in-contest{width:2rem}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .indicators .quiz-in-contest img{height:2rem;vertical-align:middle}.curriculums .curriculum-list .bottom .quiz-link-section .quiz .indicators{order:3}@media only screen and (max-width: 64em){.curriculums .curriculum-list .bottom .quiz-link-section .quiz .assigned{order:10;width:100%;text-align:left}}.curriculums .curriculum-list .bottom .course-list-section{background-color:#eee;padding:0 0 3rem 0}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course{align-items:center;background-color:#fff;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;padding:.5rem 1.3rem .5rem 1rem;line-height:36px}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course:not(:last-child){margin-bottom:.6rem}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .assigned{color:#a145f2;flex-grow:.4;font-weight:600;text-align:right;padding-right:2rem;width:25%;order:3}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .counter{width:12rem;display:flex;margin-right:1.5rem;text-align:right;margin-left:1.5rem;order:5}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .counter span{white-space:nowrap}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .counter .drill-down-course{padding:1rem;display:inline-flex;justify-content:center;width:1.3rem;height:1.5rem;border-radius:4px;text-decoration:none;margin-left:auto}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .counter .drill-down-course i{font-size:1.8rem;line-height:1;vertical-align:middle}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .counter .drill-down-course:focus-visible{outline:none;outline:2px solid #a145f2;outline-offset:1px}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .counter .drill-down-course:hover{background-color:#f8f8f8;color:#000}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .course-icon{flex-grow:.1;height:36px}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .course-icon img{height:36px}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .course-icon{order:1}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .name{flex-grow:10;padding:0 1em 0 0;order:2}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .generic-menu{order:6}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .drill-down-course-name{cursor:pointer;line-height:2rem;padding-left:1rem}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course i{color:#3d3346;vertical-align:middle}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .indicators{width:5.5rem;gap:.5rem;margin-right:1rem;order:4;display:flex}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .indicators .course-with-certificate{width:3rem}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .indicators .course-with-certificate img{height:2rem;vertical-align:middle}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .indicators .course-in-contest{width:2rem}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .indicators .course-in-contest img{height:2rem;vertical-align:middle}@media only screen and (max-width: 64em){.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course{flex-wrap:wrap}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .assigned{order:10;width:100%;text-align:left}.curriculums .curriculum-list .bottom .course-list-section .course-wrap .course .name{width:50%}}.curriculums .curriculum-list .bottom .course-list-section .modules{margin-top:-0.5rem;margin-left:2rem;margin-bottom:2rem;width:100%}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper{width:100%}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper:not(:last-child){margin-bottom:.5rem}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper:first-child{margin-top:1rem}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper .mod{margin-left:1rem;align-items:center;background-color:#fff;border-left:.8rem solid #3d3346;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex;padding:1rem}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper .mod .name{flex-grow:1;padding:0 1em 0 0;width:50%}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper .mod .assigned{flex-grow:.1;padding:0 1em 0 0;width:20%;color:#a145f2;font-weight:600}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper .mod .assigned.done{color:#888}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper .mod .mod-stats{width:30%;text-align:right;flex-grow:.2}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper .mod .mod-stats .mod-btn{border-radius:4px;padding:4px;margin-top:0;margin-right:0;margin-left:.5em;width:13rem;padding:6px 1rem;text-align:center}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper .mod .mod-stats .mod-btn i{font-size:2rem;color:#fff;padding-right:1rem;vertical-align:baseline}.curriculums .curriculum-list .bottom .course-list-section .modules .module-wrapper .mod i{color:#3d3346;vertical-align:middle}#curriculum_resources .resource_input{width:40%}#curriculum_resources .resource_header{display:inline-block;width:42%;text-align:center;font-weight:bold}#curriculum_resources .field_with_errors{display:inline-block;width:41.5%}#curriculum_resources .field_with_errors .resource_input{width:98%;padding-left:0%;border:red 1px solid}.curriculum-question{background-color:#fff;overflow:auto}.curriculum-question .top{background-color:#a145f2;padding:8rem 0}.curriculum-question .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:0 0 1rem 0}.curriculum-question .top p{color:#fff;font-size:1.6rem}.curriculum-question .top .v2-btn{padding-left:8rem;padding-right:8rem;margin-bottom:2rem}.curriculum-question .top .tip-panel{background:#fff;border-radius:.4rem;display:flex;flex-direction:column}.curriculum-question .top .tip-panel p{color:#3d3346}.curriculum-question .top .tip-panel p.title{font-size:2rem}.curriculum-question .top .tip-panel .info{padding:2rem 4rem 1rem}.curriculum-question .top .tip-panel .tip{background-color:rgba(161,69,242,.1);padding:1rem 4rem 2rem}.curriculum-question .bottom .v2-alert{margin-bottom:2rem}.curriculum-question .bottom .progress-meter{align-items:center;display:flex;width:75%}.curriculum-question .bottom .progress-meter .v2-progress{background-color:#6ee0cb;border-radius:12px;flex-grow:1;height:24px;margin-right:1.5rem;position:relative}.curriculum-question .bottom .progress-meter .v2-progress .percentage{background-color:hsla(0,0%,100%,.8);height:24px;position:absolute;right:0;top:0}.curriculum-question .bottom .progress-meter .text{font-size:2.8rem;font-weight:bold}.curriculum-question .bottom .header{color:#3d3346;font-size:2.1rem;font-weight:bold}.curriculum-question .bottom .header a{border-left:1px solid #f3f3f3;color:#3d3346;font-size:1.6rem;text-decoration:underline;font-weight:normal;padding-left:1.5rem;margin-left:1.5rem}.curriculum-question .bottom .v2-btn span{background-color:#fff;border-radius:2rem;color:#6564db;margin-left:1rem;padding:.5rem 1.5rem}.curriculum-question .bottom .report-question-link{margin-top:2rem}.curriculum-question .bottom .v2-qp-info{text-align:center}.curriculum-question .bottom .v2-qp-info .banner{background-color:#f8f8f8;border-radius:.8rem}.curriculum-question .bottom .v2-qp-info p{font-size:1.6rem}.curriculum-quiz-report .back-white{background-color:#fff}.curriculum-quiz-report .back-offset{background-color:rgba(161,69,242,.1)}.curriculum-quiz-report #course-completion{padding-top:2rem}.curriculum-quiz-report #course-completion h1{color:#3d3346;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:3rem 0 1rem 0}.curriculum-quiz-report #course-completion p{color:#3d3346;font-size:1.6rem}.curriculum-quiz-report #course-completion .v2-btn{padding-left:8rem;padding-right:8rem;padding-top:1rem;padding-bottom:1rem;margin-bottom:2rem}.curriculum-quiz-report #top{background-image:url(/assets/v2/daily-quiz-report-mobile-6711f3d65ee215460b2d51ac753c74763a9526e2d89c379ccf95b3c900a41d8d.svg);background-position:50% 100%;background-size:70%;background-repeat:no-repeat;padding:4rem 0 45%;text-align:center}@media only screen and (min-width: 48em){.curriculum-quiz-report #top{background-position:100% 100%;background-size:55%;padding:4rem 0;text-align:unset}}@media only screen and (min-width: 64em){.curriculum-quiz-report #top{background-image:url(/assets/v2/daily-quiz-report-6440d9d13988c5cd7faef4a5fdfacc5094a2c8744cb85bed2d09fcb6940bf80b.svg);background-position:100% 0;background-size:contain;padding:1rem 0}}.curriculum-quiz-report #top h1{color:#3d3346;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:3rem 0 1rem 0}.curriculum-quiz-report #top p{color:#3d3346;font-size:1.6rem}.curriculum-quiz-report #top .v2-btn{margin-bottom:2rem;min-width:30rem;text-align:center}.curriculum-quiz-report #middle .left-side{background-color:#6ee0cb;border-radius:.8rem;box-sizing:border-box;margin-bottom:4rem;padding:4rem}@media only screen and (min-width: 64em){.curriculum-quiz-report #middle .left-side{border-radius:.8rem .8rem 0 0;height:100%;margin-bottom:0;margin-right:2rem}}.curriculum-quiz-report #middle .left-side p{color:#fff;font-size:2.1rem;font-weight:bold;margin:0;text-align:center}.curriculum-quiz-report #middle .left-side .question-points-breakdown{background-color:#fff;border-radius:.4rem;padding:5rem 4rem;margin-top:5rem;margin-bottom:2rem}.curriculum-quiz-report #middle .left-side .question-points-breakdown .question-type{display:flex;align-items:center}.curriculum-quiz-report #middle .left-side .question-points-breakdown .question-type:not(:last-child){margin-bottom:2rem}.curriculum-quiz-report #middle .left-side .question-points-breakdown .question-type .details{flex-grow:1}.curriculum-quiz-report #middle .left-side .question-points-breakdown .question-type .details p{color:#3d3346;font-size:1.6rem;text-align:left}.curriculum-quiz-report #middle .left-side .question-points-breakdown .question-type .details p.large{font-size:2.1rem;font-weight:bold}.curriculum-quiz-report #middle .left-side .question-points-breakdown .question-type .points span{background-color:#6ee0cb;border-radius:1.6rem;color:#fff;display:inline-block;font-size:1.6rem;font-weight:bold;padding:.25rem 2rem}.curriculum-quiz-report #middle .left-side .widget-other p.text{font-size:1.2rem;text-align:center;color:#3d3346}@media only screen and (min-width: 64em){.curriculum-quiz-report #middle .right{margin-left:2rem}}.curriculum-quiz-report #middle .right p{color:#3d3346;font-size:2.1rem;font-weight:bold;line-height:unset;margin:auto}.curriculum-quiz-report #middle .right #link{margin-top:3rem}.curriculum-quiz-report #middle .curriculum-resources{margin-top:4rem;margin-bottom:8rem}.curriculum-quiz-report #middle .curriculum-resources .resource{align-items:center;background-color:#fff;border-radius:.4rem;display:flex;margin-bottom:1.6rem;padding:1.5rem 2.4rem}.curriculum-quiz-report #middle .curriculum-resources .resource .name{flex-grow:1}.curriculum-quiz-report #middle .curriculum-resources .resource .link i{color:#3d3346;font-size:2rem;vertical-align:middle}.curriculum-quiz-report #bottom{padding-bottom:8rem}.curriculum-quiz-report #bottom .whats-next{text-align:center;margin-bottom:6.4rem}.curriculum-quiz-report #bottom .whats-next h1{color:#3d3346;font-size:3.7rem;font-weight:bold;line-height:4.1rem}.curriculum-quiz-report #bottom .whats-next p{color:#3d3346;font-size:1.6rem;margin:1rem auto;max-width:42rem}.curriculum-quiz-report #bottom .v2-panel{background-color:#f8f8f8;border-radius:.4rem;margin-bottom:2rem;padding:4rem 2.4rem 2.4rem;text-align:center}@media only screen and (min-width: 64em){.curriculum-quiz-report #bottom .v2-panel{margin-bottom:0}}.curriculum-quiz-report #bottom .v2-panel .icon{background-repeat:no-repeat;background-size:contain;height:7.5rem;margin:0 auto;width:8.1rem}.curriculum-quiz-report #bottom .v2-panel .icon.redeem{background-image:url(/assets/v2/points-icon-09e7d5217b50683a080a1b6d23d6ea941ab4b3e61459ffd10db269c350f23164.svg)}.curriculum-quiz-report #bottom .v2-panel .icon.forums{background-image:url(/assets/v2/forums-icon-a7b2cfc785bf7c3e0a1a70ee20be96f6081f2ad670e3f99da5188c50fbf39209.svg)}.curriculum-quiz-report #bottom .v2-panel .icon.invite{background-image:url(/assets/v2/invite-icon-71204e5cd97169f86d55e909865b22a41f2c681dbdd95d464af706261d41673e.svg)}.rewards_programs .top{background-color:#6564db;background-image:url(/assets/v2/contests-34494c704b556bac3c06fb33076acc76bc1786a648ec940b5ed24fdc57429eec.svg);background-position:50% 0;background-size:75%;background-repeat:no-repeat;color:#fff;padding:4rem 0;text-align:center}.rewards_programs .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:0 0 1rem 0}.rewards_programs .top p{color:#fff;font-size:1.6rem;margin-bottom:4rem}.rewards_programs .top .v2-form{margin-bottom:2.4rem}@media only screen and (min-width: 48em){.rewards_programs .top{background-position:100% 0;background-size:55%;padding:4rem 0;text-align:unset}}@media only screen and (min-width: 64em){.rewards_programs .top{background-position:80% 0;background-size:35%;padding:5% 0}.rewards_programs .top .v2-form{margin-bottom:0}.rewards_programs .top .v2-form .full-width{width:50%}}.rewards_programs .top .tip-panel{background:#fff;border-radius:.4rem;padding:4rem}.rewards_programs .top .tip-panel p{color:#3d3346;margin:0}.rewards_programs .top .tip-panel p.title{font-size:2.1rem;font-weight:bold;margin-bottom:.5rem}.rewards_programs .bottom h1{color:#3d3346;font-size:2.4rem;line-height:3.1rem;margin:2.4rem 0 1.6rem}.rewards_programs .bottom a{color:#3d3346;text-decoration:none}.rewards_programs .bottom .rewards-program{background-color:#fff;border-radius:.4rem;box-sizing:border-box;height:calc(100% - 1.6rem);margin-bottom:1.6rem;padding:1.6rem 2.4rem}.rewards_programs .bottom .rewards-program .info{display:flex;margin-bottom:2.4rem}.rewards_programs .bottom .rewards-program .info h2{color:#3d3346;flex-grow:1;font-size:1.6rem;font-weight:bold;line-height:2.4rem;margin:0}.rewards_programs .bottom .rewards-program .info i{color:#3d3346;font-size:1.6rem;font-weight:normal;vertical-align:middle}.rewards_programs .bottom .rewards-program .regions{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewards-program #error-messages{background:pink;padding:1rem;text-align:center;font-size:1.9rem;font-weight:bold;border-radius:1.5rem;margin:0 3rem 3rem 3rem}.rewards-program .top{background-color:#6ee0cb;padding:4rem 0;text-align:center}@media only screen and (min-width: 64em){.rewards-program .top{padding:8rem 0}}.rewards-program .top .logo{margin-bottom:2.4rem}.rewards-program .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:4.4rem;margin:0}.rewards-program .middle{background-color:#eee;border-bottom:3px solid #6564db}.rewards-program .middle h2{color:#3d3346;font-size:2.8rem;font-weight:bold;line-height:3.1rem;text-transform:capitalize}.rewards-program .middle #contest-title h2{text-align:center;font-size:2.75rem;font-weight:bold;margin-top:1rem;margin-bottom:2rem}.rewards-program .middle .progress-meter{align-items:center;display:flex;width:100%;margin-bottom:1rem}.rewards-program .middle .progress-meter:not(:last-child){margin-bottom:2rem}.rewards-program .middle .progress-meter .v2-progress{background-color:#6564db;border-radius:12px;flex-grow:1;height:24px;margin-right:1.5rem;position:relative}.rewards-program .middle .progress-meter .v2-progress .percentage{background-color:rgba(238,238,238,.8);height:24px;position:absolute;right:0;top:0}.rewards-program .middle .progress-meter .text{font-size:2.2rem;font-weight:bold;width:35%}.rewards-program .middle #out-of-funds{display:flex}.rewards-program .middle #out-of-funds img{height:8.5rem;padding-bottom:1rem}.rewards-program .middle #out-of-funds .out-of-funds-text{color:#a145f2;font-weight:bold;font-size:2.2rem;line-height:24px;text-align:center;margin-top:auto;margin-bottom:auto;padding-bottom:1rem}.rewards-program .middle #out-of-funds-instructions{background-color:#d9b9f4;font-weight:bold;padding:1rem 2rem;border-radius:1.5rem;text-align:center;margin-top:2rem;margin-bottom:4rem}.rewards-program .middle .super{font-size:1.2rem;vertical-align:super}.rewards-program .middle .info{margin-top:4.5rem}.rewards-program .middle .info h3{color:#3d3346;font-size:2.1rem;font-weight:bold;line-height:3rem;margin:0 0 1.6rem}.rewards-program .middle .sponsor-logos{margin:0;margin-top:1rem;background-color:#fff;border-radius:.4rem;padding:2rem;display:flex;gap:2rem;flex-flow:wrap}.rewards-program .middle .sponsor-logos .sponsor-text{width:100%;font-size:2.1rem}.rewards-program .middle .sponsor-logos img{display:block;margin:auto .5rem;height:75px}.rewards-program .middle .info{margin-top:1rem;background-color:#fff;padding:2rem}.rewards-program .middle .info h3{font-size:2.1rem}.rewards-program .middle .info h4.info-heading{font-siZe:16px;font-weight:bold}@media only screen and (min-width: 64em){.rewards-program .middle .info .rewards-program-left-side.col-md-8{border-right:2px solid #eee}}.rewards-program .middle .info .rewards-program-type img{height:6rem}.rewards-program .middle .info .rewards-program-type{display:flex;gap:1rem}.rewards-program .middle .info .rewards-program-type .info-type-description{margin-top:auto;margin-bottom:auto;line-height:18px;font-weight:bold;color:#a145f2}.rewards-program .middle .info .duration-wrapper{border-left:2px solid #eee;padding-left:2rem}.rewards-program .middle .info .duration-wrapper .rewards-program-duration{height:6rem;display:flex}.rewards-program .middle .info .duration-wrapper .rewards-program-duration .info-duration-description{margin-top:auto;margin-bottom:auto;font-weight:bold;color:#a145f2}.rewards-program .middle .info .rewards-program-description{line-height:20px}.rewards-program .middle .info .rewards-program-prizes .rewards-program-prize-list{color:#a145f2;font-weight:bold;margin-top:1rem}.rewards-program .middle .participation-info{margin-top:1rem;background:#fff;padding:2rem}.rewards-program .middle .participation-info .participation-header{width:100%;font-size:2.1rem}.rewards-program .middle .participation-info .info-and-button{display:flex;margin-top:1rem;min-height:3.5rem}.rewards-program .middle .participation-info .info-and-button .part-info{flex-grow:1;margin-top:auto;margin-bottom:auto;margin-right:2rem}.rewards-program .middle .participation-info .info-and-button .button-wrapper{margin-top:auto;margin-bottom:auto;min-width:16rem;text-align:right}.rewards-program .middle .participation-info .info-and-button .button-wrapper a.v2-btn.primary,.rewards-program .middle .participation-info .info-and-button .button-wrapper a.v2-btn.secondary{color:#fff;padding:.5rem 2rem;margin:0}.rewards-program .middle .participation-info .info-and-button .button-wrapper a.v2-btn.primary.course-collapse,.rewards-program .middle .participation-info .info-and-button .button-wrapper a.v2-btn.secondary.course-collapse{cursor:pointer;color:#6564db;padding:.4rem 1rem;display:none}.rewards-program .middle .participation-info .info-and-button .button-wrapper a.v2-btn.gray{padding:.5rem 2rem;margin:0;cursor:default;color:#fff;padding:.5rem .5rem}.rewards-program .middle .participation-info .info-and-button .button-wrapper a.v2-btn.gray.outlined{color:#b8b8b8}.rewards-program .middle .leaderboard-header{font-size:2.1rem;margin-top:2rem}.rewards-program .middle #finalization-warning{background:#bbbaf4;padding:3rem 5rem;border-radius:2rem;font-size:1.75rem;font-weight:bold;text-align:center}.rewards-program .middle #admin-links{display:flex;justify-content:flex-end;margin-right:5rem;margin-bottom:1rem}.rewards-program .middle #tabs{margin-top:1rem;display:flex}.rewards-program .middle #tabs .tab{display:flex;width:20rem;background-color:#aaa;justify-content:center;font-weight:bold;margin-right:1rem;veritcal-align:middle;margin-top:auto;margin-bottom:auto;align-items:center;gap:1rem;padding:.5rem 0}.rewards-program .middle #tabs .tab.active{background-color:#6564db;color:#fff}.rewards-program .middle #tabs .tab.active.overall img{content:url(/assets/rewards_program_overall_active-d269e40551f774842d4451e618d14426a9b272a26b682b6072855db883640a04.svg)}.rewards-program .middle #tabs .tab.active.bursary img{content:url(/assets/rewards_program_bursary_active-a65291be1fffb3011dfe873d5c40ccdc62be69f23b412b9b68bac48e1158460c.svg)}.rewards-program .middle #tabs .tab.active.draws img{content:url(/assets/rewards_program_draws_active-9b034d4cc20f7f385192c3fc53bb22d6fd604033649c7e69777b8f5f1f0ff03b.svg)}.rewards-program .middle #tabs .tab img{veritcal-align:middle;height:3rem}.rewards-program .bottom{background-color:#fff}.rewards-program .bottom .standings-header{align-items:center;display:flex}.rewards-program .bottom .standings-header h2{color:#3d3346;font-size:2.1rem;font-weight:bold;flex-grow:1;line-height:3.1rem}.rewards-program .bottom .standings-header .v2-btn{margin-top:0;padding:1rem}.rewards-program .bottom .notes{font-size:1.2rem;list-style-type:decimal;margin-top:2rem}.rewards-program .bottom#show-bursary img.icon{height:2.5rem}.rewards-program .bottom#show-bursary table thead tr th{background:#fff}.rewards-program .bottom#show-bursary table tbody tr:hover td{color:#000;background-color:#ccc}.rewards-program .bottom#show-bursary table tbody tr td{background-color:#eee}.rewards-program .bottom#show-bursary #header{display:flex;gap:1rem}.rewards-program .bottom#show-drawing img.icon{height:2.5rem}.rewards-program .bottom#show-drawing table thead tr{background-color:#fff}.rewards-program .bottom#show-drawing table thead tr th{padding:0 .8rem .8rem .8rem}.rewards-program .bottom#show-drawing table thead tr.narrow th{padding:0 .8rem}.rewards-program .bottom#show-drawing table tbody tr:hover td{color:#000;background-color:#ccc}.rewards-program .bottom#show-drawing table tbody tr td{background-color:#fff;vertical-align:bottom}.rewards-program .bottom#show-drawing table#prize-winners{margin-top:2rem}.rewards-program .bottom#show-drawing table.finalized tbody tr td{background-color:#eee}.rewards-program .bottom#show-drawing #header{display:flex;gap:1rem}.rewards-program .bottom#show-overview img.icon{width:2rem}.rewards-program .bottom#show-overview #other-participants-header{margin-top:2rem}.rewards-program .bottom#show-overview #other-participants-header h3{font-size:1.8rem}.rewards-program .bottom#show-overview table thead tr{background-color:#fff}.rewards-program .bottom#show-overview table thead tr th{padding:0 .8rem .8rem .8rem}.rewards-program .bottom#show-overview table thead tr.narrow th{padding:0 .8rem}.rewards-program .bottom#show-overview table tbody tr:hover td{color:#000;background-color:#ccc}.rewards-program .bottom#show-overview table tbody tr td{background-color:#eee;vertical-align:bottom}.rewards-program .bottom#show-overview table#prize-winners{margin-top:2rem}.rewards-program .bottom#show-overview table#non-prize-winners tbody tr td{background-color:#fff}.rewards-program .bottom#show-overview #header{display:flex;gap:1rem}.rewards-program .bottom#show-overview #contest-stats{display:flex}.rewards-program .bottom#show-overview #contest-stats #time-left{flex-grow:.5}.rewards-program .bottom#show-overview #contest-stats #max-score{flex-grow:1}.rewards-program .bottom#show-overview #contest-stats #time-left,.rewards-program .bottom#show-overview #contest-stats #max-score,.rewards-program .bottom#show-overview #contest-stats #my-bursary-earned{display:flex;flex-direction:column}.rewards-program .bottom#show-overview #contest-stats #time-left h3.purple,.rewards-program .bottom#show-overview #contest-stats #max-score h3.purple,.rewards-program .bottom#show-overview #contest-stats #my-bursary-earned h3.purple{color:#a145f2}.rewards-program .bottom#show-overview #contest-stats #time-left .information,.rewards-program .bottom#show-overview #contest-stats #max-score .information,.rewards-program .bottom#show-overview #contest-stats #my-bursary-earned .information{display:flex;gap:1rem}.rewards-program .bottom#show-overview #contest-stats #time-left .information span,.rewards-program .bottom#show-overview #contest-stats #max-score .information span,.rewards-program .bottom#show-overview #contest-stats #my-bursary-earned .information span{font-weight:bold;font-size:1.8rem;color:#6564db}.rewards-program .bottom#show-overview #contest-stats #time-left .information span.dark,.rewards-program .bottom#show-overview #contest-stats #max-score .information span.dark,.rewards-program .bottom#show-overview #contest-stats #my-bursary-earned .information span.dark{color:#3d3346}.rewards-program .bottom#show-overview #contest-stats #time-left .information.bubbled,.rewards-program .bottom#show-overview #contest-stats #max-score .information.bubbled,.rewards-program .bottom#show-overview #contest-stats #my-bursary-earned .information.bubbled{border:none;background-color:#6ee0cb;border-radius:24px;color:#3d3346;margin-left:-2rem;text-decoration:none;padding:5px 24px 5px 24px}.rewards-program .bottom#show-overview #contest-stats #time-left .information.bubbled img.icon,.rewards-program .bottom#show-overview #contest-stats #max-score .information.bubbled img.icon,.rewards-program .bottom#show-overview #contest-stats #my-bursary-earned .information.bubbled img.icon{width:3rem}.rewards-program .bottom#admin-standings{background:#eee}.rewards-program .bottom#admin-standings #money-allocation-row{display:flex;gap:4rem;margin-bottom:2rem}.rewards-program .bottom#admin-standings #money-allocation-row .info-box .info-box-title{font-weight:bold;font-size:2rem}.rewards-program .bottom#admin-standings #money-allocation-row .info-box .info-box-details{padding:1rem;background:#fff}.rewards-program .bottom#admin-standings #money-allocation-row .info-box .info-box-details h2{font-size:1.75rem}.rewards-program .bottom#admin-standings #button-bar{display:flex;justify-content:space-between}.rewards-program .bottom#admin-standings #button-bar #publish-btn,.rewards-program .bottom#admin-standings #button-bar #adjustment-btn{background-color:#f53e23;padding:.5rem 3rem}.rewards-program .bottom#admin-standings #wait-page{margin-top:2rem;margin-left:auto;margin-right:auto;text-align:center}.rewards-program .bottom#admin-standings #wait-page h2{color:#6564db;font-size:2.5rem}.rewards-program .bottom#admin-standings table thead tr{background-color:#eee}.rewards-program .bottom#admin-standings table thead tr th{padding:0 .8rem .8rem .8rem}.rewards-program .bottom#admin-standings table thead tr th.centered{text-align:center}.rewards-program .bottom#admin-standings table thead tr th.bordered-left{border-left:20px solid #eee}.rewards-program .bottom#admin-standings table thead tr th.name{width:24rem}.rewards-program .bottom#admin-standings table thead tr.top-header th{padding:0 .8rem;font-size:1.75rem;font-weight:bold}.rewards-program .bottom#admin-standings table tbody tr:hover td{color:#000;background-color:#ccc}.rewards-program .bottom#admin-standings table tbody tr td{background-color:#fff;vertical-align:bottom;padding:0}.rewards-program .bottom#admin-standings table tbody tr td input{margin:0}.rewards-program .bottom#admin-standings table tbody tr td.centered{text-align:center}.rewards-program .bottom#admin-standings table tbody tr td.bordered-left{border-left:20px solid #eee}#rewards-program-additional-features{display:flex;gap:5rem}#rewards-program-additional-features span{font-weight:bold;font-size:1.75rem}#rewards-program-additional-features .rewards-program-ins .boolean{display:block;font-weight:normal}#rewards-program-additional-features .rewards-program-ins{margin-right:2em}.rewards-program-info-wrapper{display:flex;gap:2rem}.rewards-program-info-wrapper .rewards-program-info{width:48%}.rewards-program-info-wrapper .rewards-program-info textarea{width:98%;height:10em}.rewards-program-info-wrapper .rewards-program-info .string{width:98%}.rewards-program-info-wrapper .rewards-program-info .logo-image{text-align:center;height:200px;border:solid 1px #d3d3d3}.rewards-program-options .rewards-program-date{margin-right:2em;text-align:center;width:6em}.rewards-program-options .threshold{width:5em;margin-right:3em}.rewards-program-options{padding-bottom:30px}.rewards-program-inclusions .high-middle-wrapper{margin-left:2rem;margin-bottom:2rem;display:flex;gap:5rem}.rewards-program-inclusions .high-middle-wrapper .rewards-program-ins .boolean{display:block}.rewards-program-inclusions .high-middle-wrapper .rewards-program-ins{margin-right:2em}.rewards-program-inclusions .rewards-program-size{margin-right:2em;width:5em}.rewards-program-inclusions .rewards-program-groups{width:25em}#rewards-program-rewards h2,#rewards-program-leaderboard h2,#rewards-program-drawing h2{font-size:1.85rem}#rewards-program-rewards .rewards-page-descriptions,#rewards-program-rewards .overall-page-descriptions,#rewards-program-rewards .drawing-page-descriptions,#rewards-program-leaderboard .rewards-page-descriptions,#rewards-program-leaderboard .overall-page-descriptions,#rewards-program-leaderboard .drawing-page-descriptions,#rewards-program-drawing .rewards-page-descriptions,#rewards-program-drawing .overall-page-descriptions,#rewards-program-drawing .drawing-page-descriptions{display:flex;gap:2rem}#rewards-program-rewards .rewards-page-descriptions .description-wrapper,#rewards-program-rewards .overall-page-descriptions .description-wrapper,#rewards-program-rewards .drawing-page-descriptions .description-wrapper,#rewards-program-leaderboard .rewards-page-descriptions .description-wrapper,#rewards-program-leaderboard .overall-page-descriptions .description-wrapper,#rewards-program-leaderboard .drawing-page-descriptions .description-wrapper,#rewards-program-drawing .rewards-page-descriptions .description-wrapper,#rewards-program-drawing .overall-page-descriptions .description-wrapper,#rewards-program-drawing .drawing-page-descriptions .description-wrapper{width:48%}#rewards-program-rewards .rewards-page-descriptions .description-wrapper textarea,#rewards-program-rewards .overall-page-descriptions .description-wrapper textarea,#rewards-program-rewards .drawing-page-descriptions .description-wrapper textarea,#rewards-program-leaderboard .rewards-page-descriptions .description-wrapper textarea,#rewards-program-leaderboard .overall-page-descriptions .description-wrapper textarea,#rewards-program-leaderboard .drawing-page-descriptions .description-wrapper textarea,#rewards-program-drawing .rewards-page-descriptions .description-wrapper textarea,#rewards-program-drawing .overall-page-descriptions .description-wrapper textarea,#rewards-program-drawing .drawing-page-descriptions .description-wrapper textarea{width:98%;height:10em}#rewards-program-rewards #draw-prizes,#rewards-program-leaderboard #draw-prizes,#rewards-program-drawing #draw-prizes{display:flex}#rewards-program-rewards #draw-prizes input,#rewards-program-leaderboard #draw-prizes input,#rewards-program-drawing #draw-prizes input{width:5em;margin-right:3em;margin-left:1rem}.confetti-image{max-height:21rem;width:60rem}@media screen and (max-width: 64em){.confetti-image{display:none}}#course_form .section{display:flex}#course_form .section .field{margin-right:2rem}#course_certificate_claim #top{padding-top:4rem;padding-bottom:2rem;background-color:#fff;background-image:url(/assets/certificate-background-confetti-822006afaa89a01f07b42159d7d1128fa5c749278ddbbd8130e211dc73a112d8.png);background-position:100% 100%;background-size:70%;text-align:center}#course_certificate_claim #top #medal-image{height:10rem}#course_certificate_claim #top h1{color:#fff}#course_certificate_claim #bottom{padding-top:2rem;background-color:#fff}#course_certificate_claim #bottom input[type=text]{background-color:#eee}#course_certificate_claim #submit_cert_claim.disable-submit{cursor:not-allowed;pointer-events:none}#certificate_report label{display:inline;font-weight:bold;margin-right:3em}#certificate_report #s2id_course_id{width:60%;margin-left:3em}#certificate_report #certificate_count{font-weight:bold;float:right;font-size:1.25em}#certificate_report #csv_link{float:right}#topics-form a:link,#topics-form a:visited,#topics-form a:hover,#topics-form a:active{color:#000;text-decoration:none}#topics-form a.remove_subtopic:link,#topics-form a.remove_subtopic:visited,#topics-form a.remove_subtopic:hover,#topics-form a.remove_subtopic:active{color:red;text-decoration:none}#topics-form a.remove_fields,#topics-form a.remove_subtopic{padding-left:2rem}#topics-form a.add_sub_topic_fields:link,#topics-form a.add_sub_topic_fields:visited,#topics-form a.add_sub_topic_fields:hover,#topics-form a.add_sub_topic_fields:active{color:#6564db;font-weight:600}#topics-form .name-group{display:flex}#topics-form .name-group .course-topic-name-en{width:40rem}#topics-form .name-group .course-topic-name-en input{width:100%}#topics-form .name-group .course-topic-name-en{margin-right:1rem}#topics-form .name-group .course-topic-name-fr{width:40rem}#topics-form .name-group .course-topic-name-fr input{width:100%}#topics-form .name-group .course-topic-name-fr{margin-left:1rem}#topics-form .description-group{display:flex}#topics-form .description-group .course-topic-description-en{width:40rem}#topics-form .description-group .course-topic-description-en textarea{width:100%}#topics-form .description-group .course-topic-description-en{margin-right:1rem}#topics-form .description-group .course-topic-description-fr{width:40rem}#topics-form .description-group .course-topic-description-fr textarea{width:100%}#topics-form .description-group .course-topic-description-fr{margin-left:1rem}#topics-form .text_area_countdown_remaining{font-size:1rem;margin-top:-0.75rem}#topics-form .course-topic-color{width:10rem}#topics-form .file-title{font-size:1.75rem;font-weight:bold}#topics-form .choose-file-wrapper{display:flex}#topics-form .choose-file-wrapper .choose-file-button{background:#e8e8e8;font-weight:600;padding:.5rem 2rem}#topics-form .choose-file-wrapper .current-file-name{flex-grow:1;border:1px #000 solid;color:#a0a0a0;background:#fff;padding:.5rem 2rem}#topics-form .choose-file-wrapper input[type=file]{display:none;width:1px}#topics-form .sub-topics{margin-top:1rem}#topics-form .sub_topic_names{display:flex;margin-top:.75rem}#topics-form .sub_topic_names .sub_topic_en_wrapper,#topics-form .sub_topic_names .sub_topic_fr_wrapper{width:40rem}#topics-form .sub_topic_names .sub_topic_en_wrapper input,#topics-form .sub_topic_names .sub_topic_fr_wrapper input{width:100%}#topics-form .sub_topic_names .sub_topic_en_wrapper{margin-right:2rem}#topics-form .sub_topic_names .sub_topic_fr_wrapper{margin-leftt:2rem}#topics-form .actions input[type=submit]{vertical-align:unset;padding:1rem 2rem}#topics-form .actions a{vertical-align:unset;padding:.8rem 2rem}#course-topics-index a:link,#course-topics-index a:visited,#course-topics-index a:hover,#course-topics-index a:active{color:blue;text-decoration:none}#course-topics-index a.delete_link:link,#course-topics-index a.delete_link:visited,#course-topics-index a.delete_link:hover,#course-topics-index a.delete_link:active{color:red;text-decoration:none}#course-topics-index .course-topics-table{border:1px #000 solid}#course-topics-index .course-topics-table td.center,#course-topics-index .course-topics-table th.center{text-align:center}#course-topics-index .course-topics-table td.left,#course-topics-index .course-topics-table th.left{text-align:left}#course-topics-index .course-topics-table thead tr{border:1px #000 solid;background-color:#fff}#course-topics-index .course-topics-table thead th{font-weight:600;padding:.5rem 1rem}#course-topics-index .course-topics-table tbody tr:nth-child(2n+1){background-color:unset}#course-topics-index .course-topics-table tbody tr:nth-child(2n){background-color:#fff}#course-topics-index .course-topics-table tbody tr{border:1px #000 solid}#course-topics-index .course-topics-table tbody tr td{padding:1rem 1rem}.bursaries .top{background-color:#6ee0cb;padding:4rem 0;text-align:center}.bursaries .top .icon{width:10%;margin:auto;padding-top:2rem;padding-bottom:3rem}.bursaries .bottom{padding-top:2rem;background-color:#f8f8f8;padding-bottom:3rem}.bursaries .bottom h2{font-size:2rem}.bursaries .bottom .bursary_total_label{font-weight:bold;font-size:2rem;margin-right:3rem}.bursaries .bottom .bursary_total{color:#a145f2;font-size:2rem;font-weight:bold;border:1px solid #b8b8b8;background-color:#fff;padding:.25rem 4rem}.bursaries .bottom #active_bursaries{padding-bottom:2rem}.bursaries .bottom #active_bursaries .table_header,.bursaries .bottom #past_bursaries .table_header{font-weight:bold}.bursaries .bottom #active_bursaries .bursary_table_row,.bursaries .bottom #past_bursaries .bursary_table_row{background-color:#fff;margin-bottom:1rem}.bursaries .bottom #active_bursaries .bursary_table_row .center,.bursaries .bottom #past_bursaries .bursary_table_row .center{margin-top:auto;margin-bottom:auto}.bursaries .bottom #active_bursaries .bursary_table_row .program_info,.bursaries .bottom #past_bursaries .bursary_table_row .program_info{margin-top:1rem;padding-left:2rem}.bursaries .bottom #active_bursaries .bursary_table_row .program_info .program_dates,.bursaries .bottom #past_bursaries .bursary_table_row .program_info .program_dates{color:#a0a0a0;font-size:1.2rem;position:relative;top:-1rem}.bursaries .bottom #active_bursaries .bursary_table_row .next_reward,.bursaries .bottom #past_bursaries .bursary_table_row .next_reward{font-weight:bold;font-size:1.3rem;margin-top:-1.5rem;padding-left:1rem;padding-bottom:1rem;height:3rem}.bursaries .bottom #active_bursaries .bursary_table_row .next_reward span,.bursaries .bottom #past_bursaries .bursary_table_row .next_reward span{line-height:3rem;vertical-align:middle}.bursaries .bottom #active_bursaries .bursary_table_row .next_reward img,.bursaries .bottom #past_bursaries .bursary_table_row .next_reward img{height:2rem;line-height:3rem;vertical-align:middle}.v2-modal .bursary-claim-modal{background-color:#fff;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(0,0,0,.25),inset .1rem .3rem .4rem 0 rgba(0,0,0,.05);box-sizing:border-box;left:50%;position:absolute;max-width:80%;width:65%;min-width:30rem;top:10%;transform:translate(-50%, -10%)}.v2-modal .bursary-claim-modal .claim-close{right:.5rem;top:.5rem;color:#3d3346;cursor:pointer;position:absolute;text-align:center}.v2-modal .bursary-claim-modal .text-content{color:#a145f2;font-size:2.5rem;font-weight:bold}.v2-modal .bursary-claim-modal .text-content .text{padding-top:7rem}.v2-modal .bursary-claim-modal .text-content .continue-button{padding-top:4rem}#contact-quiz-report #no-data,#contact-course-report #no-data{margin-top:6rem;margin-bottom:9rem}#contact-quiz-report #middle-tabs,#contact-course-report #middle-tabs{background-color:#fff;padding-top:2rem;margin-bottom:2.5rem;text-align:left;margin-left:1rem;margin-right:auto;border-bottom:.4rem solid #6564db}#contact-quiz-report #middle-tabs span,#contact-course-report #middle-tabs span{font-size:1.75rem;color:#fff;font-weight:600;background-color:#6564db;padding-top:.5rem;padding-right:2rem;padding-left:2rem;padding-bottom:.2rem;margin-right:.5rem}#contact-quiz-report #middle-tabs a,#contact-course-report #middle-tabs a{font-size:1.75rem;color:#3d3346;font-weight:600;background-color:#b8b8b8;padding-top:.5rem;padding-right:2rem;padding-left:2rem;padding-bottom:.2rem;margin-right:.5rem}#contact-quiz-report #middle-tabs a:link,#contact-course-report #middle-tabs a:link{text-decoration:none}#contact-quiz-report #middle-tabs a:visited,#contact-course-report #middle-tabs a:visited{text-decoration:none}#contact-quiz-report #middle-tabs a:hover,#contact-course-report #middle-tabs a:hover{text-decoration:none}#contact-quiz-report #middle-tabs a:active,#contact-course-report #middle-tabs a:active{text-decoration:none}#contact-quiz-report .top,#contact-course-report .top{background-color:#3d3346;padding:4rem 0}@media only screen and (min-width: 64em){#contact-quiz-report .top,#contact-course-report .top{padding:8rem 0}}#contact-quiz-report .top h1,#contact-course-report .top h1{color:#fff;font-size:3.7rem;font-weight:bold;line-height:4.4rem}#contact-quiz-report .top p,#contact-course-report .top p{font-weight:bold;color:#fff;margin:0}#contact-quiz-report .bottom,#contact-course-report .bottom{background-color:#f8f8f8}#contact-quiz-report .bottom h2,#contact-course-report .bottom h2{color:#3d3346;font-size:2.5rem;font-weight:bold;line-height:3rem;margin-bottom:2rem}#contact-quiz-report .bottom #top-tabs,#contact-course-report .bottom #top-tabs{background-color:#fff;padding-top:2rem;padding-bottom:1rem;margin-bottom:0rem;text-align:center;margin-left:auto;margin-right:auto}#contact-quiz-report .bottom #top-tabs span,#contact-course-report .bottom #top-tabs span{font-size:1.75rem;color:#3d3346;font-weight:600}#contact-quiz-report .bottom #top-tabs span.active-underline,#contact-course-report .bottom #top-tabs span.active-underline{border-bottom:.4rem solid #6564db}#contact-quiz-report .bottom #top-tabs span.white-spacer,#contact-course-report .bottom #top-tabs span.white-spacer{display:inline-block;min-width:4rem}#contact-quiz-report .bottom #top-tabs a,#contact-course-report .bottom #top-tabs a{font-size:1.75rem;color:#3d3346;font-weight:600}#contact-quiz-report .bottom #top-tabs a:link,#contact-course-report .bottom #top-tabs a:link{text-decoration:none}#contact-quiz-report .bottom #top-tabs a:visited,#contact-course-report .bottom #top-tabs a:visited{text-decoration:none}#contact-quiz-report .bottom #top-tabs a:hover,#contact-course-report .bottom #top-tabs a:hover{color:#6564db;text-decoration:none}#contact-quiz-report .bottom #top-tabs a:active,#contact-course-report .bottom #top-tabs a:active{text-decoration:none}#contact-quiz-report .bottom .course-select-wrapper,#contact-course-report .bottom .course-select-wrapper{margin-bottom:2rem}#contact-quiz-report .bottom .course-select-wrapper.error,#contact-course-report .bottom .course-select-wrapper.error{border:2px solid red}#contact-quiz-report .bottom .course-select,#contact-course-report .bottom .course-select{background-color:#fff;padding:0}#contact-quiz-report .bottom .select2-selection__rendered,#contact-course-report .bottom .select2-selection__rendered{line-height:31px !important}#contact-quiz-report .bottom .select2-container .select2-selection--single,#contact-course-report .bottom .select2-container .select2-selection--single{height:35px !important}#contact-quiz-report .bottom .select2-selection__arrow,#contact-course-report .bottom .select2-selection__arrow{height:34px !important}#contact-quiz-report .bottom #report-breadcrumbs,#contact-course-report .bottom #report-breadcrumbs{margin-bottom:2rem}#contact-quiz-report .bottom #report-breadcrumbs #breadcrumb-links,#contact-course-report .bottom #report-breadcrumbs #breadcrumb-links{background-color:#fff;padding:.5rem 2rem;border-radius:10px;font-weight:bold}#contact-quiz-report .bottom #export-csv-wrap,#contact-course-report .bottom #export-csv-wrap{text-align:right}#contact-quiz-report .bottom #report-header .description,#contact-course-report .bottom #report-header .description{display:flex;gap:2rem;margin-bottom:3rem}#contact-quiz-report .bottom #report-controls,#contact-course-report .bottom #report-controls{margin-bottom:1rem}#contact-quiz-report .bottom #report-controls #period-toggle-wrapper,#contact-course-report .bottom #report-controls #period-toggle-wrapper{margin-top:1rem;line-height:6rem;vertical-align:middle}#contact-quiz-report .bottom #report-controls #period-toggle-wrapper #school-year-toggle,#contact-course-report .bottom #report-controls #period-toggle-wrapper #school-year-toggle{margin-top:0;margin-left:4rem;padding:5px 35px;line-height:2rem;position:relative;z-index:2}#contact-quiz-report .bottom #report-controls #period-toggle-wrapper #school-year-toggle.inverted,#contact-course-report .bottom #report-controls #period-toggle-wrapper #school-year-toggle.inverted{padding:3px 35px;z-index:0}#contact-quiz-report .bottom #report-controls #period-toggle-wrapper #date-range-toggle,#contact-course-report .bottom #report-controls #period-toggle-wrapper #date-range-toggle{margin-top:0;padding:5px 35px;line-height:2rem;position:relative;z-index:2;margin-left:-48px}#contact-quiz-report .bottom #report-controls #period-toggle-wrapper #date-range-toggle.inverted,#contact-course-report .bottom #report-controls #period-toggle-wrapper #date-range-toggle.inverted{padding:3px 35px;z-index:0}#contact-quiz-report .bottom #report-controls #quiz-date-range,#contact-course-report .bottom #report-controls #quiz-date-range{display:flex;gap:3rem}#contact-quiz-report .bottom #report-controls #quiz-date-range #run-report-date-range,#contact-course-report .bottom #report-controls #quiz-date-range #run-report-date-range{margin-left:1rem;padding:.5rem 1.5rem;height:3.5rem}#contact-quiz-report .bottom #report-controls #run-report,#contact-course-report .bottom #report-controls #run-report{margin-top:-1rem}#contact-quiz-report .bottom .report-label,#contact-course-report .bottom .report-label{font-weight:bold}#contact-quiz-report .bottom .report-dates,#contact-course-report .bottom .report-dates{margin-top:3rem}#contact-quiz-report .bottom .report-dates h3,#contact-course-report .bottom .report-dates h3{font-size:2rem}#contact-quiz-report .bottom #refresh-report,#contact-quiz-report .bottom #run-report,#contact-quiz-report .bottom #clear-report,#contact-quiz-report .bottom #view-students-report,#contact-course-report .bottom #refresh-report,#contact-course-report .bottom #run-report,#contact-course-report .bottom #clear-report,#contact-course-report .bottom #view-students-report{margin-top:-0.5rem;padding:.5rem 1.5rem;line-height:2rem}#contact-quiz-report .bottom #clear-report,#contact-course-report .bottom #clear-report{padding:.5rem 4rem}#contact-quiz-report .bottom .scrollable-container,#contact-course-report .bottom .scrollable-container{overflow-x:auto;padding-bottom:2rem;margin-top:.5rem}#contact-quiz-report .bottom .scrollable-container,#contact-quiz-report .bottom .scrollable-container table,#contact-course-report .bottom .scrollable-container,#contact-course-report .bottom .scrollable-container table{transform:rotateX(180deg)}#contact-quiz-report .bottom #data-section,#contact-course-report .bottom #data-section{margin-bottom:2rem}#contact-quiz-report h3{font-size:2rem}#contact-quiz-report .error{width:22rem;color:#d32727;font-size:1.25rem}#contact-quiz-report .invisible{position:relative;height:1px;z-index:-1}#contact-quiz-report .page-section{background-color:#fff;margin-top:3rem;padding:1rem}#contact-quiz-report .page-section .section-title{margin-left:auto;margin-right:auto;text-align:center;margin-bottom:.5rem}#contact-quiz-report .page-section .section-title h3{font-size:1.85rem}#contact-quiz-report #graph-control-wrapper{margin-top:3rem}#contact-quiz-report #graph-control-wrapper #show-daily-activity-btn,#contact-quiz-report #graph-control-wrapper #show-detail-activity-btn{padding:.5rem 3.5rem;height:3.5rem;width:15rem;margin-top:auto;margin-bottom:1rem}#contact-quiz-report #graph-control-wrapper #show-daily-activity-btn:not(.disabled),#contact-quiz-report #graph-control-wrapper #show-detail-activity-btn:not(.disabled){cursor:default}#contact-quiz-report #graph-control-wrapper h3{font-size:1.85rem}#contact-quiz-report .detail-pie{margin-top:3rem}#contact-quiz-report .detail-pie .section-title{background-color:#fff;text-align:center;padding-top:2rem}#contact-quiz-report .detail-pie .section-title h3{font-size:2rem}#contact-quiz-report table#contact-quiz-report-table tr>th:first-child,#contact-quiz-report table#contact-quiz-report-table tr>td:first-child{position:sticky;left:0;text-align:left;z-index:1;background-color:#fff}#contact-quiz-report table#contact-quiz-report-table tr>th:first-child.dark-label,#contact-quiz-report table#contact-quiz-report-table tr>td:first-child.dark-label{background-color:#6564db}#contact-quiz-report table#contact-quiz-report-table th{font-weight:bold;padding:.5rem 1rem;vertical-align:middle;border-right:2px solid #fff;text-align:center}#contact-quiz-report table#contact-quiz-report-table th.dark-label{color:#fff;background-color:#6564db}#contact-quiz-report table#contact-quiz-report-table th.light-label{color:#3d3346;background-color:#bbbaf4}#contact-quiz-report table#contact-quiz-report-table tbody tr{background-color:#fff}#contact-quiz-report table#contact-quiz-report-table tbody tr:hover{background-color:#b8b8b8}#contact-quiz-report table#contact-quiz-report-table tbody tr:hover td:first-child{background-color:#b8b8b8}#contact-quiz-report table#contact-quiz-report-table tbody tr:hover td.tinted{background-color:#bbbaf4}#contact-quiz-report table#contact-quiz-report-table tbody tr td{padding:.25rem 1rem;border:2px solid #f8f8f8}#contact-quiz-report table#contact-quiz-report-table tbody tr td.tinted{background-color:#f0f0fa}#contact-quiz-report table#contact-quiz-report-table tbody tr td.number-data{min-width:13.2rem}#contact-quiz-report table#contact-quiz-report-table tbody tr td.checkmark-data{min-width:13.2rem}#contact-quiz-report table#contact-quiz-report-table tbody tr td.checkmark-data img{width:2rem}#contact-quiz-report table#contact-quiz-report-table tbody tr td.text-data{min-width:27.2rem;vertical-align:middle}#contact-course-report table#contact-course-table tr>th:first-child{position:sticky;left:0;z-index:1;background-color:#fff;padding-left:1rem;text-align:center}#contact-course-report table#contact-course-table th{z-index:0;font-weight:600}#contact-course-report table#contact-course-table th.blank-col{background-color:#fff;border:none}#contact-course-report table#contact-course-table th.column-header{background-color:#6564db;color:#fff;border:2px solid #fff;text-align:center}#contact-course-report table#contact-course-table th.column-header.course-header{text-align:center;min-width:22rem;padding:0 1rem;vertical-align:middle}#contact-course-report table#contact-course-table th.column-header.course-header .course-totals-info{padding-left:4rem}#contact-course-report table#contact-course-table th.column-header.module-header{text-align:left;min-width:22rem;padding:0 1rem;background-color:#bbbaf4;color:#3d3346}#contact-course-report table#contact-course-table th.breakdown-title{vertical-align:middle}#contact-course-report table#contact-course-table tbody tr>td:first-child{position:sticky;left:0;z-index:1;background-color:#fff;border-left:none;border-right:none;box-shadow:inset 1px 1px #f8f8f8;padding-left:1rem;width:17rem;left:0}#contact-course-report table#contact-course-table tbody tr>td:first-child.breakdown-title{background-color:#f8f8f8}#contact-course-report table#contact-course-table tbody tr>td:first-child.blank-col,#contact-course-report table#contact-course-table tbody tr>td:first-child.one-col{box-shadow:none}#contact-course-report table#contact-course-table tbody tr>td:nth-child(2){position:sticky;z-index:1;background-color:#fff;padding-left:1rem;border-left:none;border-right:none;box-shadow:inset 2px 1px #f8f8f8;left:17rem;width:12rem}#contact-course-report table#contact-course-table tbody tr>td:nth-child(2).population-title,#contact-course-report table#contact-course-table tbody tr>td:nth-child(2).grey{background-color:#f8f8f8}#contact-course-report table#contact-course-table tbody tr>td:nth-child(2).blank-col{box-shadow:none}#contact-course-report table#contact-course-table tbody tr{background-color:#fff}#contact-course-report table#contact-course-table tbody tr:hover{background-color:#b8b8b8}#contact-course-report table#contact-course-table tbody tr:hover td:first-child:not(.no-hilight){background-color:#b8b8b8}#contact-course-report table#contact-course-table tbody tr:hover td:nth-child(2):not(.no-hilight){background-color:#b8b8b8}#contact-course-report table#contact-course-table tbody tr.spacer td{background-color:#f8f8f8}#contact-course-report table#contact-course-table tbody td{text-align:center;border:2px solid #f8f8f8}#contact-course-report table#contact-course-table tbody td.blank-col{background-color:#fff;border:none}#contact-course-report table#contact-course-table tbody td.empty-col{background-color:#f8f8f8;border:none}#contact-course-report table#contact-course-table tbody td.row-header{font-weight:600;text-align:center;background-color:#f0f0fa}#contact-course-report table#contact-course-table tbody td.breakdown-title{position:sticky;background-color:#f8f8f8;border:none;text-align:left;min-width:15rem;width:15rem;padding-left:1rem;padding-right:1rem;font-weight:600}#contact-course-report table#contact-course-table tbody td.population-title{position:sticky;background-color:#f8f8f8;border:none;font-weight:600;padding-left:1rem;padding-right:1rem;min-width:10rem;width:10rem}#contact-course-report table#contact-course-table tbody td.category-name{background-color:#fff;text-align:left;padding-left:1rem;padding-right:1rem;vertical-align:middle}#contact-course-report table#contact-course-table tbody td.category-population{vertical-align:middle;text-align:left;padding-left:1rem}#contact-course-report table#contact-course-table .inner-data-table div.header{padding-left:.5rem;text-align:left;font-weight:bold}#contact-course-report table#contact-course-table .inner-data-table span.data-label{display:inline-block;padding-left:1rem;text-align:left;min-width:15rem;width:15rem}#contact-course-report table#contact-course-table .inner-data-table span.data{display:inline-block;min-width:6rem;width:6rem;text-align:left}#final-report{overflow:auto;background-color:#f8f8f8}#final-report .top{padding:4rem 0 2rem}#final-report .bottom .entry{background-color:#fff;border-radius:.4rem;box-sizing:border-box;height:calc(100% - 1.6rem);margin-bottom:1.6rem;padding:1.6rem 2.4rem}#final-report .bottom .entry h2{color:#3d3346;flex-grow:1;font-size:1.6rem;font-weight:bold;line-height:2.4rem;margin:0}#final-report .bottom .entry .bullet-lists{list-style:disc;margin-top:1rem}#final-report .bottom .entry .bullet-lists li{margin-left:2rem}#final-report .bottom .entry p{font-style:italic}#final-report .match{background-color:#fff;border-radius:.4rem;box-sizing:border-box;height:calc(100% - 1.6rem);margin-bottom:1.6rem;padding:1.6rem 2.4rem}#final-report .match .title .perc{background-color:#6564db;float:right;padding:8px;color:#fff;border-radius:6px;margin-top:-1.6rem}#final-report .match .title a{color:#a145f2;font-weight:bold;text-decoration:none;vertical-align:middle}#final-report .match img{margin-top:2rem}#final-report .small{padding:5px 10px}#final-report .bullet-lists{list-style:disc;margin-top:1rem}#final-report .bullet-lists li{margin-left:2rem}#final-report .interests .title{margin-bottom:2rem}#final-report .interests ul.percentages li{padding:0 0 1rem}#final-report .interests ul.percentages li span{display:inline-block;vertical-align:middle}#final-report .interests ul.percentages li .icon{background-color:rgba(161,69,242,.25);height:2.4rem;margin-right:1rem;width:calc(10% - 1rem)}#final-report .interests ul.percentages li .name{width:50%}#final-report .interests ul.percentages li .v2-progress{background-color:#6564db;border-radius:.6rem;height:1.2rem;position:relative;width:35%}#final-report .interests ul.percentages li .v2-progress .percentage{background-color:hsla(0,0%,100%,.8);height:1.2rem;position:absolute;right:0;top:0}#final-report .interests ul.percentages li .value{font-weight:bold;text-align:left;width:10%}#final-report .your-stats .title{margin-bottom:2rem}#final-report .your-stats ul.percentages li{padding:0 0 1rem}#final-report .your-stats ul.percentages li span{display:inline-block;vertical-align:middle}#final-report .your-stats ul.percentages li .name{width:75%}#final-report .your-stats ul.percentages li .value{font-weight:bold;text-align:right;width:20%}#final-report .header{color:#3d3346;font-size:2.1rem;font-weight:bold;padding-bottom:1rem}#final-report .v2-btn span{background-color:#fff;border-radius:2rem;color:#6564db;margin-left:1rem;padding:.5rem 1.5rem}#final-report .v2-btn.float-right{float:right}#pre-survey .left{background-color:#6564db}#pre-survey .left .thought-bubble{background:url(/assets/v2/thought-bubble-secondary-light-26df895585092f5b835dd08c2b1ed4174f93fd7cd1b76e801fec3038641cd252.svg) no-repeat center;background-size:contain;box-sizing:border-box;margin:0 auto;max-width:48rem;padding:14rem 8rem 16rem;text-align:center}#pre-survey .left .thought-bubble h1,#pre-survey .left .thought-bubble p,#pre-survey .left .thought-bubble a{color:#f8f8f8}#pre-survey .left .thought-bubble h1{font-size:2.4rem;font-weight:bold;line-height:3.3rem}#pre-survey .select2-search-choice-close{float:right;margin-left:5px;left:unset;background:url(/assets/select2_close_white_x-c2b8e491c79afb2601a9cb04a7771da8f39086aa4c3164fb55052c032af51782.png) right top no-repeat}#pre-survey .save-btn{padding:1rem 5rem;margin-top:4rem}#personal-interest-report .bottom h3{font-size:1.75rem}#personal-interest-report .bottom .check-in-wrapper{border:2px solid #ddd;padding:1rem}#personal-interest-report .bottom .check-in-header{color:#a145f2}#personal-interest-report .bottom .entry{background-color:#fff;border-radius:.4rem;box-sizing:border-box;height:calc(100% - 1.6rem);margin-bottom:1.6rem;padding:1.6rem 2.4rem}#personal-interest-report .bottom .entry h2{color:#3d3346;flex-grow:1;font-size:1.6rem;font-weight:bold;line-height:2.4rem;margin:0}#personal-interest-report .bottom .entry .bullet-lists{list-style:disc;margin-top:1rem}#personal-interest-report .bottom .entry .bullet-lists li{list-style:none}#personal-interest-report .bottom .entry .bullet-lists li::before{content:"";display:inline-block;margin-right:5px;height:13px;width:13px;background-image:url(/assets/tick_purple-aa451cc759aeadb1540772ae3f19646c5a0d02af9a4f221e5400829343037ede.svg)}#teacher-dashboard .banner{background-color:#6564db;text-align:center;border-radius:4px;margin:2rem 0}#teacher-dashboard .banner *{color:#f8f8f8}#teacher-dashboard .banner h1{color:#f8f8f8;font-size:20px;font-weight:600}#teacher-dashboard .banner>h2{color:#3d3346;font-size:22px;font-weight:bold}#teacher-dashboard .banner .v2-btn{color:#6564db;margin-bottom:.75rem;display:block}#teacher-dashboard .banner .underline-link{font-size:12px;text-decoration:none;position:relative}#teacher-dashboard .banner .underline-link:after{content:"";width:100%;position:absolute;left:0;bottom:1px;border-width:0 0 1px;border-style:solid}#teacher-dashboard .top-section-header{font-size:2.1rem;font-weight:bold}#teacher-dashboard .parent-row{padding-top:1rem;padding-left:2rem;padding-right:2rem}@media only screen and (min-width: 75em){#teacher-dashboard .parent-row{padding:1rem 5.5rem}}#teacher-dashboard .second-parent-row{padding-left:2rem;padding-right:2rem}@media only screen and (min-width: 75em){#teacher-dashboard .second-parent-row{padding:3rem 5.5rem}}#teacher-dashboard .border-box{border-radius:4px;padding:1rem}#teacher-dashboard .border-box .title{color:#3d3346;font-size:18px;font-weight:600}#teacher-dashboard .classes{background-image:url(/assets/v2/character-illustration-a-467770185867924e969e84f919416b45c77e0e4a22b53f9164e38d27eb6b2e29.png);background-repeat:no-repeat;background-position-x:100%;background-position-y:100%;background-size:12rem}#teacher-dashboard .classes .class-text{padding-bottom:7.75rem}#teacher-dashboard .quiz-report{background-image:url(/assets/daily_quiz_report-a266f42eb62f424b22419f98c05facaf17fa44321e790df191f573680bc479f2.svg);background-repeat:no-repeat;background-position-x:100%;background-position-y:0%;background-size:9rem}#teacher-dashboard .course-report{background-image:url(/assets/courses_report-2c8e36aa0eaef2603bf07a56c22af9d07006eae259993b074cefdbe0aa895af4.svg);background-repeat:no-repeat;background-position-x:100%;background-position-y:0%;background-size:9rem}#activity-guides{background-color:#eee}#activity-guides .top{color:#3d3346;background-color:#eee;background-position:100% 0;background-size:22.5%;background-repeat:no-repeat;padding:4rem 0}@media only screen and (min-width: 64em){#activity-guides .top.daily-quiz-header{background-image:url(/assets/activity_guides_daily_quiz_header-76bde6c2e569353fcede23d91f1ebba2150dcf86d97ffaafd8e9269bf3492b1f.png)}#activity-guides .top.interests-header{background-image:url(/assets/activity_guides_interests_header-ee975e3cec00dfdc144d46f70d086aa50195248c5373a8484f062d49d030b1e2.png)}#activity-guides .top.pathway-header{background-image:url(/assets/pathways_planner_header-e8e25b7c90b3e9c97e4cd9e5bf5d8d427a14c592b8659614d5850253ce1ccf1d.png)}#activity-guides .top.courses-header{background-image:url(/assets/activity_guides_courses_header-86050b5c1d2e9fa6592fb3b7fa226d7f6ed6aa3ba092425ff83f68edf1fe49c3.png)}#activity-guides .top{background-position:100% 50%;background-size:auto 100%}}#activity-guides .top h1{color:#3d3346;font-size:3.7rem;font-weight:bold;line-height:inherit;margin:0 0 1rem 0}#activity-guides .top p{color:#3d3346;font-size:1.6rem;text-align:left}#activity-guides .middle{background-color:#eee;margin-top:1rem}#activity-guides .middle .tab-buttons{margin-left:auto;margin-right:auto;justify-content:center;display:flex;gap:1rem}#activity-guides .middle .tab-buttons a.v2-btn{margin:0;padding-top:.25rem;padding-bottom:.25rem;padding-left:1rem;padding-right:2rem}#activity-guides .middle .tab-buttons a.v2-btn div{display:flex;align-items:center;gap:.5rem;height:3rem}#activity-guides .middle .tab-buttons a.v2-btn img{height:3rem}#activity-guides .middle .tab-buttons a.v2-btn img.wide{height:2rem}@media only screen and (max-width: 64em){#activity-guides .middle .tab-buttons{flex-direction:column}#activity-guides .middle .tab-buttons a.v2-btn div{justify-content:center}}#activity-guides .bottom{background-color:#eee}#activity-guides .bottom #activity-daily-quiz .heading,#activity-guides .bottom #activity-pathway .heading{padding-bottom:2rem}#activity-guides .bottom #activity-daily-quiz .info-section,#activity-guides .bottom #activity-pathway .info-section{padding-top:4rem}#activity-guides .bottom #activity-daily-quiz .info-section .v2-btn,#activity-guides .bottom #activity-pathway .info-section .v2-btn{padding:1rem 3rem}#activity-guides .bottom #activity-daily-quiz .info-section .activity-guide-link,#activity-guides .bottom #activity-pathway .info-section .activity-guide-link{text-decoration:none}#activity-guides .bottom #activity-daily-quiz .info-section .activity-guide-link i.fas,#activity-guides .bottom #activity-pathway .info-section .activity-guide-link i.fas{font-size:14px;margin-left:.5rem}@media only screen and (max-width: 64em){#activity-guides .bottom #activity-daily-quiz .info-section .v2-btn,#activity-guides .bottom #activity-pathway .info-section .v2-btn{min-width:calc(100% - 6rem);text-align:center}}#activity-guides .bottom #activity-courses .heading{padding-bottom:2rem;text-align:center}#activity-guides .bottom #activity-courses .heading .description{max-width:80%;text-align:center;margin-left:auto;margin-right:auto}#activity-guides .bottom #activity-courses #topic-list .topic-table{border:2px #ddd solid;border-radius:1rem;padding:0}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper{border-bottom:2px #ddd solid;padding:1rem 2rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row{display:flex}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-icon{margin-right:2rem;background-color:#fff;min-width:4rem;height:4rem;border-radius:50rem;display:flex;padding:.5rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-info{flex-grow:1;margin-right:2rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-info .topic-name{font-weight:bold}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-info .topic-description{line-height:1.75rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-expand{margin-top:auto;margin-bottom:auto;color:#6564db;min-width:15rem;text-align:right}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-expand .topic-expander{cursor:pointer}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-expand .topic-collapser{cursor:pointer;display:none}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list{display:none}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row{margin-left:7rem;background-color:#fff;padding:1rem;border-radius:.8rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row:first-child{margin-top:1.5rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row:not(:last-child){margin-bottom:.5rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row:last-child{margin-bottom:1.5rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row .course-icon{min-width:3rem;width:3rem;display:flex;margin:auto 0;margin-right:1.5rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row .course-name{margin:auto 0;font-weight:bold;flex-grow:1;padding-right:2rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row .course-info{margin:auto 0;min-width:15rem;font-weight:bold}@media only screen and (max-width: 64em){#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row{flex-wrap:wrap}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-icon{margin-right:1rem;min-width:3rem;height:3rem}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-info{flex-grow:unset;margin-right:0;width:calc(100% - 6rem)}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .topic-row .topic-expand{min-width:100%;flex-basis:100%;margin-left:5rem;margin-top:1rem;text-align:left}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row{margin-left:5rem;flex-wrap:wrap}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row .course-icon{display:none}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row .course-name{width:100%}#activity-guides .bottom #activity-courses #topic-list .topic-table .topic-row-wrapper .courses-list .course-row .course-info{margin-left:1rem;font-weight:normal}}#activity-guides .bottom #activity-courses #certificates .description{margin-bottom:0}#activity-guides .bottom #activity-courses #certificates .certificate-expander,#activity-guides .bottom #activity-courses #certificates .certificate-collapser{color:#6564db;cursor:pointer}#activity-guides .bottom #activity-courses #certificates .certificate-collapser{display:none}#activity-guides .bottom #activity-courses #certificates .cert-courses-list{display:none}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row{background-color:#fff;padding:1rem;border-radius:.8rem;box-shadow:.1rem .3rem .4rem 0 rgba(248,248,248,.24);display:flex}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row:first-child{margin-top:1.5rem}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row:not(:last-child){margin-bottom:.5rem}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row:last-child{margin-bottom:1.5rem}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row .cert-course-icon{min-width:3rem;width:3rem;display:flex;margin:auto 0;margin-right:1.5rem}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row .cert-course-name{margin:auto 0;font-weight:bold;flex-grow:1;padding-right:2rem}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row .cert-course-name .cert-requirements{margin-top:-0.5rem;font-size:1.3rem;font-weight:normal;color:#999}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row .cert-course-info{margin:auto 0;min-width:15rem;font-weight:bold}@media only screen and (max-width: 64em){#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row{margin-left:0rem;flex-wrap:wrap}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row .cert-course-name{width:calc(100% - 7rem)}#activity-guides .bottom #activity-courses #certificates .cert-courses-list .cert-course-row .cert-course-info{margin-left:5rem;font-weight:unset}}#activity-guides .bottom #activity-courses #competitions a{text-decoration:none}#activity-guides .bottom #activity-courses #course-resources a{text-decoration:none}#activity-guides .bottom #activity-courses #course-resources a i{font-size:14px}#activity-guides .bottom #activity-pathway .heading{padding-bottom:2rem}#activity-guides .bottom #activity-pathway .heading .v2-btn{padding:1rem 3rem}#activity-guides .bottom #activity-pathway .info-section{padding-top:4rem;display:flex}#activity-guides .bottom #activity-pathway .info-section .icon{padding:.5rem .75rem 0 0;min-width:7rem;height:7rem}#activity-guides .bottom #activity-pathway .info-section .icon img{min-width:7rem;height:7rem}#activity-guides .bottom #activity-pathway .info-section .text-content{margin-left:1rem;flex-grow:1}#activity-guides .bottom #activity-pathway .info-section .activity-guide-link{text-decoration:none}#activity-guides .bottom #activity-pathway .info-section .activity-guide-link i.fas{font-size:14px;margin-left:.5rem}@media only screen and (max-width: 64em){#activity-guides .bottom #activity-pathway .info-section .v2-btn{min-width:calc(100% - 6rem);text-align:center}}#activity-guides .bottom #activity-pathway .pill-button{display:inline-flex;align-items:center;text-decoration:none;height:50px;width:auto;min-width:200px;margin-right:20px;background:rgba(0,0,0,0);border:1px solid #3d3346;border-radius:60px;overflow:hidden;padding:0 30px 0 0;font-weight:bold;color:#3d3346;transition:background-color .2s ease,color .2s ease}#activity-guides .bottom #activity-pathway .pill-button::before{content:"";display:block;flex-shrink:0;width:60px;height:100%;background-color:var(--bg-color);background-image:var(--icon-url);background-size:35%;background-repeat:no-repeat;background-position:center;margin-right:15px}#activity-guides .bottom #activity-pathway .pill-button .button-text{white-space:nowrap}#activity-guides .bottom #activity-pathway .pill-button:hover{background-color:#fff;color:#3d3346}#activity-guides .bottom #activity-pathway .pill-button:active{background-color:#3d3346;color:#fff}#activity-guides .bottom #activity-pathway .pill-button:active .button-text{color:#fff}@media only screen and (max-width: 64em){#activity-guides .bottom #activity-pathway .pill-button{display:flex;width:50%;justify-content:flex-start;margin-bottom:10px}}#activity-guides .bottom #activity-pathway .button-bottom{bottom:0;left:0;width:100%;padding-top:40px;display:flex;justify-content:center}#activity-guides .bottom .custom-video-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);z-index:10000;justify-content:center;align-items:center}#activity-guides .bottom .custom-video-overlay.is-active{display:flex}#activity-guides .bottom #activity-interests .heading{padding-bottom:2rem}#activity-guides .bottom #activity-interests .info-section{box-shadow:5px 5px #e6e6e6;padding:2rem;background-color:#fff;text-align:center}#activity-guides .bottom #activity-interests .info-section .v2-btn{padding:1rem 3rem}#activity-guides .bottom #activity-interests .three-panel-section,#activity-guides .bottom #activity-interests .two-panel-section{box-shadow:5px 5px #e6e6e6;margin-top:2rem;background-color:#fff;padding:2rem 1rem}#activity-guides .bottom #activity-interests .three-panel-section .heading,#activity-guides .bottom #activity-interests .two-panel-section .heading{text-align:center}#activity-guides .bottom #activity-interests .three-panel-section .paneler,#activity-guides .bottom #activity-interests .two-panel-section .paneler{text-align:center}#activity-guides .bottom #activity-interests .three-panel-section .paneler:not(:last-child),#activity-guides .bottom #activity-interests .two-panel-section .paneler:not(:last-child){border-right:3px #ddd solid}#activity-guides .bottom #activity-interests .three-panel-section .paneler h3,#activity-guides .bottom #activity-interests .two-panel-section .paneler h3{font-size:1.8rem;line-height:2rem}#activity-guides .bottom #activity-interests .three-panel-section .paneler p.subtitle,#activity-guides .bottom #activity-interests .two-panel-section .paneler p.subtitle{color:#aaa;margin:0;margin-top:-0.5rem;font-size:1.3rem;font-weight:bold}#activity-guides .bottom #activity-interests .three-panel-section .paneler p.description,#activity-guides .bottom #activity-interests .two-panel-section .paneler p.description{margin-top:2rem;margin-bottom:3rem;line-height:1.75rem;min-height:9rem;padding-left:2rem;padding-right:2rem}#activity-guides .bottom #activity-interests .three-panel-section .paneler .v2-btn,#activity-guides .bottom #activity-interests .two-panel-section .paneler .v2-btn{padding:1rem 1rem;min-width:85%;line-height:1.5rem}@media only screen and (max-width: 64em){#activity-guides .bottom #activity-interests .info-section .v2-btn{min-width:85%}#activity-guides .bottom #activity-interests .three-panel-section .heading,#activity-guides .bottom #activity-interests .two-panel-section .heading{border-bottom:3px #ddd solid;max-width:calc(100% - 4rem);margin-left:2rem}#activity-guides .bottom #activity-interests .three-panel-section .paneler,#activity-guides .bottom #activity-interests .two-panel-section .paneler{padding-top:2rem;padding-bottom:1rem;padding-left:0;padding-right:0;margin-left:2rem;max-width:calc(100% - 4rem)}#activity-guides .bottom #activity-interests .three-panel-section .paneler:not(:last-child),#activity-guides .bottom #activity-interests .two-panel-section .paneler:not(:last-child){border-right:unset;border-bottom:3px #ddd solid;padding-bottom:3rem}#activity-guides .bottom #activity-interests .three-panel-section .paneler p.description,#activity-guides .bottom #activity-interests .two-panel-section .paneler p.description{min-height:unset;margin-bottom:1rem}#activity-guides .bottom #activity-interests .three-panel-section .paneler h3.title.fr,#activity-guides .bottom #activity-interests .three-panel-section .paneler p.description.fr,#activity-guides .bottom #activity-interests .two-panel-section .paneler h3.title.fr,#activity-guides .bottom #activity-interests .two-panel-section .paneler p.description.fr{min-height:unset}}.custom-video-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);z-index:99999;justify-content:center;align-items:center}.custom-video-overlay.is-active{display:flex !important}.video-modal-box{position:relative;width:95%;max-width:1000px;background:rgba(0,0,0,0) !important;border:none !important;box-shadow:none !important}.video-frame-holder{position:relative;padding-bottom:56.25%;height:0;background:#000;border-radius:4px;overflow:hidden}.video-frame-holder iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important}.modal-close-pill{position:absolute;top:-45px;right:0;background:#3d3346;color:#fff;border:1px solid #fff;padding:5px 20px;border-radius:20px;cursor:pointer}@media(max-width: 767px){.video-modal-box{width:100%;max-width:none}.modal-close-pill{top:-40px;right:10px}}#pledge-new .section-wrapper{margin-bottom:2rem}#pledge-new .section-wrapper .english,#pledge-new .section-wrapper .french{margin:0 1rem}#pledge-new .section-wrapper h2{color:#6564db}#pledge-new .section-wrapper textarea{width:100%}#pledge-new .action-buttons{display:flex;gap:2rem}#pledge-new .action-buttons .v2-btn{margin:0;padding:1rem 4rem}#pledge-new .action-buttons .v2-btn.outlined{padding:.65rem 3.65rem}#pledge-confirmation-modal .content{background-color:#fff;border:2px #3d3346 solid;border-radius:.4rem;box-shadow:.1rem .3rem .4rem 0 rgba(0,0,0,.25),inset .1rem .3rem .4rem 0 rgba(0,0,0,.05);box-sizing:border-box;top:50%;left:50%;padding:3rem 3rem;position:absolute;max-width:75%;min-width:50%;transform:translate(-50%, -50%);text-align:center}#pledge-confirmation-modal .content strong{color:#d32727}#pledge-confirmation-modal .content .buttons{width:100%;margin:0 0 2rem 0;display:flex;cursor:pointer;margin:auto auto;justify-content:center;gap:3rem}#pledge-confirmation-modal .content .buttons .v2-btn{padding:.5rem 2rem;min-width:30%}.ui-widget-header .ui-icon{background-image:url(/assets/ui-icons_d8e7f3_256x240-7c19008537edf5607d2489f13359ff77278d6008d040ebf012ab5730a5c93df2.png)}.ui-state-hover .ui-icon{background-image:url(/assets/ui-icons_217bc0_256x240-6dcde23c0a352324a6622fc97684d13988910c676bdf43dfb42669609f153767.png)}.text_area_countdown_remaining{float:right;font-size:1.3rem}#ui-datepicker-div{display:none}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:0 !important;content:"" !important}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0 !important;content:"" !important}table.dataTable thead th{position:relative;background-image:none !important}table.dataTable thead th.sorting:after,table.dataTable thead th.sorting_asc:after,table.dataTable thead th.sorting_desc:after{margin-left:1rem;font-family:FontAwesome !important}table.dataTable thead th.sorting:after{content:"" !important;font-size:1em !important;padding-top:.12em !important}table.dataTable thead th.sorting_asc:after{content:"" !important}table.dataTable thead th.sorting_desc:after{content:"" !important}
