body, html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

html, body, #main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body, #menu, #main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar,
#menu::-webkit-scrollbar,
#main::-webkit-scrollbar { 
    display: none;
}

body, html, img, p {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Space Grotesk;
    font-size: 19px;
    line-height: 25px;
    font-smooth: always;
}


#fixed-logo-bg {background:pink;position:absolute;top:2px;left:2px;width:106px;height:106px;z-index:-1;border-radius: 51%;transition:all 0.2s;}

#fixed-logo {width:110px;position:fixed;top:17px;left:20px;z-index:99998;cursor: pointer;border-radius: 50%;}

#fixed-logo-bg {background: #0DFF00;}
body.about #fixed-logo-bg {background: #FEE705;} 
body.team #fixed-logo-bg {background: #CFEFF9;} 
body.care #fixed-logo-bg {background: #EBFF00;} 
body.publications #fixed-logo-bg {background: #F66334;} 
body.blurbs #fixed-logo-bg {background: #E9E9E9;} 
body.events-2025 #fixed-logo-bg {background: #C5D3E0;} 
body.insurgent-section #fixed-logo-bg {background: #00FFE6;} 
body.smellworlds-section #fixed-logo-bg {background: #E3E4F8;} 

body.jargon-section #fixed-logo-bg {background: #E7EE0E;} 
body.events-slideshow-2024 #fixed-logo-bg {background: #fff;} 
body.events-2024 #fixed-logo-bg {background: #0DFF00;} 
body.events-2024a #fixed-logo-bg {background: #fff;} 
body.hayden-section #fixed-logo-bg {background: #F6E8AF;}
body.sarah-section #fixed-logo-bg {background: #CABBCC;}
body.erin-section #fixed-logo-bg {background: #0DFF00;}
body.quinn-section #fixed-logo-bg {background: #CFFF9F;}
body.reuben-section #fixed-logo-bg {background: #BFECD1;} 

body.labs #fixed-logo-bg {background: #EBFF00;} 
body.writelab #fixed-logo-bg {background: #fff;} 
body.smellworlds #fixed-logo-bg {background: #FCFEFD;} 
body.otherwise-tastes #fixed-logo-bg {background: #fff;} 
body.past-events #fixed-logo-bg {background: #D8FF00;} 


#insta {position:fixed;bottom:18px;right:21px;width:52px;z-index:99998;cursor: pointer;backface-visibility: hidden;}


