#joinCelebration .wp-element-button, .hp-button, button {
    cursor: pointer
}

.hp-btnum__grid-item, .hp-button, a {
    text-decoration: none
}

.hp-btnum__label, .hp-button__text {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

[data-whatinput=mouse] a:focus, [data-whatinput=mouse] button:focus {
    outline: 0
}

::selection {
    background: #ddd;
    text-shadow: none
}

img, svg {
    vertical-align: middle
}

a {
    background-color: transparent
}

.icon {
    display: block;
    stroke: inherit;
    fill: currentColor;
    -webkit-transition: fill .25s;
    transition: fill .25s
}

button {
    background: 0 0;
    border: 0;
    padding: 0;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button
}

@media print {
    .icon {
        display: none
    }

    * {
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #555 !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    img, p {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }
}

:target::before {
    content: '';
    display: block;
    height: 180px;
    margin-top: -180px
}

/*! CSS Used from: https://www.muhlenberg.edu/media/prospectiveweb/css/eri.css */
#joinCelebration .wp-block-group, * {
    box-sizing: border-box
}

img {
    border-style: none
}

/*! CSS Used from: https://www.muhlenberg.edu/media/prospectiveweb/css/homepage.css */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.hp-by-the-numbers {
    padding: 42px 0
}

.hp-btnum__container {
    margin: 0 auto;
    max-width: 1255px
}

.hp-btnum__label {
    color: #a41e34;
    font-size: 25px;
    letter-spacing: 1.2px;
    line-height: 18px;
    margin: 0 0 9px
}

.hp-btnum__title {
    color: #003e65;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 37px;
    margin: 0
}

.hp-btnum__title-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 30px
}

.hp-button {
    align-items: center;
    border: 1px solid #a41e34;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px 16px;
    position: relative
}

.hp-button:after {
    height: 110%;
    width: 110%;
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: 1;
    background: #a41e34;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
    clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
    content: "";
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-clip-path 325ms, -webkit-transform 325ms;
    transition: clip-path 325ms, transform 325ms, -webkit-clip-path 325ms, -webkit-transform 325ms
}

.hp-button:focus:after, .hp-button:hover:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
    -webkit-transform: translate(95%, -50%);
    transform: translate(95%, -50%)
}

.hp-button:focus .hp-button__text, .hp-button:hover .hp-button__text {
    color: #fff
}

.hp-button:focus .hp-button__icon, .hp-button:hover .hp-button__icon {
    fill: #fff
}

.hp-button__text {
    color: #000;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 18px;
    margin-right: 12px;
    transition: color .3s;
    z-index: 2
}

.hp-btnum__number, .hp-btnum__text {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: 700;
    letter-spacing: 0
}

.hp-button__icon {
    height: 14px;
    fill: #a41e34;
    transition: fill .3s;
    width: 14px;
    z-index: 2
}

.hp-btnum__grid-item-content {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 5px
}

.hp-btnum__number {
    font-size: 36px;
    line-height: 45px;
    margin: 0;
    padding-right: 60px
}

.hp-btnum__text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding-right: 60px
}

.hp-btnum__grid-item {
    background: #eceef0;
    color: inherit;
    display: block;
    margin-top: 10px;
    padding: 20px;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: opacity .5s, transform .5s
}

.hp-btnum__grid-item:nth-child(2) {
    transition-delay: 0.1s
}

.hp-btnum__grid-item:nth-child(3) {
    transition-delay: 0.2s
}

.hp-btnum__grid-item:nth-child(4) {
    transition-delay: 0.3s
}

.hp-btnum__grid-item:nth-child(5) {
    transition-delay: 0.4s
}

.hp-btnum__grid-item:nth-child(6) {
    transition-delay: 0.5s
}

.hp-btnum__grid-item:focus, .hp-btnum__grid-item:hover {
    transition-delay: 0s
}

.hp-by-the-numbers.animate .hp-btnum__grid-item {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.hp-btnum__grid-item:first-child {
    margin-top: 0;
    background: #0a4265;
    color: #fff
}

.hp-by-the-numbers {
    background: #fff
}

.hp-btnum__button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    color: #a41e34;
    display: flex;
    padding: 0;
    position: absolute;
    height: 30px;
    justify-content: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}

.hp-btnum__image {
    aspect-ratio: 351/214;
    display: none;
    object-fit: cover;
    width: 100%
}

.hp-btnum__grid-container {
    overflow: hidden;
    position: relative
}

.hp-btnum__grid {
    padding: 0 20px
}

