@tailwind base;
@font-face {
    font-family: "BB Bitmap Pro Pixel";
    src: url(../fonts/bb-bitmap-pro-pixel-webfont.woff2) format("woff2"), url(../fonts/bb-bitmap-pro-pixel-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Digitany";
    src: url(../fonts/digitany-webfont.woff2) format("woff2"), url(../fonts/digitany-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Clifton";
    src: url(../fonts/clifton-regular-webfont.woff2) format("woff2"), url(../fonts/clifton-regular-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Clifton";
    src: url(../fonts/clifton-italic-webfont.woff2) format("woff2"), url(../fonts/clifton-italic-webfont.woff) format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

html,
body {
    font-family: helvetica neue, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.page-template-template-about {
    background-color: blue;
    color: #fff
}

.page-template-template-about main,
.page-template-template-about pre {
    font-family: "BB Bitmap Pro Pixel", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    font-size: 1.75rem;
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 89ch;
    margin-left: auto;
    margin-right: auto
}

.page-template-template-about main p,
.page-template-template-about pre p {
    margin-bottom: 1em
}

.page-template-template-about h1 {
    color: blue;
    background: #fff;
    display: inline-block;
    padding: 18px 24px 4px;
    font-size: 2.35rem;
    line-height: 1;
    margin-bottom: 52px
}

.page-template-template-about a {
    color: #fff;
    text-decoration: underline
}

.page-template-template-about .horizontal-divider {
    margin: 48px 0 0
}

#error-text {
    white-space: pre-line
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.blink {
    display: inline-block;
    -webkit-animation: blink .6s linear infinite alternate;
    -o-animation: blink .6s linear infinite alternate;
    animation: blink .6s linear infinite alternate;
    margin-left: .2em
}

@media screen and (min-width: 768px) {
    .page-template-template-about main {
        font-size: 2rem;
        padding-top: 128px
    }
}

.page-template-template-awards main {
    font-size: 1.75rem;
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 89ch;
    margin-left: auto;
    margin-right: auto
}

.page-template-template-awards main p {
    margin-bottom: 1em
}

.page-template-template-awards h1 {
    font-family: "Digitany", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 64px
}

.page-template-template-awards footer a {
    color: #000 !important
}

.page-template-template-awards h3 {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: .1em
}

.page-template-template-awards h3 a,
.page-template-template-awards h3 a:visited,
.page-template-template-awards h3 a:active {
    color: #000
}

.page-template-template-awards h3 a:hover {
    color: #000;
    text-decoration: underline
}

.page-template-template-awards #award-0 h3 {
    margin-top: 0
}

.page-template-template-awards .horizontal-divider {
    margin-bottom: 0
}

.awards-gif {
    position: absolute;
    display: block;
    max-width: 80px;
    height: auto;
    z-index: 3
}

.awards-gif:nth-of-type(1) {
    top: -100px;
    left: 23px
}

.awards-gif:nth-of-type(2) {
    top: -118px;
    right: -35px
}

.awards-gif:nth-of-type(3) {
    top: -188px;
    right: 12px
}

.awards-gif:nth-of-type(4) {
    top: 5.25%;
    right: -38px
}

.awards-gif:nth-of-type(5) {
    top: 17.5%;
    left: 16%
}

.awards-gif:nth-of-type(6) {
    top: 39%;
    right: 20%
}

.awards-gif:nth-of-type(7) {
    top: 59.25%;
    right: 40px
}

.awards-gif:nth-of-type(8) {
    top: 72.75%;
    left: 33%
}

.awards-gif:nth-of-type(9) {
    top: 82%;
    right: 30px
}

.awards-gif:nth-of-type(10) {
    top: 94%;
    left: 80%
}

#awards {
    position: relative;
    -webkit-columns: 300px 3;
    -moz-columns: 300px 3;
    columns: 300px 3;
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px
}

.award {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid
}

#awards .horizontal-divider {
    margin-top: 28px;
    margin-bottom: 28px
}

.recipient {
    display: block;
    font-size: 1.25rem
}

@media screen and (min-width: 500px) {
    .awards-gif:nth-of-type(1) {
        top: -95px;
        left: 64px
    }
    .awards-gif:nth-of-type(2) {
        top: -112px;
        right: 12%
    }
    .awards-gif:nth-of-type(3) {
        top: -182px;
        right: 20%
    }
    .awards-gif:nth-of-type(4) {
        top: 5%;
        right: -34px
    }
    .awards-gif:nth-of-type(5) {
        top: 19.25%;
        left: 40%
    }
    .awards-gif:nth-of-type(6) {
        top: 39%;
        right: 20%
    }
    .awards-gif:nth-of-type(7) {
        top: 59%;
        right: 40px
    }
    .awards-gif:nth-of-type(8) {
        top: 71.25%;
        left: 33%
    }
    .awards-gif:nth-of-type(9) {
        top: 82%;
        right: 30px
    }
    .awards-gif:nth-of-type(10) {
        top: 93.9%;
        left: 65%
    }
}

@media screen and (min-width: 600px) {
    .awards-gif:nth-of-type(1) {
        top: -95px;
        left: 64px
    }
    .awards-gif:nth-of-type(2) {
        top: -112px;
        right: inherit;
        left: 424px
    }
    .awards-gif:nth-of-type(3) {
        top: -162px;
        right: 10%
    }
    .awards-gif:nth-of-type(4) {
        top: 5%;
        right: 30px
    }
    .awards-gif:nth-of-type(5) {
        top: 19.75%;
        left: 40%
    }
    .awards-gif:nth-of-type(6) {
        top: 39%;
        right: 20%
    }
    .awards-gif:nth-of-type(7) {
        top: 59%;
        right: 40px
    }
    .awards-gif:nth-of-type(8) {
        top: 72%;
        left: 33%
    }
    .awards-gif:nth-of-type(9) {
        top: 82%;
        right: 30px
    }
    .awards-gif:nth-of-type(10) {
        top: 93.9%;
        left: 65%
    }
}

@media screen and (min-width: 768px) {
    .page-template-template-awards main {
        padding-top: 150px
    }
    .page-template-template-awards h1 {
        font-size: 3.5rem;
        margin-bottom: 128px
    }
    .awards-gif {
        max-width: 96px;
        max-height: 96px
    }
    .awards-gif:nth-of-type(1) {
        top: -167px;
        left: 93px
    }
    .awards-gif:nth-of-type(2) {
        top: -201px;
        right: inherit;
        left: 475px
    }
    .awards-gif:nth-of-type(3) {
        top: -292px;
        right: 5%
    }
    .awards-gif:nth-of-type(4) {
        top: 7%;
        right: 45%
    }
    .awards-gif:nth-of-type(5) {
        top: 19.75%;
        left: 40%
    }
    .awards-gif:nth-of-type(6) {
        top: 41%;
        right: 20%
    }
    .awards-gif:nth-of-type(7) {
        top: 58%;
        right: 40px
    }
    .awards-gif:nth-of-type(8) {
        top: 72%;
        left: 33%
    }
    .awards-gif:nth-of-type(9) {
        top: 82%;
        right: 46%
    }
    .awards-gif:nth-of-type(10) {
        top: 99%;
        left: 75%
    }
}

@media screen and (min-width: 1024px) {
    .awards-gif {
        max-width: 180px;
        max-height: 180px
    }
    .awards-gif:nth-of-type(1) {
        top: -167px;
        left: 93px
    }
    .awards-gif:nth-of-type(2) {
        top: -201px;
        right: inherit;
        left: 475px
    }
    .awards-gif:nth-of-type(3) {
        top: -292px;
        right: 5%
    }
    .awards-gif:nth-of-type(4) {
        top: 7%;
        right: 45%
    }
    .awards-gif:nth-of-type(5) {
        top: 23.75%;
        left: 40%
    }
    .awards-gif:nth-of-type(6) {
        top: 41%;
        right: 20%
    }
    .awards-gif:nth-of-type(7) {
        top: 57%;
        right: 50%
    }
    .awards-gif:nth-of-type(8) {
        top: 72%;
        left: 25%
    }
    .awards-gif:nth-of-type(9) {
        top: 82%;
        right: 46%
    }
    .awards-gif:nth-of-type(10) {
        top: 97%;
        left: 65%
    }
}

@media screen and (min-width: 1280px) {
    .awards-gif {
        max-width: 180px;
        max-height: 180px
    }
    .awards-gif:nth-of-type(1) {
        top: -167px;
        left: 93px
    }
    .awards-gif:nth-of-type(2) {
        top: -201px;
        right: inherit;
        left: 475px
    }
    .awards-gif:nth-of-type(3) {
        top: -292px;
        right: 5%
    }
    .awards-gif:nth-of-type(4) {
        top: 1.5%;
        right: 32%
    }
    .awards-gif:nth-of-type(5) {
        top: 23.75%;
        left: -40px
    }
    .awards-gif:nth-of-type(6) {
        top: 29%;
        right: -20px
    }
    .awards-gif:nth-of-type(7) {
        top: 57%;
        right: 30%
    }
    .awards-gif:nth-of-type(8) {
        top: 90%;
        left: 25%
    }
    .awards-gif:nth-of-type(9) {
        top: 101%;
        right: inherit;
        left: 0%
    }
    .awards-gif:nth-of-type(10) {
        top: 101%;
        left: 61%
    }
}

#chat-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    width: 520px;
    max-width: calc(100% - 32px);
    height: 844px;
    max-height: calc(100vh - 208px);
    margin: auto;
    background: #000;
    border-radius: 9px;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    -webkit-animation-duration: .175s;
    -o-animation-duration: .175s;
    animation-duration: .175s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .125);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .125)
}

