@charset "UTF-8";@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}}.participant-profile__photo{display:flex;flex-flow:column nowrap;align-items:center}@media all and (min-width:48em){.participant-profile__photo{flex-direction:row;align-items:stretch}.participant-profile__img{max-width:24rem}}.participant-profile__content{padding:4rem 3rem;font-size:1.2rem;background-color:#f3c476}@media all and (min-width:48em){.participant-profile__content{display:flex;flex-flow:column nowrap;justify-content:center;padding-right:3.5rem}}.participant-profile__content h2{font-size:1.71rem}.participant-profile__content h3,.participant-profile__content h4{font-size:1.46rem}.participant-profile__content h5,.participant-profile__content h6{font-size:1.34rem}.participant-profile__button,.participant-profile__button:visited{color:#fff;background-color:#053f2a}.participant-profile__button:hover{background-color:#002c4c}.participant-profile__slide{z-index:1;opacity:1}.participant-profile__slide.offscreen,.progress.offscreen{z-index:-1;opacity:0;transition:z-index 500ms ease-in-out,opacity 500ms ease-out}.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 .progress-bar{width:100%;height:100%;background-color:transparent;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,#c29d5e,#c29d5e);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}}.slides-loaded{position:relative}.slides-loaded .slideshow{display:block;overflow:hidden;position:relative;height:100%}.slides-loaded .slideshow__slide{position:absolute;transform:translateX(100%);width:100%;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:rgba(255,255,255,.6)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;background-color:#f3c476;-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:active::after,.slides-loaded .slideshow__button:focus::after,.slides-loaded .slideshow__button:hover::after{background-color:#927647}}.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-color:rgba(214,215,217,.75);background-image:none}.slides-loaded .slideshow__button[disabled]::after{background-color:#808182}}.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;background-color:#f8dcad;border:0;border-radius:50%}.slides-loaded .slideshow__page--button:active,.slides-loaded .slideshow__page--button:focus,.slides-loaded .slideshow__page--button:hover{cursor:pointer;background-color:#f3c476}.slides-loaded .slideshow__page--button[aria-selected=true]{cursor:default;background-color:#927647}