﻿html{--light: #fff;--dark: #131313;--gray: #f5f5f5;--bubble: #161718;--accent: var(--gray);--bg: var(--light);--text: var(--dark);--theme: #ef1a1a}.hvr-float{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-float-org{display:inline-block;vertical-align:middle;box-shadow:0 0 1px rgba(0,0,0,0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-float:hover,.hvr-float:focus,.hvr-float:active,.hvr-float-org:hover,.hvr-float-org:focus,.hvr-float-org:active{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.not-found-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.about-page{min-height:100vh;max-height:fit-content;margin-bottom:3rem}.article{background-color:white;width:100%;height:fit-content;max-width:100%;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);transition:all 0.15s;color:#42474c;border-left:3px solid #e62828;font-weight:700;font-size:0.9rem}.article:hover{color:#c40729;margin-left:0.3rem;border-left:3px solid #e62828}.article-link{text-decoration:none;color:inherit}@media only screen and (max-width: 800px){.article{margin-bottom:1rem}}.article:hover{box-shadow:0 0px 4px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.15);transition:all 0.15s}.article-inner{padding:1.3rem}.article-featured{background-color:white;color:#42474c;width:100%;height:23rem;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);transition:all 0.15s}.article-featured:hover{box-shadow:0 0px 4px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.15);transition:all 0.15s;color:#c40729}.article-featured-image{height:60%;background-repeat:no-repeat;background-position:50%;background-size:cover;background-image:url("/images/orientation2018-min.jpeg")}.article-featured-body{margin:1.7rem;position:relative;height:25%}.article-featured-date{color:#42474c;font-weight:100;font-size:0.85rem;margin-bottom:0.5rem}.article-featured-description{font-weight:bold}.article-featured-notch{border:1px solid #c40729;width:3rem;position:absolute;bottom:0}.button{border-radius:0.3rem;border-width:0px;min-width:7rem;background-color:#c40729;padding:0.75rem 1.5rem;color:white;font-weight:bold;font-size:1rem;transition:all 0.15s}.button .button_label{padding:0.7rem 1rem}.button:hover{cursor:pointer;background-color:#000}.candidates-page{min-height:100vh;width:100vw;height:fit-content;overflow:hidden;padding-top:2rem;padding-bottom:2rem}.candidates-page-info{text-align:center;margin:auto;max-width:800px;margin-bottom:4rem}.candidates-page-info h1{font-size:2.5rem}.candidates-page-info p{margin:auto;max-width:700px}.candidates{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:3rem;margin:auto;max-width:1100px}.candidates .candidate-image{width:15rem;margin-bottom:1.5rem;height:15rem;border-radius:50%;background-repeat:no-repeat;background-position:50%;background-size:cover}.candiate{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:30%;text-align:center;min-height:14rem}@media only screen and (max-width: 600px){.candiate{min-width:20rem}}.event_header{background-size:cover;background-repeat:no-repeat;background-position:center;position:absolute;width:100%;height:75vh;background-color:black;margin-top:-10rem;z-index:-1}.event_blur{filter:blur(0.2rem);-webkit-filter:blur(0.2rem)}.event_container{margin-top:1rem;display:flex;justify-content:space-around;align-items:center}.event_container_poster{background-repeat:no-repeat;width:50%;height:24rem}.event_container_content{width:45%;min-height:15rem;height:fit-content;display:flex;flex-direction:column;justify-content:space-between}.event-page{min-height:100vh;width:100%}.event_header::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:rgba(0,0,0,0.6)}.event{padding:3rem 3rem;max-width:55rem;min-height:23rem;max-height:fit-content;margin:0 auto;margin-top:4rem;margin-bottom:4rem;background-color:var(--bg);box-shadow:0px 0.5rem 1rem -0.5rem rgba(19,17,16,0.384);border-radius:0.25rem}.event hr{margin-top:3rem}.event-time{color:#c40629;font-weight:700}.event-subtitle{color:#42474c;font-weight:700;font-size:0.95rem;margin-top:2rem;margin-bottom:1rem}.date_card_about{background-color:#bf112b;color:white;position:absolute;width:70px;height:90px;margin-top:-85px;margin-left:805px;border-radius:5%;line-height:5px}.calendar-icons{display:flex;justify-content:space-between;width:35%}@media only screen and (min-width: 771px) and (max-width: 810px){.date_card_about{margin-top:-100px;margin-left:650px}.calendar-icons{width:40%}}@media only screen and (min-width: 429px) and (max-width: 770px){.date_card_about{margin-top:-100px;margin-left:600px}}@media only screen and (min-width: 380px) and (max-width: 428px){.event_container{flex-direction:column}.event_container_poster{width:100%}.event_container_content{margin-top:1.5rem;width:100%}.date_card_about{margin-top:-100px;margin-left:260px}.calendar-icons{width:40%}}@media only screen and (min-width: 365px) and (max-width: 375px){.event_container{flex-direction:column}.event_container_poster{width:100%}.event_container_content{width:100%}.date_card_about{margin-top:-100px;margin-left:240px}.calendar-icons{width:45%}}@media only screen and (max-width: 360px){.event_container{flex-direction:column}.event_container_poster{width:100%}.event_container_content{width:100%}.date_card_about{margin-top:-100px;margin-left:225px}.calendar-icons{width:50%}}.faq-section{width:100%;height:fit-content;display:flex;justify-content:center}.faq-section h1{margin-bottom:2rem}.faq-section .faq-container{width:1536px;margin:0.5rem}.faq-section a{text-decoration:underline;color:#b62a2a}.faq-section a:hover{color:#ff0000}@media screen and (max-width: 855px){.faq-section{align-items:center;margin:auto}.faq-section .faq-container{width:600px}}@media screen and (max-width: 855px){.faq-section{align-items:center;margin:auto}.faq-section .faq-container{width:600px}}.faq{margin:1rem 0;border-radius:0.1rem;background:#f0efef;transition:all linear 0.1s;border-left:4px solid #f0efef;cursor:pointer}.faq-title{display:flex;justify-content:space-between;align-items:center}.faq-chevron{margin:1rem;margin-right:1.5rem}.accordion{overflow:hidden;border-radius:4px;width:100%}.accordion-section-title{width:100%;padding:15px}.accordion-section-title{width:100%;display:inline-block;transition:all linear 0.1s;padding:1.3rem 15px;text-decoration:none;font-weight:600}.faq.active{border-left:4px solid #e62828;text-decoration:none}.faq:hover{border-left:4px solid #e62828;text-decoration:none}.accordion-section:last-child .accordion-section-title{border-bottom:none}.accordion-section-content{padding:15px;padding-top:0}@keyframes accordion-expanding{from{max-height:0px}to{max-height:10000px}}@keyframes chevron-rotate{from{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes chevron-rotate-back{from{transform:rotate(180deg)}to{transform:rotate(0deg)}}.faq[open]>.accordion-section-content{overflow:hidden;animation-name:accordion-expanding;animation-duration:10s}.faq[open] .fa-chevron-down{animation-name:chevron-rotate;animation-duration:0.3s;transform:rotate(180deg)}.faq-question__page{background:#faf9f8;min-height:90vh;height:fit-content;padding-bottom:5rem}.faq-question__page a{color:#c40729}.faq-question__page a:hover{color:#ff1f48}.faq-question__page a:visited{color:#c40729}.faq-question__content{max-width:65rem;margin:0 auto;height:fit-content;padding:2.5rem}.faq-question__title{font-size:2.5rem;font-weight:700;height:fit-content}.faq-question__contributors{margin-bottom:1rem}.faq-question__summary{font-size:1.5rem;margin-bottom:2rem;line-height:1.8rem}.faq-question__last-updated{color:#c40729;margin-bottom:1.5rem}.faq-question__body{font-size:1.15rem;margin:3rem 0;margin-bottom:4rem;line-height:1.6rem}.faq-question__sources{cursor:pointer;margin-bottom:1.5rem}.faq-question__sources a{color:#c40729}.faq-question__sources a:hover{color:#ff1f48}.faq-question__sources a:visited{color:#c40729}.faq-question__sources summary{font-size:1.15rem;margin-bottom:0.5rem;list-style:none}.faq-question__sources summary::-webkit-details-marker{display:none}.faq-question__sources summary::after{content:" ▼";margin-left:0.5rem;font-size:0.85rem}.faq-question__sources[open] summary::after{content:" ▲";font-size:0.85rem}@media (max-width: 768px){.faq-question__title{font-size:1.5rem;line-height:1.2}.faq-question__summary{font-size:1.1rem;line-height:1.4}.faq-question__contributors{font-size:1rem}.faq-question__body{font-size:1rem;line-height:1.4}.faq-question__sources{font-size:1rem}.faq-question__last-updated{font-size:1rem}}#resources-heading{margin-bottom:2rem}#faqs-heading{margin:3rem 0 2rem 0;scroll-margin-top:7rem}.resources-topic__page{background:#faf9f8;height:fit-content;padding-bottom:5rem}.resources-topic__content{max-width:65rem;margin:0 auto;height:fit-content;padding:2.5rem}.resources-topic__header .page-section-image{min-height:20rem}.resources-topic__header .page-section{padding:2rem 0rem;margin-bottom:3rem}.resources-topic__articles{display:grid;grid-template-columns:repeat(auto-fit, minmax(225px, 1fr));gap:2.5rem;align-items:stretch}@media (max-width: 600px){.resources-topic__articles{grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))}}.resources-topic__article{background-color:#fff;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.2s ease-in-out}.resources-topic__article .card_text{flex-grow:1}.resources-topic__article h4{min-height:3.7rem;font-weight:700;margin:0 0 1.5rem 0;font-size:1.15rem}@media (max-width: 600px){.resources-topic__article h4{min-height:2.5rem}}.resources-topic__article p{color:#5f5f5f;margin-bottom:1.5rem;font-weight:500;font-size:0.9rem}.resources-topic__article a{margin-top:1.5rem;align-self:flex-start}.resources-topic__article:hover{box-shadow:0 6px 20px rgba(0,0,0,0.1);transform:translateY(-4px)}.resources-topic__questions a{text-decoration:none}.resources-topic__questions a h3{color:#000;font-weight:700;font-size:1.15rem}.resources-topic__questions a p{margin-top:0.75rem;font-size:0.9rem}.resources-topic__question{background-color:#fff;max-height:12rem;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);transition:all 0.3s ease;display:flex;justify-content:space-between;align-items:center}.resources-topic__question .faq-arrow{color:#c40729;margin-left:0.75rem}.resources-topic__question h3{font-weight:700;font-size:1.15rem;margin:0}.resources-topic__question p{color:#5f5f5f;margin:0;font-weight:500;font-size:1rem;transition:all 0.3s ease;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.resources-topic__question:hover{box-shadow:0 12px 24px rgba(0,0,0,0.1);transform:translateY(-4px)}@media (max-width: 768px){.resources-topic h3{font-size:1.25rem;line-height:1.35}.resources-topic p{font-size:1rem;line-height:1.4}}.resources-topic__question h3{font-size:1rem;line-height:1.35}.resources-topic__question p{font-size:0.875rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.footer{background-color:black;color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:2px solid #c40729;padding-bottom:2rem}.footer a{color:inherit}.footer-socials{display:flex;justify-content:space-between;width:14rem;font-size:1.5rem;margin-bottom:0.6rem;margin-top:0.1rem}.footer-text{text-align:center;font-size:1rem}.footer-text b{font-size:1.25rem}.hack-the-tunnels-page{height:100vh;text-align:center;background-color:#01000cf8}.hack-the-tunnels-background-wrap{position:absolute;width:100vw;height:200vh;overflow:hidden;background-color:black;z-index:-2}@media only screen and (max-width: 600px){.hack-the-tunnels-background-wrap{height:120vh}}.hack-the-tunnels{overflow-y:hidden}.hack-the-tunnels__gallery{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hack-the-tunnels__gallery-1{height:15rem;width:16rem;background-image:url("/images/event_pics/2023-2024/hack-the-tunnels/1.jpg");background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem}.hack-the-tunnels__gallery-2{height:15rem;width:16rem;background-image:url("/images/event_pics/2023-2024/hack-the-tunnels/2.jpg");background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem}.hack-the-tunnels__gallery-3{height:15rem;width:16rem;background-image:url("/images/event_pics/2023-2024/hack-the-tunnels/4.jpg");background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem}.hack-the-tunnels__gallery-4{height:15rem;width:16rem;background-image:url("/images/event_pics/2023-2024/hack-the-tunnels/3.jpg");background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem}.hack-the-tunnels__link{color:#34d3fa !important}.hack-the-tunnels__heading{font-size:1.7rem !important}.hack-the-tunnels__text{font-size:1.2rem !important}.hack-the-tunnels__logo{object-fit:cover;width:100%}.hack-the-tunnels__logo-2024{object-fit:cover;width:100%;max-width:42rem}.hack-the-tunnels__date{padding-top:1.5rem;color:white;font-size:1.5rem;font-weight:bold}.hack-the-tunnels__date-2024{font-size:1.3rem;padding-top:4rem;margin-bottom:-1.4rem;color:white;font-weight:bold}.hack-the-tunnels__cards{display:flex;justify-content:space-between;gap:3rem;margin:0 1rem;margin-top:4rem;margin-bottom:4rem}.hack-the-tunnels__card{width:50%;height:30rem;margin:auto;padding:1rem}.hack-the-tunnels__card p{font-size:1.3rem !important}.hack-the-tunnels__card h1{font-size:5rem !important;margin-bottom:0}.hack-the-tunnels__schedule{display:flex;justify-content:center;margin:auto;flex-direction:column;gap:1.5rem}.hack-the-tunnels__event{display:flex;justify-content:space-between;padding:1.5rem;font-size:1.2rem;font-weight:bold;border-radius:0.2rem;text-align:left}@media only screen and (max-width: 600px){.hack-the-tunnels__event{font-size:0.9rem}}@media only screen and (max-width: 600px){.hack-the-tunnels__cards{flex-direction:column}.hack-the-tunnels__card{width:90%}}@media only screen and (max-width: 600px){.hack-the-tunnels__date{font-size:1.1rem}}.day1{border:10px solid #34d3fa;border-radius:2rem}.day2{border:5px solid #c6006a;border-radius:2rem}.day1-2024{border:7px solid #3a309f;border-style:dashed}.day1-2024 h1{font-size:3.75rem !important}.day2-2024{border-image:linear-gradient(to right, #34d3fa 0%, #8c65fe 40%, #f9df02 75%, #c6006a 100%) 1;border-width:10px;border-style:solid;animation:slidebg 5s linear infinite}.day2-2024 h1{font-size:3.75rem !important}.day1-number{color:#8c65fe}.day2-number{color:#f9df02}.day1-number-2024{color:#f9df02}.day2-number-2024{color:#78ff3e}.header-button{margin-top:3rem;border-radius:0.3rem;border-width:0px;min-width:9rem;background-color:#ffffff;padding:0.75rem 1.5rem;color:#000;font-weight:bold;font-size:1.05rem;transition:all 0.15s;cursor:pointer}.header-button:hover{background-image:linear-gradient(90deg, #34d3fa 0%, #8c65fe 39%, #f9df02 70%, #c6006a 90%, #34d3fa 100%);animation:slidebg 5s linear infinite;color:white}@keyframes slide{from{background-position:0 0}to{background-position:-400px 0}}@keyframes slidebg{to{background-position:20vw}}.hack-the-tunnels-challenge-page{min-height:100vh;height:fit-content;text-align:left;background-color:#020012;color:white}.hack-the-tunnels-challenge-page .frontend:hover{background-color:#34d3fa;cursor:pointer}.hack-the-tunnels-challenge-page .backend:hover{background-color:#f3da00;cursor:pointer}.hack-the-tunnels-challenge-page .fullstack:hover{background-color:#8c65fe;cursor:pointer}.hack-the-tunnels-challenge-page .security:hover{background-color:#c6006a;cursor:pointer}.hack-the-tunnels-challenge-page .diagrams:hover{background-color:#ffbb3e;cursor:pointer}.hack-the-tunnels-challenge-page .devops:hover{background-color:#78ff3e;cursor:pointer}.hack-the-tunnels-challenge-page hr{width:100%;opacity:0.25}.hack-the-tunnels-challenge-page__categories{display:flex;justify-content:center;gap:0.75rem;margin-bottom:1rem}.hack-the-tunnels-challenge-page__category{padding:0.5rem 0.5rem;border-radius:0.2rem;background-color:#363636;color:white;font-size:1rem;font-weight:bold;transition:all 0.2s}.hack-the-tunnels-challenge-page__category a{color:white !important}.hack-the-tunnels-challenge-page__challenge{margin-bottom:2rem}.hack-the-tunnels-challenge-page__content{padding:1rem;max-width:700px;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.hack-the-tunnels-challenge-page__content code{background-color:#363636;color:white;padding:0.2rem 0.5rem;border-radius:0.2rem}.hack-the-tunnels-challenge-page__content a{color:#78ff3e;text-decoration:none}.hack-the-tunnels-challenge-page__content a code{background-color:#2c2c2c;color:#78ff3e;padding:0.2rem 0.5rem;border-radius:0.2rem}.hack-the-tunnels-challenge-page__logo{object-fit:cover;width:15rem;margin-top:3rem;margin-left:-1rem;margin-bottom:3rem}.home-header{height:85vh;padding-bottom:4rem;display:flex;background-image:url("/images/background.png");animation:slide 40s linear infinite}@keyframes slide{from{background-position:0 0}to{background-position:-400px 0}}.home-header-space{width:35vw}.home-header-image{width:65vw;height:100%;transition:background-image 1s ease-in-out;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:0 0 0 1rem;position:absolute;background-image:url("/images/slideshow/orientation.jpeg")}.home-header-card-container{max-width:1164px;padding:3.75em 5em 3.75em 3.75em}.home-header-card{position:absolute;background:#ffffff;padding:2.5rem;border-radius:10px;min-height:20rem;width:32%;min-width:30rem;max-width:36rem;top:18.5vh;left:8%;box-shadow:0 0px 8px 0 rgba(0,0,0,0.07);z-index:2}.home-header-card-title{font-size:16px;font-weight:400;margin-bottom:1.5rem}.home-header-card-heading{font-size:60px;font-weight:700;margin-bottom:24px}.home-header-card-body{color:#42474c;font-weight:400;font-size:1.25em;margin-bottom:3rem}.home-header-buttons{display:flex;align-items:center;gap:2.25rem}.home-header-discord{margin-top:0.1rem;font-weight:bold;cursor:pointer;color:#c40729;display:flex;justify-content:center;align-items:center;gap:0.5rem}.home-header-discord-arrow{font-size:15px;margin-left:0.25rem;vertical-align:middle}.small-external-link-arrow{vertical-align:unset;font-size:1.175rem}.home-header-discord:hover{text-decoration:underline;color:#ff1f48}.home-header-mobile{display:none}@media only screen and (max-width: 900px){.home-header{display:none;flex-direction:column;height:100vh}.home-header div{display:none}.home-header-card-wrap{display:none}.home-header-card-wrap div{display:none}.home-header-mobile{display:block;height:fit-content}.home-header-image{position:absolute;width:100%;height:42vh;border-radius:0 0 0 0;z-index:-1;top:0}.home-header-card{position:static;width:70vw;max-width:100vw;min-width:70vw;z-index:1000;margin:auto;margin-top:15vh;margin-bottom:8vh}.home-header-card-heading{font-size:35px}}@media only screen and (max-width: 500px){.home-header-card-title{font-size:11px}.home-header-card{padding:2rem}.home-header-card-body{font-size:1em}}.fa-external-link-alt{color:#c40729}.home-events{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:40px;margin-top:1rem}.home-section-notice{margin:1rem;font-size:16px;font-weight:600}.home-section-notice i{margin-right:0.5rem;font-size:20px}.home-section{max-height:fit-content;display:flex;flex-direction:column;width:1100px;padding-top:1.5rem;padding-bottom:2.5rem}.home-section .home-section-heading{margin-bottom:3rem}.home-section .home-section-heading a{text-decoration:none;color:inherit}.home-section .home-section-heading a:hover{font-weight:bold;cursor:pointer;text-decoration:underline;color:#ff1f48}.home-section-grid{display:flex;justify-content:center;padding-left:calc(5% + 9px);padding-right:calc(5% + 9px)}.home-section-content{padding:2rem;width:40%}.home-section-content-image{max-width:678px;max-height:440px;width:100%;object-fit:cover}.home-section-text{padding:2rem;width:40%}.home-section-text p{margin-bottom:2rem}.home-section-dark{background-color:#f9fafb}.home-section-light{background-color:#fff}.home-section-red{background-color:#c40729;color:white}@media only screen and (max-width: 600px){.home-section{flex-direction:column}.home-section-text{width:100%}.home-section-content{width:100%}}.home-news{display:flex;flex-direction:row-reverse}.home-news-articles{width:50%;display:flex;flex-direction:column;justify-content:space-between;margin-left:1rem}.home-news-featured{width:50%;margin-right:1rem}@media only screen and (max-width: 800px){.home-news{flex-direction:column-reverse}.home-news-articles{width:100%;margin-left:0rem}.home-news-featured{width:100%;margin-right:0rem;margin-bottom:1.7rem}}.see-more{text-align:center;margin-bottom:40px;font-weight:bold}.see-more a{text-decoration:none;color:inherit}.see-more a:hover{cursor:pointer;text-decoration:underline;color:#ff1f48}.home-annoucement{background-color:#c40729;color:white;text-align:center;padding:0.3rem;font-size:11px;font-weight:600}.home-annoucement a{color:inherit;text-decoration:none}.home-annoucement span{margin-left:0.3rem}.internal{width:100%;min-height:100vh;background-color:#c40729;display:flex;flex-direction:column;color:white;height:fit-content;overflow:hidden}.internal-section{width:100%;margin:2vh auto;display:flex;justify-content:center;flex-direction:column;align-items:center}.internal-brand{text-align:center;color:white}.internal-brand p{font-size:1.5rem}.internal-logo{object-fit:cover;min-width:200px;max-width:300px;margin:auto}.internal-section-image{width:150px;margin:0.5rem}.internal-people{width:40%;display:flex;justify-content:center;flex-wrap:wrap}.internal-title{font-size:large;margin-bottom:2rem;color:white}.internal-links{width:40%}.initiative{background-color:white;width:100%;height:fit-content;max-width:100%;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);transition:all 0.15s;color:#42474c;border-left:4px solid #e62828;font-weight:700;font-size:0.9rem;display:flex;justify-content:space-between;align-items:center}.initiative-hover:hover{margin-left:0.3rem}.initiative-inactive{opacity:0.52}.initiative-link{text-decoration:none;color:inherit}@media only screen and (max-width: 800px){.initiative{margin-bottom:1rem}}.initiative:hover{box-shadow:0 0px 4px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.15);transition:all 0.15s}.initiative-inner{padding:1.3rem;min-height:4rem;display:flex;flex-direction:column;justify-content:center}.initiative-title{margin-bottom:0.5rem}.initiative-description{color:#42474c;font-weight:100;font-size:0.85rem}.initiative-arrow{font-size:0.6rem;margin-right:2rem}.jobuary-page{height:100vh;text-align:center;background-color:#03050c;opacity:0.9}.jobuary-content{height:fit-content;background-color:#03050c;display:flex;flex-direction:column;color:white;align-items:center}.jobuary-content p{font-size:1.4rem;font-style:italic;font-weight:bold}.jobuary-background-wrap{position:absolute;width:100vw;height:100vh;overflow:hidden;background-color:#0a0b14;z-index:-2;background-image:url(https://media.istockphoto.com/id/136754396/photo/silhouette-of-trees-at-night.webp?b=1&s=170667a&w=0&k=20&c=5MosZ1b2CBPOdv8CXOhWT7ZGo-Ook_o220OXbtsuPFc=);background-repeat:no-repeat;background-size:cover}@media only screen and (max-width: 600px){.jobuary-background-wrap{height:120vh}}.jobuary-events{display:flex;flex-direction:row;align-items:center;margin-top:5rem;margin-bottom:5rem;width:100%;justify-content:center;gap:4rem}@media only screen and (max-width: 1120px){.jobuary-events{flex-direction:column}}.jobuary{overflow-y:hidden;height:fit-content}.jobuary .woa-background-wrap{z-index:-1;background-color:#ffffff00}.jobuary__logo{object-fit:cover;width:17rem}.jobuary__slogan{color:white;font-size:1.15rem;font-weight:bold;margin-bottom:1rem;padding-top:2rem}.jobuary-header-button{margin-top:3rem;border-radius:0.3rem;border-width:0px;min-width:9rem;background-color:#ffffff;padding:0.75rem 1.5rem;color:#000;font-weight:bold;font-size:1.05rem;transition:all 0.15s;cursor:pointer}.jobuary-header-button:hover{background-image:linear-gradient(90deg, #09cef0 0%, #8664f1 39%, #00de79 70%, #09cef0 100%);animation:slidebg 5s linear infinite;color:white}@keyframes slide{from{background-position:0 0}to{background-position:-400px 0}}@keyframes slidebg{to{background-position:20vw}}#resume_team_flex_box{display:flex;justify-content:space-evenly;align-items:stretch;flex-wrap:wrap;flex-basis:0;gap:2rem;max-width:85rem;margin:auto;width:100%}#resume_team_flex_box p{font-size:18px;font-size:1.125rem;line-height:1.5555555556;margin-bottom:24px;margin-bottom:1.5rem}.profile{text-align:center;max-width:700px;flex:1 1 calc(33.33% - 1rem);margin:1rem;margin-bottom:32px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media only screen and (max-width: 900px){.profile{flex:1 1 calc(50% - 1rem)}}.profile p{flex-grow:1;margin:1rem 0}.profile img{display:block;margin:0 auto;border-radius:50%;width:192px;height:192px;object-fit:cover}.profile h2{text-align:center;margin-top:0.5rem}.max-width-700{max-width:700px;text-align:center}.centered{margin:0 auto}.padded-top{padding-top:32px}.padded-between{padding-top:8px}.book-link{margin-top:auto}.links-page{min-height:100vh;display:flex;justify-content:center;width:100%;color:white;background:#c40729}.links-page .fab{color:white !important;padding:20px;font-size:30px;text-decoration:None}.links-page .fab:hover{color:black !important}.links-main{max-width:700px;width:100%;display:flex;flex-direction:column;align-items:center;margin-top:3rem}.links-header{padding-bottom:2rem;display:flex;justify-content:center;flex-direction:column;align-items:center}.links-header-image{border-radius:50%;width:7rem}.link-anchor{color:inherit;text-decoration:none;width:100%;text-align:center;height:fit-content}.link{width:100%;z-index:0;overflow:hidden;margin-bottom:16px;transition:box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;border:2px solid #fff;background-color:#fff;color:#3d3b3c;border-radius:0px;height:auto;padding:1.2rem 0}.link:hover{color:white;background:#c40729}.markdown-content a{color:#c40729}.markdown-content a:hover{text-decoration:underline;color:red}.markdown-content h2{margin-top:3rem}.markdown-content h1{margin-top:3rem}.markdown-content img{object-fit:cover;width:100%;margin:auto}.mailing-list{min-height:97vh;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto;background-color:white;padding:1rem}.mailing-list__image{width:100%;max-width:36rem;margin-bottom:3rem;border-radius:2rem;height:18rem;object-fit:cover}.mailing-list__logo{width:100%;max-width:17rem;margin-bottom:4rem}.nav{color:white;position:fixed;top:0;width:100%;transition:height 0.4s cubic-bezier(0.52, 0.16, 0.24, 1);z-index:999;background:var(--dark);border-bottom:2px solid #c40729}.nav-body{box-shadow:0 1.5rem 6rem rgba(0,0,0,0.17);position:fixed;right:10px;z-index:1;top:100%;opacity:0;overflow:hidden;transition:top 0.33s linear;background:transparent;background-color:var(accent);width:16rem;padding:100px 0;min-height:100vh;z-index:1}.nav-menu{position:relative;padding:10px 25px 10px 0;height:100%;max-width:1536px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.nav-menu-items{width:100%;display:flex;align-items:center;justify-content:space-between}.nav-menu-items-container{display:flex;align-items:center;justify-content:space-between;width:33vw}.nav-menu-item{height:100%}.nav-menu-dropdowns{width:100%;display:flex;align-items:center;justify-content:space-between}.nav-menu a{color:inherit;display:block;padding:10px 0px;padding-right:0;font-size:100%}.nav-menu a img{width:250px;margin:0rem;margin-top:-0.25rem}.item{display:inline;height:30px}.item:hover{cursor:pointer}.arrow{animation-name:out;animation-duration:500ms;animation-fill-mode:forwards;user-select:none;text-align:center;display:inline-block}.item:hover+.arrow{animation-name:in;animation-duration:500ms;animation-fill-mode:forwards}@keyframes in{from{transform:rotateX(0deg)}to{transform:rotateX(180deg)}}@keyframes out{from{transform:rotateX(180deg)}to{transform:rotateX(0deg)}}.actual_content{color:white;position:fixed;display:none;justify-content:space-between;width:100%;opacity:0;z-index:1}.actual_content a{margin-top:0.7rem;width:100%}.actual_content:hover{z-index:3 !important;opacity:1;margin-top:0px}.item_block1{-webkit-transition:all 500ms ease-out;-moz-transition:all 500ms ease-out;-o-transition:all 500ms ease-out;-ms-transition:all 500ms ease-out;transition:all 500ms ease-out;display:grid;grid-template-columns:1fr 1fr;height:1px;border-color:#921c06;border-width:2px;border-style:solid}.item_block1:hover{transform:scale(1.01);box-shadow:0 0 3px #515151}.item_block2{-webkit-transition:all 500ms ease-out;-moz-transition:all 500ms ease-out;-o-transition:all 500ms ease-out;-ms-transition:all 500ms ease-out;transition:all 500ms ease-out;display:grid;grid-template-columns:1fr 1fr;height:1px;border-color:#921c06;border-width:2px;border-style:solid}.item_block2:hover{transform:scale(1.01);box-shadow:0 0 3px #515151}.item_block3{-webkit-transition:all 500ms ease-out;-moz-transition:all 500ms ease-out;-o-transition:all 500ms ease-out;-ms-transition:all 500ms ease-out;transition:all 500ms ease-out;display:grid;grid-template-columns:1fr 1fr;height:1px;border-color:#921c06;border-width:2px;border-style:solid}.item_block3:hover{transform:scale(1.01);box-shadow:0 0 3px #515151}.item_block4{-webkit-transition:all 500ms ease-out;-moz-transition:all 500ms ease-out;-o-transition:all 500ms ease-out;-ms-transition:all 500ms ease-out;transition:all 500ms ease-out;display:grid;grid-template-columns:1fr 1fr;height:1px;border-color:#921c06;border-width:2px;border-style:solid}.item_block4:hover{transform:scale(1.01);box-shadow:0 0 3px #515151}.item_block_container{width:22%}.text_box_container{width:99%;text-align:center !important;display:flex;align-items:baseline !important;justify-content:space-evenly !important}.text_box_container a{text-decoration:none;border:2px solid #921c06;width:15rem;padding:10px 25px}.left_item1{height:1px;z-index:5;border-right:2px solid #921c06}.left_item2{height:1px;z-index:5;border-right:2px solid #921c06}.left_item3{height:1px;z-index:5;border-right:2px solid #921c06}.left_item4{height:1px;z-index:5;border-right:2px solid #921c06}.right_image1{height:1px;background-repeat:no-repeat;background-position:49%;background-size:cover}.right_image2{height:1px;background-repeat:no-repeat;background-position:49%;background-size:cover}.right_image3{height:1px;background-repeat:no-repeat;background-position:49%;background-size:cover}.right_image4{height:1px;background-repeat:no-repeat;background-position:49%;background-size:cover}@keyframes grow{from{height:0px}to{height:10rem}}@keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes shrink{from{height:10rem}to{height:0px}}.long_arrow{background:#921c06;height:3px;width:60px;margin-left:-3px;margin-top:calc(6rem + 5px);position:relative}.long_arrow:before,.long_arrow:after{content:"";background:#921c06;position:absolute;height:3px;width:15px}.long_arrow:before{right:-3px;bottom:-4px;transform:rotate(-33deg)}.long_arrow:after{right:-3px;top:-4px;transform:rotate(33deg)}.navbar-container{position:sticky;top:0;z-index:1000;box-shadow:0 0px 4px 0 rgba(0,0,0,0.025),0 6px 20px 0 rgba(0,0,0,0.04)}.navbar{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;height:calc(60px + 0.7rem);color:white;background-color:white;padding-left:calc(5% + 9px);padding-right:calc(5% + 9px)}.navbar a{color:inherit;text-decoration:none;height:100%;display:flex;justify-content:center;align-items:center}.navbar-logo{width:225px}.navbar-items{display:flex;align-items:center;height:100%}#primary_nav_wrap{color:black;text-transform:uppercase;margin-left:auto;display:flex;justify-content:space-between}#primary_nav_wrap>ul{list-style:none;position:relative;color:#000;height:100%;margin:0}#primary_nav_wrap>ul>li>a{text-decoration:none;padding:0 15px}#primary_nav_wrap>ul>li{position:relative;float:left;margin:0;height:100%;display:flex;flex-direction:column;justify-content:center}#primary_nav_wrap>ul>li:hover{background:#c40729;color:white}#primary_nav_wrap>ul>li:hover>ul{display:block}#primary_nav_wrap>ul ul{display:none;position:absolute;top:100%;padding:0;list-style:none;left:0}#primary_nav_wrap>ul ul li{margin:0;width:200px}#primary_nav_wrap>ul ul a{display:block;line-height:120%;padding:15px;font-size:1rem;background:#dadada;color:black}#primary_nav_wrap>ul ul a:hover{background:white;color:black}.mobile-hamburger{font-size:2rem}.header{background:#fff;box-shadow:0 0px 4px 0 rgba(0,0,0,0.025),0 6px 20px 0 rgba(0,0,0,0.04);padding-left:calc(5% + 9px);padding-right:calc(5% + 9px);position:sticky;top:0;z-index:3;color:#000}.header img{margin-top:0.7rem;margin-bottom:0.3rem}.header a{color:inherit}.header ul{margin:0;padding:0;list-style:none;overflow:hidden;background:#fff}.header li a{display:block;padding:20px 20px;text-decoration:none}.header li a:hover,.header .menu-btn:hover{background-color:#c40729;color:white}.header .logo{display:block;float:left;font-size:2em;padding:10px 20px;text-decoration:none}.header .menu{clear:both;max-height:0;transition:max-height 0.2s ease-out}.header .menu-icon{cursor:pointer;display:inline-block;float:right;padding:28px 20px;position:relative;user-select:none}.header .menu-icon .navicon{background:#000;display:block;height:2px;position:relative;transition:background 0.2s ease-out;width:18px}.header .menu-icon .navicon:before,.header .menu-icon .navicon:after{background:#000;content:"";display:block;height:100%;position:absolute;transition:all 0.2s ease-out;width:100%}.header .menu-icon .navicon:before{top:5px}.header .menu-icon .navicon:after{top:-5px}.header .menu-btn{display:none}.header .menu-btn:checked~.menu{max-height:600px}.header .menu-btn:checked~.menu-icon .navicon{background:transparent}.header .menu-btn:checked~.menu-icon .navicon:before{transform:rotate(-45deg)}.header .menu-btn:checked~.menu-icon .navicon:after{transform:rotate(45deg)}.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after{top:0}@media only screen and (max-width: 1050px){.navbar-items{display:none}.mobile-hamburger{display:block}.navbar-container{display:none}.header{display:block}}@media only screen and (min-width: 1050px){.navbar-items{display:flex}.mobile-hamburger{display:none}.navbar-container{display:block}.header{display:none}}.page-header{display:flex;align-items:center;justify-content:space-between;width:100%;height:85vh;background-color:#faf9f8}.page-header-image{width:50vw;height:60vh;transition:background-image 1s ease-in-out;background-image:url("/images/lounge.png");background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem}.page-header-content{width:47vw;margin-left:4rem}.page-header-title{font-size:18px;font-weight:400;margin-bottom:1.5rem}.page-header-text{max-width:65%;font-size:47px;line-height:1.125;font-weight:700;margin-bottom:1.5rem}.page-header-body{max-width:65%;color:#42474c;font-weight:400;font-size:1.25em;margin-bottom:3rem}.page-section{min-height:fit-content;display:grid;grid-column-gap:6rem;grid-template-columns:1fr 1fr;padding:3rem 0}.page-section-reverse{flex-direction:row-reverse}.page-section-content{width:85%;display:flex;flex-direction:column;justify-content:center}.page-section-content a{width:fit-content}.page-section-body{color:#42474c;font-weight:400;font-size:1.25em;margin-bottom:3rem}.page-section-text{font-size:47px;line-height:1.125;font-weight:700;margin-bottom:1.5rem}.page-section-image{border-radius:10px;min-height:25rem;width:100%;transition:background-image 1s ease-in-out;background-image:url("/images/workshops.png");background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:1rem}.page-section-image-grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1rem;width:100%}@media only screen and (max-width: 600px){.page-section-image-grid{grid-template-columns:repeat(1, 1fr)}}.page-section-image-grid img{width:100%;height:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:0.75rem}@media only screen and (min-width: 901px){.page .page-heading{padding-left:0;padding-right:0;height:90vh;justify-content:center;align-items:center}.page .page-heading .page-section-image{height:70vh}.page .page-heading .home-section{width:100%}}@media only screen and (max-width: 900px){.page-header{flex-direction:column-reverse}.page-section{grid-template-columns:1fr}.page-section-content{width:100%}.page-section-grid-priority{order:1}.page-section-grid-secondary{order:2}.page-section-image{min-height:15rem}.page-section-content{margin-bottom:3rem}}.page-info-grid{display:grid;grid-column-gap:6rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-row-gap:3rem}.page-info-grid a{color:#c40729}.page-info-grid a:hover{color:#ff1f48}.page-info-grid .read-more{margin-top:2rem}.page-info-grid .read-more-arrow{font-size:14px;margin-left:0.2rem}@media only screen and (max-width: 900px){.page-info-grid{grid-template-columns:1fr;grid-template-rows:1fr}}.post_header{background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;height:20vh;background-color:var(--bg)}.post_header::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:rgba(10,15,30,0.72)}.post{padding:1rem 1.5rem;margin-top:1.5rem;max-width:45rem;margin:0 auto}.post h2{margin-top:2rem}.overlaypost_header{background-size:cover;background-repeat:no-repeat;background-position:center;position:absolute;width:100%;height:75vh;background-color:black;margin-top:-10rem;z-index:-1}.overlaypost_blur{filter:blur(0.2rem);-webkit-filter:blur(0.2rem)}.overlaypost_header::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:rgba(10,15,30,0.72)}.overlaypost{padding:3rem calc(5% + 9px);max-width:45rem;margin:0 auto;margin-top:4rem;background-color:var(--bg);box-shadow:0px 0.5rem 1rem -0.5rem rgba(19,17,16,0.384);border-radius:0.25rem;margin-bottom:4rem}.overlaypost h1{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1.75em}.overlaypost h2{margin-top:1.5rem;font-size:1.65em}.overlaypost h3{font-size:1.5em}.overlaypost p,.overlaypost ul,.overlaypost li{font-size:21px;line-height:32px}.overlaypost a{font-size:21px;line-height:32px}.overlaypost .post-author{font-style:italic;margin-bottom:0}.overlaypost .post-date{font-size:16px;color:#c40729}.resource__updated-at{display:flex;gap:0.4rem;align-items:center;color:#2e2e2e;padding:1rem 0;margin-top:-1rem}.resource__separator{margin:1.2em 0;width:5rem;opacity:0.25}.resource__separator--full{margin:1.2em 0;opacity:0.25;width:100%}.resource__contributors{display:flex;align-items:center;gap:0.3rem;font-size:1rem;margin-top:1rem;margin-bottom:1rem}.resource__contributors i{margin-right:0.4rem;color:#666;font-size:1.1em}@media (max-width: 600px){.resource__contributors{flex-direction:column;align-items:flex-start}.resource__contributors i{margin-right:0;margin-bottom:0.3rem}.resource__contributors span:first-of-type{margin-right:0;margin-bottom:0.3rem}}.resource__contributors-list{display:flex;flex-wrap:wrap;gap:0.4rem}.resource__contributor-pill{display:inline-block;background:#ebebeb;border-radius:0.75rem;padding:0.125rem 0.7rem;font-size:0.875em;color:#313131;font-weight:600;line-height:1.4}.resource__sources{margin-top:1rem}.resource__sources i{color:#666 !important}.resource__sources a{color:#c40729}.resource__sources a:hover{color:#ff1f48}.resource__sources a:visited{color:#c40729}.resource__sources__heading{margin-left:0.4rem}.store-page{min-height:85vh;height:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center}#intro{margin-top:7rem;text-align:center}#team_flex_box{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;flex-basis:0;max-width:85rem;margin:auto;width:100%}.past a{display:none}#team_flex_box{margin-top:3rem;margin-bottom:6rem}#team_flex_box body{margin:0}#team_flex_box a{text-decoration:underline;color:#c40729}#team_flex_box a:hover{color:#ff0000}#team_flex_box html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}#team_flex_box img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#team_flex_box p{font-size:18px;font-size:1.125rem;line-height:1.5555555556;margin-bottom:24px;margin-bottom:1.5rem}#team_flex_box h4,#team_flex_box h5{text-rendering:optimizeLegibility;font-weight:500}#team_flex_box h4{font-size:24px;font-size:1.5rem;line-height:1;margin-bottom:24px;margin-bottom:1.5rem}#team_flex_box h5{font-size:20px;font-size:1.25rem;line-height:1.2;margin-bottom:24px;margin-bottom:1.5rem}#team_flex_box .img-responsive{display:block;margin-left:auto;margin-right:auto;width:40%;height:250px;width:250px;border-radius:50%}#team_flex_box .team-hover p{font-size:14px;display:inline-block}#team_flex_box .team-member{overflow:hidden;padding-top:20px;margin-bottom:3rem}#team_flex_box .team-member,#team_flex_box .team-member .team-img{position:relative;width:290px}#team_flex_box .team-hover{height:290px;width:290px;border-radius:50%;position:absolute;top:0;margin:0;border:20px solid rgba(0,0,0,0.1);background-color:rgba(255,255,255,0.9);opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#team_flex_box .team-member:hover .team-hover .desk{top:35%}#team_flex_box .team-member:hover .team-hover,#team_flex_box .team-member:hover .team-hover .desk,#team_flex_box .team-member:hover .team-hover .s-link{opacity:1}#team_flex_box .team-hover .desk{margin-top:45px;position:absolute;top:0%;width:100%;opacity:0;-webkit-transform:translateY(-55%);-ms-transform:translateY(-55%);transform:translateY(-55%);-webkit-transition:all 0.3s 0.2s;transition:all 0.3s 0.2s;padding:0 20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#team_flex_box .team-hover .desk p{margin-top:-20px;font-family:"Source Sans Pro", sans-serif}#team_flex_box .desk,#team_flex_box .desk h4,#team_flex_box .team-hover .s-link a{text-align:center;color:#222}#team_flex_box .team-title{position:static;display:inline-block;letter-spacing:2px;width:100%;white-space:nowrap;text-align:center}#team_flex_box .team-title h5{margin-bottom:0px;margin-top:25px;display:block;text-transform:uppercase;font-size:1.1rem}#team_flex_box .team-title span{font-size:12.5px;text-transform:uppercase;color:#a5a5a5;letter-spacing:1px;display:block;padding-top:5px;padding-bottom:5px;font-family:"Source Sans Pro", sans-serif}.outer_event_card{width:100%;max-width:100%;font-family:"Source Sans Pro", sans-serif;position:relative;background-color:white;color:black}.event_card_link{color:inherit;text-decoration:none}.event_card{display:grid;grid-template-rows:13.1rem 8.1rem;grid-template-columns:14.5rem;grid-template-areas:"picture" "description";width:14.5rem;height:24rem;border-radius:2%;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);text-decoration:none;transition:all 0.15s;color:#42474c;margin-bottom:1rem}.event_card:hover{box-shadow:0 0px 4px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.15);transition:all 0.15s;color:#c40729}.date_card{background-color:#bf112b;color:white;position:absolute;width:60px;height:80px;right:0;margin-top:-30px;margin-right:1rem;border-radius:5%;line-height:5px}.date_card h3{font-size:17px}.date_card h2{font-size:20px}.upper_picture{grid-area:picture;max-width:100%;height:auto;background-repeat:no-repeat;background-position:50%;background-size:cover;border-bottom:1px solid grey}.lower_info{display:block;grid-area:description;margin:1rem}.time_text{color:#c40729;font-family:sans-serif;font-weight:700;font-size:0.8rem;margin-bottom:0.5rem}.title_text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:16px;font-weight:700;margin-bottom:0.5rem}.truncated_text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;margin-bottom:2rem;color:#42474c;min-height:51px}.red_line{border:1px solid #bf112b;width:3rem}@media only screen and (min-width: 415px) and (max-width: 1120px){.event_card_link{color:inherit;text-decoration:none}.date_card{margin-top:-40px}.event_card{grid-template-columns:22vw 66vw;grid-template-rows:10rem;grid-template-areas:"picture description";width:100%;height:auto}.lower_info{display:flex;flex-direction:column;justify-content:center}.truncated_text{margin-bottom:1rem}}@media only screen and (max-width: 414px){.event_card_link{color:inherit;text-decoration:none}.event_card{display:flex;width:90vw;height:auto}.date_card{margin:-38px 0 0 0;transform:scale(0.7)}.title_text{font-size:16px}.upper_picture{width:50%;background-position:1%}.red_line{display:none}.lower_info{width:50%;display:flex;flex-direction:column;justify-content:center}}.organization_card{display:grid;grid-template-rows:56% 44%;background-color:white;grid-template-columns:1fr;border-radius:2%;grid-template-areas:"picture" "description";height:350px;width:14.5rem;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);transition:all 0.15s;margin-bottom:4rem}.organization_card a{text-decoration:none;color:inherit}.organization_card a:hover{text-decoration:underline;color:#c40729}.organization_card .fa-instagram,.organization_card .fa-discord,.organization_card .fa-github-square,.organization_card .fa-instagram,.organization_card .fa-twitter-square,.organization_card .fa-linkedin,.organization_card .fa-slack,.organization_card .fa-facebook-square,.organization_card .fa-youtube{color:#3b3b3b;-webkit-transform:scale(1.45);transform:scale(1.45)}.organization_card .fa-discord{margin-top:0.5px}.organization_card:hover{box-shadow:0 0px 4px 0 rgba(0,0,0,0.15),0 6px 20px 0 rgba(0,0,0,0.15);transition:all 0.15s;color:#c40729}.upper_organization_picture{grid-area:picture;width:inherit;max-width:100%;height:auto;background-repeat:no-repeat;background-position:50%;background-size:cover;border-bottom:1px solid grey}.lower_organization_info{grid-area:description;display:block;width:210px;max-width:100%;height:auto;margin:11px;margin-bottom:5px}.organization_name_text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:bold;font-size:1.063rem;margin-bottom:9px}.organization_description_text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;margin-bottom:1rem;color:#42474c}.organization_links{display:flex;justify-content:space-evenly;max-width:100%;flex-shrink:1;gap:20px;margin-bottom:15px}.featured-news-desktop{margin-top:2rem;margin-bottom:1rem;display:block}.featured-news-mobile{display:none;transform:scale(0.75)}.outer_news_page_article_card{width:472px;height:354px;border-radius:2%;font-family:sans-serif;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);background-color:white}.outer_news_page_article_card:hover{cursor:pointer}.outer_news_page_article_card:hover .news_page_article_picture{height:40%;opacity:0.5}.outer_news_page_article_card:hover .article_info{height:60%}.outer_news_page_article_card:hover .article_excerpt{opacity:1;height:90px;user-select:auto}.news_page_article_picture{-webkit-transition:height 500ms, opacity 500ms;-moz-transition:height 500ms, opacity 500ms;-ms-transition:height 500ms, opacity 500ms;-o-transition:height 500ms, opacity 500ms;transition:height 500ms, opacity 500ms;height:67%;background-repeat:no-repeat;background-position:50%;background-size:cover;border-top-left-radius:2%;border-top-right-radius:2%}.article_date{color:#c40729;padding-bottom:15px}.article_info{-webkit-transition:height 500ms;-moz-transition:height 500ms;-ms-transition:height 500ms;-o-transition:height 500ms;transition:height 500ms;height:calc(33% - 40px);padding:20px;z-index:2}.article_title{padding-bottom:15px;font-size:18px;font-weight:700}.article_excerpt{-webkit-transition:opacity 200ms, height 200ms;-moz-transition:opacity 200ms, height 200ms;-ms-transition:opacity 200ms, height 200ms;-o-transition:opacity 200ms, height 200ms;transition:opacity 200ms, height 200ms;user-select:none;opacity:0;height:0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.outer_news_page_featured_article_card{display:inline-flex;width:977px;height:361px;border-radius:1rem;font-family:sans-serif;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);background-color:white}.outer_news_page_featured_article_card:hover{cursor:pointer}.outer_news_page_featured_article_card:hover .news_page_featured_article_picture{width:65%;opacity:0.5}.news_page_featured_article_picture{-webkit-transition:opacity 500ms, width 500ms;-moz-transition:opacity 500ms, width 500ms;-ms-transition:opacity 500ms, width 500ms;-o-transition:opacity 500ms, width 500ms;transition:opacity 500ms, width 500ms;width:70%;height:100%;background-repeat:no-repeat;background-position:50%;background-size:cover;border-top-left-radius:1rem;border-bottom-left-radius:1rem}.featured_article_info{padding:0 20px;padding-left:2.5rem;display:flex;width:225px;flex-direction:column;justify-content:center;gap:15px}.featured_article_excerpt{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.featured_article_title{font-size:24px;font-weight:700}.featured_article_date{color:#c40729}@media only screen and (min-width: 601px) and (max-width: 1120px){.outer_news_page_featured_article_card{width:93vw}.featured_article_info{width:150px}.outer_news_page_article_card{width:44vw}}@media only screen and (max-width: 600px){.featured-news-desktop{display:none}.featured-news-mobile{display:block}.outer_news_page_article_card{margin-bottom:-50px}}.news-flex-wrapper{max-width:1024px;padding-bottom:3rem;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:13px;margin:0 auto}@media only screen and (min-width: 475px) and (max-width: 1120px){.news-flex-wrapper{justify-content:space-evenly}}@media only screen and (max-width: 475px){.news-flex-wrapper{justify-content:center}}@media only screen and (max-width: 600px){.news-link{transform:scale(0.75)}}.news-link{text-decoration:none;color:inherit;margin-bottom:1.5rem}.archived-event-wrapper{max-width:1100px;margin-left:auto;margin-right:auto;min-height:90vh;padding-left:16px;padding-right:16px}.archived-event-wrapper a{text-decoration:none;color:inherit}.archived-event{margin-bottom:50px}.archived-event h2{margin-bottom:4px}.archived-event:hover h2{font-weight:bold;cursor:pointer;text-decoration:underline;color:#ff1f48}.archived-event .archived-event-date{margin-bottom:10px}.pagination{text-align:center;font-size:bold;display:flex;justify-content:space-between;max-width:10rem;margin:auto;padding:0}.pagination li{display:inline;text-align:center}.pagination a{text-decoration:auto}.pagination .pagination__item--current{color:red}.platforms-page{margin-top:2rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#313130;font-size:1.1rem}.platforms-page img{max-height:400px}.platforms-page p{margin:1.8rem 0}.platforms-page h1,.platforms-page h2,.platforms-page h3{margin:2rem 0}.platforms-page hr{margin:4rem 0;width:10%}.platforms-page .position{margin-top:4rem}.platforms-page li{margin:0.5rem 0}.platforms-page a{text-decoration:underline;color:#b62a2a}.platforms-page-content{margin-bottom:8rem;max-width:1200px;padding-left:calc(5% + 9px);padding-right:calc(5% + 9px)}@media only screen and (max-width: 800px){.platforms-page{max-width:100vw}.platforms-page-content{max-width:95vw;padding:0;overflow:hidden}}.woa-page{height:100vh;text-align:center}.woa-background{position:absolute;width:400vw;min-height:56vw;opacity:1;z-index:-1;left:-150vw}.woa-content{background-color:#0f0f17;min-height:fit-content;width:100vw}.woa-background-wrap{position:absolute;width:100vw;height:100vh;overflow:hidden;background-color:black;z-index:-2}.woa-header{width:100vw;display:flex;justify-content:center;flex-direction:column;align-items:center;height:100vh}.woa-header-logo-image{width:17rem;margin-bottom:2rem}.woa-content-logo{margin:auto;width:17rem;margin:3rem 0rem}.woa-header-title{font-size:7rem;font-weight:bold;margin-bottom:4rem;color:white;text-shadow:4px 4px 0px #eb452b, 8px 8px 0px #efa032, 12px 12px 0px #46b59b, 16px 16px 0px #017e7f, 20px 20px 0px #052939, 24px 24px 0px #c11a2b}.woa-header-date{font-size:2rem;color:white;font-weight:bold}@media only screen and (max-width: 600px){.woa-header-title{font-size:5.5rem}}@media only screen and (max-width: 500px){.woa-header-title{font-size:4rem}}.woa-events{padding:5rem 2rem;margin:auto;display:flex;max-width:1100px;flex-wrap:wrap;gap:2rem;justify-content:center}.woa-description{padding:5rem 0;margin:auto;text-align:center;max-width:1100px;color:white;padding-bottom:1rem}.woa-description h1{font-size:3rem}.woa-description p{font-size:1.2rem}.Volunteer__content{margin-bottom:8rem;max-width:1100px;margin:auto;padding-left:calc(5% + 9px);padding-right:calc(5% + 9px);font-size:1.1rem}.Volunteer__content h1,.Volunteer__content h2,.Volunteer__content h3{margin-top:2.5rem}.Volunteer__content a{text-decoration:underline;color:#c40729}.Volunteer__content img{object-fit:cover;border-radius:0.5rem}.article-question__page{background:#faf9f8;min-height:90vh;height:fit-content;padding-bottom:5rem}.article-question__page a{color:#c40729}.article-question__page a:hover{color:#ff1f48}.article-question__page a:visited{color:#c40729}.article-question__content{max-width:65rem;margin:0 auto;height:fit-content;padding:2.5rem}.article-question__title{font-size:2.5rem;font-weight:700;margin-bottom:1.75rem}.article-question__contributors{margin-bottom:1rem}.article-question__questions a{text-decoration:none}.article-question__questions a h3{color:#000;font-weight:700}.article-question__questions a p{margin-top:0.75rem}.article-question__summary{font-size:1.5rem;margin-bottom:2.25rem;line-height:1.6rem}.article-question__last-updated{color:#c40729;margin-bottom:1.5rem}.article-question__body{font-size:1.15rem;margin:3rem 0;line-height:1.6rem}.article-question__sources{margin-bottom:2.5rem}.article-question__sources a{color:#c40729}.article-question__sources a:hover{color:#ff1f48}.article-question__sources a:visited{color:#c40729}@media (max-width: 768px){.article-question__title{font-size:1.5rem;line-height:1.2}.article-question__summary{font-size:1.1rem;line-height:1.4}.article-question__contributors{font-size:1rem}.article-question__body{font-size:1rem;line-height:1.4}.article-question__sources{font-size:1rem}.article-question__last-updated{font-size:1rem}}.end-line{margin-bottom:2.5rem}.resume-reviewers{display:flex;justify-content:space-evenly;align-items:stretch;flex-wrap:wrap;flex-basis:0;gap:2rem;max-width:85rem;margin:auto;padding-top:0;padding-bottom:8rem;width:100%}.resume-reviewers__header h1{text-align:center;margin-top:3rem;margin-bottom:2rem}@media only screen and (max-width: 768px){.resume-reviewers__header h1{font-size:1.5rem}}.resume-reviewers__header p{text-align:center}.resume-reviewers .reviewer{background-color:#fff;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);padding:32px 16px;max-width:300px;border-radius:1.5rem;text-align:center;flex:1 1 calc(30% - 1rem);margin:1rem;margin-bottom:32px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media only screen and (max-width: 1280px){.resume-reviewers .reviewer{flex:1 1 calc(40% - 1rem)}}@media only screen and (max-width: 768px){.resume-reviewers .reviewer{flex:1 1 calc(50% - 1rem)}}.resume-reviewers .reviewer img{display:block;margin:0 auto;border-radius:50%;width:192px;height:192px;object-fit:cover}.resume-reviewers .reviewer h2{text-align:center;margin-top:1rem}.resume-reviewers .reviewer p{margin:0.3rem 0}.resume-reviewers .reviewer p.placeholder{visibility:hidden;margin:0.3rem 0;height:1.25rem}.resume-reviewers .reviewer a{margin-top:auto;padding-top:1rem}.stats-container{display:flex;gap:2rem}.stat-number{color:#c40729;font-size:2rem;font-weight:bold;margin:0}.stat-label{color:#5f5f5f;font-size:0.95rem;margin:0}.dot-separator{font-size:2rem;line-height:1;color:#aaa}.event-type-header{text-align:center;margin-top:3rem}.event-type-subheader{text-align:center;color:#5f5f5f;font-size:1.1rem;margin-bottom:2rem;padding:0 1rem}.event-type-subtext{text-align:center;font-size:1.1rem;line-height:1.6rem;padding:0 1rem;margin-bottom:5rem}.event-type-subtext a{color:#c40729;text-decoration:none}#ways-to-get-involved{scroll-margin-top:6rem}.event-type-cards-wrapper{width:80%;margin:4rem auto}@media only screen and (max-width: 1200px){.event-type-cards-wrapper{max-width:100%}}.event-type-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.event-type-card{background-color:#fff;border-radius:1rem;border-top:4px solid #c40729;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow 0.2s ease;max-width:300px;width:100%;flex:1 1 260px}.event-type-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.1)}.event-type-card h3{font-size:1.4rem;margin:1rem 0 0.5rem}.event-type-card p{color:#555;font-size:1rem;margin-bottom:1.5rem}.event-type-card .event-type-card-icon{font-size:2rem;color:#c40729;margin-bottom:0.25rem;background-color:#f8dde0;min-width:2.5rem;border-radius:12px;text-align:center;max-width:fit-content;padding:0.5rem}.event-type-card .event-type-card-tagline{margin-top:1.5rem;margin-bottom:0.5rem;font-size:1rem}.event-type-card .event-type-card-tags{list-style-type:disc;padding-left:1rem;margin-top:0.5rem}.event-type-card .event-type-card-tags li{font-size:0.95rem;color:#444;margin-bottom:0.4rem}.event-type-card a{margin-top:1rem;text-decoration:none}.event-type-card-features{margin:0;margin-bottom:1.5rem;padding:0}.event-type-card-features li{list-style-type:none;margin-bottom:0.5rem}.event-type-card-features li i{min-width:24px;color:#c40729}.event-type-card-divider{border:none;border-top:1px solid #ddd;margin:0}.event-type-card-button{display:block;text-align:center;color:white;font-weight:bold;border-radius:0.5rem;text-decoration:none}.event-type-card-button button{width:100%}.past-events-header{text-align:center;padding:4rem 0}.past-events{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;width:65%;margin:0 auto}.past-events-wrapper{padding-bottom:4rem}.email-cta-section{text-align:center;padding:2rem 1rem}.email-cta-section h2{font-size:2rem;margin-bottom:0.5rem;font-weight:700}.email-cta-section p{font-size:1.1rem;color:#5f6b7a;margin-bottom:2rem}.email-cta-card{max-width:480px;margin:0 auto;border:1px solid #e0e0e0;border-radius:0.75rem;padding:2rem;text-align:left;background-color:#fff;box-shadow:0 0px 4px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1)}.email-cta-header{display:flex;align-items:center;margin-bottom:0.5rem}.email-cta-header h3{margin:0}.email-cta-header i{color:#c40729;margin-right:0.75rem;font-size:1.5rem}.email-cta-subtext{color:#6a6a6a;margin-bottom:1.5rem;font-size:0.95rem}.email-cta-button{display:block;text-align:center;background-color:#c40729;color:white;font-weight:bold;border-radius:0.5rem;text-decoration:none}.email-cta-button:hover{background-color:#c40729}.email-cta-button button{width:100%}.page-section-image-wrapper{position:relative;height:100%;min-height:250px;overflow:hidden}#partnerships-front,#partnerships-back{background-size:cover;background-position:center;background-repeat:no-repeat;transition:opacity 0.5s ease-in-out}#partnerships-back{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}#partnerships-front{position:relative;width:100%;height:100%;z-index:1}.fade-out{opacity:0}body{margin:0;padding:0;background-color:#faf9f8;font-family:"Source Sans Pro", sans-serif;overflow-x:hidden}

/*# sourceMappingURL=styles.css.map */