#chat-bot::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    bottom: 0;
    background: #000;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .125);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .125);
    z-index: -1;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: .25
}

@-webkit-keyframes chat-bot-intro {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    10% {
        opacity: 1;
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    99% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes chat-bot-intro {
    0% {
        opacity: 0;
        -o-transform: scale(0.7);
        transform: scale(0.7)
    }
    10% {
        opacity: 1;
        -o-transform: scale(0.75);
        transform: scale(0.75)
    }
    99% {
        opacity: 1;
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes chat-bot-intro {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7)
    }
    10% {
        opacity: 1;
        -webkit-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75)
    }
    99% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

#chat-bot.transition {
    -webkit-transition: 1s ease-in-out transform;
    -o-transition: 1s ease-in-out transform;
    transition: 1s ease-in-out transform;
    opacity: 1;
    -webkit-animation-name: unset;
    -o-animation-name: unset;
    animation-name: unset;
    pointer-events: none
}

#chat-bot.closed {
    -webkit-transform: scale(0) translateY(2000%);
    -o-transform: scale(0) translateY(2000%);
    transform: scale(0) translateY(2000%);
    pointer-events: none
}

#chat-bot-responses {
    display: none
}

#chat-bot__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../images/chatbot-header.png);
    background-size: 100%;
    background-repeat: no-repeat
}

