#root{margin:0 auto;box-sizing:border-box;position:relative;z-index:1}a{color:#6e57a4}a:hover{color:#47386b}a:visited{color:#5671a3}.homePageContent{position:relative;display:flex;flex-direction:column;margin:0;gap:30px;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:300}.homePageContent:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background-image:url(/tiled_background.png);background-size:cover;background-position:center;opacity:.5}@media (max-width: 700px){.homePageContent{font-size:1.25rem}}.introduction,.resume{opacity:.9;margin:0% 5%;font-weight:300;font-size:1.25rem;line-height:2rem}.homeTextQuestion{font-weight:400;color:#6e57a4}.introduction p:not(:first-of-type){margin-top:20px}.profilePicture{width:30%;height:auto;margin:auto;border:2px solid black}.about-intro-container img{max-width:30%;height:auto;border-radius:8px;margin:0 2% 2%;float:left}.resume-header{display:flex;justify-content:space-between;align-items:center;z-index:1000}.resume-about-container{display:flex;flex-direction:column;align-items:center}.resume-about-container>div{max-width:1500px}.resume h2{color:var(--primary-purple);font-weight:300;border-bottom:3px solid var(--primary-yellow)}.no-scroll{overflow:hidden}.screenSizeWarning{height:90%;width:100%;position:absolute;left:0;top:10%;display:flex;justify-content:center;align-items:center;background-color:#fffefee6;font-size:2rem;padding:10%;line-height:3rem;z-index:2000}header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:max-content;padding:20px 13%}@media (max-width: 700px){header{flex-direction:column;text-align:center;padding:3%}}header p{margin:5px}.nameTag a{font-family:Pompiere,cursive;font-size:5rem;background-color:transparent;border:none;color:var(--nameTag-dark-gray);text-decoration:none;text-transform:capitalize}@media (max-width: 700px){.nameTag a{font-size:4rem;line-height:4rem}}.header-navBar{display:flex;flex-direction:row;justify-content:space-between;gap:35px;height:max-content}.header-navBar a{font-size:2rem;border:none;padding:0;background-color:transparent;font-weight:300;color:#4b4a4a;text-decoration:none}.header-navBar a.active{border-bottom:3px solid var(--primary-yellow)}.work-navBar{display:flex;flex-direction:row;justify-content:space-between;text-align:center;height:max-content;padding:3px;background-color:var(--primary-purple);margin-bottom:1rem;line-height:1}.work-navBar-content{display:flex;flex-direction:row;gap:50px;margin:auto;align-items:center}@media (max-width: 700px){.work-navBar-content{flex-direction:column;gap:10px}}.work-navBar a{border:none;padding:0;background-color:transparent;color:#fff;font-size:1.5rem;font-weight:300;text-transform:uppercase;text-decoration:none}.work-navBar a.active{border-bottom:2px solid var(--primary-yellow)}.work{margin:0 5%}.work-intro{text-align:center;margin-bottom:-20px}.work-intro.MechEng,.work-intro.FineArt{margin-bottom:10px}@media (max-width: 700px){.work-intro{margin-bottom:10px}}.card{border:2px solid #6e57a4;display:flex;flex-direction:column;gap:10px;opacity:0;animation:fadeIn .5s forwards;gap:20px;padding:6%;border-radius:.5rem;background-color:#fff}.card:hover,.card:focus{box-shadow:4px 5px 9px #ffd100;border:4px solid #6e57a4}.card.FineArt{display:block;border:none}.work-container,.data-viz-group{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.data-viz-container{display:flex;flex-direction:column;justify-content:flex-start}.data-viz-container h2{border-bottom:2px solid var(--primary-yellow);font-weight:400}.data-viz-container>.professional-data-viz>h2:first-of-type{margin-top:0}.work img{width:100%;height:auto;object-fit:cover}.card-content{display:flex;flex-direction:column;gap:10px;text-align:left}.card-title{margin:0;padding:0}.roles-responsibilities{margin-top:10px}.modal-fineArt{display:flex;align-items:center;justify-content:center;position:relative}.modal-fineArt img{max-width:80vw;max-height:80vh;margin:0 auto;border:1px solid #000000;object-fit:contain}.carousel-arrow{font-size:3rem;background:none;border:none;cursor:pointer;z-index:10}.carousel-arrow.left{left:10px}.carousel-arrow.right{right:10px}@media (max-width: 900px){.work-container,.data-viz-group{grid-template-columns:repeat(2,auto)}}@media (max-width: 700px){.work-container,.data-viz-group{grid-template-columns:auto}}.modal{z-index:1000;position:fixed;width:80vw;max-height:80%;top:10vh;left:10vw;animation:fadeIn 1s ease-in-out;background-color:#fff;border-radius:.5rem;box-shadow:0 0 10px 0 var(--light-gray);border:2px solid black;overflow-y:auto}.modal:has(.article){width:95vw;max-height:95%;top:2.5vh;left:2.5vw}@media (max-width: 700px){.modal:has(.article){width:100vw;max-height:100%;top:0;left:0}}.modal:has(.article.fullScreen){width:100vw;max-height:100%;top:0;left:0}.modal:has(.article.singlePage) .close{left:5px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn50{0%{opacity:0;transform:translateY(20px)}to{opacity:.5;transform:translateY(0)}}.modalOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--light-gray);opacity:.5;animation:fadeIn50 .5s ease-in-out}.modalHeader{display:flex;flex-direction:row;align-items:center;gap:10px}@media (max-width: 700px){.modalHeader{gap:10px}}span.close{font-size:3rem;cursor:pointer;z-index:2000;color:var(--primary-purple)}.modal-content{display:grid;grid-template-rows:1fr max-content;padding:5%;overflow-y:auto;max-height:50%}@media (max-width: 1100px){.modal-content{padding:5%}}@media (max-width: 700px){.modal-content{display:block;gap:0px;margin-top:10px}}.modal-content:has(.article.narrow){padding:5% 25%}@media (max-width: 1100px){.modal-content:has(.article.narrow){padding:5%}}@media (max-width: 700px){.modal-content h1{font-size:1.5rem}}.modal-content:has(.singlePage){padding:0;height:100vh;overflow-y:hidden}.modal-description-image{display:grid;grid-template-columns:3fr 6fr;gap:20px;align-items:start;padding-top:20px;border-top:3px solid var(--primary-yellow)}@media (max-width: 700px){.modal-description-image{grid-template-columns:none;grid-template-rows:1fr max-content;gap:0px}}.modal-description-image img{border:1px solid black}@media (max-width: 700px){.modal-description-image img{width:70%;height:auto;margin:auto}}.modal-technologies{margin-top:10px}.footerContent{background-color:var(--primary-purple);padding:3%;margin-top:3%}.footerText{font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:300;color:#fff;display:flex;flex-direction:row;justify-content:space-between}@media (max-width: 700px){.footerText{font-size:1.25rem}}.footerText a{color:#fff}.footerText a:hover{font-weight:400}.footerText img{height:30px;margin-right:10px}#investmentForm{margin-top:10px}#investmentForm input{margin-left:5px;font-size:1.25rem}.bubble-investment-form{display:flex;flex-direction:row;gap:20px;margin:40px 0}.bubble-form-inputs div{display:flex;justify-content:space-between;max-width:350px}.bubble-form-inputs div input{width:100px;margin-left:20px;font-size:1.25rem}.chartInputs{border:2px solid var(--primary-purple);border-radius:5px;padding:10px;margin:10px 0;width:90%}.chartInputs div{margin:5px 0}.investment-label{font-size:12px;line-height:1rem;background-color:#fff;padding:0}.boy-and-bubble{display:grid;grid-template-columns:270px 2fr;margin:40px auto 0;max-height:500px;width:700px}.boy-and-bubble img{object-fit:contain;margin-right:-24px}.boy-and-bubble svg{overflow:visible}.investment-label{font-size:16px;color:#fff;font-weight:700;background-color:transparent}.crossed-out{text-decoration:line-through}#RankedChoiceVoting p:not(.choice){margin-top:20px}#RankedChoiceVoting .choice-icon{height:36px;width:36px;margin-right:10px}#RankedChoiceVoting img{width:85%;height:auto}#RankedChoiceVoting .choice-icon.deselected{opacity:.2}#RankedChoiceVoting button{background-color:var(--primary-yellow);border:3px solid var(--primary-purple);color:#000;box-shadow:0 5px 15px #00000080;padding:5px 10px;border-radius:5px;cursor:pointer;margin:10px 0;font-size:1.3rem}.voting-container{display:flex;flex-direction:column;justify-content:center;text-align:center}.choice-div{display:flex;align-items:center;justify-content:center;margin-top:4px}.choice-div p{font-size:1.2rem}.winner-text{font-size:1.2rem;font-weight:700;color:var(--primary-purple)}.image-container{display:flex;justify-content:center;margin:20px 0}.purple-text{color:var(--primary-purple);font-weight:700}.sample-voting-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:10px;text-align:center}@media (min-width: 700px){#RankedChoiceVoting .choice-div p{font-size:1.7rem}#RankedChoiceVoting p{font-size:1.2rem;line-height:1.5}#RankedChoiceVoting img{width:40%;height:auto}#RankedChoiceVoting .choice-icon{height:7%;width:7%;margin-right:10px}}.article.snowPackArt{background-color:#deb9a6;height:100vh;width:100%;display:flex;flex-direction:row;justify-content:center;gap:10px;overflow-y:hidden}.snowPackArt_container{background-image:url(/DataViz/snowpackArt/6_color_Background.png);background-repeat:no-repeat;background-size:contain;width:1200px;display:flex;justify-content:center;overflow-y:hidden}.snowPackArt_container .chart{height:550px;width:1200px;z-index:1000;position:absolute;margin-left:auto}.snowPackArt_container .chart img{position:absolute}.legend_container{background-color:#deb9a6;width:185px;color:var(--nameTag-dark-gray)}.legend_extra_text{font-size:1rem;line-height:1.2rem;margin-top:20px}.legend_extra_text:last-of-type{border-top:1px solid var(--nameTag-dark-gray);padding-top:20px}.legend_item{display:flex;flex-direction:row;gap:5px;align-items:center;margin:5px;cursor:pointer;color:var(--nameTag-dark-gray)}.legend_color{height:20px;width:20px}#mtbaker_color{background-color:#7f2673}#steamboat_color{background-color:#b53c96}#snowbird_color{background-color:#7f692a}#revelstoke_color{background-color:#3fbca1}#powderhorn_color{background-color:#c9972c}#winterpark_color{background-color:#151c1b}.article{padding-bottom:3rem;font-size:1.25rem;max-width:100%}.article h1{font-size:2rem;margin-top:2rem}@media (max-width: 700px){.article h1{font-size:1.5rem}}.article p{line-height:1.7rem}.article-image img{width:70%;margin:15px auto}.article-image.center{display:flex;justify-content:center;flex-direction:column}.article-image.small img{width:30%}.article-image.medium img{width:50%}.article-image.large img{width:100%}.multi-paragraph-section p:not(:first-of-type){margin-top:25px}.table-wrapper{overflow-x:scroll;width:100%}.flourish-iframe{display:flex;justify-content:center;flex-direction:row;margin:10px 0}@media (min-width: 1000px){.responsive-iframe{width:50%}}.article-callout{background-color:var(--primary-purple);color:#fff;font-size:1rem;padding:5px;margin:15px 0}.article-callout h2{margin:0;padding:0}.graphic-chooser-buttons{margin-top:20px}.section-divider{width:100%;background-color:var(--primary-yellow);padding:5px;margin:2% 0}.section-divider.large{padding:20px}.section-divider h2{margin:0;padding:0}.subsection-title{font-weight:700}.article-section{margin-top:10px;border-top:1px solid var(--nameTag-dark-gray)}table{border-collapse:collapse;border:2px solid var(--light-gray);height:600px;overflow-y:scroll;margin:10px auto 0}table:has(.totalOnly){height:unset}table.set-width{width:60%}table *{font-size:1rem;font-weight:400;font-family:Source Sans Pro,sans-serif;color:var(--nameTag-dark-gray)}@media (max-width: 1000px){table *{font-size:.75rem}}tr{border-bottom:1px solid var(--nameTag-dark-gray);display:table-row;height:30px}th{font-weight:700;font-size:.9rem;line-height:1.5rem;text-align:start;border-left:1px solid var(--nameTag-dark-gray);height:5%;padding:5px;background-color:var(--very-light-purple)}@media (max-width: 1000px){th{font-size:.75rem;line-height:normal}}td{padding:1px 5px 1px 10px;height:7%;border-left:1px solid var(--nameTag-dark-gray)}td{line-height:1.2rem}td.last-td-negative{color:#850000;background-color:#ded3de}table:not(#table1) tr:last-of-type td{font-weight:700;font-size:1.2rem;line-height:2rem}@media (max-width: 1000px){table:not(#table1) tr:last-of-type td{font-size:.75rem;line-height:normal}}.button-wrapper{display:flex;flex-direction:column;width:max-content;align-items:start}@media (max-width: 1000px){.button-wrapper{width:unset}}.expand-collapse-buttons{display:flex;flex-direction:row;justify-content:space-between;gap:10px;margin:10px 0}@media (max-width: 1000px){.expand-collapse-buttons{justify-content:unset;margin:0;gap:0}}.article button{background-color:var(--primary-purple);color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;margin-right:10px;font-size:1.3rem}@media (max-width: 1000px){.article button{font-size:.9rem;line-height:normal;margin:3px;padding:5px}}.article button.active{border:4px solid var(--light-blue)}.article button.small-button{font-size:1rem;padding:5px 10px;margin:5px 0}@media (max-width: 1000px){.article button.small-button{font-size:.7rem;line-height:normal;margin:3px;padding:5px}}.random-bar-wrapper{display:flex;flex-direction:row;align-items:center;gap:10px}.bar-container-wrapper{display:flex;flex-direction:column;align-items:center}.bar-container{width:100%;background-color:#e0e0e0;height:30px;margin-top:10px;border-radius:5px;display:flex;gap:10px}.bar{gap:10px;height:100%;background-color:var(--green);border-radius:5px;transition:width .3s ease}.mobile-scroll-tip{display:none}.tooltip{line-height:1.5rem;border:2px solid var(--primary-purple);background:#f9f9f9;padding:5px;border-radius:4px;pointer-events:none;z-index:9999}.tooltip span{font-weight:700}.lineChart-tooltip{border:4px solid var(--primary-yellow);background-color:#fff}.lineChart-tooltip span.totalValue{font-weight:700;color:var(--primary-purple)}img.float-left{float:left;margin-right:20px;width:30%}img.float-right{float:right;margin-left:20px;width:30%}figure{display:inline-block;margin:1em 0;text-align:center}figcaption{font-size:.95em;color:#666;margin:auto;width:30%}@media (max-width: 1000px){.random-bar-wrapper{flex-direction:column;align-items:start;gap:0}.bar-container-wrapper p{font-size:.8rem;line-height:normal}.bar-container{width:100%;height:20px;margin-top:5px;align-items:center;margin-bottom:5px}.mobile-scroll-tip{display:block;font-size:.8rem;line-height:normal;margin-top:5px}table.set-width,.article-image.small img,.article-image.large img,.article-image.medium img,.article-image img{width:100%}figcaption{width:100%}}.x-axis-label{font-size:1rem}.tick text{font-size:1rem}.y-axis-label{font-size:1rem}.stock-bar-chart-bar{fill:var(--green)}.bar-chart-total-text.negative{fill:red}@media (max-width: 1000px){.x-axis-label,.tick text,.y-axis-label{font-size:.75rem}.bar-chart-total-text{font-size:1.2rem}}.family-tree-wrapper{overflow:hidden}.family_tree_title{display:flex;justify-content:center;width:100%;color:#444}.detailPane{height:40%;width:100%;position:absolute;bottom:0;background-color:#b3cfda;display:flex;justify-content:center}.detailPane img{width:auto;height:100%}.detailPane div{width:220px;position:absolute;left:4%;top:24px}.detailPane p{font-size:1.5rem}.states path{fill:#f9f8f8;stroke:var(--table-row-purple);stroke-width:2}.dots{stroke:var(--table-row-purple);fill:var(--primary-yellow);stroke-width:2}.family-tree-wrapper{background-color:var(--light-gray)}#newEnglandMap,#massMap{position:absolute;top:0;left:0;z-index:1000}.showNewEnglandButton{position:absolute;top:110px;right:10%;z-index:1000}.showNewEnglandButton button,.showMassButton button{font-size:1.5rem;background-color:var(--table-row-purple);color:#fff;border:2px solid var(--primary-purple);border-radius:5px}.showMassButton{position:absolute;top:510px;right:10%;z-index:1000}.cartoon{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px}.cartoon p{font-family:Chewy,system-ui;font-weight:400}.cartoon.text{display:grid;grid-template-columns:1fr 2fr;grid-gap:10px}.cartoon img,.healthcare-system img{width:100%;height:auto;transition:transform .5s;cursor:pointer}.cartoon.strip{display:block}.cartoon img.enlarged,.healthcare-system img.enlarged{width:175%;z-index:1000;position:relative;left:-30%;margin-left:0}img.height-reduced{max-height:300px;object-fit:contain}img.central-tenet{max-height:150px;width:auto}.cartoon-footer-top-section{text-align:left}.copyright{margin-top:20px;padding-top:10px;border-top:1px solid var(--light-gray)}.flourish{display:flex;flex-direction:column;justify-content:center;align-items:center}.section-navigation{display:flex;justify-content:space-between;width:100%;margin-bottom:10px;border-bottom:1px solid var(--nameTag-dark-gray);align-items:center;color:var(--nameTag-dark-gray);background:linear-gradient(to right,white 0%,var(--light-blue) 30%,var(--light-blue) 70%,white 100%)}.section-navigation button{background-color:transparent;color:var(--nameTag-dark-gray);font-size:2rem;margin:0;padding:0}.section-navigation h1{margin:0}.nav-arrow{background:none;border:none;cursor:pointer}.healthcare-cartoon-footer{margin-top:20px;padding-top:10px;border-top:4px solid var(--primary-purple);text-align:center}*{box-sizing:border-box;font-family:Roboto,sans-serif}:root{--primary-purple: #75648c;--table-row-purple: #a68aa4;--very-light-purple: #fbfafe;--primary-yellow: #f2d57e;--nameTag-dark-gray: #2b2b2b;--medium-gray: #8d8c8c;--light-gray: #cccccc;--green: #5c7358;--light-blue: #84bfb4}p{margin:0}button{cursor:pointer}