.hp-btnum__grid-item:nth-child(2), .hp-btnum__grid-item:nth-child(5) {
    background-color: #a41e34;
    color: #fff
}

.hp-btnum__grid-item:nth-child(3) {
    color: #a41e34
}

.hp-btnum__grid-item:nth-child(3) .hp-btnum__text {
    color: #000
}

.hp-btnum__grid-item:nth-child(4) {
    background-color: #5b6671;
    color: #fff
}

.hp-btnum__grid-item:nth-child(6) {
    background-color: #0a4265;
    color: #fff
}

.hp-btnum__grid-item:first-child .hp-btnum__button, .hp-btnum__grid-item:nth-child(6) .hp-btnum__button {
    fill: #0a4265
}

.hp-btnum__grid-item:nth-child(2) .hp-btnum__button, .hp-btnum__grid-item:nth-child(5) .hp-btnum__button {
    fill: #a41e34
}

.hp-btnum__grid-item:nth-child(3) .hp-btnum__button {
    background-color: #a41e34;
    fill: #fff
}

.hp-btnum__grid-item:nth-child(4) .hp-btnum__button {
    fill: #5b6671
}

.hp-btnum__button svg {
    fill: inherit;
    width: 20px
}

@media only screen and (min-width: 980px) {
    .hp-btnum__number, .hp-btnum__text {
        padding-right: 0
    }

    .hp-btnum__grid {
        display: grid;
        grid-template-columns:repeat(3, 300px);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        padding: 0;
        grid-auto-flow: column;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
        grid-template-rows:auto auto auto
    }

    .hp-by-the-numbers {
        padding: 50px 0
    }

    .hp-btnum__number, .hp-btnum__title {
        font-size: 55px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 69px
    }

    .hp-btnum__title-container {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: flex-start;
        margin-bottom: 40px
    }

    .hp-button {
        padding: 15px 22px
    }

    .hp-btnum__grid-item {
        margin-top: 0;
        padding: 20px
    }

    .hp-btnum__grid-item-content {
        margin-bottom: 30px;
        padding: 20px 10px
    }

    .hp-btnum__button {
        position: static;
        display: none
    }

    .hp-btnum__text {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 30px
    }

    .hp-btnum__grid-item:focus, .hp-btnum__grid-item:hover {
        transform: scale(1.025) !important;
        z-index: 1
    }

    .hp-btnum__grid-item:nth-child(2), .hp-btnum__grid-item:nth-child(6) {
        grid-row: 2/4
    }

    .hp-btnum__grid-item:nth-child(3) {
        grid-row: 1/3
    }

    .hp-btnum__grid-item .hp-btnum__image {
        display: block
    }

    .hp-btnum__grid-container {
        overflow: visible;
        padding: 0 20px
    }
}

.hp-button {
    width: max-content
}

.font {
    font-size: 50px !important;
    font-weight: 800;
    color: #fff
}

#joinCelebration { /*! CSS Used from: Embedded */
}

#joinCelebration :where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative /*! CSS Used from: Embedded */
}

#joinCelebration .wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

#joinCelebration :where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none /*! CSS Used from: Embedded */
}

#joinCelebration .wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}

#joinCelebration .wp-block-buttons.is-content-justification-center {
    justify-content: center /*! CSS Used from: Embedded */
}

#joinCelebration .has-text-align-center {
    text-align: center
}

#joinCelebration :where(figure) {
    margin: 0 0 1em /*! CSS Used from: Embedded */
}

#joinCelebration .has-global-padding {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left)
}

#joinCelebration .has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block,.alignfull)) {
    padding-right: 0;
    padding-left: 0
}

#joinCelebration :where(.wp-site-blocks) > * {
    margin-block-start: 1.5rem;
    margin-block-end: 0
}

#joinCelebration :root :where(.is-layout-constrained) > :first-child {
    margin-block-start: 0
}

#joinCelebration :root :where(.is-layout-constrained) > :last-child {
    margin-block-end: 0
}

#joinCelebration :root :where(.is-layout-constrained) > * {
    margin-block-start: 1.5rem;
    margin-block-end: 0
}

#joinCelebration :root :where(.is-layout-flex) {
    gap: 1.5rem
}

#joinCelebration body .is-layout-flex {
    display: flex
}

#joinCelebration .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

#joinCelebration .is-layout-flex > :is(*,div) {
    margin: 0
}

#joinCelebration a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--contrast);
    text-decoration: underline
}

#joinCelebration :root :where(a:where(:not(.wp-element-button)):hover) {
    text-decoration: none
}