#chat-bot__header span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
    -ms-flex-item-align: center;
    align-self: center
}

#chat-bot__header #chat-bot__header__buttons {
    text-align: left
}

#chat-bot__header #chat-bot__header__buttons img {
    display: inline-block;
    height: 12px;
    margin-top: -2px;
    margin-left: 12px;
    cursor: pointer
}

#chat-bot__body {
    display: block;
    width: 100%;
    height: calc(100% - 32px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background-image: url(../images/chatbot-body-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

#chat-bot__messages {
    display: block;
    width: 100%;
    height: calc(100% - 128px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-y: auto;
    padding: 32px 24px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

#chat-bot__messages::-webkit-scrollbar {
    display: none
}

.chat-bot__message {
    display: block;
    width: 100%
}

.chat-bot__message .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
    color: #999
}

.chat-bot__message .meta .to {
    color: #4272e9;
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: italic;
    margin-left: 4px
}

.chat-bot__message .bubble {
    display: inline-block;
    border-radius: 16px;
    background: #393939;
    color: #fff;
    padding: 12px 24px;
    margin-bottom: 32px
}

#chat-bot__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 32px 24px;
    border-top: 1px solid #000
}

#chat-bot__input .label {
    display: block;
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: italic;
    color: #fff
}

#chat-bot__input .label span {
    display: inline-block;
    font-family: helvetica neue, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    font-style: normal;
    color: #fff;
    background: #4272e9;
    border-radius: 10px;
    padding: 2px 10px 0 14px;
    margin-left: 4px
}

#chat-bot__input input {
    width: 100%;
    background: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff
}

#chat-bot__input input::-webkit-input-placeholder {
    color: #999
}

#chat-bot__input input::-moz-placeholder {
    color: #999
}

#chat-bot__input input:-ms-input-placeholder {
    color: #999
}

#chat-bot__input input::-ms-input-placeholder {
    color: #999
}

#chat-bot__input input::placeholder {
    color: #999
}

#end-meeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    width: 370px;
    height: 200px;
    margin: auto;
    background: none;
    border-radius: 9px;
    z-index: 12;
    opacity: 0;
    pointer-events: none;
    -webkit-animation-duration: .175s;
    -o-animation-duration: .175s;
    animation-duration: .175s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .125);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .125)
}

