.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--wp--style--block-gap: 1em;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}  body {
margin: 0;
min-height: 100vh;
min-height: -webkit-fill-available;
}
body header,
body footer {
opacity: 0;
transition: all 0.5s;
transition-delay: 1s;
}
body.visible header,
body.visible footer {
opacity: 1;
} main {
display: block;
} h1 {
font-size: 2em;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
outline: none;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
--dark: hsl(0, 0%, 0%);
--light: hsl(0, 0%, 100%);
--gray: hsl(0, 0%, 55%);
--dark-gray: hsl(0, 0%, 40%);
--darkest-gray: hsl(0, 0%, 25%);
--darkesttt-gray: hsl(0, 0%, 15.7%);
--accent: hsl(151, 100%, 50%);
--redy: hsl(354, 100%, 64%);
--light-gray: hsl(0, 0%, 70%);
height: -webkit-fill-available;
}
.page-template-page-light,
.page-template-page-swiper-light,
.page-template-page-institute {
--light: hsl(0, 0%, 0%);
--dark: hsl(0, 0%, 100%);
--darkest-gray: #FFF;
}
footer .footer-terms {
--dark: hsl(0, 0%, 55%);
}  @font-face {
font-family: 'Mark Pro';
src: url(//unfinishedinstitute.org/wp-content/themes/unfinished-institute/font/MarkPro.woff2) format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Mark Pro';
src: url(//unfinishedinstitute.org/wp-content/themes/unfinished-institute/font/MarkPro-Heavy.woff2) format('woff2');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Mark Pro';
src: url(//unfinishedinstitute.org/wp-content/themes/unfinished-institute/font/MarkPro-Extlight.woff2) format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Mark Pro';
src: url(//unfinishedinstitute.org/wp-content/themes/unfinished-institute/font/MarkPro-Medium.woff2) format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #FFF;
font-family: 'Mark Pro';
font-weight: normal;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0;
}
p {
margin: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0;
}
address {
margin: 0;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: var(--darkest-gray);
color: var(--dark-gray);
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 0;
}
table {
margin: 0;
width: 100%;
} a {
color: var(--light);
}
a:visited {
color: var(--light);
}
a:hover,
a:focus,
a:active {
color: var(--light);
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
font-size: 0.7125rem;
line-height: 1rem;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul,
.mobile-menu {
display: block;
} .image-slides {
margin: 1.5rem 0 1rem 0;
}
.image-slides img {
border-radius: 0.5rem;
}
.image-slides .img,
.slides .slidex {
display: none;
}
.image-slides .img {
position: relative;
}
.image-slides .img span {
position: absolute;
text-transform: uppercase;
}
.image-slides .img span.title {
font-size: 1.45rem;
letter-spacing: 0.3rem;
top: 0;
left: 0.625rem;
line-height: 2.4rem;
font-weight: 400;
color: #404040;
}
.image-slides .img span.credits {
font-size: 0.675rem;
line-height: 1rem;
letter-spacing: 0.235rem;
right: 0.625rem;
bottom: 0.375rem;
color: #FFF;
opacity: 0.5;
}
.page-template-page-institute .image-slides .img span.title {
color: #FFF;
}
.image-slides .img.active,
.slides .slide.active {
display: block;
}
.slides,
.swiper-slidex .content {
color: var(--light);
font-size: 1.0687rem;
line-height: 1.5rem;
}
.swiper-slidex .content {
width: 70vw;
margin-left: 25vw;
}
.swiper-slidex {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.slide-nav li {
cursor: pointer;
user-select: none;
} .page-template-page-institute .slides {
color: hsla(0, 0%, 40%, 1);
}
.page-template-page-institute .slide-nav li.active,
.page-template-page-institute .slide-nav li:hover {
background-color: #B2B2B2;
border-color: #B2B2B2;
color: #000;
}
.swiper-slidex {
display: flex;
flex-direction: column;
justify-content: center;
}
.swiper-slide-active {
opacity: 1;
}
.swiper-slidex.inner {
margin-left: auto;
margin-right: auto;
margin-bottom: -10vh;
}
.swiper-slide-active .content {
opacity: 1;
}
@media screen and (min-width: 960px) {
.mobile-menu,
.menu-menu-container,
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
gap: 1rem;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.wp-block-image,
figure,
.wp-block-columns {
margin-bottom: 0;
}
.page-template-default .page-container > div,
.page-template-page-in-person .page-container > div {
margin-bottom: 2rem;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
background-color: transparent;
padding: 0.25rem 0 0.5625rem;
font-size: 1.425rem;
line-height: 2rem;
color: var(--light) !important;
border: 0;
margin: 0;
border-bottom: 1px solid var(--gray);
margin-bottom: 0.4375rem;
border-radius: unset;
outline: none;
width: 100%;
}
textarea {
height: 12rem;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
color: var(--gray);
}
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
font-size: 0.7125rem;
line-height: 1rem;
text-transform: uppercase;
letter-spacing: 0.3rem;
}
.wpcf7 form .wpcf7-response-output {
padding: 0;
border: 0;
max-width: 26rem;
}
.wpcf7 form.sent > p {
display: none;
}
.wpcf7-form .wpcf7-not-valid-tip {
color: var(--redy);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
color: var(--redy);
}
.wpcf7 form.sent .wpcf7-response-output {
color: var(--accent);
max-width: unset;
font-size: 1.425rem;
line-height: 2rem;
text-transform: none;
margin-top: 0;
letter-spacing: 0;
}
header,
footer {
font-weight: 500;
letter-spacing: 0.3rem;
text-transform: uppercase;
}
header {
padding: 1rem;
height: 3.5rem;
line-height: 1rem;
position: fixed;
width: 100vw;
top: 0;
z-index: 10;
}
header a,
header a:visited,
.desktop-navigation {
color: var(--gray);
}
header a:hover {
color: var(--light);
}
.desktop-navigation {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
font-size: 0.7125rem;
line-height: 1rem;
}
.desktop-navigation > li {
flex-basis: 12.5%;
}
.desktop-navigation > li.wide {
flex-basis: 25%;
}
header a.flashy,
input.flashy {
display: inline-block;
padding: 0.4375rem 0.325rem 0.4375rem 0.625rem;
border-radius: 0.15rem;
background-color: var(--accent);
color: var(--dark);
}
header a.flashy.gray,
input.flashy.gray {
background-color: var(--gray);
}
.desktop-navigation .two span {
display: block;
}
.big-logo {
position: fixed;
left: 1rem;
display: block;
width: calc(100vw - 2rem);
margin: 0 auto;
transition: all 0.2s;
}
.big-logo svg,
.big-logo img {
width: 100%;
display: block;
}
.big-logo svg path {
transition: all 0.2s;
}
#mainVideo {
display: block;
width: calc(100vw - 1rem);
pointer-events: none;
}
#mainVideo.fade {
transition: all 2s;
opacity: 0;
pointer-events: none;
}
.fixed-logo .big-logo {
pointer-events: none;
z-index: 99;
}
.big-logo {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.fixed-logo .big-logo { clip-path: polygon(0 0, 100% 0, 100% 14.75%,0 14.75%);
}
.home main article {
background-size: contain;
background-repeat: no-repeat;
background-position: top center;
}
.home.hide-logo main article {
background-image: none !important;
}
.home.big-logo-clicked main article {
background-image: none !important;
}
.home .big-logo {
opacity: 1;
transition: all 0.2s;
}
.home .tp-video {
opacity: 0;
margin-top: -13.5rem;
height: calc(100vh - 3.5rem - 8.5rem);
overflow: hidden;
z-index: -1;
}
.home.big-logo-clicked .tp-video {
opacity: 1;
}
.page-template-page-lineup.big-logo-clicked .big-logo svg path {
fill: var(--gray);
transition: all 0.2s;
}
.page-container,
.lineup-container,
.program-container {
width: calc(100vw - 2rem);
margin: 9rem auto;
}
.lineup-container .member {
position: relative;
}
.lineup-container .country {
position: absolute;
top: 0.625rem;
right: 0.625rem;
display: inline-block;
font-size: 0.7125rem;
line-height: 1rem;
font-weight: 500;
text-transform: uppercase;
}
.lineup-container .member img,
.day-container img,
.page-template-default .team img,
figure.size-full img {
width: 100%;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
figure.size-full img {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important;
margin-bottom: 1.5rem;
}
.team img:hover,
.lineup-container .member:hover img {
filter: url(#hover-green);
}
.page-container .title,
.lineup-container .title,
.program-container .title,
.page-template-default .page-container h2,
.page-container .team p {
letter-spacing: 0.3rem;
}
.page-container .title,
.lineup-container .title,
.lineup-container .index-links a,
.program-container .title,
.page-template-default .page-container h2,
.events article .name span,
.events article .description span,
.events article .time,
.page-template-default .page-container .team p {
font-size: 0.7125rem;
line-height: 1rem;
font-weight: 500;
text-transform: uppercase;
color: var(--gray);
text-decoration: none;
}
.lineup-container .index-links {
list-style: none;
}
.lineup-container .index-links li {
display: inline-block;
}
.lineup-container .index-links li a,
.lineup-container .title span {
border: 1px solid var(--gray);
border-radius: 50%;
}
.lineup-container .title span {
letter-spacing: 0;
}
.lineup-container .index-links li a:hover {
background-color: var(--gray);
color: var(--dark);
}
.lineup-container .heading,
.lineup-container .items,
.lineup-container .members {
display: flex;
flex-direction: row;
gap: 1rem;
justify-content: space-between;
}
.lineup-container .heading {
margin-bottom: 2rem;
justify-content: flex-start;
background-color: #000;
}
.lineup-container .title {
flex-basis: 25%;
}
.lineup-container .members {
flex-basis: 75%;
flex-wrap: wrap;
}
.lineup-container .member {
flex-basis: calc(50% - 1rem);
margin-bottom: 2rem;
}
.lineup-container h2,
.events h2,
.page-template-page-light .page-container h2,
.page-template-page-swiper-light .page-container h2,
.team figcaption,
.page-template-page-in-person .entry-content h2,
.page-template-page-in-person .entry-content h3,
.swiper-slidex h2 {
font-size: 1.425rem;
line-height: 2rem;
margin: 0.4375rem 0;
color: var(--light);
text-transform: uppercase;
letter-spacing: 0.3rem;
font-weight: normal;
}
.team figcaption {
margin: 0.625rem 0;
}
.lineup-container .description {
color: var(--dark-gray);
letter-spacing: 0.02rem;
margin-bottom: 1.5rem;
}
.page-template-page-light .page-container p,
.page-template-page-swiper-light .page-container p,
.lineup-container .description,
.lineup-container .twitter,
.events article .description p {
font-size: 1.0687rem;
line-height: 1.5rem;
}
.page-template-default .page-container p {
font-size: 1.0687rem;
line-height: 1.5rem;
}
.page-template-default .page-container ul,
.page-template-default .page-container ol {
font-size: 1.0687rem;
line-height: 1.5rem;
}
.page-template-default .page-container p,
.page-template-default .page-container ul,
.page-template-default .page-container ol {
color: var(--light);
list-style-position: inside;
margin-bottom: 1.5rem;
}
.page-template-default .page-container h3,
.page-template-default .page-container h4 {
font-size: 0.7125rem;
font-weight: normal;
color: var(--light);
line-height: 1.5rem;
text-transform: uppercase;
letter-spacing: 0.3rem;
margin: 0 0 1.5rem 0;
}
.lineup-container .description p {
margin: 0;
}
.lineup-container .twitter {
color: var(--accent);
text-decoration: none;
}
.lineup-container .twitter:hover {
text-decoration: underline;
}
.program-container .heading {
margin-bottom: 1.75rem;
}
.events-container {
display: flex;
flex-direction: row;
gap: 1rem;
justify-content: space-between;
}
.events-container .tabs {
flex-basis: 25%;
list-style-type: none;
}
.events-container .days-container {
flex-basis: 75%;
}
.events-container .tabs a,
.slide-nav li {
display: block;
font-size: 0.7125rem;
line-height: 1rem;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.3rem;
font-weight: 500;
margin-bottom: 1rem;
padding: 0.4375rem 0.625rem;
border: 1px solid var(--dark-gray);
color: var(--dark-gray);
border-radius: 0.15rem; }
.swiper-slidex .title {
text-align: center;
}
.page-template-page-swiper .swiper-slidex h2,
.page-template-page-swiper-light .swiper-slidex h2,
.swiper-slidex h2 {
font-size: 13.275rem;
line-height: 11.5rem;
letter-spacing: 0.5rem;
font-weight: 500;
text-align: center;
color: var(--dark-gray);
border: 0;
}
.swiper-slidex h2 span {
display: block;
color: var(--accent);
}
.swiper-slidex .image-container {
text-align: left;
margin-top: -25vh;
z-index: -1;
}
.swiper-slidex img {
width: 75vw !important;
}
.swiper-slidex:last-child {
padding-bottom: 35vh;
}
.slide-nav li.active,
.slide-nav li:hover
.events-container .tabs .active a,
.events-container .tabs a:hover {
background-color: var(--light);
border-color: var(--light);
color: var(--dark);
}
.day-container {
position: relative;
max-height: 0;
overflow: hidden;
transition: all 0.5s;
}
.day-container.active {
max-height: 20000px;
}
.day-container img {
display: block;
margin-bottom: 1rem;
}
.day-container .date {
position: absolute;
display: inline-block;
top: 0;
left: 0.625rem;
font-size: 1.425rem;
line-height: 2rem;
font-weight: normal;
letter-spacing: 0.3em;
color: var(--dark);
text-transform: uppercase;
}
.events article {
display: flex;
gap: 1rem;
justify-content: space-between;
min-height: 7.25rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--light);
margin-bottom: 0.625rem;
}
.events article > div {
display: flex;
flex-direction: column;
}
.events article .name {
flex-basis: 33%;
}
.events article .name .accent {
color: var(--accent);
}
.events article .name span,
.events article .description span {
letter-spacing: 0.3rem;
color: var(--dark-gray);
}
.events article .description a {
color: var(--gray);
}
.events article .time {
flex-basis: 17%;
letter-spacing: 0.3rem;
}
.events .time .gmt,
.events .time .tag {
color: var(--darkest-gray);
}
.events article .description {
flex-basis: 50%;
}
.events article .description p + p,
.events article .description h3 {
margin-top: 1.5rem;
}
.events article .description h3 {
color: var(--light);
font-size: 1.0687rem;
line-height: 1.5rem;
letter-spacing: 0.3rem;
text-transform: uppercase;
font-weight: normal;
}
.events .name span,
.events article .description span,
.events .time .tag {
margin-top: auto;
margin-bottom: 0;
}
.events .time .tag span {
display: inline-block;
padding-left: 0.3rem;
padding-right: 0;
border: 1px solid var(--darkest-gray);
border-radius: 0.15rem;
}
.events h2 {
margin: 0;
}
.events .description p {
color: var(--gray);
}
.page-template-page-light .page-container h2 {
padding-right: 4rem;
margin: 0;
}
.page-template-page-swiper-light .page-container h2 {
margin: 0;
}
.page-template-page-light .page-container p,
.page-template-page-swiper-light .page-container p {
color: var(--light);
letter-spacing: 0.02rem;
}
.page-template-page-light .page-container .wp-block-columns,
.page-template-page-swiper-light .page-container .wp-block-columns {
gap: 0;
}
.page-template-page-light .page-container .wp-block-columns > .wp-block-column,
.page-template-page-swiper-light .page-container .wp-block-columns > .wp-block-column {
padding-bottom: 1.5rem;
border-bottom: 1px solid var(--accent);
margin-bottom: 1rem;
}
.page-template-page-light .page-container .wp-block-columns > .wp-block-column:nth-child(4n+2),
.page-template-page-swiper-light .page-container .wp-block-columns > .wp-block-column:nth-child(4n+2) {
margin-right: 1rem;
padding-left: 1.25rem;
}
.page-template-page-swiper-light footer ul.social li:not(.text) a
.page-template-page-light footer ul.social li:not(.text) a {
color: var(--light);
}
.page-template-page-light header .flashy,
.page-template-page-swiper-light header .flashy {
color: var(--light);
}
.page-id-3 .wp-container-6.wp-block-column {
margin-right: 2rem;
}
.page-template-default .wp-container-7.wp-block-columns {
margin-bottom: 0 !important;
}
.page-template-default .page-container .wp-block-columns,
.page-template-page-in-person .page-container .wp-block-columns {
gap: 1rem;
}
input.flashy {
text-transform: uppercase;
border: 0;
letter-spacing: 0.3rem;
font-size: 0.7125rem;
line-height: 1.5rem;
background-color: var(--gray) !important;
cursor: pointer;
font-weight: 500;
}
.partners img {
filter: saturate(0);
transition: all 0.5s ease;
}
.partners img:hover {
-webkit-filter: saturate(1);
filter: saturate(1);
}
.page-template-page-in-person .entry-content h3 {
color: var(--light-gray);
text-transform: unset;
letter-spacing: unset;
}
.page-template-page-in-person .entry-content h3 a {
color: var(--light-gray);
}
footer {
position: relative;
min-height: 8.5rem; bottom: 0;
}
.home footer {
position: fixed;
}
.footer-container {
display: flex;
margin: 1rem auto 0;
gap: 1rem;
width: calc(100vw - 2rem);
flex-direction: row;
justify-content: space-between;
}
.footer-container > ul {
flex-basis: 25%;
list-style-type: none;
margin: 0;
padding: 0;
}
footer ul li {
font-size: 0.7125rem;
line-height: 1rem;
}
footer a,
footer a:visited {
text-decoration: none;
color: var(--gray);
}
footer a:hover {
color: var(--light);
}
footer ul.past-editions {
position: relative;
}
ul.social li:not(.text),
ul.past-editions li:not(.text) {
display: inline-block;
}
.lineup-container .index-links li a,
.lineup-container .title span,
.lineup-container .country,
ul.social li:not(.text) a,
ul.past-editions li:not(.text) a,
footer ul li.top a {
display: block;
width: 1.875rem;
height: 1.875rem;
text-align: center;
line-height: 1.775rem;
padding-left: 0.3437rem;
padding-right: 0.3437rem;
padding-top: 1px;
}
ul.social li:not(.text) a {
line-height: 1.875rem;
}
.lineup-container .country,
ul.social li:not(.text) a {
background-color: var(--gray);
color: var(--dark);
border-radius: 50%;
}
ul.social li:not(.text) a:hover,
footer ul li.top a:hover {
background-color: var(--light);
}
.page-template-page-institute footer ul li.top a:hover,
.page-template-page-light ul.social li:not(.text) a:hover,
.page-template-page-light footer ul li.top a:hover,
.page-template-page-swiper-light ul.social li:not(.text) a:hover,
.page-template-page-swiper-light footer ul li.top a:hover {
background-color: var(--dark);
}
ul.social li:not(.text):nth-child(1) a,
ul.social li:not(.text):nth-child(3) a {
padding-left: 0.3rem;
}
ul.social li:not(.text):nth-child(2) a,
ul.social li:not(.text):nth-child(5) a {
padding-left: 0.4rem;
}
ul.past-editions li:not(.text):not(.top) a {
border: 1px solid var(--gray);
border-radius: 0.15rem;
}
ul.past-editions li:not(.text):not(.top) a:hover {
border-color: var(--light);
color: var(--light);
}
footer ul {
list-style-type: none;
}
footer ul li.top {
position: absolute;
top: 0rem;
right: 0rem;
}
footer ul li.top a {
background-color: var(--dark-gray);
padding-top: 0.15rem;
border-radius: 50%;
}
ul.social li:nth-child(4) a {
letter-spacing: 0;
}
footer ul .text {
margin-top: 1rem;
}
.footer-terms {
padding-top: 1rem;
width: 100%;
text-align: center;
display: block;
}
.footer-terms li {
display: inline-block;
color: var(--dark);
}
.footer-terms a,
.footer-terms a:visited {
text-decoration: none;
color: var(--dark);
}
.footer-terms a:hover {
color: var(--gray);
}
.svg-filters {
display: none;
}
.page-template-page-swiper .page-container,
.page-template-page-swiper-light .page-container {
margin-top: 0;
}
@media screen and (max-width: 1280px) {
html {
font-size: 85%;
}
}
.desktop-only {
display: block;
}
.mobile-only {
display: none;
}
@media screen and (max-width: 1450px) {
.page-template-page-swiper .swiper-slidex h2,
.page-template-page-swiper-light .swiper-slidex h2,
.swiper-slidex h2 {
font-size: 11.275rem;
line-height: 9.5rem;
}
}
@media screen and (max-width: 960px) {
.desktop-only {
display: none;
}
.mobile-only {
display: block;
}
html {
font-size: 100%;
}
body.menu-opened {
overflow-y: hidden;
height: 100%;
height: 100vh;
}
.desktop-navigation {
display: none !important;
}
header {
z-index: 100;
height: unset;
}
.mobile-menu {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.mobile-menu > div {
flex-basis: 25%;
}
.mobile-menu > div:nth-child(3) {
flex-basis: 35%;
}
.mobile-menu > button {
flex-basis: 1.875rem;
}
header .dates {
color: var(--gray);
}
.menu-toggle {
display: inline-block;
padding: 0;
margin: 0;
border: 0;
background-color: transparent;
text-indent: -99999px;
width: 1.875rem;
height: 1.875rem;
background: url(//unfinishedinstitute.org/wp-content/themes/unfinished-institute/img/mobile.svg) no-repeat center;
background-size: contain;
}
.toggled .menu-toggle {
background-image: url(//unfinishedinstitute.org/wp-content/themes/unfinished-institute/img/mobile-close.svg);
}
.toggled .mobile-menu {
z-index: 999;
position: relative;
}
.menu-menu-container {
position: fixed;
background: var(--dark);
width: 100vw;
height: 100vh;
min-height: 100%;
overflow-y: auto;
z-index: 99;
left: 0;
top: 0;
padding: 10rem 0 1rem 1rem;
opacity: 0;
pointer-events: none;
transition: all 0.2s;
display: flex;
flex-direction: column;
gap: 3rem;
}
.toggled .menu-menu-container {
opacity: 1;
pointer-events: all;
}
.menu-menu-container li a {
font-size: 1.425rem;
line-height: 2rem;
font-weight: normal;
letter-spacing: 0.3em;
color: var(--light);
}
.menu-menu-container li.current_page_item a,
.menu-menu-container li a:hover {
color: var(--accent);
}
.menu-menu-container .footer-terms {
text-align: left;
padding: 0;
margin: 0;
order: 10;
}
.menu-menu-container .footer-terms li {
display: block;
}
.bottom-links li a,
.menu-menu-container .footer-terms li a {
font-size: 0.7125rem;
line-height: 1rem;
letter-spacing: 0.3rem;
font-weight: 500;
color: var(--darkest-gray);
}
.bottom-links li a {
letter-spacing: 0;
}
ul.past-editions li:not(.text):not(.top) a,
ul.social li:not(.text) a {
width: 1.675rem;
height: 1.675rem;
padding-left: 0;
padding-right: 0;
letter-spacing: 0.06rem;
line-height: 1.675rem;
}
ul.social li:not(.text):not(:last-child),
ul.past-editions li:not(.text):not(.top):not(:last-child) {
margin-left: 0.025rem;
}
ul.social li:not(.text):nth-child(1) a,
ul.social li:not(.text):nth-child(2) a,
ul.social li:not(.text):nth-child(3) a,
ul.social li:not(.text):nth-child(5) a {
padding-left: 0;
}
.bottom-links .text {
font-size: 0.7125rem;
line-height: 1rem;
margin-top: 1rem;
}
.bottom-links .social li a {
color: var(--dark);
}
.bottom-links .past-editions li a {
color: var(--gray);
}
.bottom-links li {
color: var(--dark-gray);
vertical-align: top;
}
.bottom-links.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:first-child {
flex-basis: 45% !important;
}
.bottom-links.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:last-child {
flex-basis: 55% !important;
padding-left: 0.5rem;
}
ul.social,
ul.past-editions {
font-size: 0;
}
.page-container {
min-height: calc(100vh - 6rem - 12rem - 6.75rem);
margin: 4.75rem auto 2rem;
}
.page-container,
.lineup-container,
.program-container {
margin: 4.5rem auto;
}
.index-links {
display: none;
}
.events-container,
.lineup-container .members,
.lineup-container .items {
flex-direction: column;
}
.events-container .tabs {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.events-container .tabs li {
flex-basis: calc(50% - 0.5rem);
}
.events article {
flex-direction: column;
gap: 0.375rem;
}
.events article .time {
order: -1;
flex-direction: row;
flex-wrap: wrap;
}
.events article .time > * {
flex-basis: 50%;
}
.events .time .hour {
flex-basis: 100%;
}
.events article .description span {
margin-top: 1rem;
}
.page-template-page-light .page-container .wp-block-columns > .wp-block-column:nth-child(2n+1),
.page-template-page-swiper-light .page-container .wp-block-columns > .wp-block-column:nth-child(2n+1) {
padding-bottom: 0;
border: 0;
margin-bottom: 0.375rem;
}
.page-template-page-light .heading,
.page-template-page-swiper-light .heading {
margin-bottom: 0.75rem;
}
.page-template-page-light .wp-block-spacer,
.page-template-page-swiper-light .wp-block-spacer {
height: 6rem !important;
}
.page-template-default .page-container .wp-block-column p:last-child {
margin-bottom: 0;
}
.wp-block-column.team {
margin-left: 0;
}
.team > .wp-block-columns:not(:last-child) {
margin-bottom: 2rem;
}
#mainVideo {
width: 100vw;
margin-top: 15vh !important;
}
footer .mobile-only .menu {
padding: 1rem;
}
footer .mobile-only .menu li a {
color: var(--dark-gray);
}
footer ul li.top {
top: 1rem;
right: 1rem;
}
.swiper-slidex.inner {
width: 80vw;
margin-bottom: 2rem;
}
footer .mobile-only {
width: 100vw;
}
.swiper-slidex:last-child {
min-height: 150vh;
}
.swiper-slidex .content {
width: unset;
margin-bottom: 2rem;
margin-left: 0;
}
.page-template-page-swiper .swiper-slidex h2,
.page-template-page-swiper-light .swiper-slidex h2,
.swiper-slidex h2 {
font-size: 2rem;
line-height: 1.8rem;
margin: 2rem auto;
}
.swiper-slidex .image-container {
margin-top: 0;
margin-bottom: 0;
}
.swiper-slidex .image-container img {
width: 100% !important;
}
.inner *[data-scroll] {
opacity: 0;
}
.inner .is-inview {
transition: all 1s;
opacity: 1;
}
}html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{display:inline-block;height:100vh;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;height:100%;vertical-align:top;white-space:nowrap}.c-scrollbar{height:100%;opacity:0;position:absolute;right:0;top:0;transform-origin:center right;transition:transform .3s,opacity .3s;width:11px}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{bottom:0;height:10px;top:auto;transform:scaleY(1);width:100%}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{background-color:#000;border-radius:10px;cursor:-webkit-grab;cursor:grab;margin:2px;opacity:.5;position:absolute;right:0;top:0;width:7px}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{bottom:0;right:auto}