#joinCelebration :root :where(a:where(:not(.wp-element-button)):focus) {
    text-decoration: underline dashed
}

#joinCelebration :root :where(a:where(:not(.wp-element-button)):active) {
    color: var(--wp--preset--color--secondary);
    text-decoration: none
}

#joinCelebration h3 {
    font-size: var(--wp--preset--font-size--x-large)
}

#joinCelebration :root :where(.wp-element-button,.wp-block-button__link) {
    background-color: var(--wp--preset--color--primary);
    border-radius: 0;
    border-width: 0;
    color: var(--wp--preset--color--contrast);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

#joinCelebration :root :where(.wp-element-button:visited,.wp-block-button__link:visited) {
    color: var(--wp--preset--color--contrast)
}

#joinCelebration :root :where(.wp-element-button:hover,.wp-block-button__link:hover) {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base)
}

#joinCelebration :root :where(.wp-element-button:focus,.wp-block-button__link:focus) {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base)
}

#joinCelebration :root :where(.wp-element-button:active,.wp-block-button__link:active) {
    background-color: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--base)
}

#joinCelebration .has-base-color {
    color: var(--wp--preset--color--base) !important
}

#joinCelebration .has-duke-navy-color {
    color: var(--wp--preset--color--duke-navy) !important
}

#joinCelebration .has-open-sans-font-family {
    font-family: var(--wp--preset--font-family--open-sans) !important
}

#joinCelebration :root :where(.wp-block-button .wp-block-button__link) {
    font-family: var(--wp--preset--font-family--open-sans);
    font-size: clamp(14px, 1.0760666667rem, 16px);
    letter-spacing: .05em;
    text-transform: uppercase
}

#joinCelebration :root :where(p) {
    color: var(--wp--preset--color--duke-navy);
    font-family: var(--wp--preset--font-family--montserrat)
}

#joinCelebration .featured.event .date {
    background: #0a4265;
    color: #fff
}

#joinCelebration .featured.event {
    text-decoration: none !important
}

#joinCelebration .event h3 {
    font-family: Montserrat, Helvetica, "Helvetica Neue", arial, sans-serif;
    margin-bottom: 0;
    padding: 0
}

#joinCelebration .home .events-list {
    display: flex;
    flex-wrap: wrap;
    max-width: none !important;
    padding: 3em 0;
    position: relative;
    border-radius: 3em;
    justify-content: center
}

#joinCelebration .home .event-wrap {
    display: flex;
    flex: 1 1 100% !important;
    flex-direction: column;
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, .125));
    margin: 1em !important;
    position: relative;
    transition: transform .25s ease-in-out
}

@media (min-width: 767px) {
    #joinCelebration .home .event-wrap {
        flex: 0 0 45% !important;
        margin: 0 -.625% !important
    }
}

@media (min-width: 1184px) {
    /*! CSS Used from: Embedded */
    #joinCelebration .home .event-wrap {
        flex: 1 0 25% !important
    }
}

#joinCelebration .wp-container-core-buttons-is-layout-2 {
    justify-content: center
}