#end-meeting::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    bottom: 0;
    background: #000;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .125);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .125);
    z-index: -1;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: .25
}

#end-meeting * {
    pointer-events: none
}

#end-meeting.open * {
    pointer-events: initial
}

#end-meeting.transition {
    -webkit-transition: 1s ease-in-out transform;
    -o-transition: 1s ease-in-out transform;
    transition: 1s ease-in-out transform;
    opacity: 1;
    -webkit-animation-name: unset;
    -o-animation-name: unset;
    animation-name: unset;
    pointer-events: none
}

#end-meeting.closed {
    -webkit-transform: scale(0) translateY(2000%);
    -o-transform: scale(0) translateY(2000%);
    transform: scale(0) translateY(2000%);
    pointer-events: none
}

#end-meeting__inner {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: url(../images/end-meeting.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

#end-meeting__content {
    display: block;
    padding: 40px 32px 24px 104px;
    color: #d5d5d7;
    font-size: .8rem
}

#end-meeting__content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: .2em
}

#end-meeting__content a {
    color: #d5d5d7 !important
}

#end-meeting__content p {
    padding-top: 10px;
}

#end-meeting__buttons {
    padding-top: 8px
}

#end-meeting__buttons img {
    height: 24px;
    width: auto;
    pointer-events: all;
    cursor: pointer
}

#end-meeting__buttons img+a {
    margin-left: 16px
}

.single-graduate #university-logo {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.single-graduate footer a {
    color: #000 !important
}

.embed-container {
    cursor: pointer
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.embed-container .embed-container__play-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none
}

.embed-container .embed-container__play-button img {
    width: 64px !important;
    opacity: .8
}

#graduate-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: "Digitany", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px
}

#graduate-name img {
    display: inline-block;
    margin-right: 12px;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 64px;
    height: auto
}

#graduate-name span {
    -ms-flex-item-align: center;
    align-self: center
}

#graduates-slider-wrapper {
    background: #212121;
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 9px;
    min-height: 150.683px
}

#graduates-slider-wrapper .container {
    display: -webkit-flexbox;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#graduates-slider-wrapper button {
    height: 24px;
    -ms-flex-item-align: center;
    align-self: center
}

#graduates-slider-wrapper button img {
    height: 24px
}

#graduates-slider-wrapper .graduates-slider {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
    width: calc(100% - 96px);
    -webkit-animation-name: fade-in;
    -o-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

#graduates-slider-wrapper .graduates-slider a,
#graduates-slider-wrapper .graduates-slider a h2 {
    color: #fff !important
}

#graduates-slider-wrapper .graduates-slider .active .graduate-video-inner {
    -webkit-box-shadow: inset 0 0 0 1px lime;
    box-shadow: inset 0 0 0 1px lime
}

#graduates-slider-wrapper .graduate-video-inner {
    min-height: 137.683px
}

#graduates-slider-wrapper .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#student-main {
    font-size: 1.35rem
}

#student-awards {
    margin: 32px 0
}

#student-awards h3 {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: .1em
}

#student-awards ul {
    list-style-type: none;
    padding-left: 0
}

#student-awards .award--award {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: italic
}

@-webkit-keyframes rotate-button {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes rotate-button {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -o-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    50% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -o-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    100% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes rotate-button {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(4deg);
        -o-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    50% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    75% {
        -webkit-transform: rotate(-4deg);
        -o-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.meeting-button:hover img {
    -webkit-animation-name: rotate-button;
    -o-animation-name: rotate-button;
    animation-name: rotate-button;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#student-links__links {
    font-size: 1.5rem;
    text-transform: uppercase
}

#student-links__links ul {
    list-style-type: none;
    padding-left: 0;
    font-family: "BB Bitmap Pro Pixel", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace
}

#student-links__links ul a,
#student-links__links ul a:visited {
    color: blue;
    text-decoration: underline
}

.students-work__work img {
    width: 100% !important
}

.students-work__work p {
    font-size: 1.35rem;
    margin-top: .8em
}

.student-links__meeting .horizontal-divider {
    margin: 20px 0 !important
}

#students-work .horizontal-divider {
    margin: 32px 0 !important
}

.graduates-sibling-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.graduates-sibling-navigation a {
    color: #000;
    text-decoration: none
}

.graduates-sibling-navigation a:hover {
    text-decoration: underline
}

.graduates-sibling-navigation a:visited {
    color: #000
}

.graduates-sibling-navigation a img {
    height: 1em;
    width: auto;
    display: inline-block
}

.graduates-sibling-navigation a:first-of-type img {
    margin-right: 2em
}

.graduates-sibling-navigation a:last-of-type img {
    margin-left: 2em
}

.graduates-sibling-navigation a span {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: italic
}

.graduates-sibling-navigation+.horizontal-divider {
    margin-top: 32px
}

lite-vimeo iframe .player .vp-badge,
lite-vimeo iframe .player .vp-menu-center,
lite-vimeo iframe .player .vp-controls .pip,
lite-vimeo iframe .player .vp-sidedock,
lite-vimeo iframe .player .vp-title {
    display: none !important;
    opacity: 0 !important
}

p:empty:before {
    content: none
}

@media screen and (min-width: 414px) {
    #graduates-slider-wrapper {
        min-height: 172.617px
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 159.617px
    }
}

