@keyframes animate-stripes{to{background-position:-100px 0}}@keyframes slideToLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideToRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slideFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideFadesIn{0%{opacity:0}to{opacity:1}}@keyframes slideFadesOut{0%{opacity:1}to{opacity:0}}.profile-heading+.participant-profiles{margin-top:2.25em}.profiles-grid .participant-profile{margin-top:0}@media (min-width:40rem) and (max-width:54.99rem){.profiles-grid .participant-profile:nth-child(n+2)+*{padding-top:1em}}@media all and (min-width:55em){.profiles-grid .participant-profile:nth-child(n+3)+*{padding-top:1em}}.profiles-grid .participant-profile__photo{display:flex;justify-content:center;position:relative;overflow:hidden}.profiles-grid .participant-profile__content{position:absolute;bottom:0;width:100%;padding:0}.profiles-grid .participant-profile__link{position:absolute;bottom:0;z-index:3;width:100%;padding:.5em 1em}.profiles-grid .participant-profile__link::before{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1}.profiles-grid img{display:block;height:100%;max-width:none}.profiles-container .grid-row.grid-gap{margin-left:0;margin-right:0}.profiles-container .page-content{padding:2em 3rem 3em}.profiles-container .profile-heading{text-align:center}.profiles-container .participant-profiles{justify-content:space-around;align-items:center}.profiles-container .participant-profiles a:where(:not(.usa-button)),.profiles-container .participant-profiles a:where(:not(.usa-button)):visited{text-decoration:none}.profiles-container .participant-profiles a:where(:not(.usa-button)):hover{text-decoration:underline}.profiles-container .participant-profiles__button{padding:1rem 2rem}.profiles-container .participant-quotes+*{margin-top:2em}.profiles-container .participant-profile,.profiles-container .participant-quote{opacity:1;transition:opacity .25s ease-in-out}.profiles-container .participant-profile[hidden],.profiles-container .participant-quote[hidden]{opacity:0}.profiles-container .participant-profile__photo img{display:block;max-height:20rem;margin:0 auto}@supports ((-o-object-fit:contain) or (object-fit:contain)){.profiles-container .participant-profile__photo img{-o-object-fit:contain;object-fit:contain}}@media (min-width:40rem) and (max-width:54.99rem){.profiles-container .participant-profile__photo{display:flex;align-items:center;margin-left:-1rem;margin-right:-1rem}.profiles-container .participant-profile__photo img{flex:0 1 auto;max-width:10rem;max-height:none}.profiles-container .participant-profile__content{flex:1 1 auto;display:flex;align-items:center;padding-left:2rem;padding-right:0}}.profiles-container .participant-quote{margin-top:0}.profiles-container .participant-quote:not([hidden])~.participant-quote{margin-top:3em}.participant-profile__quotes blockquote,.profiles-container .participant-quote blockquote{position:relative;margin:0;padding-left:2.75rem}@media all and (min-width:55em){.profiles-container .participant-quote blockquote{margin-left:2ch}}.participant-profile__quotes blockquote::before,.profiles-container .participant-quote blockquote::before{content:"“";position:absolute;top:-1.5rem;left:0}.participant-profile__quotes blockquote>p+p,.profiles-container .participant-quote blockquote>p+p{margin-top:.5em}.participant-profile__quotes blockquote>p:last-of-type,.profiles-container .participant-quote blockquote>p:last-of-type{display:inline;position:relative;margin-bottom:0}.participant-profile__quotes blockquote>p:last-of-type:after,.profiles-container .participant-quote blockquote>p:last-of-type:after{content:"”";display:inline;position:relative;top:.25em;text-align:left}.participant-profile__link,.participant-profile__link:visited{text-decoration:none}.participant-profile__link:hover{text-decoration:underline}.progress{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:19;opacity:1;height:1.75rem;width:16rem;border:0;background-color:transparent}.progress.offscreen{z-index:-1;opacity:0;transition:z-index 500ms ease-in-out,opacity 500ms ease-out}.progress .progress-bar{width:100%;height:100%;background-color:transparent;border-radius:.25rem;background-size:3.25rem 2rem,100% 100%,100% 100%;animation:animate-stripes 5s linear infinite}@media (prefers-reduced-motion:reduce){.progress .progress-bar{animation:none}}.slideshow__slide+.slideshow__slide{visibility:hidden}.slides-loaded .slideshow__slide+.slideshow__slide{visibility:visible}.slides-loaded{position:relative}.slides-loaded .slideshow{display:flex;align-items:center;overflow:hidden;position:relative;height:100%}.slides-loaded .slideshow__slide{position:absolute;overflow:hidden;transform:translateX(100%);width:100%;margin-top:0;animation-duration:.75s;animation-timing-function:ease;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:forwards}.slides-loaded .slideshow__slide--current{transform:translateX(0)}.slides-loaded .slideshow__slide--to-left{transform:translateX(0);animation-name:slideToLeft}.slides-loaded .slideshow__slide--to-right{transform:translateX(0);animation-name:slideToRight}.slides-loaded .slideshow__slide--from-left{transform:translateX(-100%);animation-name:slideFromLeft}.slides-loaded .slideshow__slide--from-right{transform:translateX(100%);animation-name:slideFromRight}@media (prefers-reduced-motion){.slides-loaded .slideshow__slide{animation-duration:.75s}.slides-loaded .slideshow__slide--to-left,.slides-loaded .slideshow__slide--to-right{transform:translateX(0);opacity:1;animation-timing-function:ease-in;animation-name:slideFadesOut}.slides-loaded .slideshow__slide--from-left,.slides-loaded .slideshow__slide--from-right{transform:translateX(0);opacity:0;animation-timing-function:ease-out;animation-name:slideFadesIn}}.slides-loaded .slideshow__controls{margin-top:0}.slides-loaded .slideshow__control--prev{left:.25rem;transform:rotate(180deg)}.slides-loaded .slideshow__control--prev .usa-sr-only{left:999em}.slides-loaded .slideshow__control--next{right:.25rem}.slides-loaded .slideshow__button{position:absolute;top:50%;z-index:9;width:2.5rem;height:2.5rem;margin-top:-1.25rem;padding:0;background:url(../img/usa-icons-bg/arrow_right--primary.svg)left 65%top 50%/2.5rem no-repeat;border:0;border-radius:.125rem}@supports ((-webkit-mask:url()) or (mask:url())){.slides-loaded .slideshow__button{background-image:none}.slides-loaded .slideshow__button::after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-mask:url(../img/usa-icons/chevron_right.svg)no-repeat center/contain;mask:url(../img/usa-icons/chevron_right.svg)no-repeat center/contain}}.slides-loaded .slideshow__button:active,.slides-loaded .slideshow__button:focus,.slides-loaded .slideshow__button:hover{background-image:url(../img/usa-icons-bg/arrow_right--accent-cool.svg)}@supports ((-webkit-mask:url()) or (mask:url())){.slides-loaded .slideshow__button:active,.slides-loaded .slideshow__button:focus,.slides-loaded .slideshow__button:hover{background-image:none}}.slides-loaded .slideshow__button[disabled]{background-image:url(../img/usa-icons-bg/arrow_right--disabled.svg)}@supports ((-webkit-mask:url()) or (mask:url())){.slides-loaded .slideshow__button[disabled]{background-image:none}}.slides-loaded .slideshow__pagination{display:flex;margin:.5em -.125rem 0}.slides-loaded .slideshow__page{margin-top:0;padding-left:.125rem;padding-right:.125rem}.slides-loaded .slideshow__page--button{display:block;width:1rem;height:1rem;padding:0;border:0;border-radius:50%}.slides-loaded .slideshow__page--button:not([disabled]):active,.slides-loaded .slideshow__page--button:not([disabled]):focus,.slides-loaded .slideshow__page--button:not([disabled]):hover{cursor:pointer}.slides-loaded .slideshow__page--button:not([disabled]):focus-visible{outline-width:1px;outline-offset:1px}.slides-loaded .slideshow__page--button[aria-selected=true]{cursor:default;pointer-events:none}.slideshow .participant-profile__slide{z-index:1;opacity:1}.slideshow .participant-profile__slide.offscreen{z-index:-1;opacity:0;transition:z-index 500ms ease-in-out,opacity 500ms ease-out}.slideshow .participant-profile__photo{display:flex;flex-flow:column nowrap;align-items:center}@media all and (min-width:48em){.slideshow .participant-profile__photo{flex-direction:row;align-items:stretch;height:100%}.slideshow .participant-profile__img{max-width:50%;max-height:30rem}@supports ((-o-object-fit:contain) or (object-fit:contain)){.slideshow .participant-profile__img{-o-object-fit:contain;object-fit:contain}}}@media all and (min-width:55em){.slideshow .participant-profile__img{max-width:60%}}.slideshow .participant-profile__content{padding:4rem 3rem}@media all and (min-width:48em){.slideshow .participant-profile__content{flex:1 0 0;display:flex;flex-flow:column nowrap;justify-content:center;min-width:40%;padding-right:3.5rem}}.participant-quotes{color:#fff;background-color:#1a4480}.participant-quotes *{color:inherit}.profiles-grid .participant-profile__link::before,.profiles-grid .participant-profile__photo{height:13.25rem}.participant-profile__content,.profiles-container .page-content{color:#fff;background-color:#10294d}.profiles-container .participant-profiles a:where(:not(.usa-button)),.profiles-container .participant-profiles a:where(:not(.usa-button)):visited{color:#fed781}.profiles-container .participant-profiles a:where(:not(.usa-button)):hover{color:#feca57}.profiles-container .participant-profiles__button{font-size:1.13rem;color:#060708;background-color:#fed781}.profiles-container .participant-profiles__button:visited{color:#060708;background-color:#fed781}.profiles-container .participant-profiles__button.usa-button--hover,.profiles-container .participant-profiles__button:hover{color:#060708;background-color:#feca57}.participant-profile__button,.participant-profile__button:visited,.profiles-container .participant-profiles__button.usa-button--active,.profiles-container .participant-profiles__button:active{color:#060708;background-color:#febd2d}.profiles-container .participant-profiles__button.usa-button--outline,.profiles-container .participant-profiles__button.usa-button--outline:visited{color:#7f5f17;background-color:#fff;box-shadow:inset 0 0 0 2px #7f5f17}.profiles-container .participant-profiles__button.usa-button--outline.usa-button--active,.profiles-container .participant-profiles__button.usa-button--outline.usa-button--hover,.profiles-container .participant-profiles__button.usa-button--outline:active,.profiles-container .participant-profiles__button.usa-button--outline:hover{color:#664c12;background-color:#fff;box-shadow:inset 0 0 0 2px #664c12}.profiles-container .participant-quote blockquote{font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1.6rem;line-height:1.1;font-weight:300;font-style:italic}.profiles-container .participant-quote blockquote::before{font-size:8.54rem;font-style:normal;line-height:1;color:#fed781}.profiles-container .participant-quote blockquote>p{line-height:1.5}.profiles-container .participant-quote blockquote>p:last-of-type:after{font-size:2.93rem;font-style:normal;line-height:0}.profiles-container .participant-quote cite{font-family:Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1.2rem;line-height:1.4;font-weight:400}.participant-profile__button:hover{color:#fff;background-color:#005ea2}.participant-profile__link,.participant-profile__link:visited{color:#fff;background-color:rgba(26,68,128,.9)}.participant-profile__link:hover{color:#fff;background-color:#1a4480}.progress .progress-bar{background-image:linear-gradient(-45deg,transparent 33%,rgba(0,0,0,.1) 33%,rgba(0,0,0,.1) 66%,transparent 66%),linear-gradient(to bottom,rgba(255,255,255,.25),rgba(0,0,0,.25)),linear-gradient(to right,#153666,#153666)}.slides-loaded .slideshow__button{background-color:rgba(255,255,255,.45)}@supports ((-webkit-mask:url()) or (mask:url())){.slides-loaded .slideshow__button{background-image:none}.slides-loaded .slideshow__button::after{background-color:#1a4480}@media all and (min-width:55em){.slides-loaded .slideshow__button::after{background-color:#fff}}}@supports ((-webkit-mask:url()) or (mask:url())){.slides-loaded .slideshow__button:active::after,.slides-loaded .slideshow__button:focus::after,.slides-loaded .slideshow__button:hover::after{background-color:#0d2240}}@supports ((-webkit-mask:url()) or (mask:url())){.slides-loaded .slideshow__button[disabled]{background-color:rgba(237,239,240,.75)}.slides-loaded .slideshow__button[disabled]::after{background-color:#8e8f90}}.slides-loaded .slideshow__page--button{background-color:#d1dae6}.slides-loaded .slideshow__page--button:not([disabled]):active,.slides-loaded .slideshow__page--button:not([disabled]):focus,.slides-loaded .slideshow__page--button:not([disabled]):hover{background-color:#005ea2}.slides-loaded .slideshow__page--button:not([disabled]):focus:not(:focus-visible){outline-color:#005ea2}.slides-loaded .slideshow__page--button:not([disabled]):focus-visible{outline-color:#005ea2}.slides-loaded .slideshow__page--button[aria-selected=true]{background-color:#0d2240}.slides-loaded .slideshow__page--button[aria-selected=true]:focus-visible,.slides-loaded .slideshow__page--button[aria-selected=true]:focus-visible:hover,.slides-loaded .slideshow__page--button[aria-selected=true]:focus:not(:focus-visible),.slides-loaded .slideshow__page--button[aria-selected=true]:focus:not(:focus-visible):hover{background-color:#0d2240}.slideshow .participant-profile__img{max-width:24rem}@media all and (min-width:55em){.slideshow .participant-profile__img{max-width:36rem;max-height:36rem}}.slideshow .participant-profile__content{font-size:1.2rem}.slideshow .participant-profile__content h2{font-size:1.71rem}.slideshow .participant-profile__content h3,.slideshow .participant-profile__content h4{font-size:1.46rem}.slideshow .participant-profile__content h5,.slideshow .participant-profile__content h6{font-size:1.34rem}@media all and (min-width:40em){.main-content>.page-content{padding-top:3rem;padding-bottom:2.5rem}}.welcome-message{margin-left:auto;margin-right:auto;padding:2rem 0 0}@media all and (min-width:40em){.welcome-message{padding-left:2.5rem;padding-right:2.5rem;border-top:.1875rem solid}}*+.welcome-message,.welcome-message h2+*{margin-top:2em}.audience-button{display:flex;justify-content:center;align-items:center;margin:0;padding:1.25rem;width:100%;min-height:18.75rem;font-style:normal;text-align:center;text-decoration:none}.audience-button span{display:block;position:relative}.audience-button__row{padding-bottom:2.5rem}.audience-button__row+*{margin-top:0}.audience-button__row>li{max-width:18.75rem}@media all and (min-width:40em){.audience-button__row>li{max-width:24rem}}@media all and (min-width:48em){.audience-button__row{display:flex;justify-content:center}.audience-button__row>li{flex:1 0 auto;width:33.334%;margin:0}}.audience-button__row .audience-button{position:relative;z-index:1;background:center center no-repeat;background-size:cover}.audience-button__row .audience-button::before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:-1}.audience-button__container{margin:.5em auto 0}@media all and (min-width:48em){.research-button__row{margin-left:-.25rem;margin-right:-.25rem}.research-button__row>li{width:20%;padding:0 .25rem}}.participant-profile__photo{background-color:transparent}@media all and (min-width:48em){.participant-profile__photo,.slideshow .participant-profile__photo{align-items:center}}@media all and (min-width:40em){.welcome-message{padding-left:0;padding-right:0;border-top-color:#005ea2}}.audience-button{font-size:1.95rem;font-weight:700;line-height:1.2;color:#f8f9f9}.audience-button:visited{color:#f8f9f9}.audience-button:hover,.audience-button:visited:hover{color:#fff}.audience-button--about .audience-button{background-image:url(../../img/backgrounds/about.webp)}.audience-button--about .audience-button::before{background-color:rgba(26,68,128,.26)}.audience-button--about .audience-button:hover::before{background-color:rgba(62,102,68,.69)}.audience-button--apply .audience-button{background-image:url(../../img/backgrounds/apply.webp)}.audience-button--apply .audience-button::before{background-color:rgba(16,41,77,.26)}.audience-button--apply .audience-button:hover::before{background-color:rgba(16,41,77,.69)}.audience-button--orise .audience-button{background-image:url(../../img/backgrounds/why-orise.webp)}.audience-button--orise .audience-button::before{background-color:rgba(254,202,87,.36)}.audience-button--orise .audience-button:hover::before{background-color:rgba(203,151,36,.69)}.audience-button--ecosystems .audience-button{background-image:url(../../img/backgrounds/ecosystems.jpeg)}.audience-button--ecosystems .audience-button::before{background-color:rgba(26,68,128,.26)}.audience-button--ecosystems .audience-button:hover::before{background-color:rgba(62,102,68,.69)}.audience-button--core-science .audience-button{background-image:url(../../img/backgrounds/core-science.jpeg)}.audience-button--core-science .audience-button::before{background-color:rgba(16,41,77,.26)}.audience-button--core-science .audience-button:hover::before{background-color:rgba(16,41,77,.69)}.audience-button--energy .audience-button{background-image:url(../../img/backgrounds/energy.jpeg)}.audience-button--energy .audience-button::before{background-color:rgba(254,202,87,.36)}.audience-button--energy .audience-button:hover::before{background-color:rgba(203,151,36,.69)}.audience-button--hazards .audience-button{background-image:url(../../img/backgrounds/hazards.jpeg)}.audience-button--hazards .audience-button::before{background-color:rgba(16,41,77,.26)}.audience-button--hazards .audience-button:hover::before{background-color:rgba(62,102,68,.69)}.audience-button--water .audience-button{background-image:url(../../img/backgrounds/water.jpeg)}.audience-button--water .audience-button::before{background-color:rgba(26,68,128,.26)}.audience-button--water .audience-button:hover::before{background-color:rgba(16,41,77,.69)}@media (min-width:48rem) and (max-width:63.99rem){.research-button__row .audience-button{font-size:1.46rem}}