.album {background:#000;position:relative;cursor:pointer;}
.album h2 {display:none;position: absolute;left:50%;top:50%;translate: -50%,-50%;color:#fff;margin:0px;border:0px;text-align: center;}
.album:hover h2 {display: block;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    margin: 0px;
    border: 0px;
    text-align: center;
    transform: translate(0, -50%);
    margin-top: 6px;}
.portrait .album:hover h2 {display: block;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    margin: 0px;
    border: 0px;
    text-align: center;
    transform: translate(0, -50%);
    margin-top: -4px;}
.album:hover img {opacity:0.4;transition: all 0.4s;}


.fixed-not-active #fixed-logo {opacity:0;transition:opacity 0.5s;}
#fixed-logo {opacity:1;transition:opacity 0.5s;}

.scrollbar-track {
    background: transparent !important;
}

.fixed-not-active .scrollbar-thumb {
    background: transparent !important;
    transition: background 0.7s;
}

.fixed-not-active .scrollbar-track:hover .scrollbar-thumb {
    background: #333136 !important;
    transition: background 0.7s;
}

.scrollbar-thumb {
    top: 4px !important;
    left: -4px !important;
    border-radius: 3px !important;
    background: #333136 !important;
    transition: background 0.7s;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

nav {
    background: #0DFF00;
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    padding: 30px;
    color: #61457C;
    font-size: 32px;
    line-height: 32px;
    font-family: Custom Sans;
    text-transform: uppercase;
}

.nav-header {color: #000 !important;}

nav .menu {
    width: 34px;
    float: right;
    margin-top: 2px;
    z-index: 99999;
    cursor: pointer;
}

.close { 
    cursor: pointer;
    display:none;
    position: fixed;
    top: 16px;
    right: 21px;
    z-index: 99999;
    width: 52px;
}

.closemodal { 
    cursor: pointer;
    display:block;
    position: fixed; 
    top: 16px;
    right: 21px;
    z-index: 99999;
    width: 52px;
}

.fixed-not-active .fixed-menu.open {
    display: none !important;
}

/* Padding */
.padding-all {
    padding: 30px;
}

.padding-left {
    padding-left: 30px;
}

.padding-right {
    padding-right: 30px;
}

.padding-right-not-responsive {
    padding-right: 30px;
}

.portrait .padding-right-not-responsive {
    padding-right: 0px;
}

.padding-top {
    padding-top: 30px;
}

.padding-top-not-responsive {
    padding-top: 30px;
}

.padding-bottom {
    padding-bottom: 30px;
}

.padding-bottom-not-responsive {
    padding-bottom: 30px;
}

.padding-all-but-left {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.padding-all-but-right {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.padding-all-but-top {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.padding-right-90 {
    padding-right: 90px;
}

.portrait .padding-right-90 {
    padding-right: 0px;
}

.padding-all-90 {
    padding-right: 90px;
    padding-left: 90px;
}

.portrait .padding-all-90 {
    padding-right: 0px;
    padding-left: 0px;
}

.portrait .padding-left,
.portrait .padding-right,
.portrait .padding-top,
.portrait .padding-bottom,
.portrait .padding-all,
.portrait .padding-all-but-left,
.portrait .padding-all-but-right {
    padding: 30px;
}

.portrait .padding-inside-block {
    padding-left: 0px;
    padding-right: 0px;
}

/* Containers */

.inline-block {
    display: inline-block !important;
    width: auto !important;
}

header {
    margin-top: 90px;
    background: #0DFF00;
}

.header-img {
    background: url(../img/header-new.png);
    width: 100%;
    background-size: cover;
    padding-bottom: 40.5%;
}

.portrait .header-img {
    background: url(../img/header-mobile-new.png);
    width: 100%;
    background-size: cover;
    padding-bottom: 128%;
}

.portrait .portrait-hide {
    display: none;
}

.portrait-show {
    display: none;
}

.portrait .portrait-show {
    display: block;
}

.portrait .portrait-show h5 {
    display: none;
}

.portrait .portrait-show h6 {
    display: none;
}

.portrait .spacer {
    display: none;
}

.portrait .portrait-right {
    float: right;
}

.container, section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container::after {
  content: "";
  clear: both;
  display: table;
}

section::after {
  content: "";
  clear: both;
  display: table;
}

.w33 {
    width: 33.33%;
    float: left;
}

.w50 {
    width: 50%;
    float: left;
}

.w66 {
    width: 66.66%;
    float: left;
}

.portrait .w33,
.portrait .w50, 
.portrait .w66 {
    width: 100%;
}

.columns {
    columns: 3;
    padding-right: 52px;
    padding-top: 12px;
    column-width: 300px
}

.column-item {
    display: block;
    padding-top: 9px;
    page-break-inside: avoid;
    break-inside: avoid-column; 
    display:table;  
}

.portrait .column-item.padding-right {
    padding: 0px;
    padding-bottom: 10px;
}

.column-group {
    display: block;
    page-break-inside: avoid;
    break-inside: avoid-column; 
    display:table;  
}

.bg-video {
    pointer-events: none;
    min-width: 100%;
    min-height: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    object-fit: cover;
}

.scrim {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background: black;
    opacity: 0.575;
}

.zindex {
    z-index: 3;
}

.dead-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.center-center {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    transform: translate(0,-50%);
}

.portrait .center-center {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 30px;
    transform: none;
}

.portrait .dead-center { 
    padding-top: 28px;
} 

.right {
    float: right;
}

.bottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.bottom-left {
    padding: 20px;
    background: #26FF00;
    color: #3A281C;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 24% !important;
}

.show-850 {
    display: none;
    width: 100% !important;
    float: right;
    padding: 20px;
    background: #0DFF00;
    color: #3A281C;
}


.bottom .button.rounded {
    color: red !important;
    background: #FFF5F5 !important;
    border-color: #FFF5F5 !important;
}

@media only screen and (min-width: 850px) {
    #past-labs .bottom {
        background: #0DFF00 !important;
        color: #3A281C !important; 
        padding: 30px;
    }
    .bottom {
        background: transparent !important;
    }
    .bottom .button.rounded {
        background:#3A281C !important;border-color:#3A281C !important;color:#0DFF00 !important;margin-bottom:5px !important;
    }
}

:not(.portrait) .labs-h2 {color: #3A281C;}

@media only screen and (max-width: 850px) {
  .bottom {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    width: calc(100%) !important;
    float: left;
    padding: 30px !important;
  }
  .bottom-left {
    display: none !important;
  }
  .show-850 {
    display:block;
  }
}

.bottom.bottom-open {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    width: calc(100%) !important;
    float: left;
    padding: 30px !important;
  }

.bg-norepeat {
    background-size: 100% !important; 
    background-repeat: no-repeat !important;
}

.slideshow {
    position: relative;
    width: 100%;
    padding-top: 67%;
}

@media only screen and (max-width: 700px) {
  #events-slideshow .slideshow {
    padding-top: 92%;
  }
  #events-slideshow-2024 .slideshow {
    padding-top: 92%;
  }
  #events-slideshow-2025 .slideshow {
    padding-top: 92%;
  }
}

@media only screen and (max-width: 500px) {
  #events-slideshow .slideshow {
    padding-top: 122%;
  }
  #events-slideshow-2024 .slideshow {
    padding-top: 122%;
  }
  #events-slideshow-2025 .slideshow {
    padding-top: 122%;
  }
}

.slideshow-contents { 
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.slideshow .slide {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    bottom: 0px;
    background-size: cover !important;
    background-position: center center !important;
}

.slideshow .slideshow-scrim {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}

.slideshow .slide-text {
    width: calc(100% - 60px);
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.additional-scrim {
    display: inline-block;
    position: absolute;
    width: 100% !important;
    height: auto !important;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 3;
}

.absolute {
    width: 101%;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -2px;
}

.event {
    margin-top: -1px;
}

/* Type */

.center {
    text-align:center;
}

a:hover {
    border-bottom: 2px solid;
}

.no-underline {
    border: 0px !important;
}

a.underline {
    border-bottom: 2px solid;
}

sup {
    line-height: 0;
    font-size: 11px;
    vertical-align: super;
}

small {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
}

ol {
    margin: 0px;
    padding: 0px;
    padding-left: 12px;
}

h2 {
    margin: 0px;
    font-family: Custom Sans;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 50px;
    width: 100%;
}

h2.case {
    text-transform: none;
    line-height: 34px;
}

@media only screen and (max-width: 550px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

.display h2 {
    line-height: 1;
    margin: 0px;
    margin-top:8px;
}

h2.pad-h2 {
    margin-bottom: 0px;
}

.h2-30 {
    line-height: 30px;
}

.portrait h2.pad-h2 {
    margin-bottom: 4px;
}

h5 {
    margin: 0px;
    font-family: Custom Sans;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 30px;
    width: 100%;
}

h6 {
    margin: 0px;
    font-family: Custom Sans;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 50px;
    width: 100%;
}

h3 {
    margin: 0px;
    font-family: Unbounded;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

#advisory .column-item {
    font-size: 16px;
}

#advisory h3 {
    margin: 0px;
    font-family: Space Grotesk;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 14px;
    font-weight: normal !important;
}

@media only screen and (max-width: 550px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.halfspace {
    display: block;
    height: 10px;
    overflow: hidden; 
}

.event .w50 {
    font-size: 1.5vw;
    line-height: 1.9vw;
}

.portrait .event .w50 {
    font-size: inherit;
    line-height: inherit;
}

.event .w50 h2 {
    line-height: 3.1vw;
    font-size: 2.8vw;
    margin-bottom: 4px;
}

.portrait .event .w50 h2 { 
    line-height: 32px;
    font-size: 32px;
}

.portrait .event-description {
    margin-top: -1px;
}

@media screen and (min-width: 1250px) {
  .event .w50 {
        font-size: inherit;
        line-height: inherit;
    }
    .event .w50 h2 { 
        line-height: 32px;
        font-size: 32px;
    }
}

.event-month {
    position: absolute;
    bottom: 22px;
    right: 30px;
    display: inline-block;
    width: auto !important;
}

.event video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.ecto {
    font-family: Ectogasm;
    font-size: 26px;
}

.fixed-menu {
    cursor: pointer;
    display:none;
    position: fixed;
    top: 16px;
    right: 21px;
    z-index: 99999;
    width: 52px;
}

#menu {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #0DFF00;
    padding: 30px;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ecto.mobile {
    display:none !important;
}

@media screen and (max-width: 850px) {
    .ecto.right.inline-block {
        display:none !important;
    }
    .ecto.mobile {
        display:block !important;
        width: 100% !important;
        margin-top: 26px;
        text-align: right;
    }
}

@media screen and (max-width: 575px) {
    .ecto.mobile {
        text-align: left;
    }
}

#menu .button {
    border-color: #000 !important;
    background: #000 !important;
    color: #0DFF00 !important;
}

#menu .columns {
    column-width: 200px
}

#menu .column-item {
    display: block;
    height: 150px;
}

@media screen and (max-width: 530px) {
    #menu .column-item {
        height: auto;
    }
}


#menu ::placeholder {
  color: #0DFF00;
  opacity: 1; 
}
#menu :-ms-input-placeholder {
  color: #0DFF00;
}
#menu ::-ms-input-placeholder {
  color: #0DFF00;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.the-modal {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0DFF00;
    z-index: 99999;
    color: #333136;
}

.modal-content {
    display: none !important;
}

.modal-contents {
    padding: 30px;
}

.modal-scroll {
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
}

.the-modal .columns {
    column-width: 250px;
}

.the-modal .button {
    color: #0DFF00 !important;
    background: #333136 !important;
    border-color: #333136 !important;
}

.portrait #publications .columns {
    margin-top: 30px !important;
}