@media screen and (min-width: 430px) {
    #graduates-slider-wrapper {
        min-height: 181.617px
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 168.617px
    }
}

@media screen and (min-width: 445px) {
    #graduates-slider-wrapper {
        min-height: 190.05px
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 177.05px
    }
}

@media screen and (min-width: 460px) {
    #graduates-slider-wrapper {
        min-height: 198.5px
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 189.5px
    }
}

@media screen and (min-width: 475px) {
    #graduates-slider-wrapper {
        min-height: 206.933px
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 193.933px
    }
}

@media screen and (min-width: 480px) {
    #graduates-slider-wrapper {
        min-height: 110.75px
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 96.75px
    }
}

@media screen and (min-width: 640px) {
    #graduates-slider-wrapper {
        min-height: 155.75px
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 141.75px
    }
}

@media screen and (min-width: 768px) {
    #graduates-slider-wrapper {
        min-height: 0
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 114.75px
    }
}

@media screen and (min-width: 1024px) {
    #graduates-slider-wrapper {
        min-height: 0
    }
    #graduates-slider-wrapper .graduate-video-inner {
        min-height: 0
    }
}

@media screen and (min-width: 1024px) {
    .embed-container .embed-container__play-button img {
        width: 96px !important
    }
    #graduate-name img {
        max-width: 96px;
        height: auto;
        vertical-align: sub
    }
}

.page-template-template-home {
    background-color: #212121;
    color: #fff
}

.page-template-template-home a {
    color: #fff
}

.page-template-template-home h1 {
    text-align: center;
    margin-bottom: 32px
}

.page-template-template-home h1 img {
    display: inline-block;
    width: 100%;
    max-width: 933px
}

#idea-badge {
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    opacity: 0
}

#graduates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    margin-bottom: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.graduate-video-wrapper {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: inline-block;
    position: relative;
    padding: 2px
}

.graduate-video-wrapper .graduate-video-inner {
    width: 100%;
    display: block;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 1px #212121;
    box-shadow: inset 0 0 0 1px #212121;
    overflow: hidden;
    line-height: 0;
    font-size: 0
}

.graduate-video-wrapper .graduate-video-inner:hover,
.graduate-video-wrapper .graduate-video-inner:active {
    -webkit-box-shadow: inset 0 0 0 1px lime;
    box-shadow: inset 0 0 0 1px lime
}

.graduate-video-wrapper .graduate-video-inner h2 {
    font-size: .8rem;
    font-weight: 400;
    background: #212121;
    padding: 2px 4px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    margin-bottom: 0
}

.graduate-video-wrapper .graduate-video-inner h2 span {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: italic
}

.graduate-video-wrapper .graduate-video-inner video {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    height: auto !important;
    width: auto !important;
    display: block;
    position: relative;
    z-index: -1
}

@media screen and (min-width: 768px) {
    #idea-badge {
        width: 96px;
        height: 96px
    }
}

@media screen and (min-width: 1024px) {
    .page-template-template-home h1 {
        margin-top: 80px;
        margin-bottom: 80px
    }
    .graduate-video-wrapper {
        width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
    #graduates {
        margin-bottom: 80px
    }
}

.page-template-template-more {
    background-color: #212121;
    color: #fff
}

.page-template-template-more a {
    color: #fff
}

.video-background {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 64px
}

@media screen and (min-width: 768px) {
    .video-background {
        margin-bottom: 80px
    }
}

.page-template-template-thanks main {
    font-size: 1.75rem;
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 89ch;
    margin-left: auto;
    margin-right: auto
}

