.audience-homepage{display:grid;grid-template-areas:"description description" "video video" "overview sidebar" "biographies sidebar";grid-template-rows:auto auto auto auto;grid-template-columns:2fr 1fr;grid-gap:25px;justify-items:center}.audience-description{grid-area:description;text-align:center}.audience-description .admin-buttons{display:flex;flex-direction:row;padding-top:5px}.audience-description .admin-buttons button{margin-right:20px;margin-top:20px}.audience-video{grid-area:video;display:grid;justify-content:center}.audience-overview{grid-area:overview;margin-top:20px}.audience-overview h1{text-align:center}.audience-overview h3{font-family:"Gotham",sans-serif;font-weight:300;line-height:2em}.audicence-biographies{grid-area:biographies;max-width:80%}.audience-sidebar{margin-top:25px;grid-area:sidebar;width:100%}.audience-popup{width:600px;height:380px;background-color:#fff;color:#000;display:flex;justify-content:center;align-items:center;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:10px;text-align:center;padding:20px;flex-direction:column;border:.5px solid var(--cardBG);box-shadow:6px 6px 3px #464545}.audience-popup p:first-child{margin-top:30px}.audience-popup p{color:#000;font-size:1.2rem}.audience-popup a{color:#fff}.audience-popup button{background-color:var(--cardBG);color:#fff}.audience-popup button:last-child{position:absolute;top:0;right:0}.audience-popup-hidden{display:none}.audience-biographies h1{text-align:center}@media screen and (max-width:834px){.audience-homepage{display:grid;grid-template-areas:"description" "video" "sidebar" "overview" "biographies";grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto}.audience-sidebar{margin-top:0}.audience-popup{width:300px}}@media screen and (max-width:414px){.audience-homepage{grid-row-gap:10px;row-gap:10px;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.audience-biographies,.audience-overview{max-width:95%}.audience-description{margin-top:30px}h1{font-size:1.5rem!important}}@media only screen and (max-width:1366px) and (orientation:landscape){.audience-sidebar{width:380px}}@media only screen and (max-width:1112px) and (orientation:landscape){.audience-sidebar{width:300px}}@media only screen and (max-width:1024px) and (orientation:landscape){.audience-sidebar{width:290px}}@media only screen and (max-width:800px){.audience-sidebar{width:100%}}@media screen and (max-width:320px){.audience-description{margin-top:0}}.videoplayer-container{display:flex;flex-direction:column}.videoplayer-container .partners{display:inherit;flex-direction:row;padding:15px 0}.videoplayer-container>p{font-size:1.2em}@media (max-width:500px){.videoplayer-container .partners{flex-direction:column}}.wowza-player-hidden{display:none}@media (max-width:500px){.tabs{width:auto}}.tabs__content{padding:20px 0 10px 20px;color:var(--paragraph);font-family:inherit;font-weight:400;font-size:16px;line-height:1.4;background:var(--cardBG);max-height:550px}.tabs__content h3{color:var(--headline);font-weight:700;font-family:inherit;font-size:24px;margin-bottom:10px}.tabs__nav{display:flex;align-items:center;list-style:none;padding:10px 0 20px;background:var(--cardBG)}.tabs__button{background:transparent;color:var(--headline);box-shadow:none;outline:none;border:none;cursor:pointer;font-size:20px;display:block;position:relative;font-family:inherit;font-weight:400;padding:4px 4px 4px 20px}.tabs__button:after{content:"";display:block;position:absolute;left:0;bottom:-2px;width:70%;height:2px;margin-left:20px;background:var(--activeColor);opacity:0;visibility:hidden}.tabs__button.active:after,.tabs__button:after{transition:visibility 0s,opacity .4s ease-in-out}.tabs__button.active:after{opacity:1;visibility:visible}.tabs__item:not(:last-child){margin-right:20px}.chatbox{display:flex;flex-direction:column}.chatbox .conversations{align-self:flex-start;height:426px;overflow-y:scroll;width:95%}.chatbox button{background-color:#fff}.chatbox .input{display:flex;flex-direction:row;align-self:flex-start;width:95%}.chatbox .input input{background:none;background-color:#fff;color:grey;font-size:18px;padding:10px 10px 10px 5px;display:block;width:100%;border-radius:5px;border:none;border-bottom:1px solid grey;margin-right:3px}.chatbox .input input:focus{outline:none}.message p{max-width:100%;padding-bottom:10px;font-size:.9em}.message span:first-child{margin-right:10px;font-weight:600;font-size:1em}.message span+span{font-size:.8em}.message:hover{background-color:#503b75}.custom-button{min-width:50px;letter-spacing:.5px;align-items:center;padding:13px;font-size:15px;background-color:#fff;color:#000;text-transform:uppercase;font-weight:bolder;border:none;cursor:pointer;display:flex;justify-content:center;border-radius:5px}.custom-button:hover{background-color:var(--paragraph);color:#000}.custom-button.isCta{background-color:#d34242;color:#fff}.custom-button.isCta:hover{background-color:#9a1717;border:none}.custom-button.inverted{background-color:var(--paragraph);color:#fff;border:1px solid #000}.custom-button.inverted:hover{background-color:#fff;color:#000;border:none;opacity:.85}.custom-button.disabled,.custom-button.disabled:hover{background-color:grey}@media screen and (max-width:768px){.custom-button{padding:15px}}.bio-wrapper{position:relative;margin:20px 0 0}.bio-wrapper:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#463366;opacity:.7}.bio{position:relative;display:grid;grid-template-areas:"profile-pic profile-desc";grid-template-columns:1fr 4fr;grid-template-rows:auto;grid-gap:20px;padding-bottom:40px}.profile-pic{grid-area:profile-pic;display:flex;flex-direction:column;font-size:1.2em;padding:20px 0 0 20px}.profile-pic h3{margin-top:7px;margin-bottom:0}.profile-pic span{font-family:"Gotham Italic","Gotham";font-size:.9em}.profile-pic img{width:300px}.profile-desc{padding:20px 20px 0 0;grid-area:profile-desc}.profile-desc p{font-size:1.1em}.profile-desc p:last-child{padding-bottom:20px}@media screen and (max-width:768px){.bio-wrapper{padding:5px;margin:auto auto 20px}.profile-pic img{width:250px}.profile-desc{padding:30px 15px 15px}}@media screen and (max-width:414px){.bio{display:block;grid-template-areas:"profile-pic" "profile-desc";grid-template-rows:1fr auto;justify-content:center;justify-items:center;grid-gap:0}.profile-pic{text-align:center;padding:15px}.profile-pic img{width:290px;align-self:center}.profile-desc{padding:15px}}@media screen and (max-width:375px){.profile-pic img{width:270px}}@media screen and (max-width:320px){.profile-pic{padding:15px}.profile-pic img{width:230px}}@media screen and (max-width:768px){.profile-desc{padding:25px 15px 15px}}.group{position:relative;margin:45px 0}.group .form-input{background:none;background-color:#fff;color:grey;font-size:18px;padding:10px 10px 10px 5px;display:block;width:100%;border-radius:0;border:none;border-bottom:1px solid grey;margin:25px 0}.group .form-input:focus{outline:none}.group .form-input:focus~.form-input-label{top:-24px;font-size:12px;color:var(--paragraph)}.group input[type=password]{letter-spacing:.3em}.group .form-input-label{color:grey;font-size:16px;font-weight:400;position:absolute;pointer-events:none;left:5px;top:10px;transition:all .3s ease}.group .form-input-label.shrink{top:-24px;font-size:12px;color:var(--paragraph)}.sign-up{margin-top:20px;display:flex;flex-direction:column;width:380px;height:500px}.sign-up .title{margin:10px 0}@media screen and (max-width:768px){.sign-up{display:flex;flex-direction:column;width:100%;height:480px}}@media screen and (max-width:320px){.sign-up{height:460px}}.login{display:flex;flex-direction:column;width:380px}.login .title{margin:10px 0}.home{display:grid;grid-template-areas:"title" "video" "overview" "biographies";grid-template-rows:auto auto auto auto;grid-template-columns:1fr;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;grid-row-gap:0;row-gap:0;justify-items:center}.home-title{grid-area:title;font-family:"Tangerine",Cambria,Cochin,Georgia,Times,"Times New Roman",serif;font-size:4.5rem}.home-video{grid-area:video}.home-overview{grid-area:overview;max-width:80%;margin-top:20px}.home-biographies{grid-area:biographies;max-width:80%}.home h3{font-family:"Gotham",sans-serif;font-weight:300;line-height:2em}.home h1{text-align:center;font-weight:700}.home{margin-top:30px}#myVideo{position:relative;width:1100px;height:630px}@media screen and (max-width:1366px){#myVideo{width:1000px;height:560px}}@media screen and (max-width:1112px){#myVideo{width:1000px;height:560px}.home{margin-top:40px}}@media screen and (max-width:1024px){#myVideo{width:900px;height:506px}}@media screen and (max-width:800px){#myVideo{width:720px;height:403px}.home{margin-top:50px}}@media screen and (max-width:414px){.home{margin-top:60px}.home-biographies,.home-overview{max-width:95%}#myVideo{width:392px;height:210px}.home-title{font-size:2.5rem!important}}@media screen and (max-width:390px){#myVideo{width:380px;height:204px}}@media screen and (max-width:375px){#myVideo{width:355px;height:200px}}@media screen and (max-width:320px){.home{margin-top:30px}#myVideo{width:305px;height:180px}}*{box-sizing:border-box;padding:0;margin:0}:root{--bg:#301e4e;--headline:#fff;--paragraph:#61221b;--cardBG:#463366;--tableHeader:#5f3b99;--cardText:#cabae2;--activeColor:#ff6e6c;--ff:"Montserrat",sans-serif}@font-face{font-family:"Tangerine";font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/tangerine/v12/Iurd6Y5j_oScZZow4VO5srNZi5FNym499g.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:"Gotham";src:url(/static/media/Gotham-Light.f76e3adf.otf);font-weight:300}@font-face{font-family:"Gotham";src:url(/static/media/Gotham-Bold.9c35bf87.otf);font-weight:700}@font-face{font-family:"Gotham Italic";src:url(/static/media/Gotham-XLightItalic.0830b445.otf)}a{text-decoration:none}h1{font-family:"Gotham",sans-serif;font-weight:700}h1,h2,h3,h4,h5,h6,p{color:#61221b;color:var(--paragraph)}body{color:#61221b!important;color:var(--paragraph)!important;font-family:"Gotham",sans-serif;font-weight:300}.bodyWrapper{position:relative}.bodyWrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#efc8c4}.body{position:relative;height:100vh!important}.admin-container{max-width:1200px;margin:80px auto}.wrapper{display:grid;grid-gap:20px;grid-template-rows:auto 1fr;grid-template-columns:12fr;grid-template-areas:"content1" "footer1";justify-items:center;align-items:center}.content{margin-top:8vh;grid-area:content1;max-width:80%}.centered{display:grid;justify-items:center}@media screen and (max-width:768px){nav{justify-content:space-around!important}}nav{position:fixed;left:0;right:0;justify-content:center;min-height:75px;background-color:#463366;background-color:var(--cardBG);opacity:.95}nav,nav .nav-links{display:flex;align-items:center;z-index:99}nav .nav-links{justify-content:flex-end}nav .nav-links li{list-style:none}nav .nav-links li a{margin-left:20px;padding:20px;font-size:1.4em;font-weight:700}nav .nav-links li a:hover{background-color:#463366;color:#61221b;color:var(--paragraph)}nav .burger{display:none}nav .burger div{width:25px;height:3px;background-color:#61221b;background-color:var(--paragraph);margin:5px}nav .burger:hover{cursor:pointer}nav .nav-active{transform:translateX(0)!important}nav .header-logo img{padding-top:3px;width:130px}@media screen and (max-width:1112px){nav .header-logo img{width:120px}}@media screen and (max-width:768px){nav .header-logo img{width:110px}nav .nav-links{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:absolute;right:0;height:92vh;top:10vh;background-color:#463366;background-color:var(--cardBG);transform:translateX(120%);transition:transform .5 ease-in;width:80%}nav .nav-links li a{margin-left:0}nav .nav-links li{margin:20px 0}nav .nav-links li:last-child{align-self:center}nav .burger{display:block}}.footer{display:grid;grid-area:footer1;text-align:center}.footer ul{display:flex;justify-content:space-evenly}.footer li{list-style:none;font-size:2em}.footer li img:last-child{margin-left:2rem;width:160px}.footer li img:first-child{width:120px}.footer p,.footer ul{padding:20px}.footer ul li{display:flex;align-items:center}@media screen and (max-width:768px){.content{max-width:95%}}@media only screen and (min-device-width:768px) and (max-width:1024px) and (orientation:landscape){.content{max-width:1000px}}@media only screen and (min-device-width:1024px) and (max-width:1112px) and (orientation:landscape){.content{max-width:1080px}}@media only screen and (min-device-width:1112px) and (max-width:1366px) and (orientation:landscape){.content{max-width:90%;margin-top:8vh}}@media screen and (max-width:1920px){#endSession{margin-left:1150px}}@media screen and (max-width:1366px){#endSession{margin-left:750px}}@media screen and (max-width:1112px){#endSession{margin-left:730px}}@media screen and (max-width:1024px){#endSession{margin-left:650px}h1{font-size:1.6rem}}@media screen and (max-width:800px){#endSession{margin-left:400px}}@media screen and (max-width:768px){#endSession{margin-left:500px}.footer ul li img:last-child{margin-left:2rem;width:110px}.footer ul li img:first-child{width:80px}}@media screen and (max-width:414px){#endSession{margin-left:0}.content{margin-top:30px}.burger{padding-left:130px}}@media screen and (max-width:320px){.content{margin-top:60px}}
/*# sourceMappingURL=main.aeb9b649.chunk.css.map */