@import url(https://fonts.googleapis.com/css?family=Amiko:400,600,700);@import url(https://fonts.googleapis.com/css?family=Marcellus);.global-nav{position:absolute;top:0;left:0;right:0;width:100%}.global-nav .home-link{margin:0 0 0 -21px}.global-nav .item-link{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:600;line-height:1.2rem;line-height:var(--sizeSmall);text-transform:uppercase;letter-spacing:.1rem;color:#363636;color:var(--colorDark);position:relative}.global-nav .item-link:hover{opacity:.7}.global-nav .item-link:before{content:"";position:absolute;display:inline-block}.global-nav .item-link.explore-link:before,.global-nav .item-link.game-link:before{background:url(/images/nav/explore.svg) no-repeat;background-size:contain}.global-nav .item-link.rankings-link:before{background:url(/images/nav/rankings.svg) no-repeat;background-size:contain}.global-nav .item-link.profiles-link:before{background:url(/images/nav/profile.svg) no-repeat;background-size:contain}.global-nav .item-link.about-link:before{background:url(/images/nav/about.svg) no-repeat;background-size:contain}.global-nav .item-link.data-link:before{background:url(/images/nav/data.svg) no-repeat;background-size:contain}.global-nav .item-link.api-link:before{background:url(/images/nav/api.svg) no-repeat;background-size:contain}.global-nav .item-link.search-link:before{background:url(/images/icons/icon-search.svg) no-repeat;background-size:contain}.global-nav .item-link.home-link:before{background:url(/images/nav/home.svg) no-repeat;background-size:contain}.global-nav .item-link.citation-link:before{background:url(/images/nav/citation.svg) no-repeat;background-size:contain}.global-nav .item-link.feedback-link:before{background:url(/images/icons/icon-email.svg) no-repeat;background-size:contain}#navigation{z-index:96}@media (max-width:800px){#navigation{position:fixed;height:40px;height:var(--nav-height);background:#efece9;background:var(--colorKashi)}}#navigation .items{width:1024px;max-width:calc(100% - 50px);margin:0 auto;padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:800px){#navigation .items{height:40px;height:var(--nav-height);max-width:100%;margin:0;padding:0}}#navigation .item{display:inline-block;padding:8px 16px;min-width:120px;text-align:center}#navigation .item:focus-within .sub-items,#navigation .item:focus .sub-items,#navigation .item:hover .sub-items{display:block}@media (min-width:801px) and (max-width:990px){#navigation .item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:8px;min-width:90px;text-align:left}}@media (max-width:800px){#navigation .item:not(.home-link){display:none}}@media (max-width:800px){#navigation .item.home-link{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);position:fixed;margin:0}}#navigation .item>.item-link{display:block;padding:0 0 5px;text-align:left}@media (max-width:990px){#navigation .item>.item-link{padding:0;font-size:.9rem;font-size:var(--sizeXXS)}}#navigation .item>.dd:after{content:"";position:relative;display:inline-block;height:6px;width:12px;margin:0 0 1px 2px;background-image:url(/images/ui/tri-down.svg);background-repeat:no-repeat;background-size:contain}#navigation .item-link.explore-link:before{left:-21px;top:-4px;width:18px;height:18px}#navigation .item-link.rankings-link:before{left:-22px;top:0;width:18px;height:12px}#navigation .item-link.profiles-link:before{left:-19px;top:-4px;width:18px;height:18px}#navigation .item-link.about-link:before{left:-20px;top:-3px;width:15px;height:15px}#navigation .item-link.data-link:before{left:-19px;top:-4px;width:15px;height:15px}#navigation .item-link.api-link:before{left:-22px;top:-3px;width:18px;height:18px}#navigation .logo{width:140px}@media (max-width:850px){#navigation .logo{width:100px}}#navigation .sub-items{border:1px solid #82817f;border:1px solid var(--colorStone);background-color:#f4f4f1;background-color:var(--colorEggshell);-webkit-box-sizing:border-box;box-sizing:border-box;display:none;margin:6px 0 0 -20px;padding:6px 0;position:absolute;text-align:left}#navigation .sub-items li{display:block}#navigation .sub-items li a{display:block;padding:5px 14px 2px;line-height:24px;font-weight:400;cursor:pointer}#navigation .search-btn{position:fixed;right:0;top:6px;padding:0!important}#navigation .search-btn button{border:none;background:none;cursor:pointer;padding:10px}@media (min-width:801px){#navigation .search-btn button{padding:16px;margin-top:6px;margin-right:6px}}#navigation .search-btn:hover{opacity:.6}@media (max-width:990px){#navigation .search-btn{top:10px}}@media (max-width:800px){#navigation .search-btn{top:0;padding:10px}}@media (max-width:990px){#navigation .search-btn img{width:18px}}#navigation .nav-btn{cursor:pointer;display:none}#navigation .nav-btn img{width:18px}@media (max-width:800px){#navigation .nav-btn{position:fixed;display:block;padding:10px;top:0}}#m-navigation{position:fixed;display:block;z-index:99;background-color:#f4f4f1;background-color:var(--colorEggshell);min-height:690px;opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;transition:opacity .2s ease-out,-webkit-transform .2s ease-out;transition:transform .2s ease-out,opacity .2s ease-out;transition:transform .2s ease-out,opacity .2s ease-out,-webkit-transform .2s ease-out}@media (min-width:801px){#m-navigation{display:none}}#m-navigation.open{-webkit-transform:none;transform:none;opacity:1}#m-navigation.expand{position:absolute}#m-navigation .logo-container{padding:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#m-navigation .logo{width:93px}#m-navigation .close-btn{position:absolute;left:0;top:0;padding:10px;cursor:pointer}#m-navigation .close-btn img{width:18px}#m-navigation .items{background-color:#f4f4f1;background-color:var(--colorEggshell);border-bottom:1px solid #9e978d;border-bottom:1px solid var(--colorTan);-webkit-box-sizing:border-box;box-sizing:border-box;overflow:scroll;max-height:calc(100vh - 51px)}#m-navigation .item{padding:0;margin:0 20px;cursor:pointer}#m-navigation .item.o{padding-bottom:0}#m-navigation .item:hover{opacity:1}#m-navigation .item:hover .item-link{color:#afaaa4;color:var(--colorSand);opacity:1}#m-navigation .item+.item{border-top:1px solid #d6d6d0;border-top:1px solid var(--colorCardboard)}#m-navigation .item-link{display:block;padding:1em 0;margin-left:40px;font-size:1.7rem;font-size:var(--sizeML);font-weight:400;line-height:1.7rem;line-height:var(--sizeML);text-transform:uppercase;letter-spacing:.1rem}#m-navigation .item-link.data-link:after,#m-navigation .item-link.game-link:after,#m-navigation .item-link.profiles-link:after{content:"";position:relative;display:inline-block;height:6px;width:12px;margin:0 0 1px 2px;background-image:url(/images/ui/tri-down.svg);background-repeat:no-repeat;background-size:contain;width:16px!important;height:8px!important;margin-left:4px!important}#m-navigation .item-link.explore-link:before{left:-31px;margin-top:-4px;width:25px;height:25px}#m-navigation .item-link.rankings-link:before{left:-31px;margin-top:0;width:25px;height:25px}#m-navigation .item-link.profiles-link:before{left:-26px;margin-top:-4px;width:24px;height:24px}#m-navigation .item-link.about-link:before{left:-28px;margin-top:-2px;width:22px;height:22px}#m-navigation .item-link.data-link:before{left:-28px;margin-top:-3px;width:22px;height:22px}#m-navigation .item-link.api-link:before{left:-31px;margin-top:-2px;width:25px;height:25px}#m-navigation .item-link.search-link:before{left:13px;margin-top:-3px;width:20px;height:20px}#m-navigation .item-link.home-link:before{left:-31px;margin-top:-3px;width:24px;height:24px}#m-navigation .item-link.citation-link:before{left:13px;margin-top:-3px;width:20px;height:20px}#m-navigation .item-link.feedback-link:before{left:-26px;margin-top:-2px;width:20px;height:20px}#m-navigation .sub-items{display:none;background-color:#d0c9bf;background-color:var(--colorMatza);margin:0 -20px 20px;padding:0}#m-navigation .sub-items.open{display:block;padding-bottom:0;margin-bottom:0}#m-navigation .sub-items li{display:block}#m-navigation .sub-items li a{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:600;line-height:1.2rem;line-height:var(--sizeSmall);text-transform:uppercase;letter-spacing:.1rem;display:block;color:#363636;color:var(--colorDark);margin-left:60px;font-size:18px;font-weight:400;padding:1em 0}#m-navigation .citation-link,#m-navigation .search-link{padding:22px 0 18px 40px;margin:0 20px}#m-navigation .citation-link input{text-transform:none;display:block;width:100%;height:30px;padding:7px 5px 3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #9e978d;border:1px solid var(--colorTan);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0;background-color:hsla(0,0%,100%,0);background-repeat:no-repeat;color:#36687f;color:var(--colorCtrl);font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-weight:600;font-size:1.2rem;font-size:var(--sizeSmall);line-height:1.4rem;line-height:var(--sizeBody);margin-top:13px;margin-left:-20px}body.frozen{max-height:100vh;overflow:hidden}.app.explorer .global-footer{margin:0 24px;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.logoCL{width:45px}.global-footer{max-width:90%;max-width:calc(100% - 30px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:1024px;margin:0 auto;padding:50px 0;border-top:1px solid #d6d6d0;border-top:1px solid var(--colorCardboard)}@media (min-width:751px){.global-footer{max-width:calc(100% - 60px)}}@media (max-width:750px){.global-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.global-footer .site-map{margin-bottom:40px}@media (max-width:400px){.global-footer .site-map a,.global-footer .site-map li{display:block;width:100%}.global-footer .site-map a{border-bottom:1px solid #e4e4e1;border-bottom:1px solid var(--colorLint)}.global-footer .site-map li:last-child>a{border-color:transparent}.global-footer .site-map>.item>.item-link{border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);padding-bottom:1rem}.global-footer .site-map .item+.item{margin-top:1em}}@media (min-width:750px){.global-footer .site-map{padding-right:20px}}.global-footer .items,.global-footer .sub-items{width:100%}.global-footer .item-link{color:#363636;color:var(--colorDark)}.global-footer .item-link:focus,.global-footer .item-link:hover{text-decoration:none;border-bottom:1px solid!important}.global-footer .item{min-width:90px}.global-footer .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:749px){.global-footer .items{width:100%}}.global-footer .items .item>.item-link{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:600;line-height:1.2rem;line-height:var(--sizeSmall);text-transform:uppercase;letter-spacing:.1rem}.global-footer .items .item>.item-link:hover{opacity:.7}.global-footer .sub-items .item-link{font-size:1.4rem;font-size:var(--sizeBody);line-height:2.8rem;line-height:calc(var(--sizeBody)*2);margin:0;font-weight:400;font-size:12px}.global-footer .sites{width:250px;max-width:100%;margin:10px auto 0}@media (min-width:750px){.global-footer .sites{margin-right:0;width:250px;min-width:250px}}.global-footer .sites .authors img{height:60px}.global-footer .sites .share{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.global-footer .sites .share img{max-width:80px;max-height:20px;margin:5px}.search{background:rgba(244,244,241,.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAK0lEQVQYV2P8+vVjPQMDAwM3N38jiMYFGGEShDTAFRLSgKEQlwacCtE1AAAVaBNgQH40pQAAAABJRU5ErkJggg==) repeat;background:var(--colorEggshellOverlay) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAK0lEQVQYV2P8+vVjPQMDAwM3N38jiMYFGGEShDTAFRLSgKEQlwacCtE1AAAVaBNgQH40pQAAAABJRU5ErkJggg==) repeat;overflow-y:scroll;padding:10px 35px;z-index:101}.search,.search:before{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.search:before{content:"";background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f1),to(transparent));background:-webkit-gradient(linear,left top,left bottom,from(var(--colorEggshell)),to(transparent));background:linear-gradient(#f4f4f1,transparent);background:linear-gradient(var(--colorEggshell),transparent);z-index:-1}.search .search-close{position:absolute;right:10px;top:16px;padding:10px;cursor:pointer;border:0;background:none}.search .search-close i{position:relative;width:30px;height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block}.search .search-close i>*{position:absolute;display:block}.search .search-close .close-perimeter{width:30px;height:30px;top:0;left:0;border:1px solid #afaaa4;border:1px solid var(--colorSand);border-radius:50%;background-color:#f4f4f1;background-color:var(--colorEggshell);-webkit-transition:all .1s;transition:all .1s}.search .search-close .close-x{height:20px;width:1px;left:15px;top:4px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:1px solid #afaaa4;border-left:1px solid var(--colorSand)}.search .search-close .close-back{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .2s;transition:all .2s}.search .search-close .close-for{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .2s;transition:all .2s}.search .search-close:focus span,.search .search-close:hover span{color:#b12d11;color:var(--colorInstitutions);border-color:#b12d11;border-color:var(--colorInstitutions)}.search .search-close:focus span .close-perimeter,.search .search-close:hover span .close-perimeter{opacity:.8}.search .search-results{margin:0 34px;-webkit-box-sizing:border-box;box-sizing:border-box}.search .search-results .trending-text{color:#afaaa4;color:var(--colorSand);font-size:16px;margin:0 0 5px -32px;text-align:left;text-transform:uppercase}.search .search-results .trending-text span{margin:0 5px 0 0}.search .search-result-input{display:block;margin:0 0 15px;position:relative}.search .search-result-input .search-mg{display:inline-block;position:absolute;width:30px;height:30px;top:17px;left:-50px;-webkit-transition:all .5s;transition:all .5s}.search .search-result-input .search-mg .search-mg-perimeter{width:30px;height:30px;top:0;left:0;border:1px solid #afaaa4;border:1px solid var(--colorSand);border-radius:50%;position:absolute;-webkit-transition:all .5s;transition:all .5s;background-color:#f4f4f1;background-color:var(--colorEggshell)}.search .search-result-input .search-mg .search-mg-handle{left:30px;top:22px;width:1px;height:13px;position:absolute;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;border-left:1px solid #afaaa4;border-left:1px solid var(--colorSand);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .3s;transition:all .3s}.search .search-result-input:hover .search-mg-handle{border-color:#36687f;border-color:var(--colorCtrl)}.search .search-result-input:hover .search-mg-perimeter{border-color:#36687f;border-color:var(--colorCtrl);opacity:.8}.search .search-result-input input{width:100%;padding:15px 0 10px;border:none;border-bottom:1px solid #afaaa4;border-bottom:1px solid var(--colorSand);background:transparent;color:#000;color:var(--colorBlackhole);font-size:18px;font-weight:400;letter-spacing:0;z-index:1}.search .search-result-input input:focus{outline:none}.search .results-list{margin:0;padding:0 0 20px;list-style-type:none}.search .results-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:6px 0}.search .results-list li a{position:relative;color:#4b4a48;color:var(--colorSlate);text-decoration:none;font-size:1.6rem;font-size:var(--sizeMedium);font-weight:400;letter-spacing:.05rem;line-height:1.7rem;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid hsla(0,0%,100%,0)}.search .results-list li a:hover{border-bottom:1px solid}.search .results-list li a:before{position:absolute;width:20px;height:20px;margin:0 -35px}.search .results-list li sub{color:#9e978d;color:var(--colorTan);text-align:right;display:inline-block;min-width:90px;padding-left:20px;font-size:1.6rem;font-size:var(--sizeMedium);font-weight:400;letter-spacing:.05rem;line-height:1.7rem}.search .results-list li sub span:not(:last-child){margin-right:.5em}.search .results-list .result-occupation a:before{content:"";background:url(/images/icons/icon-prof.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-occupation.highlighted a:before{background:url(/images/icons/icon-prof-h.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-person a:before{content:"";background:url(/images/icons/icon-person.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-person.highlighted a:before{background:url(/images/icons/icon-person-h.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-country a:before{content:"";background:url(/images/icons/icon-country.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-country.highlighted a:before{background:url(/images/icons/icon-country-h.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-place a:before{content:"";background:url(/images/icons/icon-place.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-place.highlighted a:before{background:url(/images/icons/icon-place-h.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-era a:before{content:"";background:url(/images/icons/icon-era.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .result-era.highlighted a:before{background:url(/images/icons/icon-era-h.svg) no-repeat;background-size:contain;background-position:50%}.search .results-list .highlighted{position:relative}.search .results-list .highlighted:before{position:absolute;content:"";background:url(/images/icons/icon-rec-r.svg) no-repeat;background-size:contain;width:9px;height:11px;left:-10px;top:12px}@media (max-width:800px){.search{padding:0 6px}.search .search-result-input input{padding:6px 0}.search .search-close{-webkit-transform:scale(.75) translate(8px,-16px);transform:scale(.75) translate(8px,-16px);padding:0}.search .search-result-input .search-mg{-webkit-transform:scale(.666) translate(16px,-6px);transform:scale(.666) translate(16px,-6px);top:7px}.search .search-results .results-list sub{display:none}}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%}body{margin:0;font-size:14px!important;font-size:1.4rem!important;font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);background-color:#f4f4f1;background-color:var(--colorEggshell);color:#363636;color:var(--colorDark);-webkit-font-smoothing:antialiased}body .noscroll{overflow:hidden}.app{font-weight:400;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.app .global-footer{margin-top:auto}.app.embed>div{-webkit-box-flex:1;-ms-flex:1;flex:1 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}a{text-decoration:none;outline:none}.items,.sub-items{list-style-type:none;margin:0;padding:0}.center{text-align:center}.ss-logo-container{left:0;padding:20px 0 0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:98}.ss-logo-container img{width:300px}.d3plus-tooltip{border:1px solid #d0c9bf!important;border:1px solid var(--colorMatza)!important;font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);z-index:100}.d3plus-tooltip .d3plus-tooltip-body{color:#82817f;color:var(--colorStone);font-size:8px;letter-spacing:0;padding:7px 7px 0}.d3plus-tooltip .d3plus-tooltip-body .sub{display:inline-block;text-transform:uppercase}.d3plus-tooltip .d3plus-tooltip-body .center,.d3plus-tooltip .d3plus-tooltip-body .sub{color:#4b4a48;color:var(--colorSlate);font-size:9px;letter-spacing:.7px;padding-bottom:6px}.d3plus-tooltip .d3plus-tooltip-body .center{display:block;text-align:center}.d3plus-tooltip .d3plus-tooltip-body .bold{color:#4b4a48;color:var(--colorSlate);display:inline-block;font-size:10px;font-weight:700;margin-bottom:7px;margin-right:5px}.d3plus-tooltip .d3plus-tooltip-body .large{color:#4b4a48;color:var(--colorSlate);display:block;margin-top:3px;margin-bottom:-7px;font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);font-weight:400;letter-spacing:0;font-size:18px}.d3plus-tooltip .d3plus-tooltip-body ul{padding:0;margin:0}.d3plus-tooltip .d3plus-tooltip-body ul li.large{display:inline-block;padding:0 8px 8px 0}.d3plus-tooltip .d3plus-tooltip-body ul li.large span{display:block;font-size:10px}.bp3-tooltip{max-width:300px}.bp3-tooltip .bp3-popover-content{background:#f4f4f1!important;background:var(--colorEggshell)!important;color:#82817f!important;color:var(--colorStone)!important}.bp3-tooltip .bp3-popover-arrow-fill{fill:#f4f4f1!important;fill:var(--colorEggshell)!important}.gamealert2{position:sticky;display:inline}.gamealert2inside{margin-left:10%}.textgame{color:#000;z-index:120;text-decoration:underline;margin-left:4px}.gamealert{text-align:center;padding-bottom:5px;padding-top:5px;top:0;width:100%;display:inline;background-color:#fad52e;color:#000;font-family:Arial;font-style:normal;font-size:18px;line-height:15px;position:fixed;z-index:100}@media (max-width:800px){.gamealert{font-size:16px;margin-top:40px;margin-bottom:2px}}.buttongamealert{font-family:Arial;color:#f5f5f5;background-color:rgba(75,74,72,.7451);font-style:normal;font-size:15px;letter-spacing:.1em;z-index:15}.missing-image{background-color:rgba(244,244,241,.7);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAK0lEQVQYV2P8+vVjPQMDAwM3N38jiMYFGGEShDTAFRLSgKEQlwacCtE1AAAVaBNgQH40pQAAAABJRU5ErkJggg==);mix-blend-mode:luminosity;background-position:50%;background-repeat:repeat;display:block;opacity:.5;height:100%;width:100%}.profile-grid{max-width:90%;max-width:calc(100% - 30px);width:100%;padding:30px 0;margin:0 auto;max-width:1024px}@media (min-width:751px){.profile-grid{max-width:calc(100% - 60px)}}.profile-grid .grid-title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px}@media (max-width:480px){.profile-grid .grid-title-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.profile-grid .grid-title{margin:0 0 5px;font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);font-weight:400;letter-spacing:0;display:block;text-align:left;font-size:22px}@media (max-width:750px){.profile-grid .grid-title{font-size:18px}}.profile-grid .grid-subtitle{margin:0 0 20px;display:block;text-align:right;font-size:16px}@media (max-width:480px){.profile-grid .grid-subtitle{margin:0 0 5px;text-align:left}}@media (max-width:750px){.profile-grid .grid-subtitle .grid-select-label{display:none}}.profile-grid .grid-subtitle a.shuffle{margin:0 0 0 10px}.profile-grid .grid-subtitle a.shuffle img{width:20px;vertical-align:middle}.profile-grid .grid-row{list-style:none;margin:0 auto;max-width:1024px;padding:0}.profile-grid .grid-row .grid-box{border:1px solid #d0c9bf;border:1px solid var(--colorMatza);-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:0;margin-bottom:30px;height:200px;position:relative;overflow:hidden}.profile-grid .grid-row .grid-box h3{display:none}.profile-grid .grid-row .grid-box .backup-title,.profile-grid .grid-row .grid-box h3{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem;font-size:2.1rem;font-size:var(--sizeLarge);color:#4b4a48;color:var(--colorSlate);text-align:center;width:100%;z-index:9;padding:1em}.profile-grid .grid-row .grid-box .backup-title{z-index:1}.profile-grid .grid-row .grid-box .rank_delta{color:#000;position:absolute;top:0;right:0;min-width:40px;height:30px;border-bottom-left-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 5px 0 10px;z-index:3}.profile-grid .grid-row .grid-box .rank_delta.down{background-color:#f25f5c}.profile-grid .grid-row .grid-box .rank_delta.up{background-color:#4fcbbf}.profile-grid .grid-row .grid-box .rank_delta.new{background-color:#71cfeb}.profile-grid .grid-row .grid-box a{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-grid .grid-row .grid-box .grid-box-bg-container{width:100%;height:100%;display:block;overflow:hidden;position:absolute;z-index:2}.profile-grid .grid-row .grid-box .grid-box-bg-container img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-grid .grid-row .grid-box .grid-box-bg-img-mask{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:100%;height:100%;overflow:hidden}.profile-grid .grid-row .grid-box .grid-box-bg-img{width:100%;height:100%;display:block;mix-blend-mode:darken;background-position:50% 30%;background-size:cover;-webkit-transition:width 1s,height 1s,background-color .5s,background-position .5s;transition:width 1s,height 1s,background-color .5s,background-position .5s}.profile-grid .grid-row .grid-box .grid-box-title-container{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem;font-size:1.6rem;font-size:var(--sizeMedium);color:#4b4a48;color:var(--colorSlate);background:rgba(244,244,241,.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2P88uXDGR4eARMGHIARJI5PEVgBPkVwBbgUoSjApghDAboirAqQFeFUAFMEAHvkH63uqfBbAAAAAElFTkSuQmCC) repeat;background:var(--colorEggshellOverlay) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2P88uXDGR4eARMGHIARJI5PEVgBPkVwBbgUoSjApghDAboirAqQFeFUAFMEAHvkH63uqfBbAAAAAElFTkSuQmCC) repeat;bottom:0;position:absolute;width:100%;padding:5px 10px;text-align:center;z-index:2}.profile-grid .grid-row .grid-box a:hover{text-decoration:none}.profile-grid .grid-row .grid-box a:hover h3{display:block}.profile-grid .grid-row .grid-box a:hover .backup-title{display:none}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img{width:110%;height:110%;background-position:50% 50%}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img.scitech{background-color:#0e5e5b;background-color:var(--colorScienceTech)}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img.arts{background-color:#d28629;background-color:var(--colorArts)}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img.sports{background-color:#bb3b57;background-color:var(--colorSports)}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img.pubfig{background-color:#67af8c;background-color:var(--colorPublicFigure)}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img.inst{background-color:#b12d11;background-color:var(--colorInstitutions)}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img.biz{background-color:#4f680a;background-color:var(--colorBusiness)}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img.hum{background-color:#732945;background-color:var(--colorHumanities)}.profile-grid .grid-row .grid-box a:hover .grid-box-bg-img.expl{background-color:#4c5ed7;background-color:var(--colorExploration)}.profile-grid .grid-row:before .grid-box .backup-title,.profile-grid .grid-row:before .grid-box h3{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem}.profile-grid .grid-row:before .grid-box .grid-box-title-container{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem}.profile-grid .grid-row:before{content:"";display:table}.profile-grid .grid-row:after .grid-box .backup-title,.profile-grid .grid-row:after .grid-box h3{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem}.profile-grid .grid-row:after .grid-box .grid-box-title-container{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem}.profile-grid .grid-row:after{content:"";display:table;clear:both}.profile-grid .loading-trends{margin:0 auto;min-height:400px;padding:30px 0;position:relative;width:100%}.profile-grid .view-more{font-size:18px;margin:30px auto;max-width:1024px;text-align:right}.profile-grid .view-more:before{content:"";display:table}.profile-grid .view-more:after{content:"";display:table;clear:both}@media (min-width:400px) and (max-width:599px){.profile-grid .grid-box{width:calc(49.95% - 15px);max-width:calc(49.95% - 15px);height:calc(49.95% - 15px)}.profile-grid .grid-box:nth-child(1n){float:left;margin-right:30px;margin-bottom:30px;clear:none}.profile-grid .grid-box:last-child{margin-right:0;margin-bottom:0}.profile-grid .grid-box:nth-child(2n){margin-right:0}.profile-grid .grid-box:nth-child(odd){clear:both}.profile-grid .grid-box:nth-last-child(-n+2){margin-bottom:0}}@media (min-width:600px) and (max-width:799px){.profile-grid .grid-box{width:calc(33.3% - 20px);max-width:calc(33.3% - 20px);height:calc(33.3% - 20px)}.profile-grid .grid-box:nth-child(1n){float:left;margin-right:30px;margin-bottom:30px;clear:none}.profile-grid .grid-box:last-child{margin-right:0;margin-bottom:0}.profile-grid .grid-box:nth-child(3n){margin-right:0}.profile-grid .grid-box:nth-child(3n+1){clear:both}.profile-grid .grid-box:nth-last-child(-n+3){margin-bottom:0}}@media (min-width:800px){.profile-grid .grid-box{width:calc(24.975% - 22.5px);max-width:calc(24.975% - 22.5px);height:calc(24.975% - 22.5px)}.profile-grid .grid-box:nth-child(1n){float:left;margin-right:30px;margin-bottom:30px;clear:none}.profile-grid .grid-box:last-child{margin-right:0;margin-bottom:0}.profile-grid .grid-box:nth-child(4n){margin-right:0}.profile-grid .grid-box:nth-child(4n+1){clear:both}.profile-grid .grid-box:nth-last-child(-n+4){margin-bottom:0}}.spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:300px;height:300px;max-width:100%;z-index:0}.spinner .spinner-text{text-align:center;font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem;z-index:10;position:absolute;top:145px;left:0;right:0}.spinner .spinner-dot{-webkit-animation:blink 1s infinite;animation:blink 1s infinite}.spinner .spinner-dot:nth-child(2){-webkit-animation-delay:.25s;animation-delay:.25s}.spinner .spinner-dot:nth-child(3){-webkit-animation-delay:.5s;animation-delay:.5s}.spinner .spinner-img{background-image:url(/images/misc/loading.gif);position:absolute;width:100%;height:100%;background-size:contain;background-position:50%;background-repeat:no-repeat;-webkit-animation:spin 1s steps(12) infinite;animation:spin 1s steps(12) infinite;z-index:1}.spinner .spinner-img-cover{position:absolute;width:60px;height:75px;right:0;left:0;bottom:0;margin:0 auto;-webkit-box-sizing:content-box;box-sizing:content-box;border-color:#f4f4f1;border-color:var(--colorEggshell);border-style:solid;border-width:225px 120px 0;opacity:.9;z-index:2}@-webkit-keyframes blink{50%{color:hsla(0,0%,100%,0)}}@keyframes blink{50%{color:hsla(0,0%,100%,0)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.cms-select-label,.cp-select-label{display:block}.cms-select-label:not(:last-child),.cp-select-label:not(:last-child){margin-bottom:1em}.cms-inline-select-label,.cp-inline-select-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.cms-inline-select-label>.cms-select,.cms-inline-select-label>.cp-select,.cp-inline-select-label>.cms-select,.cp-inline-select-label>.cp-select{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:1rem}.cms-inline-select-label>[class*=-select-text],.cp-inline-select-label>[class*=-select-text]{white-space:nowrap;margin-right:.75em}.cms-select-label>.cms-select-text,.cp-select-label>.cp-select-text{display:inline-block;line-height:1.125}.cp-select{background:#f8f9fa;background:var(--select-bg-color);background-image:-webkit-gradient(linear,left top,left bottom,from(color(#cfdae2 a(.02))),to(color(#2a2f3b a(.02))));background-image:-webkit-gradient(linear,left top,left bottom,from(color(var(--field-border-color) a(.02))),to(color(var(--field-color) a(.02))));background-image:linear-gradient(180deg,color(#cfdae2 a(.02)),color(#2a2f3b a(.02)));background-image:linear-gradient(180deg,color(var(--field-border-color) a(.02)),color(var(--field-color) a(.02)));border:1px solid #cfdae2;border:var(--field-border-width) solid var(--field-border-color);border-radius:2px;border-radius:var(--select-border-radius);color:#2a2f3b;color:var(--field-color)}.cms-select,.cp-select{display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.5em .5em .575em;padding:var(--field-padding);font-weight:400;font-weight:var(--field-font-weight);-webkit-transition:border-color .1s ease-out;transition:border-color .1s ease-out}.cms-select{border:1px solid #cfdae2;border:1px solid var(--light-3);border-radius:2px;color:#2a2f3b;color:var(--dark-2)}.cms-select::-ms-expand,.cp-select::-ms-expand{display:none}.cms-select-disabled{opacity:.5}.cms-select-icon,.cp-select-icon{position:absolute!important;bottom:.5em;right:.25em;z-index:1;pointer-events:none}.cms-select-icon,.cms-select-icon>svg,.cp-select-icon,.cp-select-icon>svg{width:1.25em;height:1.25em}.cms-select-icon{color:#8a97ae;color:var(--dark-1)}.cms-select-label:hover .cms-select{border-color:#8a97ae;border-color:var(--dark-1)}.cms-select-label .cms-select:focus{outline:none;border-color:#c4960b;border-color:var(--accent-dark)}.cp-select-label{position:relative}.cp-select-icon{color:#8a97ae;color:var(--field-icon-color)}.cp-select-label:hover .cp-select{border-color:#8a97ae;border-color:var(--field-icon-color)}.cp-select-label .cp-select:focus{outline:none;border-color:#c4960b;border-color:var(--field-focus-color)}.bg-design{left:-50px;opacity:.5;position:absolute;top:20px;width:240px}.bg-design.bg-design-r{left:auto;right:-20px;top:30px;width:190px}.home-head-container{background:#f4f4f1;background:-webkit-gradient(linear,left bottom,left top,from(#f4f4f1),to(#d0c9bf));background:linear-gradient(0deg,#f4f4f1,#d0c9bf);padding:76px 0 0}@media (min-width:751px){.home-head-container{padding:120px 0 10px}}.home-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto;max-width:1024px}@media (max-width:750px){.home-head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.home-head h1{text-align:left}@media (max-width:750px){.home-head h1{text-align:center}}.home-head h1 img{width:348px;max-width:66.666vw}.home-head h2{font-size:18px;margin:10px 0 10px 20px}.home-head h3.home-explore-links{font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);letter-spacing:0;margin:10px 0 20px 20px;color:#363636;color:var(--colorDark);font-size:1.4rem;font-size:var(--sizeBody);font-weight:400;letter-spacing:.14rem;text-transform:uppercase}.home-head h3.home-explore-links a{color:#000;text-decoration:underline}.home-head h3.home-explore-links a:hover{color:#000;text-decoration:none}.home-head p{font-size:1.4rem;font-size:var(--sizeBody);line-height:2.8rem;line-height:calc(var(--sizeBody)*2);font-weight:400;line-height:1.96rem;margin:0 0 0 20px}.home-head-title{margin:0 0 0 10px;z-index:9}.home-head-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;z-index:9}@media (max-width:750px){.home-head-content{text-align:center}}.home-search{position:relative;width:380px;max-width:calc(100% - 30px);margin:25px 0;text-align:left;z-index:20}@media (max-width:750px){.home-search{margin:25px auto}}.home-search img{position:absolute;width:16px}@media (max-width:750px){.home-search img{margin:11px 5px 6px 11px}}@media (min-width:751px){.home-search img{margin:11px 5px 6px 11px}}.home-search a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;background:none;line-height:1;font-size:1.4rem;font-size:var(--sizeBody);font-weight:400;line-height:2.38rem;line-height:calc(var(--sizeBody)*1.7);color:#82817f;color:var(--colorStone);letter-spacing:.5px;cursor:pointer;border:1px solid #82817f;border:1px solid var(--colorStone);border-radius:20px;padding:5px 14px 7px 42px;background-color:rgba(244,244,241,.7);background-color:var(--colorEggshellOverlay)}.home-search a:active,.home-search a:focus,.home-search a:hover{background-color:#efece9;background-color:var(--colorKashi);border-color:#363636;border-color:var(--colorDark);color:inherit;outline:none;text-decoration:none}.home-container{position:relative;width:100%;max-width:100%;overflow:hidden}.home-body{position:relative;z-index:0;min-height:580px}.post{max-width:90%;max-width:calc(100% - 30px);font-size:1.4rem;font-size:var(--sizeBody);line-height:2.8rem;line-height:calc(var(--sizeBody)*2);font-weight:400;width:328px;text-align:left;margin:0 auto;padding:0;z-index:1}@media (min-width:751px){.post{max-width:calc(100% - 60px);margin-top:0;width:62%;max-width:600px;text-align:center}}@media (max-width:750px){.post{margin-top:13px;width:90%}}.post a{font-weight:700;outline:none;cursor:pointer;font-weight:400;border-bottom:1px dotted #afaaa4;border-bottom:1px dotted var(--colorSand)}.post a,.post a:hover{color:currentColor;text-decoration:none}.post a:hover{border-bottom:1px solid}.viz-container{position:relative;width:100%;max-width:100vw;overflow:hidden;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 48px 0 24px;z-index:-1}.legend-title{text-align:center;margin:10px auto 0;font-size:1.2rem;font-size:var(--sizeSmall);font-weight:600;line-height:1.2rem;line-height:var(--sizeSmall);text-transform:uppercase;letter-spacing:.1rem}.timeline-container{position:absolute;bottom:17px;height:100%;width:100%;padding-left:65px;padding-right:91px;padding-bottom:70px;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}@media (max-width:1081px){.timeline-container{bottom:40px}}@media (max-width:660px){.timeline-container{display:none}}.timeline-container .items{position:relative;height:100%;width:100%}.timeline-container .era{position:absolute;bottom:60px;height:80.5%;z-index:3}.timeline-container .era:after{content:"";border-right:1px solid #d0c9bf;border-right:1px solid var(--colorMatza);position:absolute;margin:60px 14px 0;height:100%;right:0;top:0}.timeline-container .era p{position:relative;height:16px;font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem;margin-bottom:0;color:#82817f;color:var(--colorStone);text-shadow:.5px -.5px 0 #f4f4f1;text-shadow:.5px -.5px 0 var(--colorEggshell)}.timeline-container .era p a{font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer;font-weight:400;pointer-events:all}.timeline-container .era p a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid;border-bottom:0!important;opacity:.6}.timeline-container .era .era-img{background-size:contain;background-position:50% 100%;mix-blend-mode:multiply;background-color:transparent;background-repeat:no-repeat}@media (max-width:1000px){.timeline-container .era .era-img{min-height:45px;max-height:50px;max-width:80px}}@media (min-width:1001px){.timeline-container .era .era-img{min-height:60px;max-width:100px}}.timeline-container .era.computer{right:10.1%;height:175px}.timeline-container .era.computer .era-img{background-image:url(/images/home/smartphone.gif);width:43px;margin-left:8px}.timeline-container .era.computer p{left:58px;top:-30px}.timeline-container .era.television{right:42%;height:300px}.timeline-container .era.television .era-img{margin-left:0;background-image:url(/images/home/tv.gif);width:60px}.timeline-container .era.television p{left:65px;top:-50px}.timeline-container .era.film-radio{right:52.5%;height:220px}.timeline-container .era.film-radio .era-img{margin-left:25px;background-image:url(/images/home/film.png);width:50px}.timeline-container .era.film-radio p{left:78px;top:-40px}.timeline-container .era.newspaper{right:70.6%;height:150px}.timeline-container .era.newspaper .era-img{margin-left:25px;background-image:url(/images/home/news2.png);width:45px}.timeline-container .era.newspaper p{left:75px;top:-50px}.timeline-container .era.printing{right:76.6%;height:250px}.timeline-container .era.printing .era-img{margin-left:40px;background-image:url(/images/home/printing.png);width:77px;height:70px}.timeline-container .era.printing p{left:105px;top:-60px}.timeline-container .era.scribal{right:94%;height:200px}.timeline-container .era.scribal .era-img{margin-left:-10px;background-image:url(/images/home/scribal.png);width:45px;height:68px}.timeline-container .era.scribal p{left:41px;top:-51px}.floating-content{position:absolute;bottom:-40px;width:80%;margin:0 auto;height:100%;left:0;right:0;z-index:-2}.floating-content .box{display:block;position:absolute;bottom:0;-webkit-animation:float 20s ease-in infinite;animation:float 20s ease-in infinite;z-index:-2}.floating-content.l-1 .box{width:145px;height:145px;border:1px solid #d6d6d0;border:1px solid var(--colorCardboard)}.floating-content.l-1 .box:first-child{left:-20px;left:240px;-webkit-animation:float 40s ease-in 1s infinite;animation:float 40s ease-in 1s infinite}.floating-content.l-1 .box:nth-child(2){left:480px;-webkit-animation:float 28s ease-in 0s infinite;animation:float 28s ease-in 0s infinite}.floating-content.l-1 .box:nth-child(3){left:640px;-webkit-animation:float 36s ease-in 2s infinite;animation:float 36s ease-in 2s infinite}.floating-content.l-1 .box:last-child{right:-60px;-webkit-animation:float 32s ease-in 3s infinite;animation:float 32s ease-in 3s infinite}.floating-content.l-2 .box{width:75px;height:75px;border:1px solid #e4e4e1;border:1px solid var(--colorLint)}.floating-content.l-2 .box:first-child{left:30px;-webkit-animation:float 14s ease-in 0s infinite;animation:float 14s ease-in 0s infinite;left:700px;-webkit-animation:float 20s ease-in 4s infinite;animation:float 20s ease-in 4s infinite}.floating-content.l-2 .box:nth-child(2){left:160px;-webkit-animation:float 18s ease-in 2s infinite;animation:float 18s ease-in 2s infinite}.floating-content.l-2 .box:nth-child(3){left:340px;-webkit-animation:float 16s ease-in 8s infinite;animation:float 16s ease-in 8s infinite}.floating-content.l-2 .box:last-child{right:30px;-webkit-animation:float 22s ease-in 3s infinite;animation:float 22s ease-in 3s infinite}.fut{position:absolute;width:143.5px;height:200px;right:0;top:-400px;margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-size:contain;background-image:url(/images/home/fut.png);-webkit-animation:step 10s ease-in-out 5s infinite alternate;animation:step 10s ease-in-out 5s infinite alternate}.big-wave,.fut{left:0;display:block;background-position:0 0;z-index:-5}.big-wave{position:fixed;width:100vw;height:40vh;bottom:0;background-repeat:repeat-x;background-size:1024px 654px;opacity:.1;background-image:url(/images/home/hokusai.png);-webkit-animation:wave 40s linear infinite;animation:wave 40s linear infinite}@-webkit-keyframes step{0%,2%{top:-400px}98%,to{top:-80px}}@keyframes step{0%,2%{top:-400px}98%,to{top:-80px}}@-webkit-keyframes wave{0%{bottom:0;background-position:0 0}25%{bottom:-100px}50%{bottom:0;background-position:100% 0}75%{bottom:-50px}to{bottom:0;background-position:200% 0}}@keyframes wave{0%{bottom:0;background-position:0 0}25%{bottom:-100px}50%{bottom:0;background-position:100% 0}75%{bottom:-50px}to{bottom:0;background-position:200% 0}}@-webkit-keyframes float{0%{bottom:0}to{bottom:50%}}@keyframes float{0%{bottom:0}to{bottom:50%}}.ia{background-color:#363636;background-color:var(--colorDark);color:#f4f4f1;color:var(--colorEggshell);width:100%;padding:50px 0 65px;margin-bottom:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.ia h3{font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);letter-spacing:0;color:#000;color:var(--colorBlackhole);color:#f4f4f1;color:var(--colorEggshell);font-size:22px}.ia h3,.ia p{font-weight:400}.ia p{font-size:1.4rem;font-size:var(--sizeBody);line-height:2.8rem;line-height:calc(var(--sizeBody)*2);margin:0}.ia p span{font-weight:700}.ia a{font-weight:700;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer}.ia a,.ia a:hover{color:currentColor;text-decoration:none}.ia a:hover{border-bottom:1px solid}.ia .deep-link{position:relative}.ia .deep-link:after{content:"";position:absolute;height:8px;bottom:3px;width:.5em;margin-left:.25em;background:url(/images/ui/tri-right.svg) no-repeat;background-size:contain}.ia .items{width:100%;max-width:1024px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding:0;margin:0 auto;list-style-type:none}.ia h2{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem;color:inherit;font-size:1em;margin:0 0 5px;position:relative}.ia h2.viz-explorer:before{content:"";position:absolute;background:url(/images/icons/icon-explore.svg) no-repeat;background-size:contain;width:17px;height:17px;margin:-2px 0 0 -20px}@media (max-width:550px){.ia h2.ranks:before{content:"";position:absolute;background:url(/images/icons/icon-rankings.svg) no-repeat;background-size:contain;width:18px;height:10px;margin:3px 0 0 -20px}}@media (min-width:551px){.ia h2.ranks:after{content:"";position:absolute;background:url(/images/icons/icon-rankings.svg) no-repeat;background-size:contain;width:18px;height:10px;margin:3px -22px -2px 0}}.ia h2.profiles:before{content:"";position:absolute;background:url(/images/ui/profile-w.svg) no-repeat;background-size:contain;width:17px;height:17px;margin:-1px 0 0 -19px}.ia .ia-top{position:relative;margin-top:30px}@media (max-width:550px){.ia .ia-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width:551px) and (max-width:750px){.ia .ia-top{margin-bottom:30px}}@media (min-width:751px){.ia .ia-top{margin-bottom:80px}}.ia .ia-top .ia-top-bg{position:absolute;top:0;left:0;right:0;margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-size:contain;overflow:visible;z-index:0}@media (min-width:960px){.ia .ia-top .ia-top-bg{width:58.59375%;max-width:600px;height:300px;background-image:url(/images/home/ia-frame.svg);background-position:50% 30px}}@media (min-width:551px) and (max-width:960px){.ia .ia-top .ia-top-bg{background-image:url(/images/home/ia-frame-qrt.svg);width:90%;height:400px;background-position:50% 30px}}.ia .ia-top section{-webkit-box-flex:1;-ms-flex:1;flex:1 1}@media (max-width:550px){.ia .ia-top-item{width:calc(100% - 40px);margin-left:auto;margin-right:auto;padding:10px 10px 10px 25px}.ia .ia-top-item+.ia-top-item{margin-top:30px}}@media (min-width:551px){.ia .ia-top-item{-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 30px}.ia .ia-top-item.ranks{text-align:right}.ia .ia-top-item.profiles{text-align:center}}.ia .ia-p-types{-ms-flex-wrap:wrap;flex-wrap:wrap}.ia .ia-p-types section{-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:550px){.ia .ia-p-types section{max-width:80%;padding:10px 10px 10px 25px}.ia .ia-p-types section+section{margin-top:20px}}@media (min-width:551px) and (max-width:960px){.ia .ia-p-types section{max-width:45%;margin-bottom:30px;padding:10px;background-color:#363636;background-color:var(--colorDark)}}@media (min-width:961px){.ia .ia-p-types section{max-width:23%;margin:5px 0}}.ia .ia-p-types section.ia-p-type{z-index:1}.home-select{display:inline-block}.home-select .cp-select{display:inline}.profile-nav{display:block;padding-bottom:25px;background-color:#363636;background-color:var(--colorDark);z-index:10}@media (min-width:751px){.profile-nav{padding:25px}}.profile-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;counter-reset:li;padding:0;max-width:1200px;margin:0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:750px){.profile-nav-list{width:100%;padding:0 7.2vw;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}}.profile-nav-item{position:relative;list-style:none}@media (min-width:751px){.profile-nav-item{padding:3px;margin:0 0 0 5px}}.profile-nav-link{text-decoration:none;outline:none;padding:5px 5px 5px 0;text-transform:uppercase;letter-spacing:.05rem;color:#f4f4f1;color:var(--colorEggshell);display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media (min-width:751px){.profile-nav-link{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:700;line-height:1.2rem;line-height:var(--sizeSmall)}}@media (max-width:750px){.profile-nav-link{font-size:1.4rem;font-size:var(--sizeBody);line-height:1.4rem;line-height:var(--sizeBody);font-weight:600}}.profile-nav-link:focus,.profile-nav-link:hover{color:#fff;color:var(--colorSnow);text-decoration:none}.profile-nav-link:focus .jump-to-text,.profile-nav-link:hover .jump-to-text{color:inherit}.profile-nav-link .profile-nav-link-roman-numeral:before{content:counter(li,upper-roman) ". ";counter-increment:li;text-transform:uppercase;letter-spacing:.05rem;color:#d0c9bf;color:var(--colorMatza);background-color:#363636;background-color:var(--colorDark);display:inline-block;min-width:2em;margin:0 4px 0 0}@media (min-width:751px){.profile-nav-link .profile-nav-link-roman-numeral:before{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:700;line-height:1.2rem;line-height:var(--sizeSmall)}}@media (max-width:750px){.profile-nav-link .profile-nav-link-roman-numeral:before{font-size:1.4rem;font-size:var(--sizeBody);line-height:1.4rem;line-height:var(--sizeBody);font-weight:600}}.jump-to-text{display:none}@media (min-width:400px) and (max-width:750px){.profile-nav-item{padding:10px 0;width:100%}.profile-nav-item:after{display:block;content:". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";white-space:nowrap;width:100%;left:0;right:0;position:absolute;top:.9em;z-index:-1;color:#afaaa4;color:var(--colorSand);overflow:hidden}.profile-nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.profile-nav-link-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:.25em}.jump-to-text,.profile-nav-link-title{background-color:#363636;background-color:var(--colorDark)}.jump-to-text{font-weight:700;color:currentColor;text-decoration:none;outline:none;cursor:pointer;color:#afaaa4;color:var(--colorSand);text-transform:none;display:inline-block;padding-left:.5em;z-index:1;border-bottom:none;justify-self:flex-end;margin-left:auto;text-align:right}.jump-to-text:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.jump-to-text:focus,.jump-to-text:hover{border:none}}@media (max-width:399px){.profile-nav-item{width:100%;margin-bottom:1em}.profile-nav-item:before{position:relative;top:-2px}.profile-nav-link{padding:0}.profile-nav-link-title{max-width:calc(100% - 2em);display:inline-block;vertical-align:text-top;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.profile-section{overflow:visible}@media (min-width:751px){.profile-section{max-width:1024px;margin:70px auto}}@media (max-width:1100px){.profile-section{max-width:100%;margin:60px 7.2vw}}.profile-section+.profile-section{margin-top:90px}.profile-section>*{width:100%}.profile-section .section-actions{margin:20px 0 0;position:relative}@media (max-width:800px){.profile-section .section-actions button{display:none}}.profile-section .section-actions button{background:color(#f4f4f1 a(.75));background:color(var(--colorEggshell) a(.75));border:1px solid #afaaa4;border:1px solid var(--colorSand);color:#afaaa4;color:var(--colorSand);cursor:pointer;font-size:12px;line-height:18px;margin:0 6px;padding:4px 8px;position:absolute;right:0;text-transform:uppercase;z-index:99}.profile-section .section-actions button:focus,.profile-section .section-actions button:hover{background:#fff;background:var(--colorSnow);-webkit-box-shadow:0 1px 1em color(#9e978d a(.25));-webkit-box-shadow:0 1px 1em color(var(--colorTan) a(.25));box-shadow:0 1px 1em color(#9e978d a(.25));box-shadow:0 1px 1em color(var(--colorTan) a(.25))}.profile-section .section-actions img{height:1em;vertical-align:middle;top:-1px;opacity:.75}.profile-section .section-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-section .section-head .section-title{margin:0}.profile-section .section-head .section-actions>*,.profile-section .section-head .section-title>*{display:inline-block}.profile-section .section-head h4{font-size:1.7rem;font-size:var(--sizeML);font-weight:400;line-height:1.7rem;line-height:var(--sizeML);text-transform:uppercase;letter-spacing:.1rem;margin:0;padding-right:10px}.profile-section .section-head h4 a{color:#4b4a48!important;color:var(--colorSlate)!important;text-decoration:none;cursor:text}.profile-section .icon-circle{width:10px;height:10px;display:inline-block;border:1px solid #4b4a48;border:1px solid var(--colorSlate);border-radius:50%;margin:0 6px;cursor:pointer}.profile-section .icon-circle.active{background-color:#4b4a48;background-color:var(--colorSlate);cursor:default}.profile-section .section-body{margin-top:17.3px}.profile-section .section-body p{font-size:1.4rem;font-size:var(--sizeBody);line-height:2.8rem;line-height:calc(var(--sizeBody)*2);margin:0;font-weight:400;width:62%}@media (max-width:750px){.profile-section .section-body p{width:100%}}.profile-section .section-body a{font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer}.profile-section .section-body a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.profile-section .rank-sec-body{margin-top:15px}.profile-section .rank-title{text-align:center;margin:0 auto;padding:20px 0 25px}.profile-section .rank-title h3{font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);font-weight:400;letter-spacing:0;color:#000;color:var(--colorBlackhole);margin:0 0 5px}.profile-section .rank-title>a{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem}.profile-section .rank-title>a:after{content:"";position:relative;display:inline-block;height:10px;width:5px;margin:0 0 2px 2px;background:url(/images/ui/tri-right.svg) no-repeat;background-size:contain}.profile-section .rank-carousel{position:relative}.profile-section .rank-carousel a.arrow{position:absolute}.profile-section .rank-carousel a.arrow.back{top:72px;left:-25px}.profile-section .rank-carousel a.arrow.forward{top:72px;right:-25px}.profile-section .rank-carousel .rank-list{max-width:1200px;margin:0 auto;padding:0;overflow-x:auto;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.profile-section .rank-carousel .rank-list li{display:inline-block;max-width:145px}.profile-section .rank-carousel .rank-list li:not(:last-child){margin:0 36px 0 0}.profile-section .rank-carousel .rank-list h2{margin:13px 0 0;padding:0;font-size:12px;line-height:18px;font-weight:700;text-transform:uppercase;letter-spacing:.01em}.profile-section .rank-carousel .rank-list a{text-decoration:none;outline:none;border:none}.profile-section .rank-carousel .rank-list p{max-width:100%;font-size:12px;line-height:18px;letter-spacing:.01em;text-transform:capitalize}.profile-section .rank-carousel .rank-list .rank-prof{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem}.profile-section .rank-carousel .rank-list .rank-photo{width:145px;height:145px;overflow:hidden;position:relative;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d0c9bf;border:1px solid var(--colorMatza)}.profile-section .rank-carousel .rank-list .rank-photo img{width:105%;margin-top:-7%;margin-left:-2.5%}.profile-section .rank-carousel .rank-list .rank-me{max-width:180px}.profile-section .rank-carousel .rank-list .rank-me .rank-photo{width:180px;height:180px}.profile-section .viz{margin:30px 0 60px}header{position:relative;width:100%;min-height:100vh;max-height:900px;overflow-x:hidden;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:40px;padding-bottom:40px}@media (min-width:751px){header{padding-top:80px;padding-bottom:40px}}.bg-container{overflow:hidden}.bg-container,.bg-container:after{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.bg-container:after{content:"";background:rgba(244,244,241,.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2P88uXDGR4eARMGHIARJI5PEVgBPkVwBbgUoSjApghDAboirAqQFeFUAFMEAHvkH63uqfBbAAAAAElFTkSuQmCC) repeat;background:var(--colorEggshellOverlay) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2P88uXDGR4eARMGHIARJI5PEVgBPkVwBbgUoSjApghDAboirAqQFeFUAFMEAHvkH63uqfBbAAAAAElFTkSuQmCC) repeat}.bg-img-mask{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;width:105%;height:105%;top:-2.5%;bottom:-2.5%;left:-2.5%;right:-2.5%;z-index:-1;overflow:hidden}.bg-img-mask,.bg-img-mask.era{background-color:#f4f4f1;background-color:var(--colorEggshell)}.bg-img-mask.era{-webkit-filter:blur(2px);filter:blur(2px)}.bg-img-mask.era .bg-img{background-position:60% 50%;background-size:cover;height:100%;width:100%}@media (min-width:751px){.bg-img-mask.person{-webkit-filter:blur(6px) saturate(110%) contrast(200%);filter:blur(6px) saturate(110%) contrast(200%)}}@media (max-width:750px){.bg-img-mask.person{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-filter:blur(3px) saturate(100%) contrast(200%);filter:blur(3px) saturate(100%) contrast(200%)}}.bg-img-mask.person .bg-img{mix-blend-mode:luminosity;background-size:cover}@media (min-width:751px){.bg-img-mask.person .bg-img{background-position:0 30%;width:50%;height:100%}}@media (max-width:750px){.bg-img-mask.person .bg-img{background-position:0 30%;width:100%;height:50%}}@media (min-width:751px){.bg-img-mask.person .bg-img-r{-webkit-transform:scaleX(-1);transform:scaleX(-1)}}@media (max-width:750px){.bg-img-mask.person .bg-img-r{-webkit-transform:scaleY(-1);transform:scaleY(-1)}}.bg-img-mask.place{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bg-img-mask.place .bg-img{height:50%;width:100%;position:relative;background-position:50% 100%;background-size:cover}.bg-img-mask.place .bg-img-b{-webkit-transform:scaleY(-1);transform:scaleY(-1);bottom:1px}.bg-img-mask.profession{background-color:#4b4a48;background-color:var(--colorSlate);-webkit-filter:blur(3px);filter:blur(3px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bg-img-mask.profession .bg-img{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1 1}.bg-img-mask.profession .bg-img img{-webkit-box-flex:0;-ms-flex:0 33vw;flex:0 1 33vw;min-width:360px;min-height:480px}.bg-img-mask.profession .bg-img-m{position:relative;bottom:1px}.bg-img-mask.profession .bg-img-mask-after{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5}.info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:hsla(0,0%,95.7%,.85);border:1px solid #82817f;border:1px solid var(--colorStone);margin:0 auto;width:85%;max-width:450px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9;padding:16px;position:relative}.info .trending-cont{height:100px;width:100px;top:0;right:0;background:-webkit-gradient(linear,left bottom,right top,from(transparent),color-stop(50%,transparent),color-stop(50%,#82817f),to(#82817f));background:-webkit-gradient(linear,left bottom,right top,from(transparent),color-stop(50%,transparent),color-stop(50%,var(--colorStone)),to(var(--colorStone)));background:linear-gradient(to top right,transparent 0,transparent 50%,#82817f 0,#82817f);background:linear-gradient(to top right,transparent 0,transparent 50%,var(--colorStone) 0,var(--colorStone));border-radius:0;position:absolute;text-transform:uppercase;text-align:right;padding:20px 10px 0 0;font-size:10px;color:#fff}.info h1{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}@media (min-width:751px){.info{padding:32px}}.top-desc{color:#9e978d;color:var(--colorTan);font-weight:600;letter-spacing:.05rem;text-transform:uppercase;margin-top:0;margin-left:auto;margin-right:auto}@media (min-width:751px){.top-desc{font-size:1.2rem;font-size:var(--sizeSmall);margin-bottom:14px}}@media (max-width:750px){.top-desc{font-size:1.6rem;font-size:var(--sizeMedium);margin-bottom:20px}}h1{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem;font-size:3.6rem;font-size:var(--sizeXXL);margin:0;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}pre{margin:0 auto}.profile-type{color:#363636;color:var(--colorDark);font-size:1.4rem;font-size:var(--sizeBody);font-weight:400;letter-spacing:.14rem;text-transform:uppercase;margin:0 auto 10px}.date-subtitle{color:#9e978d;color:var(--colorTan);letter-spacing:.07rem;font-weight:400;margin-top:14px;margin-left:auto;margin-right:auto}@media (min-width:751px){.date-subtitle{font-size:1.4rem;font-size:var(--sizeBody);margin-bottom:15px}}@media (max-width:750px){.date-subtitle{font-size:1.6rem;font-size:var(--sizeMedium);margin-bottom:30px}}.date-subtitle a{color:inherit}.date-subtitle a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.sparkline{width:275px}@media (max-width:750px){.mouse{display:none}}@media (min-height:560px){.mouse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;height:33px;width:22px;margin-left:auto;margin-right:auto;left:0;right:0;bottom:40px;border:1px solid #4b4a48;border:1px solid var(--colorSlate);border-radius:11px}.mouse .mouse-scroll{width:2.8px;height:6px;background-color:#4b4a48;background-color:var(--colorSlate);border-radius:11px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:scroll 1.5s ease-out infinite;animation:scroll 1.5s ease-out infinite}.mouse:after{content:"";background-image:url(/images/ui/tri-down.svg);background-size:contain;background-repeat:no-repeat;width:16px;height:10px;position:absolute;bottom:-15px}}@-webkit-keyframes scroll{0%{margin-top:6px}to{margin-top:12px}}@keyframes scroll{0%{margin-top:6px}to{margin-top:12px}}.intro-section{background-color:#363636;background-color:var(--colorDark);color:#f4f4f1;color:var(--colorEggshell);position:relative}@media (min-width:751px){.intro-section{padding:18px 0 36px}}@media (max-width:750px){.intro-section{padding:45px 0 0}.intro-section.person{padding:217px 0 0}}@media (min-width:751px){.intro-section.person{min-height:300px;padding:0}}@media (max-width:750px){.intro-section .intro-deco{display:none}}@media (min-width:751px){.intro-section .intro-deco{position:absolute;left:-15vw;height:100%;width:100%;overflow:hidden}}.intro-section .deco-lines{height:100%;width:330px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.intro-section .deco-line{width:1px;height:300%;display:inline-block;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 0;transform-origin:0 0}.intro-section .intro-content{max-width:1200px;height:100%;padding:18px 0 36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.intro-section.era .intro-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:750px){.intro-section .intro-content>.image{position:absolute;top:0;height:260px;padding-top:30px}}@media (min-width:751px){.intro-section .intro-content>.image{height:100%;margin-right:15vw;z-index:2;-webkit-filter:grayscale(100%) contrast(105%) brightness(105%);filter:grayscale(100%) contrast(105%) brightness(105%)}}.intro-section .missing-image{display:none}.intro-section .intro-text{z-index:3}@media (min-width:751px){.intro-section .intro-text{width:47.5vw;max-width:550px}}@media (max-width:750px){.intro-section .intro-text{margin:0 7.2vw;width:100%}}.intro-section p{font-size:1.4rem;font-size:var(--sizeBody);line-height:2.8rem;line-height:calc(var(--sizeBody)*2);font-weight:400;line-height:1.6em;margin:0 0 10px}.intro-section a{font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer}.intro-section a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.intro-section .deep-link:after{content:"";position:relative;display:inline-block;height:8px;width:6px;margin:0 0 0 3px;background:url(/images/ui/tri-right.svg) no-repeat;background-size:contain}.intro-section h3{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem;line-height:2.1rem;line-height:calc(var(--sizeSmall)*1.75);color:inherit;display:block;text-align:center}@media (max-width:750px){.intro-section h3{font-size:1.5rem;font-size:var(--sizeMobileSmall);line-height:2.4rem;line-height:calc(var(--sizeMobileSmall)*1.6);width:100%;margin:0 auto 24px}}@media (min-width:751px){.intro-section h3{max-width:222px;margin:0 auto 12px}}.intro-section h3 img{display:block;margin:0 auto 10px}.intro-section .era-timeline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:90%;max-width:1024px;margin:30px auto 0}.intro-section .era-time{-webkit-box-flex:2;-ms-flex:2;flex:2 1;text-align:center;padding:4px 0 7px;position:relative;background-color:#363636;background-color:var(--colorDark);-webkit-box-sizing:border-box;box-sizing:border-box}.intro-section .era-time:not(:last-child):after{content:"";position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1 1;top:10px;padding:0 10px;border-top:1px dashed #d0c9bf;border-top:1px dashed var(--colorMatza)}.intro-section .era-time-link{white-space:nowrap;font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem;color:#d0c9bf;color:var(--colorMatza);padding:7px 8px 5px}.intro-section .era-time-link:hover{border-bottom:0;color:#f4f4f1;color:var(--colorEggshell)}.intro-section .era-time-link.active{border:1px dashed #d0c9bf;border:1px dashed var(--colorMatza);font-weight:700}.profile-footer{background-color:#363636;background-color:var(--colorDark);color:#f4f4f1;color:var(--colorEggshell);padding:50px 20px;position:relative}.profile-footer .footer-container{max-width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-footer .footer-title{font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);font-weight:400;letter-spacing:0;color:#f4f4f1;color:var(--colorEggshell);max-width:200px;display:block;text-align:center;margin:0 auto 10px}.profile-footer .footer-carousel-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;list-style-type:none;padding:0;margin:0 -20px;width:calc(100% + 40px)}@media (min-width:751px){.profile-footer .footer-carousel-container{margin:0 -10px;width:calc(100% + 20px)}}.profile-footer .footer-carousel-item{display:inline-block;width:145px;margin:10px;max-width:calc(50vw - 20px)}@media (min-width:751px){.profile-footer .footer-carousel-item{margin:10px 20px}}.profile-footer .footer-carousel-item-photo{display:block;height:145px;overflow:hidden;position:relative;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d0c9bf;border:1px solid var(--colorMatza)}.profile-footer .footer-carousel-item-photo .bp3-popover-target,.profile-footer .footer-carousel-item-photo .bp3-popover-wrapper{display:block;width:145px;height:145px;overflow:hidden}.profile-footer .footer-carousel-item-photo:hover+.footer-carousel-item-title>a{border-color:#afaaa4;border-color:var(--colorSand)}.profile-footer .footer-carousel-item-photo a{background-size:cover;background-position:25% 50%;display:block;height:100%;width:100%}.profile-footer .footer-carousel-item-photo a img{width:103%;height:104%;left:-2%;position:relative;top:-2%}.profile-footer .footer-carousel-item-title{margin-top:.5em;margin-bottom:0;font-size:12px;line-height:18px;font-weight:700;text-transform:uppercase;letter-spacing:.01em}.profile-footer .footer-carousel-item-title a{display:inline;font-weight:700;color:currentColor;text-decoration:none;outline:none;cursor:pointer;color:#f4f4f1;color:var(--colorEggshell);border-left-color:#4b4a48;border-bottom:1px solid #4b4a48;border-color:#4b4a48 #4b4a48 var(--colorSlate);border-bottom:1px solid var(--colorSlate);border-right-color:var(--colorSlate);border-top-color:var(--colorSlate);-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.profile-footer .footer-carousel-item-title a:hover{color:currentColor;text-decoration:none;border-color:#afaaa4;border-left-color:var(--colorSand);border-bottom:1px solid;border-bottom-color:var(--colorSand);border-right-color:var(--colorSand);border-top-color:var(--colorSand)}.profile-footer .footer-carousel-item-title a:focus{border-color:#afaaa4;border-color:var(--colorSand)}.profile-footer p{max-width:100%;font-size:12px;line-height:18px;letter-spacing:.01em;margin:0}.metrics-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:970px){.metrics-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.metrics-container .metric-vid{margin-bottom:40px;width:100%}}.metric-trending{display:inline-block;position:relative;-webkit-box-flex:1;-ms-flex:1 0 40%;flex:1 0 40%;padding:10px 25px 10px 0}@media (max-width:750px){.metric-trending{padding:0;width:100%}}.metric-vid{background-color:#afaaa4;background-color:var(--colorSand);display:inline-block;padding-top:56%;position:relative;-webkit-box-flex:1;-ms-flex:1 0 40%;flex:1 0 40%}.metric-vid>iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media (min-width:971px){.metric-vid{margin-right:40px;padding-top:26.666%}}.metric-vid .press-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;border:1px solid #9e978d;border:1px solid var(--colorTan);width:60px;height:60px;display:block}.metric-vid .press-play[disabled]{pointer-events:none}.metric-vid .press-play i{display:block;width:0;height:0;position:absolute;top:11px;left:20px;border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:23px solid #afaaa4;border-left:23px solid var(--colorSand)}.metric-vid .press-play:hover{border:1px solid #36687f;border:1px solid var(--colorCtrl)}.metric-vid .press-play:hover i{border-left-color:#718d9a;border-left-color:var(--colorCtrlShape)}iframe.yasiv-youtube{pointer-events:none}.metrics-list{-webkit-columns:5;-moz-columns:5;-webkit-column-width:12rem;-moz-column-width:12rem;columns:12rem 5;grid-column-gap:40px;-webkit-box-flex:1;-ms-flex:1 0 40%;flex:1 0 40%;list-style-type:none;margin:0;padding:0;width:100%}.metrics-list .metric{page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.metrics-list .metric:not(:last-child){margin-bottom:30px}.metrics-list h4{color:#9e978d;color:var(--colorTan);font-size:2.1rem;font-size:var(--sizeLarge);font-weight:400;line-height:2.1rem;line-height:var(--sizeLarge);letter-spacing:.057rem;margin:0}.metrics-list p{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem;min-width:auto}.metrics-list .metric.metric p{line-height:1.2;margin-top:.5em}.card-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news-card{display:block;border:0!important;border-radius:10px;-webkit-box-shadow:0 20px 40px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);box-shadow:0 20px 40px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);margin:0 0 10px;position:relative;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;width:225px}.news-card:hover{-webkit-box-shadow:0 27px 65px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);box-shadow:0 27px 65px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);text-decoration:none;border:0!important}@media (max-width:750px){.news-card{margin-bottom:20px;width:275px}}@media (max-width:550px){.news-card{-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.3),0 7px 7px 0 rgba(0,0,0,.15);box-shadow:0 10px 20px 0 rgba(0,0,0,.3),0 7px 7px 0 rgba(0,0,0,.15);margin-bottom:20px;width:100%}}.news-card .thumb{background-position:50%;background-size:cover;height:175px;position:relative}.news-card .thumb .src{background-color:#9e978d;background-color:var(--colorTan);bottom:-12px;font-size:13px;position:absolute;padding:2px 7px}.news-card .thumb .src:after{content:"";position:absolute;top:0;left:100%;height:0;width:0;border:10px solid transparent;border-left:10px solid var(--colorTan)}.news-card .info-group{border-top:5px solid #9e978d;border-top:5px solid var(--colorTan);padding:10px;color:#444;margin:0 0 35px}.news-card .info-group .title{font-size:20px;line-height:24px;margin:0 0 6px;overflow:hidden}.news-card .info-group .description{font-size:13px;font-weight:400}.news-card .info-footer{background:#9e978d;background:var(--colorTan);-ms-flex-pack:distribute;justify-content:space-around;padding:5px 10px;font-weight:400;position:absolute;width:100%;bottom:0}.news-card .info-footer .author{font-size:10px;margin:0 0 2px}.news-card .info-footer .date{font-size:10px;margin:0 0 4px}.work-card{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px;border:0!important;-webkit-box-shadow:0 20px 35px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);box-shadow:0 20px 35px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);margin:0 0 35px;min-height:120px;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;width:315px}.work-card:hover{-webkit-box-shadow:0 27px 65px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);box-shadow:0 27px 65px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);text-decoration:none;border:0!important}@media (max-width:750px){.work-card{margin-bottom:20px;width:275px}}@media (max-width:550px){.work-card{-webkit-box-shadow:0 10px 17px 0 rgba(0,0,0,.3),0 8px 8px 0 rgba(0,0,0,.15);box-shadow:0 10px 17px 0 rgba(0,0,0,.3),0 8px 8px 0 rgba(0,0,0,.15);margin-bottom:20px;width:100%}}.work-card .thumb{background-size:contain;background-repeat:no-repeat;background-position:50%;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;position:relative}.work-card.book .thumb{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px}.work-card .info-group{padding:5px 10px;color:#444;-webkit-box-flex:1;-ms-flex:1;flex:1 1}.work-card .info-group .title{font-size:20px;font-weight:400;line-height:24px;margin:0;max-height:24px;overflow:hidden;position:relative;word-break:break-word}.work-card .info-group .title:after{content:"";line-height:24px;background:-webkit-gradient(linear,left top,right top,from(rgba(244,244,241,0)),to(#f4f4f1));background:linear-gradient(90deg,rgba(244,244,241,0),#f4f4f1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#F4F4F1",EndColorStr="#F4F4F1");bottom:0;height:24px;max-height:100%;pointer-events:none;position:absolute;right:2px;width:75px}.work-card .info-group .subtitle{font-size:14px;font-weight:400;margin:0 0 6px}.work-card .info-group .description{font-size:11px;line-height:15px;font-weight:400;max-height:62px;overflow:hidden;position:relative;word-break:break-word}.work-card .info-group .description:after{content:"";line-height:15px;background:-webkit-gradient(linear,left top,right top,from(rgba(244,244,241,0)),to(#f4f4f1));background:linear-gradient(90deg,rgba(244,244,241,0),#f4f4f1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr="#F4F4F1",EndColorStr="#F4F4F1");bottom:0;height:15px;max-height:100%;pointer-events:none;position:absolute;right:0;width:60px}.work-card .info-group .info-group-footer{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:11px;font-weight:400;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:10px 0 0}.twitter-section .tw-banner{background-size:cover;height:200px}.twitter-section .tw-userinfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:-10px 0 0 10px}.twitter-section .tw-userinfo img{border:5px solid #fff;border-radius:5px;-webkit-box-shadow:0 0 5px 0 rgba(51,3,0,.2);box-shadow:0 0 5px 0 rgba(51,3,0,.2);margin:-30px 0 0}.twitter-section .tw-userinfo h3{font-size:20px;font-weight:400;line-height:16px;margin:0 0 10px 10px}@media (max-width:450px){.twitter-section .tw-userinfo h3{margin:0 0 0 5px}}.twitter-section .tw-userinfo h3 a{color:#82817f;color:var(--colorStone);font-size:14px;font-weight:400;text-decoration:none;border:none}.twitter-section .tw-userstats{margin:10px 0 0 10px}.body,.tw-feed{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.body,.inner-body,.tw-feed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.inner-body{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.tweet-outer{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5);padding:10px 0;margin:10px 0 0}.tweet-outer .retweeted{color:#9e978d;color:var(--colorTan);font-size:12px;margin:0 0 10px 10px}.tweet-body{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 10px}.tweet-body .tweet-body{border:1px solid #9e978d;border:1px solid var(--colorTan);border-radius:5px;margin:10px 0 0;padding:10px}.tweet-body:hover{border:#fff}.picture{-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;border:2px solid #fff;-webkit-box-shadow:0 0 5px 0 rgba(51,3,0,.2);box-shadow:0 0 5px 0 rgba(51,3,0,.2);border-radius:50%;width:48px;height:48px}.name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:15px;font-size:12px;font-weight:700}.handle{color:#9e978d;color:var(--colorTan)}.handle,.time{margin-left:10px;font-size:12px}.tweet{margin-left:15px;margin-top:7px;font-size:14px}.tw-link{background-color:#d0c9bf;background-color:var(--colorMatza);color:#9e978d;color:var(--colorTan);display:block;font-weight:400;text-align:center;border:none;border-radius:10px;margin:20px 0 0;padding:5px}.newton{background-image:url(/images/not-found/error/14627.jpg)}.federer{background-image:url(/images/not-found/error/262376.jpg)}.disney{background-image:url(/images/not-found/error/32917.jpg)}.vangogh{background-image:url(/images/not-found/error/32603.jpg)}.dagama{background-image:url(/images/not-found/error/45080.jpg)}.laozi{background-image:url(/images/not-found/error/65119.jpg)}.agnez{background-image:url(/images/not-found/error/14611137.jpg)}.curie{background-image:url(/images/not-found/error/20408.jpg)}.racing-driver{background-image:url(/images/profile/occupation/racing-driver.jpg)}.fashion-designer{background-image:url(/images/profile/occupation/fashion-designer.jpg)}.celebrity{background-image:url(/images/profile/occupation/celebrity.jpg)}@media (max-width:750px){.about-section{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.top-10 h2{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem;border-bottom:1px solid grey;font-size:3.3rem;font-size:var(--sizeXL);padding:0 0 10px;margin:0 0 20px;text-align:center}.top-10 p{font-size:28.8px;font-size:1.8rem;line-height:3.06rem;margin:0 0 40px;font-weight:400}.top-person{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 40px}.top-person .top-person-img{margin:0 20px 0 0}.top-person .top-person-img img{width:240px;width:180px}.top-person .top-person-details h3{font-size:26px;margin:0 0 10px}.top-person .top-person-details p{font-size:28.8px;font-size:1.8rem;line-height:3.06rem;margin:0 0 10px;font-weight:400;width:100%}.top-person .top-person-details p.wiki-summary{font-size:22.4px;font-size:1.4rem;line-height:2.38rem}.fancy-button{color:#fff;color:var(--white);background-color:#4b4a48;background-color:var(--colorSlate);border:none;border-radius:4px;padding:1em 1.5em;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;font-size:1.4rem;font-size:var(--sizeBody);font-weight:800;-webkit-transition:opacity .3s ease-out,background .3s ease-out,-webkit-box-shadow .1s ease-out;transition:opacity .3s ease-out,background .3s ease-out,-webkit-box-shadow .1s ease-out;transition:opacity .3s ease-out,background .3s ease-out,box-shadow .1s ease-out;transition:opacity .3s ease-out,background .3s ease-out,box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out}.fancy-button>.fancy-button-text{margin-right:.5em}.fancy-button>.fancy-button-icon{width:1.125em;vertical-align:middle;position:relative;top:-.075em;-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}.fancy-button>.fancy-button-icon>svg{width:100%;height:auto}.fancy-button[disabled]{opacity:.5;cursor:default;pointer-events:none}.fancy-button:not([disabled]):focus,.fancy-button:not([disabled]):hover{background-color:#36687f;background-color:var(--colorCtrl);-webkit-box-shadow:0 .125em 1em color(#4b4a48 a(.5));-webkit-box-shadow:0 .125em 1em color(var(--colorSlate) a(.5));box-shadow:0 .125em 1em color(#4b4a48 a(.5));box-shadow:0 .125em 1em color(var(--colorSlate) a(.5))}.fancy-button:not([disabled]):focus>.fancy-button-icon,.fancy-button:not([disabled]):hover>.fancy-button-icon{-webkit-transform:scale(1.125);transform:scale(1.125)}.fancy-button:not([disabled]):focus>.fancy-button-icon[class*=arrow-right],.fancy-button:not([disabled]):hover>.fancy-button-icon[class*=arrow-right]{-webkit-transform:scale(1.125) translateX(.075em);transform:scale(1.125) translateX(.075em)}.welcome{position:relative;z-index:1;background-color:#e4e4e1;background-color:var(--colorLint);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.welcome-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1;opacity:.4;overflow:hidden}.welcome-intro{padding-top:14vh;padding-bottom:14vh;margin-left:auto;margin-right:auto;text-align:center;color:#cfdae2;color:var(--light-3)}.welcome-intro-heading{padding-left:1.5rem;padding-left:var(--gutter-md);padding-right:1.5rem;padding-right:var(--gutter-md);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:400;font-weight:var(--label-font-weight)}.welcome-intro-heading>*{display:block}.welcome-intro-heading-logo{margin:.75rem auto;margin:var(--gutter-sm) auto;overflow:hidden}.welcome-intro-heading-logo,.welcome-intro-heading-logo>*{width:208px;width:13rem;max-width:100%}.welcome-intro-heading-logo>*{margin-top:-10%}.welcome-intro-logo-list{list-style-type:none;padding-left:0;margin-top:0;margin-bottom:0}.welcome-intro-logo-item{width:auto;display:inline-block}.welcome-intro-logo-link{display:block;padding:1rem;opacity:.75;-webkit-transition:opacity .1s ease-out,-webkit-transform .1s ease-out;transition:opacity .1s ease-out,-webkit-transform .1s ease-out;transition:opacity .1s ease-out,transform .1s ease-out;transition:opacity .1s ease-out,transform .1s ease-out,-webkit-transform .1s ease-out}.welcome-intro-logo-link:focus,.welcome-intro-logo-link:hover{opacity:1;-webkit-transform:scale(1.075);transform:scale(1.075)}.welcome-intro-logo-img{max-height:30px;max-height:1.875rem}.welcome-form-outer{padding:0 2.25rem 2.25rem;padding:0 var(--gutter-lg) var(--gutter-lg) var(--gutter-lg);position:relative}.welcome-form-outer,.welcome-form-outer:before{background-color:#f4f4f1;background-color:var(--colorEggshell)}.welcome-form-outer:before{content:"";display:block;width:100%;height:10vh;position:absolute;top:-10vh;left:0;right:0;border-top-left-radius:50% 100%;border-top-right-radius:50% 100%}.welcome-form-inner{width:960px;width:60rem;max-width:100%;margin-left:auto;margin-right:auto}.welcome-form-inner .welcome-form>:not(:last-child){margin-bottom:1.5rem;margin-bottom:var(--gutter-md)}@media (min-width:768px){.welcome-form-inner .welcome-form-select-wrapper{display:inline-block;width:calc(50% - 2rem)}.welcome-form-inner .welcome-form-select-wrapper:first-child:after{content:"+";display:block;font-size:2rem;font-size:var(--font-xxl);color:#8a97ae;color:var(--dark-1);position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-1.25em;padding-top:.75em}.welcome-form-inner .welcome-form-select-wrapper:nth-child(2){left:64px;left:4rem}}.welcome-form-select-wrapper>.cp-button-group>.cp-button,.welcome-form-select-wrapper>.cp-select-label>.cp-select-text{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:800;color:#82817f;color:var(--colorStone);padding:.25em .5em}.welcome-form-select-wrapper>.cp-button-group>.cp-button{background:none;border:none;-webkit-transition:color .1s ease-out;transition:color .1s ease-out}.welcome-form-select-wrapper>.cp-button-group>.cp-button:first-child,.welcome-form-select-wrapper>.cp-select-label>.cp-select-text:first-child{margin-left:-.5em}.welcome-form-select-wrapper>.cp-button-group{display:block}.welcome-form-select-wrapper>.cp-button-group>.cp-button:first-child{border-right:1px solid #8a97ae;border-right:1px solid var(--dark-1)}.welcome-form-select-wrapper>.cp-button-group>.cp-button.is-inactive{color:#8a97ae;color:var(--dark-1)}.welcome-form-select-wrapper>.cp-button-group>.cp-button.is-inactive:focus,.welcome-form-select-wrapper>.cp-button-group>.cp-button.is-inactive:hover{color:#ffcd33;color:var(--accent)}.welcome-form-select-wrapper>.cp-select-label>.cp-select{font-weight:400;font-weight:var(--base-font-weight);background:none;border-width:0 0 2px;border-bottom-color:#8a97ae;border-bottom-color:var(--dark-1);padding-top:.25em}.welcome-form-select-wrapper>.cp-select-label>.cp-select:hover{border-bottom-color:#cfdae2;border-bottom-color:var(--light-3)}.welcome-form-select-wrapper>.cp-select-label>.cp-select:focus{border-bottom-color:#ffcd33;border-bottom-color:var(--accent)}.welcome-form-select-wrapper{position:relative;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.welcome-form-select-wrapper>.welcome-form-select-icon{width:1.25rem;width:var(--font-lg);height:auto;position:absolute;bottom:.75rem;bottom:var(--gutter-sm);margin-bottom:1px}.welcome-form-select-wrapper[disabled]{opacity:.5;pointer-events:none}@media (max-width:767px){.welcome-form-button-wrapper{margin-top:2.25rem;margin-top:var(--gutter-lg)}.welcome-form-button-wrapper>.welcome-form-button{display:block;width:100%}}@media (min-width:768px){.welcome-form-button-wrapper{text-align:center;margin-top:1.5rem;margin-top:var(--gutter-md);margin-bottom:1.5rem;margin-bottom:var(--gutter-md)}}.sample-ctr-occs h2{padding:20px 0 0;text-align:center}.sample-ctr-occs .sample-ctr-occs-list{list-style-type:none;margin-top:0;margin-bottom:0;-webkit-columns:4 200px;-moz-columns:4 200px;columns:200px 4;grid-column-gap:4em;-webkit-column-rule:1px dotted #ddd;-moz-column-rule:1px dotted #ddd;column-rule:1px dotted #ddd;column-break-inside:avoid;-webkit-column-break-inside:avoid;padding:20px}.sample-ctr-occs .sample-ctr-occs-list ul{list-style-type:none;padding-left:0;margin-top:0;margin-bottom:0}.sample-ctr-occs .sample-ctr-occs-list ul li a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:4px 0}.sample-ctr-occs .sample-ctr-occs-list img.country-flag{margin:0 5px 0 0;width:20px}.error-banner{height:150%;background-size:50%;background-repeat:repeat;background-position:0 0;width:100%;position:fixed;top:0;z-index:0}@media (max-width:768px){.error-banner{background-size:contain}}.error-banner img{width:100%}.error-container{position:absolute;width:100%;z-index:1;height:100vh}.error-container .error-msg{font-size:3.6rem;font-size:var(--sizeXXL);font-weight:600;line-height:4.68rem;line-height:calc(var(--sizeXXL)*1.3);color:#f4f4f1;color:var(--colorEggshell);margin:54px auto 0;padding:100px 0 80px;text-align:center}.error-container .footer-title{max-width:500px;margin:0 30px 30px}.error-container .footer-title a{font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer}.error-container .footer-title a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.error-container .footer-title img{width:16px;margin:0 4px -2px}.error-container .page p{color:#afaaa4;color:var(--colorSand)}.error-container .page .error-photo{background-color:#4b4a48;background-color:var(--colorSlate)}.newton{background-image:url(/images/misc/error/14627.jpg)}.federer{background-image:url(/images/misc/error/262376.jpg)}.disney{background-image:url(/images/misc/error/32917.jpg)}.vangogh{background-image:url(/images/misc/error/32603.jpg)}.dagama{background-image:url(/images/misc/error/45080.jpg)}.laozi{background-image:url(/images/misc/error/65119.jpg)}.agnez{background-image:url(/images/misc/error/14611137.jpg)}.curie{background-image:url(/images/misc/error/20408.jpg)}.error-photo.sports{background-color:#bb3b57;background-color:var(--colorSports)}.error-photo.arts{background-color:#d28629;background-color:var(--colorArts)}.error-photo.publicfigure{background-color:#67af8c;background-color:var(--colorPublicFigure)}.about,.data{max-width:950px;margin:0 auto;padding:90px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.about .page-nav,.data .page-nav{-webkit-box-flex:0;-ms-flex:0 1 200px;flex:0 1 200px}.about .page-nav .page-items,.data .page-nav .page-items{padding:0;margin:0;list-style-type:none}.about .page-nav .item,.data .page-nav .item{padding:8px 0}.about .page-nav .item-link,.data .page-nav .item-link{color:#363636;color:var(--colorDark);text-decoration:none}.about .page-nav .item-link:hover,.data .page-nav .item-link:hover{opacity:.7}.about>div,.data>div{-webkit-box-flex:1;-ms-flex:1;flex:1 1}.about-page,.data-page,.yearbook-page{max-width:90%;max-width:calc(100% - 30px)}@media (min-width:751px){.about-page,.data-page,.yearbook-page{max-width:calc(100% - 60px)}}.about-page,.data-page,.yearbook-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:1024px;margin:0 auto;border-top:1px solid #d6d6d0;border-top:1px solid var(--colorCardboard);padding:80px 0}.about-page .error-photo,.data-page .error-photo,.yearbook-page .error-photo{background-size:contain}.about-page .p2-authors,.data-page .p2-authors,.yearbook-page .p2-authors{margin-top:30px}.about-page .page-nav,.data-page .page-nav,.yearbook-page .page-nav{-webkit-box-flex:0;-ms-flex:0 1 200px;flex:0 1 200px;-ms-flex-item-align:start;align-self:flex-start;position:sticky;padding-top:20px;top:80px}@media (max-width:750px){.about-page .page-nav,.data-page .page-nav,.yearbook-page .page-nav{display:none}}.about-page .page-nav .page-items,.data-page .page-nav .page-items,.yearbook-page .page-nav .page-items{padding:0;margin:0;list-style-type:none}.about-page .page-nav .item,.data-page .page-nav .item,.yearbook-page .page-nav .item{padding:8px 0}.about-page .page-nav .item-link,.data-page .page-nav .item-link,.yearbook-page .page-nav .item-link{color:#82817f;color:var(--colorStone)}.about-page .page-nav .item-link.is-active,.data-page .page-nav .item-link.is-active,.yearbook-page .page-nav .item-link.is-active{font-weight:600;color:#363636;color:var(--colorDark)}.about-page>div,.data-page>div,.yearbook-page>div{-webkit-box-flex:1;-ms-flex:1;flex:1 1}.about-page .section+.section,.data-page .section+.section,.yearbook-page .section+.section{margin-top:50px}.about-page .video-wrapper,.data-page .video-wrapper,.yearbook-page .video-wrapper{background-color:#afaaa4;background-color:var(--colorSand);padding-top:56%;max-width:100%;overflow:hidden;position:relative}.about-page .video-wrapper iframe,.data-page .video-wrapper iframe,.yearbook-page .video-wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.about-page h1,.data-page h1,.yearbook-page h1{font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);font-weight:400;line-height:1.7rem;line-height:var(--sizeML);text-transform:uppercase;letter-spacing:.1rem;margin:30px 0}.about-page h2,.data-page h2,.yearbook-page h2{font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);font-weight:400;letter-spacing:0;color:#000;color:var(--colorBlackhole);text-transform:none;margin:2.5em 0 5px;font-weight:700}.about-page h2.obj-title,.data-page h2.obj-title,.yearbook-page h2.obj-title{text-align:center;margin:40px auto 15px}.about-page h3,.data-page h3,.yearbook-page h3{font-size:1.6rem;font-size:var(--sizeMedium);font-weight:400;letter-spacing:.05rem;line-height:1.7rem;letter-spacing:.5px}.about-page dl>*,.about-page p,.data-page dl>*,.data-page p,.yearbook-page dl>*,.yearbook-page p{font-size:1.4rem;font-size:var(--sizeBody);line-height:2.8rem;line-height:calc(var(--sizeBody)*2);margin:0;font-weight:400}.about-page dl>*+p,.about-page p+p,.data-page dl>*+p,.data-page p+p,.yearbook-page dl>*+p,.yearbook-page p+p{margin-top:5px}.about-page dl>*>span,.about-page p>span,.data-page dl>*>span,.data-page p>span,.yearbook-page dl>*>span,.yearbook-page p>span{font-style:italic}.about-page dl>.intro,.about-page p.intro,.data-page dl>.intro,.data-page p.intro,.yearbook-page dl>.intro,.yearbook-page p.intro{margin-bottom:15px}.about-page dl>.outro,.about-page p.outro,.data-page dl>.outro,.data-page p.outro,.yearbook-page dl>.outro,.yearbook-page p.outro{margin-top:15px}.about-page dl>* a,.about-page p a,.data-page dl>* a,.data-page p a,.yearbook-page dl>* a,.yearbook-page p a{font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer}.about-page dl>* a:hover,.about-page p a:hover,.data-page dl>* a:hover,.data-page p a:hover,.yearbook-page dl>* a:hover,.yearbook-page p a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.about-page dt,.data-page dt,.yearbook-page dt{color:#82817f;color:var(--colorStone);font-weight:700}.about-page dd,.data-page dd,.yearbook-page dd{color:#4b4a48;color:var(--colorSlate);line-height:1;margin-bottom:1em}.about-page dd,.about-page dt,.data-page dd,.data-page dt,.yearbook-page dd,.yearbook-page dt{display:block}.about-page dd:after,.data-page dd:after,.yearbook-page dd:after{content:"\A";display:block}.about-page input,.data-page input,.yearbook-page input{display:block;width:100%;margin:10px 0 40px;height:30px;padding:7px 5px 3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #9e978d;border:1px solid var(--colorTan);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0;background-color:hsla(0,0%,100%,0);background-repeat:no-repeat;color:#36687f;color:var(--colorCtrl);font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-weight:600;font-size:1.2rem;font-size:var(--sizeSmall);line-height:1.4rem;line-height:var(--sizeBody)}.about-page .long-text,.data-page .long-text,.yearbook-page .long-text{padding:0}.about-page .long-text p+p,.data-page .long-text p+p,.yearbook-page .long-text p+p{margin-top:10px}.about-page .cc-img,.data-page .cc-img,.yearbook-page .cc-img{display:block;margin:0 auto 10px;text-align:center}.about-page .formulas,.data-page .formulas,.yearbook-page .formulas{margin:20px auto}.about-page .formulas p,.data-page .formulas p,.yearbook-page .formulas p{text-align:center}.about-page .formulas img.f1,.data-page .formulas img.f1,.yearbook-page .formulas img.f1{height:17px}.about-page .formulas img.f2,.data-page .formulas img.f2,.yearbook-page .formulas img.f2{height:44px}.about-page .formulas img.f3,.data-page .formulas img.f3,.yearbook-page .formulas img.f3{height:33px}.about-page .formulas img.f4,.data-page .formulas img.f4,.yearbook-page .formulas img.f4{height:37.5px}.about-page .api-container h3,.data-page .api-container h3,.yearbook-page .api-container h3{margin-top:2em}.about-page .api-container .item,.data-page .api-container .item,.yearbook-page .api-container .item{font-size:1.4rem;font-size:var(--sizeBody);line-height:2.8rem;line-height:calc(var(--sizeBody)*2);margin:0;font-weight:400}.about-page .footer-title,.data-page .footer-title,.yearbook-page .footer-title{font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);font-weight:400;letter-spacing:0;display:block;text-align:center;margin:40px auto 10px}.about-page .footer-carousel-container,.data-page .footer-carousel-container,.yearbook-page .footer-carousel-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;list-style-type:none;padding:0;margin:0}.about-page .footer-carousel-item,.data-page .footer-carousel-item,.yearbook-page .footer-carousel-item{display:inline-block;width:145px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:10px 20px}.about-page .footer-carousel-item-photo,.data-page .footer-carousel-item-photo,.yearbook-page .footer-carousel-item-photo{display:block;width:145px;height:145px;overflow:hidden;position:relative;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d0c9bf;border:1px solid var(--colorMatza)}.about-page .footer-carousel-item-photo a,.data-page .footer-carousel-item-photo a,.yearbook-page .footer-carousel-item-photo a{background-size:contain;background-position:50% 0;background-repeat:no-repeat;width:100%;height:100%;display:block}.about-page .footer-carousel-item-photo a img,.data-page .footer-carousel-item-photo a img,.yearbook-page .footer-carousel-item-photo a img{width:103%;height:104%;left:-2%;position:relative;top:-2%}.about-page .footer-carousel-item-title,.data-page .footer-carousel-item-title,.yearbook-page .footer-carousel-item-title{margin:13px 0 0;padding:0;font-size:12px;line-height:18px;font-weight:700;text-transform:uppercase;letter-spacing:.01em}.about-page .footer-carousel-item-title a,.data-page .footer-carousel-item-title a,.yearbook-page .footer-carousel-item-title a{color:#f4f4f1;color:var(--colorEggshell);font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer}.about-page .footer-carousel-item-title a:hover,.data-page .footer-carousel-item-title a:hover,.yearbook-page .footer-carousel-item-title a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.about-page p,.data-page p,.yearbook-page p{max-width:100%;font-size:16px;line-height:22px;letter-spacing:.05em;margin:0 0 30px}.cesar{background-image:url(/images/about/team/cesar_hidalgo.png)}.cristian{background-image:url(/images/about/team/cristian_jara_figueroa.jpg)}.dw{background-image:url(/images/logos/logo_datawheel.png)}.amy{background-image:url(/images/about/team/amy_yu.png)}.kevin{background-image:url(/images/about/team/kevin_hu.png)}.shahar{background-image:url(/images/about/team/shahar_ronen.png)}.deepak{background-image:url(/images/about/team/deepak_jagdish.png)}.defne{background-image:url(/images/about/team/defne_gurel.png)}.tiffany{background-image:url(/images/about/team/tiffany_lu.jpg)}.ali{background-image:url(/images/about/team/ali_almossawi.jpg)}.andrew{background-image:url(/images/about/team/andrew_mao.png)}dl.download-dl dd,dl.download-dl dt{font-size:16px;line-height:22px;letter-spacing:.05em}dl.download-dl dd a,dl.download-dl dt a{color:#363636;color:var(--colorDark)}:root{--viz-height:70vh}.explore-container{width:100%;margin:90px auto 5px;-webkit-box-sizing:border-box;box-sizing:border-box}.explore-title{width:600px;max-width:100%;margin:0 auto;font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-size:1.7rem;font-size:var(--sizeML);letter-spacing:0;color:#000;color:var(--colorBlackhole);text-transform:none}.explore-date,.explore-title{text-align:center;font-weight:400}.explore-date{font-size:1.6rem;font-size:var(--sizeMedium);letter-spacing:.05rem;line-height:1.7rem;margin:3px 0;color:#9e978d;color:var(--colorTan);letter-spacing:.5px}.explore-head p{text-align:center;font-style:italic;font-size:12px;margin-top:5px}.explore,.rankings{color:#4b4a48;color:var(--colorSlate);padding-bottom:60px;padding-left:24px;padding-right:24px;-webkit-box-sizing:border-box;box-sizing:border-box}.rankings{max-width:1400px;margin:0 auto}@media (min-width:751px){.explore,.rankings{padding-top:5px}}@media (max-width:750px){.explore,.rankings{padding-top:10px}}.explore-viz-container,.ranking-table-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1 1}.explore-viz-container{height:70vh;height:var(--viz-height);min-height:500px;position:relative}.explore-viz-container .viz{position:absolute!important;height:100%}@media (min-width:751px){.explore-viz-container{margin-left:12px;top:-3px;min-height:687px}}.explore-head{margin-bottom:25px}@media (max-width:750px){.explore-head{margin-top:-32px}}.rankings .explore-title{text-transform:capitalize}.explore-body{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:751px){.explore-body{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (max-width:750px){.explore-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.explore-controls{-webkit-transition:width 1s;transition:width 1s}@media (min-width:751px){.explore-controls{-webkit-box-flex:0;-ms-flex:0 0 208px;flex:0 0 208px;padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:208px}}@media (max-width:750px){.explore-controls{position:absolute;top:40px;left:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;z-index:98}}.explore-controls h3{color:#82817f;color:var(--colorStone);font-size:1.1rem;font-size:var(--sizeXS);line-height:1.43rem;line-height:calc(var(--sizeXS)*1.3);font-weight:400;letter-spacing:0;text-transform:uppercase;margin:0 0 5px}.explore-controls h4{font-size:.9rem;font-size:var(--sizeXXS);color:#4b4a48;color:var(--colorSlate);font-weight:400;letter-spacing:.07rem;line-height:.9rem;line-height:var(--sizeXXS);text-transform:uppercase;margin:0}.explore-controls span{color:#82817f;color:var(--colorStone);font-size:1.1rem;font-size:var(--sizeXS);line-height:1.43rem;line-height:calc(var(--sizeXS)*1.3);font-weight:400;letter-spacing:0;text-transform:uppercase;margin:auto}.explore-controls select{width:100%;background-image:url(/images/ui/tri-dd-down.svg);background-position:100% 50%;background-size:30px 7px;cursor:pointer;height:30px;padding:7px 5px 3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #9e978d;border:1px solid var(--colorTan);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0;background-color:hsla(0,0%,100%,0);background-repeat:no-repeat;color:#36687f;color:var(--colorCtrl);font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-weight:600;font-size:1.2rem;font-size:var(--sizeSmall);line-height:1.4rem;line-height:var(--sizeBody)}.explore-controls select.add-control-input{margin-top:10px}.explore-controls .filter+.filter{margin:23px 0 0}.explore-controls .filter select{margin-top:7px}.explore-controls .switch-explore-link{font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer;font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;text-transform:uppercase;letter-spacing:.07rem;position:relative}.explore-controls .switch-explore-link:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.explore-controls .switch-explore-link:before{content:"";position:relative;display:inline-block;background:url(/images/ui/tri-right-b.svg) no-repeat;background-size:contain;width:7px;height:13px;margin:0 3px -4px 0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.explore-controls .switch-explore-link:after{content:"";position:absolute;display:inline-block;background:url(/images/nav/explore.svg) no-repeat;background-size:contain;top:-2px;right:-20px;width:17px;height:17px}.explore-controls .flat-options label{margin:10px 0 0;color:#82817f;color:var(--colorStone);font-size:1.1rem;font-size:var(--sizeXS);line-height:1.43rem;line-height:calc(var(--sizeXS)*1.3);font-weight:400;letter-spacing:0;text-transform:uppercase}.explore-controls .flat-options label.active{color:#363636;color:var(--colorDark);font-weight:700}.explore-controls .options{padding-left:1px}.explore-controls .options a{font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer;color:#82817f;color:var(--colorStone);font-size:1.1rem;font-size:var(--sizeXS);line-height:1.43rem;line-height:calc(var(--sizeXS)*1.3);font-weight:400;letter-spacing:0;text-transform:uppercase;color:inherit}.explore-controls .options a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.explore-controls .options a.active{color:#363636;color:var(--colorDark);font-weight:700;border-bottom:2px solid #718d9a;border-bottom:2px solid var(--colorCtrlShape)}.explore-controls .options a.active:hover{border-bottom:2px solid #718d9a;border-bottom:2px solid var(--colorCtrlShape);cursor:default}.explore-controls .viztype-options li{padding-top:.625em}.explore-controls .viztype-options a{margin-left:20px}.explore-controls .viztype-options a:before{content:"";position:absolute;background-repeat:no-repeat;background-size:contain;width:1.25em;height:1.25em;margin:1px 0 0 -20px}.explore-controls .viztype-options a.treemap:before{background-image:url(/images/explore/treemap.svg)}.explore-controls .viztype-options a.stackedarea:before{background-image:url(/images/explore/stacked.svg)}.explore-controls .viztype-options a.linechart:before{background-image:url(/images/explore/line.svg)}.explore-controls .viztype-options a.map:before{background-image:url(/images/explore/map.svg)}.explore-controls .viztype-options a.occupations:before{background-image:url(/images/explore/occupations.svg);background-position:50% 0}.explore-controls .viztype-options a.people:before{background-image:url(/images/explore/people.svg);background-position:50% 0}.explore-controls .viztype-options a.places:before{background-image:url(/images/explore/places.svg);background-position:50% 0}.explore-controls .viztype-options a.d-3:before{background-image:url(/images/explore/d-3.svg)}.explore-controls .viztype-options a.d-2:before{background-image:url(/images/explore/d-2.svg);background-size:10px 9px;background-position:50% 0}.explore-controls .viztype-options a.d-1:before{background-image:url(/images/explore/d-1.svg);background-size:5px 5px;background-position:50% 50%}.explore-controls .viztype-options a.disabled{cursor:not-allowed;opacity:.7;pointer-events:none}.explore-controls .flat-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.explore-controls .flat-options li{display:inline-block}.explore-controls .flat-options li:after{content:"|";font-size:11px;padding:0 4px}.explore-controls .flat-options li:last-child:after{content:""}.explore-controls .flat-options li a.disabled{cursor:not-allowed;opacity:.7;pointer-events:none}.explore-controls .flat-options-w-title,.explore-controls .flat-options-w-title ul{display:-webkit-box;display:-ms-flexbox;display:flex}.explore-controls .flat-options-w-title ul{margin:0}.explore-controls .flat-options-w-title h3{display:inline-block;margin:0 6px 0 0}.explore-controls .subfilter{margin-top:10px}.explore-controls .subfilter .options{padding-left:0}.explore-controls .control-group{background-color:#f4f4f1;background-color:var(--colorEggshell);border:1px solid #afaaa4;border:1px solid var(--colorSand);padding:16px;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:751px){.explore-controls .control-group{margin-bottom:9px;padding:11px}}@media (max-width:750px){.explore-controls .control-group{border-bottom-color:#d0c9bf;border-bottom-color:var(--colorMatza);border-top-color:#d0c9bf;border-top-color:var(--colorMatza);margin-bottom:-1px;-webkit-box-shadow:3px 0 2px rgba(175,170,164,.3),-2px 0 1px rgba(175,170,164,.3);-webkit-box-shadow:3px 0 2px var(--colorSandOverlay),-2px 0 1px var(--colorSandOverlay);box-shadow:3px 0 2px rgba(175,170,164,.3),-2px 0 1px rgba(175,170,164,.3);box-shadow:3px 0 2px var(--colorSandOverlay),-2px 0 1px var(--colorSandOverlay);display:none}.explore-controls .control-group:last-child{-webkit-box-shadow:0 2px 1px rgba(175,170,164,.3),3px 0 2px rgba(175,170,164,.3),-2px 0 1px rgba(175,170,164,.3);-webkit-box-shadow:0 2px 1px var(--colorSandOverlay),3px 0 2px var(--colorSandOverlay),-2px 0 1px var(--colorSandOverlay);box-shadow:0 2px 1px rgba(175,170,164,.3),3px 0 2px rgba(175,170,164,.3),-2px 0 1px rgba(175,170,164,.3);box-shadow:0 2px 1px var(--colorSandOverlay),3px 0 2px var(--colorSandOverlay),-2px 0 1px var(--colorSandOverlay);border-bottom-color:#afaaa4;border-bottom-color:var(--colorSand)}}.explore-controls .share-group li:not(:last-child){margin-right:1.5em}.explore-controls .share-group li:after{content:"";padding:0}.explore-controls .share-group li a{vertical-align:text-bottom}.explore-controls .share-group li a:hover{border-bottom:0;opacity:.5}.explore-controls .advanced-group span{margin-right:15px;margin-left:10px}.explore-controls .flat-group,.explore-controls .year-inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.explore-controls .year-inputs{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:6px}.explore-controls .year-inputs input{padding:7px 5px 3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #9e978d;border:1px solid var(--colorTan);border-radius:0;background-color:hsla(0,0%,100%,0);background-repeat:no-repeat;color:#36687f;color:var(--colorCtrl);font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-weight:600;font-size:1.2rem;font-size:var(--sizeSmall);line-height:1.4rem;line-height:var(--sizeBody);text-align:center;width:70px}.control-header,.explore-controls .year-inputs input{height:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.control-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;background-color:#4b4a48;background-color:var(--colorSlate)}.control-header.mobile{width:calc(100% - 90px);border:none;top:-36px;border-radius:15px;padding-left:15px;padding-right:15px}.control-header:hover .control-icon{background-image:url(/images/icons/icon-hide-h.svg)}.control-header:active .control-icon{background-image:url(/images/icons/icon-show.svg)}.control-header h2{margin:0;color:#f4f4f1;color:var(--colorEggshell);font-size:1.2rem;font-size:var(--sizeSmall);letter-spacing:.05rem;font-weight:400}@media (min-width:751px){.control-header{padding:10px 5px 7px 30px}.control-header.mobile{display:none}}@media (max-width:750px){.control-header{position:absolute;top:-30px;right:45px;left:45px;padding:6px;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.control-header.desktop{display:none}}@media (min-width:751px){.control-header h2{position:relative;margin:0}.control-header h2.rankings:before{content:"";position:absolute;background:url(/images/icons/icon-rankings.svg) no-repeat;background-size:contain;width:16px;height:9px;margin:-2px 0 0 -20px}.control-header h2.viz-explorer:before{content:"";position:absolute;background:url(/images/icons/icon-explore.svg) no-repeat;background-size:contain;width:17px;height:17px;margin:-2px 0 0 -20px}}.control-header .control-icon{background-repeat:no-repeat;background-image:url(/images/icons/icon-hide.svg);background-position:50%;background-size:contain;width:19px;height:12px;cursor:pointer}@media (max-width:750px){.main-selector .filter h3{margin:0}}@media (min-width:640px) and (max-width:750px){.main-selector .filter+.filter{margin:0}}@media (max-width:639px){.main-selector .filter+.filter{margin:20px 0 0}}@media (max-width:750px){.main-selector .viztype-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.main-selector .viztype-options li{padding:13px 5px 3px}}.explore-controls .helper-text{display:none}@media (min-width:751px){.explore-controls.hide{-webkit-box-sizing:border-box;box-sizing:border-box;height:70vh;height:var(--viz-height);width:38px;-webkit-box-flex:0;-ms-flex:0 0 38px;flex:0 0 38px}.explore-controls.hide .control-icon{background-image:url(/images/icons/icon-show.svg);margin-bottom:-8px}.explore-controls.hide .control-icon:hover{background-image:url(/images/icons/icon-hide.svg);margin-bottom:0;margin-top:-2px}.explore-controls.hide .control-group{display:none}.explore-controls.hide .helper-text{display:inline-block;color:#f4f4f1;color:var(--colorEggshell);font-size:1.2rem;font-size:var(--sizeSmall);letter-spacing:.05rem;font-weight:400;font-size:1em;text-transform:capitalize}}@media (max-width:750px){.explore-controls.mobile-show .control-group{display:block}.explore-controls .filter+.filter{margin-top:1em}.explore-controls .viztype-options>li{padding:.5em 0}.explore-controls .viztype-options>li:not(:last-child){margin-right:2em}}@media (min-width:751px){.explore-controls.hide .control-header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%;padding:20px 0 0;position:relative}.explore-controls.hide .control-header h2{-webkit-transform:rotate(270deg);transform:rotate(270deg);display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:124px}}.explore-body{width:100%}.embed .explore-container{width:100%;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.embed .explore,.embed .explore-container,.embed .explore-container>div{-webkit-box-flex:1;-ms-flex:1;flex:1 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.embed .explore{padding:0}.embed .explore>div.explore-head{-webkit-box-flex:0;-ms-flex:0;flex:0 1;margin:0}.embed .explore>div.explore-body{-webkit-box-flex:1;-ms-flex:1;flex:1 1}.embed .explore-viz-container{height:auto;margin:0;min-height:auto}.ranking-table-container .ReactTable{min-height:200px}.ranking-table-container .ReactTable .rt-noData{background:none;bottom:20px}.ranking-table-container .bp3-popover-wrapper.table-tooltip-trigger{display:block!important}.ranking-table-container .bp3-popover-wrapper.table-tooltip-trigger .bp3-popover-target{display:block}.ranking-table-container .bp3-popover-wrapper.table-tooltip-trigger .bp3-icon{vertical-align:top}@media (min-width:751px){.ranking-table-container{padding:0 0 10px 20px;max-width:calc(100% - 20px);overflow-x:auto}}.ranking-table{overflow:hidden;position:relative;max-width:100%;overflow-x:auto}.ranking-table table{border-spacing:0;border:1px solid rgba(0,0,0,.05)}.ranking-table table tr:last-child td{border-bottom:0}.ranking-table table td,.ranking-table table th{margin:0;padding:.5rem;border-bottom:1px solid rgba(0,0,0,.05);border-right:1px solid rgba(0,0,0,.05);text-align:left;vertical-align:top}.ranking-table table td :last-child,.ranking-table table th :last-child{border-right:0}.ranking-table table td.cell_numeric,.ranking-table table th.cell_numeric{text-align:right}.ranking-table table td.nowrap,.ranking-table table th.nowrap{white-space:nowrap}.ranking-table table td .u-positive-text,.ranking-table table th .u-positive-text{color:#10b28a!important}.ranking-table table td .u-negative-text,.ranking-table table th .u-negative-text{color:#b03b3b!important}.ranking-table table thead{-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,.15);box-shadow:0 2px 15px 0 rgba(0,0,0,.15)}.ranking-table table thead tr th{font-weight:400}.ranking-table table thead tr th.col-sort-asc{-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.ranking-table table thead tr th.col-sort-desc{-webkit-box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6);box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.ranking-table table thead tr:first-child{background:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05)}.ranking-table table thead tr:first-child th{text-align:center}.ranking-table table tbody tr:nth-child(odd){background-color:rgba(0,0,0,.03)}.ranking-table .rt-td{font-size:1.2rem;font-size:var(--sizeSmall);font-weight:400;font-size:11px}.ranking-table .rt-td a{font-weight:700;color:currentColor;text-decoration:none;outline:none;cursor:pointer;font-size:11px;font-weight:400;border-bottom:1px solid #fff;border-bottom:1px solid var(--colorSnow)}.ranking-table .rt-td a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.ranking-table .rt-td:first-child,.ranking-table .rt-td:nth-child(2),.ranking-table .rt-th:first-child,.ranking-table .rt-th:nth-child(2){text-align:left}.ranking-thumbnail{background-size:cover;background-repeat:no-repeat;-o-object-fit:cover;object-fit:cover;width:50px;height:50px}.ranking-head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.ranking-head select{margin-left:.5em}.ranking-head input{border:1px solid #9e978d;border:1px solid var(--colorTan);border-right-width:0;padding:.25em .5em;border-top-left-radius:4px;border-bottom-left-radius:4px}.ranking-head button{border:1px solid #82817f;border:1px solid var(--colorStone);background:none;cursor:pointer;padding:.25em .5em;border-top-right-radius:4px;border-bottom-right-radius:4px}@media (max-width:400px){.ranking-head{display:block}.ranking-head .ranking-result-count{margin-bottom:.5em}.ranking-head .ranking-search{display:-webkit-box;display:-ms-flexbox;display:flex}.ranking-head .ranking-search>input{color:#36687f;color:var(--colorCtrl);font-family:Amiko,Helvetica,Arial,sans-serif;font-family:var(--fontBody);font-weight:600;font-size:1.2rem;font-size:var(--sizeSmall);line-height:1.4rem;line-height:var(--sizeBody);-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}.ranking-pagination{padding:10px 0 7px;height:30px}.ranking-pagination span{font-weight:400}.ranking-pagination a,.ranking-pagination span{font-size:1.2rem;font-size:var(--sizeSmall);text-transform:uppercase;letter-spacing:.07rem}.ranking-pagination a{font-weight:700;color:currentColor;text-decoration:none;border-bottom:1px solid #d0c9bf;border-bottom:1px solid var(--colorMatza);outline:none;cursor:pointer;font-weight:400}.ranking-pagination a:hover{color:currentColor;text-decoration:none;border-bottom:1px solid}.ranking-pagination a:last-child:after{margin:0 0 -4px 3px}.ranking-pagination a:first-child:before,.ranking-pagination a:last-child:after{content:"";position:relative;display:inline-block;background:url(/images/ui/tri-right-b.svg) no-repeat;background-size:contain;width:7px;height:13px}.ranking-pagination a:first-child:before{margin:0 3px -4px 0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media (max-width:750px){.yearbook-page{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}}.yearbook-page .mobile-page-nav{display:none}@media (max-width:750px){.yearbook-page .mobile-page-nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.yearbook-page .mobile-page-nav>div{-webkit-box-flex:1;-ms-flex:1;flex:1 1}.yearbook-page .mobile-page-nav>div.drop{text-align:center}.yearbook-page .mobile-page-nav>div.next{text-align:right}h1{text-align:center}.portrait-container,.portrait-container-parent{display:-webkit-box;display:-ms-flexbox;display:flex}.portrait-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1 1}.portrait-container>div{-webkit-box-flex:1;-ms-flex:1;flex:1 1;padding:0 10px}.portrait-container>div:first-child{text-align:right}.portrait-container .portrait{position:relative;width:200px}.portrait-container .portrait img{-webkit-clip-path:ellipse(50% 50% at 50% 50%);clip-path:ellipse(50% 50% at 50% 50%)}.portrait-container .portrait .shadow{position:absolute;top:0;-webkit-box-shadow:25px 25px 50px 0 #f4f4f1 inset,-25px -25px 50px 0 #f4f4f1 inset;-webkit-box-shadow:25px 25px 50px 0 var(--colorEggshell) inset,-25px -25px 50px 0 var(--colorEggshell) inset;box-shadow:inset 25px 25px 50px 0 #f4f4f1,inset -25px -25px 50px 0 #f4f4f1;box-shadow:25px 25px 50px 0 var(--colorEggshell) inset,-25px -25px 50px 0 var(--colorEggshell) inset;width:100%;height:100%}@media (max-width:750px){.portrait-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.portrait-container:first-child{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.portrait-container .portrait{text-align:center!important;width:auto}.portrait-container .portrait-desc{text-align:center!important}.portrait-container .portrait-desc h2{margin:0 0 10px}}.top-grid{height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.top-grid,.top-grid>div{display:-webkit-box;display:-ms-flexbox;display:flex}.top-grid>div{-webkit-box-flex:1;-ms-flex:1 0 21%;flex:1 0 21%;margin:5px}.top-grid>div .grid-portrait-container{background-image:url(/images/misc/missing-person.jpg);background-repeat:no-repeat;margin:0 5px 0 0;-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;width:90px}.top-grid>div .grid-portrait-container>img{width:90px}.top-grid>div a{word-break:break-word}*{margin:0;padding:0}.btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.btn{-webkit-box-sizing:border-box;box-sizing:border-box;width:132px;height:43px;background:#fff;padding:12px;font-family:Arial;font-style:normal;font-weight:400;font-size:15px;line-height:17px;letter-spacing:.195em;text-transform:uppercase}.btn,.btn:hover{border:.5px solid #000;-webkit-box-shadow:2px 2px 0 rgba(0,0,0,.25);box-shadow:2px 2px 0 rgba(0,0,0,.25)}.btn:hover{background:#d3cdc3}.btn:disabled{cursor:default}.result{display:none}.result-block{-webkit-box-sizing:border-box;box-sizing:border-box;margin:50px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#f4f4f1;font-size:20px}.result-block-border{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:25px;width:350px;padding:30px;border:1px solid #000}@media (min-width:900px){.result-block-border{width:400px}}.result-title_fail,.result-title_success{width:100%;line-height:40px}.result-title_success:before{background:url(/images/icons/icon-win.svg) no-repeat 50%}.result-title_fail:before,.result-title_success:before{content:"";display:block;width:40px;height:40px;float:left;margin:0 6px 0 0}.result-title_fail:before{background:url(/images/icons/icon-info.svg) no-repeat 50%}.result-links-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none}.result-link{font-weight:600;line-height:25px;text-decoration:none;color:#000}.result-link:before{background:url(/images/icons/icon-link.svg) no-repeat 50%;width:25px;height:25px}.btn-share:before,.result-link:before{content:"";display:block;float:left;margin:0 5px 0 0}.btn-share:before{background:url(/images/icons/icon-share.svg) no-repeat 50%;width:20px;height:20px}.game{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.game,.game-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.game-header{grid-gap:6px;margin-top:43px;margin-bottom:44px}.game-goal,.game-name{margin:0;font-family:Helvetica;text-align:center}.game-name{font-weight:700;font-size:24px;line-height:28px}.game-goal{font-weight:400;font-size:16px;line-height:18px}.game-board{margin-top:31px}.board{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.board-list{list-style:none}.board-row-list,.panel-list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;grid-gap:4px}.board-row-list{margin:5px 0}.board-row-list-item,.panel-list-item{width:65px;height:65px}.board-row-list-item,.card,.panel-list-item{-webkit-box-sizing:border-box;box-sizing:border-box}.card{position:absolute;overflow:hidden;width:inherit;height:inherit;border:1px solid #878787;cursor:pointer}.card-title{bottom:0;position:absolute;width:100%;padding:2px 0;background:rgba(244,244,241,.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAM0lEQVQoU2P88uXDGR4eARMGHIARJI5PEVgBPkVwBbgUoSjApghDAboirAqQFeFUAFMEAHvkH63uqfBbAAAAAElFTkSuQmCC) repeat;font-size:8px;font-family:Marcellus,Times,serif;text-transform:uppercase;font-weight:600;text-align:center;color:#4b4a48}.card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.board-item{cursor:default}.correct:before{background:rgba(90,244,79,.5)}.correct:before,.wrong:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;display:block;-webkit-transition:background .3s linear;transition:background .3s linear}.wrong:before{background:rgba(201,56,23,.5)}.selected:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;display:block;background:hsla(0,0%,78.8%,.685);-webkit-transition:background .3s linear;transition:background .3s linear}.error-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:65px}.game-board .btn-list{margin:58px 0 40px}.btn-check:before{background:url(/images/icons/icon-ok.svg) no-repeat 50%;background-color:transparent}.btn-cancel:before,.btn-check:before{content:"";display:block;width:15px;height:15px;float:left;margin:0 5px 0 0}.btn-cancel:before{background-color:#fff;background:url(/images/icons/icon-close.svg) no-repeat 50%}@media (min-width:900px){.panel-list{grid-gap:5px}.panel-list-item{width:110px;height:110px}.error-block{height:110px}.game-header{grid-gap:9px;margin-top:48px;margin-bottom:42px}.game-name{font-weight:700;font-size:36px;line-height:41px}.game-goal{font-weight:400;font-size:20px;line-height:23px}.game-board{margin-top:41px;margin-bottom:34px}.card-title{font-size:12px}.game-board .btn-list{margin:20px 0}}.gettingstarted{.gif{width:100%}}.bp3-dialog{margin:50px 0;width:520px}@media (max-width:600px){.bp3-dialog{margin:70px 0;width:380px}}.consentform{img{width:100%}}.options{.button.lite{background-color:transparent;border:1px solid $primary;color:$black}}#consentbuttons{text-align:right}#consentno{background:none #5b5b5b;background-color:#fafaf3;font-size:20.8px;font-size:1.3rem;margin-right:5px;margin-bottom:5px;color:#46494a}#consentyes,#playTrivia{background:none #5b5b5b;background-color:#46494a;font-size:20.8px;font-size:1.3rem;margin-right:5px;margin-bottom:5px;color:beige}.question-wrapper{margin-bottom:10px;.bp3-button-group{width:80%;.bp3-button{.bp3-button-text{text-align:center}}}}.popupwrapper{color:$font-color}@media (max-width:600px){.bp3-dialog{margin:70px 0;width:380px;overflow:hidden}}.bp3-popover-content{max-height:200px;overflow-y:scroll}.popup{padding:20px;font-size:24px;font-size:1.5rem;.bp4-slider-handle{background-color:$primary;border-radius:99px;background-image:none;.bp4-slider-label{display:none}}}.bp4-menu{max-height:400px;overflow-y:scroll}.question-wrapper{margin-bottom:30px;.bp4-button-group{width:100%;.bp4-button{.bp3-button-text{text-align:center}}}}.options{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;.button.lite{background-color:transparent;border:1px solid $primary;color:$black}}#acceptbutton{margin-left:5px;background:none #5b5b5b;background-color:#46494a;font-size:24px;font-size:1.5rem;color:beige}#buttonsgroup{text-align:right}.button-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.5rem;.button.selected{background-color:$primary;color:$white}}.select-button{background-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-family:$text-font,sans-serif;border:1px solid $primary;border-radius:0;font-size:22.4px;font-size:1.4rem;padding:.5rem 1rem}.trivia-page{max-width:90%;max-width:calc(100% - 30px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:1024px;margin:0 auto;border-top:1px solid #d6d6d0;border-top:1px solid var(--colorCardboard);padding:80px 0}@media (min-width:751px){.trivia-page{max-width:calc(100% - 60px)}}.trivia-page.trivia-results{background-color:#f4f4f1;background-color:var(--colorEggshell);color:#363636;color:var(--colorDark)}.trivia-page.trivia-results .quiz{background-color:transparent}.buttonShareKey:before{content:"";display:block;background:url(/images/icons/icon-share.svg) no-repeat 50%;width:16px;height:22px;float:left;margin:0 5px 0 0}#buttonShareKey{background-color:rgba(208,201,191,.6);border:1px solid #d6d6d0;border:1px solid var(--colorCardboard);border-radius:5px;margin:5px 5px 0 0;padding-right:15px;color:none;text-transform:uppercase;font-size:15px;cursor:pointer}#buttonShareKey:focus{outline:none}#buttonShareKey:hover{color:#4b4a48;color:var(--colorSlate);background-color:#d6d6d0;background-color:var(--colorCardboard)}#buttonShareKey.btn-disabled{background-color:#4b4a48;background-color:var(--colorSlate);border-color:#82817f;border-color:var(--colorStone);color:#82817f;color:var(--colorStone);cursor:default}.countdown{font-size:46.4px;font-size:2.9rem;color:#f6c646;.title{margin:0;text-align:left}}h1.trivia-title{margin:80px 0 0}.quiz{background-color:#363636;background-color:var(--colorDark);color:#f4f4f1;color:var(--colorEggshell);border-radius:16px;margin-top:40px;margin-left:20%;width:60%;text-align:center;opacity:.85}@media (max-width:450px){.quiz{margin-left:10%;width:80%}}.quiz .error{text-align:center}.trivia-question{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem;color:#f4f4f1;color:var(--colorEggshell);font-size:3.6rem;font-size:var(--sizeXXL);margin:30px 20px 0!important;text-align:center!important}@media (max-width:750px){.trivia-question{font-size:3.3rem;font-size:var(--sizeXL)}}@media (max-width:450px){.trivia-question{font-size:1.7rem;font-size:var(--sizeML)}}.progress{color:#9e978d;color:var(--colorTan);letter-spacing:.07rem;font-weight:400;text-align:center}@media (min-width:751px){.progress{font-size:1.4rem;font-size:var(--sizeBody)}}@media (max-width:750px){.progress{font-size:1.6rem;font-size:var(--sizeMedium)}}.answers{margin:0 20px}.answer{background-color:#82817f;background-color:var(--colorStone);border:1px solid #fff;border-radius:5px;color:#efece9;color:var(--colorKashi);cursor:pointer;display:block;margin:10px 0;padding:5px 10px 5px 45px;position:relative;font-size:22px;text-align:left;-webkit-transition:ease-in-out,width .35s ease-in-out;transition:ease-in-out,width .35s ease-in-out;width:100%}.answer.selected{color:#4f4c4c;background-color:#f8ce56}.answer.selected .letter{color:#82817f;color:var(--colorStone)}.answer:hover{color:#4b4a48;color:var(--colorSlate);background-color:#d6d6d0;background-color:var(--colorCardboard)}.answer:hover .letter{color:#82817f;color:var(--colorStone)}.answer:focus{outline:none}.letter{color:#d6d6d0;color:var(--colorCardboard);width:30px;position:absolute;left:0;text-align:center;height:28px;top:0;padding:5px;text-transform:uppercase}.continue{margin:0 20px;text-align:right}.btn-continue{background-color:#82817f;background-color:var(--colorStone);border:2px solid #fff;color:#efece9;color:var(--colorKashi);border-radius:5px;padding:10px 50px;text-transform:uppercase;font-size:18px;margin:20px 0;cursor:pointer;font-weight:700}.btn-continue:focus{outline:none}.btn-continue:hover{color:#4b4a48;color:var(--colorSlate);background-color:#d6d6d0;background-color:var(--colorCardboard)}.btn-continue.btn-disabled{background-color:#4b4a48;background-color:var(--colorSlate);border-color:#82817f;border-color:var(--colorStone);color:#82817f;color:var(--colorStone);cursor:default}.results h2{text-align:center;.sharebutton{content:"";display:block;background:url(/images/icons/icon-share.svg) no-repeat 50%;width:20px;height:20px;float:left;margin:0 5px 0 0}}.results>ul{margin:0;padding:0}.results .result-question{border:1px solid #82817f;border:1px solid var(--colorStone);border-radius:10px;width:80%;-webkit-box-shadow:0 3px 15px rgba(0,0,0,.2);box-shadow:0 3px 15px rgba(0,0,0,.2);margin-top:30px;margin-left:10%;padding:20px}.results .result-question.q-correct{border-left:10px solid #32bf84}.results .result-question.q-incorrect{border-left:10px solid #fd5956}.results .result-question .a-correct .bp3-icon{color:#32bf84}.results .result-question .a-incorrect .bp3-icon{color:#fd5956}.results .result-question .a-yours{color:#9e978d;color:var(--colorTan);letter-spacing:.07rem;font-weight:400}@media (min-width:751px){.results .result-question .a-yours{font-size:1.4rem;font-size:var(--sizeBody)}}@media (max-width:750px){.results .result-question .a-yours{font-size:1.6rem;font-size:var(--sizeMedium)}}.results .result-question .result-question-title{color:#363636;color:var(--colorDark);font-family:Marcellus,Times,serif;font-family:var(--fontTitle);text-transform:uppercase;font-weight:400;letter-spacing:.3rem;letter-spacing:2.4px;letter-spacing:.15rem;margin:0 0 10px;font-size:2.1rem;font-size:var(--sizeLarge)}.consent{.question-wrapper{margin-bottom:10px;.bp3-button-group{width:80%;.bp3-button{.bp3-button-text{text-align:center}}}}}:root{--colorLemonade:#fffbe2;--colorCucumber:#e2ecbd;--colorSummer:#b6da9c;--colorLime:#82c87e;--colorClover:#63b67d;--colorSpring:#4ca487;--colorAqua:#378d91;--colorPacific:#255a7f;--colorAtlantic:#162a6d;--colorRoyal:#160b5b;--colorMidnight:#260348;--colorArts:#d28629;--colorBusiness:#4f680a;--colorExploration:#4c5ed7;--colorHumanities:#732945;--colorInstitutions:#b12d11;--colorPublicFigure:#67af8c;--colorScienceTech:#0e5e5b;--colorSports:#bb3b57;--colorCtrlBright:#80d1e2;--colorCtrlShape:#718d9a;--colorCtrl:#36687f;--colorSandOverlay:rgba(175,170,164,0.3);--colorKashiOverlay:rgba(233,234,232,0.5);--colorEggshellOverlay:rgba(244,244,241,0.7);--colorBlackhole:#000;--colorDark:#363636;--colorSlate:#4b4a48;--colorStone:#82817f;--colorTan:#9e978d;--colorSand:#afaaa4;--colorMatza:#d0c9bf;--colorCardboard:#d6d6d0;--colorLint:#e4e4e1;--colorKashi:#efece9;--colorEggshell:#f4f4f1;--colorSnow:#fff;--sizeXXL:3.6rem;--sizeXL:3.3rem;--sizeLarge:2.1rem;--sizeML:1.7rem;--sizeMedium:1.6rem;--sizeMobileSmall:1.5rem;--sizeBody:1.4rem;--sizeSmall:1.2rem;--sizeXS:1.1rem;--sizeXXS:0.9rem;--fontTitle:"Marcellus",Times,serif;--fontBody:"Amiko",Helvetica,Arial,sans-serif;--subnav-size:200px;--section-article-large:calc(320px + 4rem);--section-article-small:calc(192px + 2rem);--section-article-weight:400;--section-article-size:16px;--section-article-family:"Lato","Trebuchet MS",sans-serif;--section-article-color:#2a2f3b;--section-title-weight:600;--section-title-size:24px;--section-title-family:"Lato","Trebuchet MS",sans-serif;--section-title-color:#2a2f3b;--topic-title-weight:300;--topic-title-size:48px;--topic-title-family:"Lato","Trebuchet MS",sans-serif;--topic-title-color:#181a21;--font-family:"Lato","Trebuchet MS",sans-serif;--column:64px;--gutter:1rem;--dark:#2a2f3b;--light:#cfdae2;--stat-group-stat-width:9rem;--stat-subtitle-color:#8a97ae;--stat-subtitle-font-size:0.75rem;--stat-value-color:#c4960b;--stat-value-font-size:1.5rem;--stat-label-color:inherit;--stat-label-font-size:0.875rem;--table-icon-color:#2a2f3b;--table-nested-cell-bg-color:#f8f9fa;--table-cell-text-color:#20242e;--table-cell-border-color:#eceff1;--table-cell-bg-color:#fff;--table-thead-text-color:#f8f9fa;--table-thead-border-color:rgba(42,47,59,0.25);--table-thead-bg-color:#8a97ae;--table-hgroup-text-color:#20242e;--table-hgroup-border-color:#cfdae2;--table-hgroup-bg-color:#eceff1;--table-height:60vh;--viz-min-height:40vh;--viz-aspect-ratio:50%;--select-bg-color:#f8f9fa;--select-border-radius:2px;--field-icon-hover-color:#20242e;--field-icon-color:#8a97ae;--field-focus-color:#c4960b;--field-placeholder-color:#aebdcc;--field-color:#2a2f3b;--field-border-color:#cfdae2;--field-bg-color:#fff;--field-font-weight:400;--field-padding:0.5em 0.5em 0.575em 0.5em;--field-border-width:1px;--field-border-radius:1px;--button-hover-color:#fff;--button-hover-border-color:#7f6516;--button-hover-bg-color:#7f6516;--button-padding:0.5em 1.25em;--button-color:#7f6516;--button-border-color:#cfdae2;--button-bg-color:hsla(0,0%,100%,0.5);--button-border-width:1px;--button-border-radius:2px;--grouping-stat-value-color:#fff;--grouping-heading-font-size:2rem;--grouping-heading-color:#fff;--grouping-subhead-font-size:1.5rem;--grouping-subhead-color:#7f6516;--grouping-paragraph-size:1rem;--grouping-text-color:#181a21;--grouping-bg-color:#ffd65b;--infocard-main-bg-color:#fff;--infocard-header-text-color:#fff;--infocard-stat-bg-color:#ffd65b;--infocard-header-bg-color:#20242e;--infocard-subhead-color:#20242e;--infocard-divider-color:#20242e;--infocard-border-color:#eceff1;--infocard-border-width:1px;--infocard-border-radius:4px;--infocard-viz-min-width:10rem;--multicolumn-column-gap:3rem;--multicolumn-column-width:20rem;--multicolumn-column-count:3;--singlecolumn-min-width:20rem;--singlecolumn-column-count:3;--sticky-section-shadow:0 1px 0.375rem rgba(24,26,33,0.125);--sticky-section-bg-color:#fff;--sticky-section-height:40px;--sticky-section-offset:50px;--section-heading-color:#20242e;--section-text-color:#2a2f3b;--section-bg-even:#f8f9fa;--section-bg-odd:#fff;--hero-viz-width:20rem;--hero-stat-value-color:#ffcd33;--hero-subhead-size:1rem;--hero-subhead-color:#fff;--hero-heading-size:2rem;--hero-heading-color:#fff;--hero-paragraph-size:0.75rem;--hero-text-color:#eceff1;--hero-img-overlay-opacity:0.875;--hero-bg-color:#20242e;--label-letter-spacing:0.0125em;--label-text-transform:uppercase;--label-font-weight:400;--label-font-stack:"Lato","Trebuchet MS",sans-serif;--display-letter-spacing:0.0125em;--display-text-transform:uppercase;--display-font-weight:600;--display-font-stack:"Lato","Trebuchet MS",sans-serif;--heading-letter-spacing:0;--heading-text-transform:none;--heading-font-weight:600;--heading-font-stack:"Lato","Trebuchet MS",sans-serif;--bold-weight:800;--base-letter-spacing:0;--base-font-weight:400;--base-font-stack:"Lato","Trebuchet MS",sans-serif;--font-xxl:2rem;--font-xl:1.5rem;--font-lg:1.25rem;--font-md:1rem;--font-sm:0.875rem;--font-xs:0.75rem;--font-xxs:0.625rem;--font-xxxs:0.5rem;--gutter-xl:3rem;--gutter-lg:2.25rem;--gutter-md:1.5rem;--gutter-sm:0.75rem;--gutter-xs:0.5rem;--hero-container-width:80rem;--container-width:80rem;--subnav-height:40px;--nav-height:40px;--body-font-scale-xl:125%;--body-font-scale-md:112.5%;--body-font-scale-sm:100%;--toolbox-width:22.5rem;--sidebar-width:17rem;--cms-nav-height:2.75rem;--type-error-dark:#75224d;--type-error:#db64a6;--type-boolean-dark:#7f6516;--type-boolean:#ffd65b;--type-string-dark:#62873b;--type-string:#b9e28c;--type-number-dark:#2d4a7f;--type-number:#8eb6ff;--alert-light:#db64a6;--alert:#c6315c;--alert-dark:#75224d;--black-RGB:24,26,33;--dark-3-RGB:32,36,46;--dark-2-RGB:42,47,59;--dark-1-RGB:138,151,174;--gray-RGB:174,189,204;--light-3-RGB:207,218,226;--light-2-RGB:236,239,241;--light-1-RGB:248,249,250;--white-RGB:255,255,255;--accent-black:#7f6516;--accent-dark:#c4960b;--accent-light:#ffd65b;--accent:#ffcd33;--black:#181a21;--dark-3:#20242e;--dark-2:#2a2f3b;--dark-1:#8a97ae;--gray:#aebdcc;--light-3:#cfdae2;--light-2:#eceff1;--light-1:#f8f9fa;--white:#fff}.u-visually-hidden{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.u-font-xxs{font-size:.9rem;font-size:var(--sizeXXS)}.u-font-xs{font-size:1.1rem;font-size:var(--sizeXS)}.u-font-sm{font-size:1.2rem;font-size:var(--sizeSmall)}.u-font-md{font-size:1.6rem;font-size:var(--sizeMedium)}.u-font-lg{font-size:2.1rem;font-size:var(--sizeLarge)}.u-font-xl{font-size:3.3rem;font-size:var(--sizeXL)}.u-font-xxl{font-size:3.6rem;font-size:var(--sizeXXL)}.u-margin-top-xs{margin-top:.5rem!important;margin-top:var(--gutter-xs)!important}.u-margin-top-sm{margin-top:.75rem!important;margin-top:var(--gutter-sm)!important}.u-margin-top-md{margin-top:1.5rem!important;margin-top:var(--gutter-md)!important}.u-margin-top-lg{margin-top:2.25rem!important;margin-top:var(--gutter-lg)!important}.u-margin-top-xl{margin-top:3rem!important;margin-top:var(--gutter-xl)!important}.u-margin-top-off,.u-margin-top-off-children>*{margin-top:0!important}.u-margin-bottom-xs{margin-bottom:.5rem!important;margin-bottom:var(--gutter-xs)!important}.u-margin-bottom-sm{margin-bottom:.75rem!important;margin-bottom:var(--gutter-sm)!important}.u-margin-bottom-md{margin-bottom:1.5rem!important;margin-bottom:var(--gutter-md)!important}.u-margin-bottom-lg{margin-bottom:2.25rem!important;margin-bottom:var(--gutter-lg)!important}.u-margin-bottom-xl{margin-bottom:3rem!important;margin-bottom:var(--gutter-xl)!important}.u-margin-bottom-off,.u-margin-bottom-off-children>*{margin-bottom:0!important}@media (min-width:1200px){.u-hide-above-lg{display:none!important}}@media (max-width:1199px){.u-hide-below-lg{display:none!important}}@media (min-width:992px){.u-hide-above-md{display:none!important}}@media (max-width:991px){.u-hide-below-md{display:none!important}}@media (min-width:768px){.u-hide-above-sm{display:none!important}}@media (max-width:767px){.u-hide-below-sm{display:none!important}}@media (min-width:480px){.u-hide-above-xs{display:none!important}}@media (max-width:479px){.u-hide-below-xs{display:none!important}}.Loading{background-color:#f4f4f1;background-color:var(--colorEggshell);color:#363636;color:var(--colorDark);height:100vh;left:0;max-width:none;position:absolute;top:0;width:100%;z-index:100}.Loading .bp3-non-ideal-state-visual{max-width:200px;width:100%}.Loading .bp3-progress-meter{background-color:#363636!important;background-color:var(--colorDark)!important}.Loading .bp3-non-ideal-state-title,.Loading h4.bp3-heading{color:#363636!important;color:var(--colorDark)!important}.bp3-non-ideal-state-title{color:#363636;color:var(--colorDark);color:#f4f4f1;color:var(--colorEggshell)}.loading.bp3-non-ideal-state{max-width:200px;background-color:#363636;background-color:var(--colorDark);color:#f4f4f1;color:var(--colorEggshell);height:100vh;left:0;max-width:none;position:absolute;top:0;width:100%;z-index:100}.loading.bp3-non-ideal-state .bp3-progress-meter{background-color:#9e978d!important;background-color:var(--colorTan)!important}.loading.bp3-non-ideal-state h4.bp3-heading{color:#f4f4f1!important;color:var(--colorEggshell)!important}