.page-template-template-thanks main p {
    margin-bottom: 1em
}

.page-template-template-thanks h1 {
    font-family: "Digitany", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 64px
}

.page-template-template-thanks h3 {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: .1em
}

.page-template-template-thanks h3 a,
.page-template-template-thanks h3 a:visited,
.page-template-template-thanks h3 a:active {
    color: #000
}

.page-template-template-thanks h3 a:hover {
    color: #000;
    text-decoration: underline
}

.page-template-template-thanks footer a,
.page-template-template-thanks footer a:visited {
    color: #000
}

.x {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    -webkit-animation: x 13s linear infinite alternate;
    -o-animation: x 13s linear infinite alternate;
    animation: x 13s linear infinite alternate
}

.y {
    -webkit-animation: y 7s linear infinite alternate;
    -o-animation: y 7s linear infinite alternate;
    animation: y 7s linear infinite alternate
}

@-webkit-keyframes x {
    100% {
        -webkit-transform: translateX(calc(100vw - 141px));
        transform: translateX(calc(100vw - 141px))
    }
}

@-o-keyframes x {
    100% {
        -o-transform: translateX(calc(100vw - 141px));
        transform: translateX(calc(100vw - 141px))
    }
}

@keyframes x {
    100% {
        -webkit-transform: translateX(calc(100vw - 141px));
        -o-transform: translateX(calc(100vw - 141px));
        transform: translateX(calc(100vw - 141px))
    }
}

@-webkit-keyframes y {
    100% {
        -webkit-transform: translateY(calc(100vh - 81px));
        transform: translateY(calc(100vh - 81px))
    }
}

@-o-keyframes y {
    100% {
        -o-transform: translateY(calc(100vh - 81px));
        transform: translateY(calc(100vh - 81px))
    }
}

@keyframes y {
    100% {
        -webkit-transform: translateY(calc(100vh - 81px));
        -o-transform: translateY(calc(100vh - 81px));
        transform: translateY(calc(100vh - 81px))
    }
}

#organizations {
    -webkit-columns: 300px 3;
    -moz-columns: 300px 3;
    columns: 300px 3
}

.org:first-of-type h3 {
    margin-top: 0
}

.org+.org {
    margin-top: 28px;
    page-break-inside: avoid
}

.org__person {
    display: block;
    font-size: 1.25rem
}

#sponsor-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -48px
}

#sponsor-logos a {
    margin-bottom: 64px;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#sponsor-logos a:nth-of-type(1),
#sponsor-logos a:nth-of-type(5) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#sponsor-logos a img {
    max-height: 92px;
    max-width: 380px;
    width: auto;
    -ms-flex-item-align: center;
    align-self: center
}

#sponsor-logos a img.logo-small {
    max-height: 55px
}

#sponsor-logos a img.logo-medium {
    max-height: 75px
}

@media screen and (max-width: 767px) {
    #sponsor-logos a {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-item-align: center !important;
        align-self: center !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding: 0 32px;
        margin-bottom: 32px
    }
    #sponsor-logos a:last-of-type {
        margin-bottom: 64px
    }
    #sponsor-logos a img {
        max-width: 100%;
        max-height: 42px
    }
    #sponsor-logos a img.logo-small {
        max-height: 42px
    }
}

@media screen and (max-width: 480px) {
    #sponsor-logos a {
        padding: 0 16px
    }
}

@media screen and (max-width: 414px) {
    #sponsor-logos a {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media screen and (min-width: 768px) {
    .page-template-template-thanks main {
        padding-top: 150px
    }
    .page-template-template-thanks h1 {
        font-size: 3.5rem;
        margin-bottom: 128px
    }
    #sponsor-logos {
        margin-bottom: -80px
    }
}

@media screen and (min-width: 769px)and (max-width: 1023px) {
    #sponsor-logos a {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-item-align: center !important;
        align-self: center !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding: 0 32px;
        margin-bottom: 64px
    }
    #sponsor-logos a:last-of-type {
        margin-bottom: 64px
    }
    #sponsor-logos a img {
        max-width: 100%
    }
}

@media screen and (min-width: 1024px)and (max-width: 1279px) {
    #sponsor-logos a {
        width: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        -ms-flex-item-align: center !important;
        align-self: center !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding: 0 32px;
        margin-bottom: 64px
    }
    #sponsor-logos a:last-of-type {
        margin-bottom: 64px
    }
    #sponsor-logos a img {
        max-width: 100%
    }
}