@media all {
    /*! CSS Used fontfaces */
    #joinCelebration .paint-swipe a:before {
        background-size: 100% 100%;
        background-color: transparent !important;
        filter: invert(80%) sepia(26%) saturate(4254%) hue-rotate(340deg) brightness(93%) contrast(96%) drop-shadow(2px 4px 10px rgba(0, 0, 0, .125));
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1
    }

    #joinCelebration .paint-swipe {
        fill: #e89a35
    }

    #joinCelebration .paint-swipe, #joinCelebration .paint-swipe a {
        background-color: transparent !important;
        position: relative;
        z-index: 10
    }

    #joinCelebration .paint-swipe a {
        color: #012169 !important;
        font-weight: 700;
        transition: transform .25s ease-in-out, color .25s ease-in-out;
        transform: scale(1)
    }

    #joinCelebration .paint-swipe a:hover {
        transform: scale(1.05)
    }

    #joinCelebration .home h2 {
        font-size: clamp(2.625rem, calc(2.625rem + ((1vw - .48rem) * 8.4135)), 4rem);
        letter-spacing: -.03em
    }

    #joinCelebration .event h3, #joinCelebration p {
        font-size: 1.125rem;
        color: #fff;
        font-family: Montserrat, Helvetica, "Helvetica Neue", arial, sans-serif
    }

    #joinCelebration p {
        line-height: 1.35em
    }

    #joinCelebration .wp-block-button .wp-block-button__link {
        padding: calc(.667em + 2px) calc(2em + 2px)
    }

    #joinCelebration .events-list {
        display: flex;
        max-width: none !important;
        padding: 3em 0;
        position: relative;
        border-radius: 3em
    }

    #joinCelebration .event-wrap {
        display: flex;
        flex: 1 0 25%;
        flex-direction: column;
        filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, .125));
        margin: 0 -.625%;
        position: relative;
        transition: transform .25s ease-in-out
    }

    #joinCelebration .event-wrap:hover {
        transform: scale(1.05);
        z-index: 99 !important
    }

    #joinCelebration .event-wrap:before {
        background: #fff;
        content: "";
        transform: scale(1.05, 1.03);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1
    }

    #joinCelebration .event {
        align-items: stretch;
        background: #0a4265;
        box-sizing: content-box;
        display: flex;
        flex: 0 0 100%;
        flex-direction: column;
        margin: 0 0 1em;
        position: relative;
        z-index: 20
    }

    #joinCelebration .event-wrap:first-child {
        z-index: 36
    }

    #joinCelebration .event-wrap:first-child .event, #joinCelebration .event-wrap:first-child:before {
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%)
    }

    #joinCelebration .event-wrap:nth-child(2) {
        z-index: 32
    }

    #joinCelebration .event-wrap:nth-child(2) .event, #joinCelebration .event-wrap:nth-child(2):before {
        clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%)
    }

    #joinCelebration .event-wrap:nth-child(3) {
        z-index: 33
    }

    #joinCelebration .event-wrap:nth-child(3) .event, #joinCelebration .event-wrap:nth-child(3):before {
        clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%)
    }

    #joinCelebration .event-wrap:nth-child(4) {
        z-index: 24
    }

    #joinCelebration .event-wrap:nth-child(4) .event, #joinCelebration .event-wrap:nth-child(4):before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%)
    }

    #joinCelebration .event-wrap:nth-child(2n) {
        margin-bottom: .5em
    }

    #joinCelebration .event .date-wrap {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right
    }

    #joinCelebration .date-wrap:before {
        background: #fff;
        content: "";
        transform: scale(1.05);
        position: absolute;
        top: 0;
        right: 0;
        bottom: -5px;
        left: -5px;
        z-index: 10
    }

    #joinCelebration .event .date {
        background: #0a4265;
        color: #fff;
        display: inline-block;
        font-family: Montserrat, Helvetica, "Helvetica Neue", arial, sans-serif;
        font-size: 2rem;
        font-weight: 700;
        padding: .25em .75em;
        position: relative;
        z-index: 20
    }

    #joinCelebration .event-wrap:nth-child(4n+1) .date, #joinCelebration .event-wrap:nth-child(4n+1) .date-wrap:before {
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%)
    }

    #joinCelebration .event-wrap:nth-child(4n+2) .date, #joinCelebration .event-wrap:nth-child(4n+2) .date-wrap:before {
        clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 88%)
    }

    #joinCelebration .event-wrap:nth-child(4n+3) .date, #joinCelebration .event-wrap:nth-child(4n+3) .date-wrap:before {
        clip-path: polygon(0 1%, 100% 0, 100% 100%, 10% 100%)
    }

    #joinCelebration .event-wrap:nth-child(4n+4) .date, #joinCelebration .event-wrap:nth-child(4n+4) .date-wrap:before {
        clip-path: polygon(0 1%, 100% 0, 100% 97%, 10% 100%)
    }

    #joinCelebration .event img {
        width: 100%
    }

    #joinCelebration .event h3 {
        border: 0;
        font-weight: 700;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 0;
        padding: 0 0 .5em
    }

    #joinCelebration .event p {
        color: #fff;
        font-family: Montserrat, Helvetica, "Helvetica Neue", arial, sans-serif;
        font-size: .875rem;
        margin-left: 10%;
        margin-right: 10%;
        padding: 0
    }
}

.event-wrap {
    height: 588px
}

@media (max-width: 767px) {
    .event-wrap {
        width: 100%;
        margin-bottom: 20px
    }
}

.custom-btn {
    background-color: #fff;
    color: #0a4265;
    border: 2px solid #0a4265;
    border-radius: 12px;
    padding: 5px 25px;
    font-weight: 500;
    transition: .3s
}

.custom-btn:hover {
    background-color: #009dff;
    color: #fff;
    border-color: #0a4265
}

@media (max-width: 768px) {
    #joinCelebration .events-list, .events-list {
        flex-direction: column
    }

    .event-wrap {
        flex: 1 1 100%;
        margin-bottom: 20px
    }
}
