:root{--main-bg-color:#000023;--main-font-family:"Montserrat", serif;--main-font-weight:500;--h1-span-font-size:75%;--h1-letter-spacing:-.02em;--h1-color:#fff;--h2-color:#fff;--h3-font-size:1.2em;--h3-padding:0;--h3-margin:1.15em 0 .65em;--h3-letter-spacing:-.02em;--h3-color:#fff;--h4-color:#fff;--header-border-bottom:1px solid #0f1ab0;--header-padding:.75em 2em .5em;--header-bg:#0c1378;--overlay-bg-color:var(--main-bg-color);--overlay-h4-margin:2em 0 1em 0;--hoh-image-height:14.28em;--hoh-image-width:13em;--nominee-image-height:10.75em;--nominee-image-width:10.75em;--voters-margin:0 0 .5em .125em;--voters-image-height:6em;--voters-image-width:6em;--voters-padding:0 .75em .25em;--voters-select-margin:.3em 0 0;--voters-select-font-size:.775em;--voter-name-font:500 .9em "Montserrat", san-serif;--voter-name-padding:.5em;--voter-name-color:#fff;--overlay-voters-margin:.45em;--houseguest-padding:.75em;--houseguest-margin:0 .2em;--houseguest-border:1px solid #0f1ab0;--houseguest-image-height:120px;--houseguest-image-width:130px;--houseguest-img-height:80px;--houseguest-hoh-select-margin:0 0 .4em;--houseguest-border-radius:.3em;--houseguest-is_evicted-filter:brightness(60%);--houseguest-is_evicted-bg:#0f1ab0;--houseguest-is_evicted-opacity:.5;--houseguest-bg:#0c1378;--houseguest-bg-active:#0c137880;--evictee-voter-name-padding:.75em;--evictee-voter-name-color:#fff;--evictee-votes-padding:.5em 0 0;--evictee-votes-color:#fff;--evictee-votes-label-font:700 1em "Montserrat", serif;--evictee-votes-count-font:700 1.5em "Montserrat", serif;--houseguest-nominee-is_evicted-border:red;--footer-color:#fff;--footer-font-size:.75em;--select-color:#fff;--select-arrow-color:#fff;--select-bg:#006cca;--select-has-value-bg:#006cca;--select-input-active-bg:#0f1ab0bf;--select-input-active-border:1px solid #0f1ab0;--select-border:1px solid #0061b6}
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{margin:.67em 0;font-size:2em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{color:#000;background-color:#ff0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){height:0;display:none}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0;font-size:100%;line-height:1.15}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}button:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{color:inherit;white-space:normal;max-width:100%;display:table}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}.show{display:block}.float-left{float:left}.hide{display:none}
body{font-family:var(--main-font-family);font-weight:var(--main-font-weight);background:var(--main-bg-color);font-size:.5em}@media screen and (min-width:410px){body{font-size:.625em}}@media screen and (min-width:540px){body{font-size:.8em}}@media screen and (min-width:699px){body{font-size:.975em}}@media screen and (min-width:1200px){body{font-size:1.1em}}#root{margin:0}h1,h2{display:inline}h1{letter-spacing:var(--h1-letter-spacing);color:var(--h1-color)}h1 span{font-size:var(--h1-span-font-size)}h3{font-size:var(--h3-font-size);text-transform:uppercase;padding:var(--h3-padding);text-align:center;margin:var(--h3-margin);letter-spacing:var(--h3-letter-spacing);color:var(--h3-color)}.board-leaderboard{justify-content:space-around;display:flex}.button{cursor:pointer}button{background-color:#0000;border:0}
footer{text-align:center;color:var(--footer-color);font-size:var(--footer-font-size);padding:1em 0}
.header{margin:var(--header-margin);border-bottom:var(--header-border-bottom);padding:var(--header-padding);background:var(--header-bg);justify-content:space-between;align-items:center;display:flex}
.overlay{opacity:0;background:var(--overlay-bg-color);z-index:100;-o-transition:opacity .3s linear;cursor:pointer;width:0;max-width:0;height:0;max-height:0;transition:opacity .3s linear;position:fixed;overflow:hidden}.overlay.overlay--active{opacity:1;width:100%;max-width:none;height:100%;max-height:none;inset:0;overflow:visible}.overlay--close{text-indent:-9999px;cursor:pointer;background-image:url(../media/close.1_fuf8ybet4-r.svg?dpl=dpl_E7ZXpyUFnMrbph8SBmpRRQzwH5dz);background-size:cover;width:40px;height:40px;margin:20px;position:fixed;right:0}.overlay-inner h2{text-align:center;width:100%;color:var(--h2-color);padding:0;display:block}.overlay-inner h4{text-align:center;width:100%;margin:var(--overlay-h4-margin);color:var(--h4-color);text-transform:uppercase;display:block}.overlay-inner h3{text-transform:none}.overlay-inner .houseguest{margin-bottom:var(--overlay-voters-margin);padding-top:0}
.people{flex-flow:wrap;justify-content:center;display:flex}.houseguest-outer{cursor:auto}.board-people .houseguest-outer{margin:var(--voters-margin)}.hoh .Select,.nominees .Select{margin:var(--houseguest-hoh-select-margin)}.hoh .houseguest,.evictees .houseguest{display:block}.hoh .houseguest-image{height:var(--hoh-image-height);width:var(--hoh-image-width)}.nominees .houseguest-image{height:var(--nominee-image-height);width:var(--nominee-image-width)}.houseguest-voters .houseguest-image{height:var(--voters-image-height);width:var(--voters-image-width)}.houseguest{vertical-align:top;padding:var(--houseguest-padding);margin:var(--houseguest-margin);text-align:center;border:var(--houseguest-border);border-radius:var(--houseguest-border-radius);-o-transition:all .3s linear;transition:all .3s linear}.houseguest-voters{padding:var(--voters-padding)}.houseguest.disabled{display:none}.houseguest-image{height:var(--houseguest-image-height);width:var(--houseguest-image-width);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-end;display:flex}.houseguest img{height:var(--houseguest-img-height)}.houseguest.is_evicted{filter:var(--houseguest-is_evicted-filter);opacity:var(--houseguest-is_evicted-opacity);background:var(--houseguest-is_evicted-bg);position:relative}.houseguest-details{position:relative}.houseguest.is_evicted .houseguest-details:before{content:"";z-index:1;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTk0NS43LDk4OS40TDEwLDUzLjhMNTQuMyw5LjRMOTkwLDk0NS4xTDk0NS43LDk4OS40eiIvPjxwYXRoIGQ9Ik0xMCw5NDYuMkw5NDUuNywxMC42TDk5MCw1NC45TDU0LjMsOTkwLjZMMTAsOTQ2LjJMMTAsOTQ2LjJ6Ii8+PC9nPjwvc3ZnPg==);background-position:50%;background-size:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.detail-hover{padding:var(--voter-name-padding);font:var(--voter-name-font);color:var(--voter-name-color)}.nominees-inner{display:flex}.houseguest-evicted--label{display:none}.houseguest-evicted .houseguest-evicted--label{display:block}.houseguest-nominee{-o-transition:all .3s linear;transition:all .3s linear}.houseguest-nominee.is_nominee_evicted{border-color:var(--houseguest-nominee-is_evicted-border)}.houseguest{background:var(--houseguest-bg)}.houseguest--input-active{background:var(--houseguest-bg-active)}.houseguest-voters .Select{margin:var(--voters-select-margin);font-size:var(--voters-select-font-size);text-align:left}
.evictee-votes{padding:var(--evictee-votes-padding);color:var(--evictee-votes-color);flex-direction:column;justify-content:center;display:flex}.evictee-voter-name{padding-top:var(--evictee-voter-name-padding);color:var(--evictee-voter-name-color)}.evictee-votes--label{font:var(--evictee-votes-label-font)}.evictee-votes--count{font:var(--evictee-votes-count-font)}.evict-label{vertical-align:middle;color:#a1a1a1;margin-left:.5em;font-size:.75em;display:inline-block}.checkbox{width:15px;margin:.25em auto;display:inline-block;position:relative}.checkbox label{cursor:pointer;background:linear-gradient(#222 0%,#45484d 100%);border-radius:4px;width:15px;height:15px;position:absolute;top:0;left:0;box-shadow:inset 0 1px 1px #00000080,0 1px #fff6}.checkbox label:after{content:"";opacity:0;background:0 0;border-top:none;border-bottom:3px solid #fcfff4;border-left:3px solid #fcfff4;border-right:none;width:7px;height:4px;position:absolute;top:4px;left:3px;transform:rotate(-45deg)}.checkbox label:hover:after{opacity:.3}.checkbox input[type=checkbox]{visibility:hidden}.checkbox input[type=checkbox]:checked+label:after{opacity:1}.voters .houseguest-input-active .Select-control{background:0 0!important}
.Select{position:relative}.Select input::-webkit-contacts-auto-fill-button{display:none!important}.Select input::-webkit-credentials-auto-fill-button{display:none!important}.Select input::-ms-clear{display:none!important}.Select input::-ms-reveal{display:none!important}.Select,.Select div,.Select input,.Select span{box-sizing:border-box}.Select div{cursor:pointer}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select.is-disabled>.Select-control{background-color:var(--houseguest-is_evicted-bg)}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-open>.Select-control{background:var(--select-bg);border-color:#b3b3b3 #ccc #d9d9d9;border-bottom-right-radius:0;border-bottom-left-radius:0}.Select.is-open>.Select-control .Select-arrow{border-color:transparent transparent var(--select-arrow-color);border-width:0 5px 5px;top:-2px}.Select.is-searchable.is-open>.Select-control,.Select.is-searchable.is-focused:not(.is-open)>.Select-control{cursor:text}.Select.is-focused>.Select-control{background:var(--select-bg)}.Select.is-focused:not(.is-open)>.Select-control{background:var(--select-bg);border-color:#007eff;box-shadow:inset 0 1px 1px #00000013,0 0 0 3px #007eff1a}.Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:42px}.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{color:var(--select-color)}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus{color:var(--select-bg);outline:none;text-decoration:underline}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus{background:var(--select-bg)}.Select.has-value.is-pseudo-focused .Select-input{opacity:0}.Select.is-open .Select-arrow,.Select .Select-arrow-zone:hover>.Select-arrow{border-top-color:var(--select-arrow-color)}.Select.Select--rtl{text-align:right;direction:rtl}.Select-control{background-color:var(--select-bg);border:var(--select-border);color:var(--select-color);cursor:default;border-spacing:0;border-collapse:separate;border-radius:4px;outline:none;width:100%;height:36px;display:table;position:relative;overflow:hidden}.Select-control:hover{box-shadow:0 1px #0000000f}.Select-control .Select-input:focus{background:var(--select-color);outline:none}.Select-placeholder,.Select--single>.Select-control .Select-value{color:var(--select-color);text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding-left:10px;padding-right:10px;line-height:34px;position:absolute;inset:0;overflow:hidden}.Select-input{vertical-align:middle;height:34px;padding-left:10px;padding-right:10px}.Select-input>input{width:100%;box-shadow:none;cursor:default;font-family:inherit;font-size:inherit;-webkit-appearance:none;background:0 0;border:0;outline:none;margin:0;padding:8px 0 12px;line-height:17px;display:inline-block}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;text-align:center;vertical-align:middle;width:16px;display:table-cell;position:relative}.Select-loading{box-sizing:border-box;vertical-align:middle;border:2px solid #ccc;border-right-color:#333;border-radius:50%;width:16px;height:16px;animation:.4s linear infinite Select-animation-spin;display:inline-block;position:relative}.Select-clear-zone{color:#999;cursor:pointer;text-align:center;vertical-align:middle;width:17px;animation:.2s Select-animation-fadeIn;display:table-cell;position:relative}.Select-clear-zone:hover{color:#d0021b}.Select-clear{font-size:18px;line-height:1;display:inline-block}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;text-align:center;vertical-align:middle;width:25px;padding-right:5px;display:table-cell;position:relative}.Select--rtl .Select-arrow-zone{padding-left:5px;padding-right:0}.Select-arrow{border-color:var(--select-arrow-color) transparent transparent;border-style:solid;border-width:5px 5px 2.5px;width:0;height:0;display:inline-block;position:relative}.Select-control>:last-child{padding-right:5px}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{clip:rect(0, 0, 0, 0);float:left;width:1px;height:1px;margin:-1px;display:inline-block;position:absolute;overflow:hidden}@keyframes Select-animation-fadeIn{0%{opacity:0}to{opacity:1}}.Select-menu-outer{box-sizing:border-box;z-index:1;-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;border-bottom-right-radius:4px;border-bottom-left-radius:4px;width:100%;max-height:200px;margin-top:-1px;position:absolute;top:100%;left:0;box-shadow:0 1px #0000000f}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;color:#666;cursor:pointer;background-color:#fff;padding:8px 10px;display:block}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{color:#333;background-color:#007eff0a}.hoh .Select-option.is-selected,.nominees .Select-option.is-selected{display:none}.Select-option.is-focused{color:#333;background-color:#007eff14}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999;cursor:default;padding:8px 10px;display:block}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.Select--rtl .Select-input{margin-left:0;margin-right:10px}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{color:#007eff;vertical-align:top;background-color:#007eff14;border:1px solid #007eff3d;border-radius:2px;margin-top:5px;margin-left:5px;font-size:.9em;line-height:1.4;display:inline-block}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{vertical-align:middle;display:inline-block}.Select--multi .Select-value-label{cursor:default;border-top-right-radius:2px;border-bottom-right-radius:2px;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-right:1px solid #007eff3d;border-top-left-radius:2px;border-bottom-left-radius:2px;padding:1px 5px 3px}.Select--multi .Select-value-icon:hover,.Select--multi .Select-value-icon:focus{color:#0071e6;background-color:#0071e614}.Select--multi .Select-value-icon:active{background-color:#007eff3d}.Select--multi.Select--rtl .Select-value{margin-left:0;margin-right:5px}.Select--multi.Select--rtl .Select-value-icon{border-left:1px solid #007eff3d;border-right:none}.Select--multi.is-disabled .Select-value{color:#333;background-color:#fcfcfc;border:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:hover,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:active{background-color:#fcfcfc}.Select.has-value .Select-control{background-color:var(--select-has-value-bg)}.houseguest-voters .Select .Select-control{background-color:var(--select-input-active-bg);border:var(--select-input-active-border);color:#c1c1c1}.houseguest-voters .Select .Select-control .Select-placeholder{color:#c1c1c1}.houseguest-voters .Select.has-value .Select-control{background-color:var(--select-bg)}.houseguest-voters .Select.is-open>.Select-control .Select-arrow{border-width:0 5px 5px;border-color:#0000 #0000 #c1c1c1;top:-2px}.houseguest-voters .Select .Select-arrow-zone:hover>.Select-arrow{border-top-color:#c1c1c1}.houseguest-voters .Select.has-value .Select-arrow{border-color:#fff #0000 #0000}.houseguest-voters .Select-arrow{border-color:#c1c1c1 #0000 #0000}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}