.post-type-archive-work {
    background-color: #212121;
    color: #fff
}

.post-type-archive-work a {
    color: #fff
}

.post-type-archive-work h1 {
    text-align: center;
    margin-bottom: 32px
}

.post-type-archive-work h1 img {
    display: inline-block;
    width: 100%;
    max-width: 600px
}

.work__filter {
    margin-bottom: 12px
}

.work__filter input {
    opacity: 0
}

.work__filter label {
    position: relative;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    cursor: pointer
}

.work__filter label span {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: italic
}

.work__filter label.active {
    border-bottom: 1px solid #fff
}

.work__filter label::before {
    content: "♢";
    position: absolute;
    left: -1.5em;
    top: -0.1em
}

#work-all+label {
    position: relative;
    left: -1em
}

#work-all+label::before {
    display: none
}

#work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    margin-bottom: 64px
}

.work-wrapper {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: inline-block;
    position: relative;
    padding: 2px
}

.work-wrapper .work-inner {
    display: inline-block;
    position: relative;
    border: 1px solid #212121
}

.work-wrapper .work-inner:hover,
.work-wrapper .work-inner:active {
    border-color: lime
}

.work-wrapper .work-inner img {
    max-width: 100%;
    width: 480px;
    display: block
}

@media screen and (min-width: 1024px) {
    .post-type-archive-work h1 {
        margin-top: 80px;
        margin-bottom: 48px
    }
    .work-wrapper {
        width: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
    #work {
        margin-bottom: 80px
    }
}

@tailwind components;
.btn {
    @apply bg-primary rounded my-3 px-4 py-3 text-white leading-none;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease
}

.comment-list {
    @apply list-none p-0
}

.comment-list ol {
    list-style: none
}

.comment-form p {
    @apply mb-4
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
    @apply block appearance-none w-full py-1 px-2 mb-1 text-base leading-normal bg-white text-gray-700 border border-gray-500 rounded
}

.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
    @apply shadow-outline
}

.comment-form input[type=submit] {
    @apply btn bg-gray-600
}

.comment-form input[type=submit]:hover {
    @apply bg-gray-700
}

.search-form {
    @apply flex items-center
}

.search-form label {
    @apply mb-4;
    font-weight: normal
}

.search-form .search-field {
    @apply block appearance-none w-full py-1 px-2 mb-1 text-base leading-normal bg-white text-gray-800 border border-gray-500 rounded
}

.search-form .search-submit {
    @apply inline-block align-middle text-center select-none border font-normal whitespace-no-wrap py-2 px-4 rounded text-base leading-normal no-underline text-gray-100 bg-gray-500
}

.search-form .search-submit:hover {
    @apply bg-gray-400
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    @apply my-2 mx-auto;
    display: block;
    height: auto
}

.alignleft,
.alignright {
    @apply mb-4;
    height: auto
}

@screen sm {
    .alignleft {
        @apply mr-4;
        float: left
    }
    .alignright {
        @apply ml-4;
        float: right
    }
}

.wp-caption {
    @apply inline-block mb-4
}

.wp-caption img {
    @apply mb-2 leading-none max-w-full h-auto
}

.wp-caption-text {
    font-size: 90%;
    color: #6c757d
}

.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

header.banner {
    background-color: #1a1a1a;
    color: #f2f0ed;
    text-align: center;
    padding: 24px 16px;
    position: fixed;
    z-index: 10;
    width: 100%
}

header.banner a,
header.banner a:hover,
header.banner a:active,
header.banner a:visited {
    color: #f2f0ed;
    text-decoration: none
}

.container[role=document] {
    padding-top: 76px
}

.meeting_id span {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.meeting_id:hover {
    text-decoration: underline !important
}

#social-chevron {
    height: .4rem;
    display: inline-block;
    position: relative;
    top: -10%;
    left: .25rem;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    cursor: pointer
}

#social-chevron.open {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.zoom-menu__inner {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zoom-menu__inner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header.banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0
}

#social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    position: relative;
    top: -2px
}

.social-link img {
    height: 28px;
    width: auto
}

.social-link+.social-link {
    margin-left: 20px
}

.social-link:hover {
    opacity: .5
}

#zoom-menu {
    background-color: #1a1a1a;
    color: #f2f0ed;
    text-align: center;
    padding: 24px 0;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0
}

#zoom-menu a {
    position: relative;
    color: #f2f0ed;
    text-decoration: none;
    text-align: center;
    font-size: .8rem;
    -ms-flex-item-align: end;
    align-self: flex-end
}

#zoom-menu a[data-special=thanks] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

#zoom-menu a[data-special=graduates] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#zoom-menu a[data-special=work] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#zoom-menu a[data-special=idea] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

#zoom-menu a[data-special=awards] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

#zoom-menu a[data-special=end],
#zoom-menu a[data-special=end]:visited,
#zoom-menu a[data-special=end]:active {
    color: red
}

#zoom-menu a span {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: italic
}

#zoom-menu a img {
    display: block;
    margin: auto;
    max-height: 22px;
    margin-bottom: 2px
}

#zoom-menu a::after {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 70px;
    bottom: -12px;
    left: -15px;
    background: #2e2e2e;
    position: absolute;
    z-index: -1;
    border-radius: 12px;
    opacity: 0
}

#zoom-menu a:active,
#zoom-menu a:visited {
    color: #f2f0ed;
    text-decoration: none;
    text-align: center
}

#zoom-menu a:hover {
    color: #f2f0ed;
    text-decoration: none;
    text-align: center
}

#zoom-menu a:hover::after {
    opacity: 1
}

#zoom-menu a[data-special=end]:hover {
    color: red
}

#zoom-menu a[data-special=end]:hover::after {
    opacity: 1;
    bottom: -24px
}

@media screen and (min-width: 768px) {
    header.banner .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 1rem;
        padding-right: 1rem
    }
    header.banner .container>* {
        width: 33.33%;
        display: inline-block
    }
    #social-links {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-height: none
    }
    .social-link {
        margin-top: 0;
        margin-left: 8px
    }
    .social-link+.social-link {
        margin-left: 8px
    }
    #social-chevron {
        display: none
    }
    #zoom-menu {
        padding: 16px 0
    }
    #zoom-menu a {
        font-size: 1rem
    }
    #zoom-menu a[data-special=thanks] {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    #zoom-menu a[data-special=idea] {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    #zoom-menu a[data-special=awards] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    #zoom-menu a[data-special=graduates] {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    #zoom-menu a[data-special=work] {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    #zoom-menu a[data-special=chat] {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    #zoom-menu a[data-special=more] {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    #zoom-menu a[data-special=more] img {
        margin-bottom: 9px;
        max-width: 22px
    }
    #zoom-menu a[data-special=end] {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        -ms-flex-item-align: center;
        align-self: center
    }
    #zoom-menu a[data-order="2"] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        pointer-events: none
    }
    #zoom-menu a[data-order="6"] {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        pointer-events: none
    }
}

footer {
    padding-bottom: 144px;
    text-align: center
}

#footer-menu {
    width: 51ch;
    margin: auto;
    font-size: .8rem
}

#footer-menu .divider {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

#footer-menu .divider:nth-of-type(2) {
    display: none
}

#footer-menu a {
    text-decoration: underline;
    white-space: nowrap
}

#footer-menu a span {
    font-family: "Clifton", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid serif, Times, Source serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: italic
}

#footer-content {
    font-family: "BB Bitmap Pro Pixel", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 24px
}

#footer-content p {
    margin-bottom: 0;
    line-height: 1.2
}

#footer-content text {
    display: block;
    line-height: 1;
    margin-bottom: 4px
}

#footer-content a {
    text-decoration: underline
}

#university-logo {
    text-align: center
}

#university-logo img {
    display: inline-block;
    height: 48px;
    width: auto
}

@media screen and (min-width: 768px) {
    #footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #footer-content>span {
        margin-left: 8px;
        margin-right: 4px
    }
    #footer-content text {
        display: inline-block;
        margin-bottom: 0
    }
    #footer-menu {
        width: auto;
        font-size: 1rem
    }
    #footer-menu .divider:nth-of-type(2) {
        display: inline-block
    }
}

html,
body {
    overflow-x: hidden
}

.horizontal-divider {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    word-wrap: nowrap;
    font-size: 1rem;
    margin: 48px 0
}

a,
a img,
a:active,
a:active img,
a:focus,
a:focus img,
button,
button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width: 768px) {
    .horizontal-divider {
        margin: 80px 0
    }
}

@media screen and (min-width: 1024px) {
    #student-links__links {
        font-size: 1.75rem
    }
}

body#tinymce {
    margin: 12px !important
}

@tailwind utilities
/*# sourceMappingURL=main.css.map*/