* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: 1px dotted #333;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "proxima-nova", sans-serif;
}

@font-face {
    font-family: 'noah';
    src: url('/assets/fonts/noah/Noah-Regular.otf');
}

.noah {
    font-family: "noah", "proxima-nova", sans-serif;
}

a {
    color: #1a8668;
}

picture, img {
    display: block;
    margin: 0;
}

.pn {
    font-family: "proxima-nova", Arial, sans-serif;
}

.pn-ec {
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
}

.f-omaha-green {
    color: #1a8668;
}
.bg-omaha-green {
    background-color: #1a8668;
}

.freight {
    font-family: "freight-text-pro", serif;
}

.osRed {
    color: #B30737;
}

.hover-osRed:hover, .hover-osRed:focus {
    color: #B30737;
}

.bg-osRed {
    background: #B30737;
}

.hover-bg-osRed:hover, .hover-bg-osRed:focus {
    background: #B30737;
}

.osGreen {
    color:#1a8668;
}

.hover-osGreen:hover, .hover-osGreen:focus {
    color: #1a8668;
}

.hover-bg-osGreen:hover, .hover-bg-osGreen:focus {
    background: #1a8668;
}

.bg-osGreen {
    background:#1a8668;
}

.hover-bg-osGreen:hover, .hover-bg-osGreen:focus {
    background: #1a8668;
}

.hover-osWhite:hover, .hover-osWhite:focus {
    color: white;
}

p {
    line-height: 1.5;
}

.lh-title p {
    line-height: 1.25;
}

ul li,
ol li {
    padding: 0.25rem 0;
    line-height: 1.5;
}

.searchButton {
    border-color: #333
}

.searchButton:hover, .searchButton:active {
    border-color: #B30737;
}

.searchButton::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");
    position: relative;
    display: inline-block;
    color: white;
    width: 1em;
    height: 1.5em;
}

.site {
/*                    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: 
        "header"
        "content"
        "footer";
    min-height: 100vh;*/
}
.header {
    /*grid-area: header;*/
    position: absolute;
    width: 100%;
}
.content {
    /*grid-area: content;*/
    /*padding-top: 75px;*/
}
@media screen and (min-width: 60em) {
    .content {
        /*grid-area: content;*/
        /*padding-top: 105px;*/
    }
}
.footer {
    /*grid-area: footer;*/
}

.footer p {
    margin: 0;
}

.footer a {
    color: white;
    font-weight: 800;
    transition: color .2s ease;
}

.footer a:hover, .footer a:active {
    color: #E0E0E0;
}

.sticky {
    position: fixed;
    top: 0;
}

/* .heading-bar {
    margin-top: 74px;
} */

@media screen and (min-width: 72em) {
    .heading-bar {
        margin-top: 39px;
    }
}

.round {
    -webkit-shape-outside: circle();
    shape-outside: circle();
    margin: 1rem;
}

html.sr .load-hidden {
    visibility: hidden;
}

.top-15 {
    top: 15rem;
}

.top--6rem {
    top: -6rem;
}

.mw-24rem {
    max-width: 24rem;
}
.pb-13rem {
    padding-bottom: 13rem;
}
.mw-25rem {
    max-width: 25rem;
}
.mw-full {
    max-width: 100rem;
}
.w-2-25rem {
    width: 2.25rem;
}
.h-2-25rem {
    height: 2.25rem;
}

.mw-70rem {
    max-width: 70rem;
}

.aleo {
    font-family: 'Aleo', serif;
}

.btn-email-signup {
    background-image: url('/assets/svg/btn-email-signup.svg');
    width: 3.5rem;
    height: 3.5rem;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.email-signup-gradient {
    background: linear-gradient(270.45deg, #000000 1.6%, rgba(0, 0, 0, 0) 99.64%);
}

.homepage-email-signup-wrapper {
    padding-bottom: 13rem;
}

.f-email-heading {
    font-size: 2.5rem;
}

.email-signup-text {
    margin-bottom: 3rem;
}

.input-email-signup {
    padding: 1.25rem;
}

.f-page-heading {
    font-size: 4.4rem;
    margin-bottom: 0.75rem;
}

@media (max-width: 60em) {
    .homepage-email-signup-wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .f-email-heading {
        font-size: 1.75rem;
    }

    .email-signup-text {
        margin-bottom: 1.5rem;
    }

    .input-email-signup {
        padding: 1rem;
    }

    .btn-email-signup {
        width: 2rem;
        height: 2rem;
        right: 1rem;
    }

    .f-page-heading {
        font-size: 3rem;
    }
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}

.li-nav-utility {
    margin-right: 2.5rem;
}

.nav-utility-wrapper {
    display: none;
}

@media (min-width: 72em) {
    .nav-utility-wrapper {
        display: flex;
    }
}

.f18px {
    font-size: 1.125rem;
}

.f22px {
    font-size: 1.4rem;
}

.f70px {
    font-size: 4.4rem;
}

.w1-5rem {
    width: 1.5rem;
}

.link-outgoing:hover svg path {
    fill: currentColor;
}

.ph-screen {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 960px) {
    .ph-screen {
        padding-left: 5.75rem;
        padding-right: 5.75rem;
    }
}

@media (min-width:60em) {
    .ph-screen-l {
        padding-left: 5.75rem;
        padding-right: 5.75rem;
    }
}

@media (min-width:60em) {
    .f-slideshow-heading {
        font-size: 4.5rem;
        line-height: 0.9;
    }
}

/* @media (min-width:72em) {
    .f-slideshow-heading {
        font-size: 5.5rem;
    }
} */

.pv1-25rem {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 1152px) and (max-width: 1265px) {
    .megaMenu_item_desktop {
        max-width: 120px;
    }
}

@media (min-width: 1152px) {
    .megaMenu_item_desktop {
        margin-left: 1rem;
    }
}

@media (min-width: 86em) {
    .megaMenu_item_desktop {
        margin-left: 2rem;
    }
}

.hero-gradient-wrapper {
    height: 0;
    padding-bottom: 70%;
    z-index: 200;
}

@media (min-width: 60em) {
    .hero-gradient-wrapper {
        z-index: 3;
        height: 42rem;
    }
}

@media (min-width: 72em) {
    .hero-gradient-wrapper:not(.hero-gradient-wrapper-not-homepage) {
        top: 2rem;
    }
}

.hero-gradient-wrapper-not-homepage {
    z-index: 101;
    height: auto;
    top: 0;
    bottom: 0;
    padding-bottom: 0;
}

.hero-gradient-top {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-gradient-bottom {
    bottom: -1px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
}

.header-ribbons {
    height: 125%;
}

@media (min-width: 60em) {
    .header-ribbons {
        /* height: 42rem; */
        top: 2rem;
    }
}

a.white:not(.hover-osGreen):hover {
    color: white;
}

.mb1-5rem {
    margin-bottom: 1.5rem;
}

.mb3-5rem {
    margin-bottom: 3.5rem;
}

.ph3rem {
    padding-left: 3rem;
    padding-right: 3rem;
}

.page-wrapper {
    margin-top: 8rem;
}

@media (min-width: 60em) {
    .page-wrapper {
        margin-top: 6rem;
    }
}

@media (min-width: 72em) {
    .page-wrapper {
        margin-top: 12rem;
    }
}

.ribbons-sidebar-wrapper {
    display: none;
}

@media (min-width: 72em) {
    .ribbons-sidebar-wrapper {
        display: block;
    }
}

.ribbons-sidebar {
    top: -22rem;
    right: -6rem;
    z-index: -1;
}

.f18px {
    font-size: 1.125rem;
}

.f19px {
    font-size: 1.2rem;
}

.f22px {
    font-size: 1.375rem;
}

.f50px {
    font-size: 3.125rem;
}

.lh-titlePlus {
    line-height: 1.35;
}

.mt3rem {
    margin-top: 3rem;
}

.mb3rem {
    margin-bottom: 3rem;
}

.mb3-5rem {
    margin-bottom: 3.5rem;
}

.mt6rem {
    margin-top: 6rem;
}

.mb6rem {
    margin-bottom: 6rem;
}

.mt5rem {
    margin-top: 5rem;
}

.w10rem {
    width: 10rem;
}

.h10rem {
    height: 10rem;
}

.h20rem {
    height: 20rem;
}

.pl3rem {
    padding-left: 3rem;
}

@media (min-width: 30em) {
    .pl3rem-m {
        padding-left: 3rem;
    }
}

.pt3rem {
    padding-top: 3rem;
}

.lh-1-35 {
    line-height: 1.35;
}

.works-list {
    padding-left: 1.25rem;
}

.works-list strong {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
}

.works-list p {
    margin: 0;
}

.sponsor-logo-wrapper {
    /* background-color: #F2F2F2; */
    width: 18rem;
    height: 11.5rem;
}

@media screen and (min-width: 60em) {
    .matrix-heading-wrapper .f3-l {
        font-size: 1.375rem;
    } 
}

.paragraph ul {
    padding-left: 1.3rem;
}

.paragraph .mw7 {
    width: 100%;
}

.text-button-group-wrapper p {
    margin-top: 0;
}

.showcard-tall-img-wrapper {
    height: 15rem;
}

/* .hero-detail-page {
    height: 20rem;
} */

.hero-detail-wrapper {
    background-color: black;
    height: 20rem;
    padding-top: 5rem;
}

@media (min-width: 60em) {
    .hero-detail-wrapper {
        height: auto;
    }
}

@media (min-width: 72em) {
    .hero-detail-wrapper {
        padding-top: 8rem;
    }
}

@media (min-width: 60em) {
    .hero-text-detail-page {
        margin-top: 3rem;
    }
}

@media (min-width: 72em) {
    .hero-text-detail-page {
        margin-top: 8rem;
    }
}

.artist-img-wrapper {
    width: 10rem;
}

@media (max-width: 30em) {
    .artist-img-wrapper {
        width: 100%;
    }
}

@media (max-width: 30em) {
    .artist-block-wrapper {
        flex-wrap: wrap;
    }
}
@media (min-width: 72em) {
    .concert-content-wrapper {
        width: 80%;
/*
		margin-right: auto;
		margin-left: auto;
*/
    }
/*
	.concert-content-wrapper.fl {
        float: none;
    }
*/
}

.related-concerts-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 72em) {
    .related-concerts-wrapper {
        padding-left: 5.75rem;
    }
}
.mw-screen {
    max-width: 78rem;
}

@media (min-width: 768px) {
    .mb4-tablet-up {
        margin-bottom: 2rem;
    }

    .related-listing-card {
        width: 33.33%;
    }

    .w-100-tablet-up {
        width: 100%;
    }

    .ml3-tablet-up {
        margin-left: 1rem;
    }

    .mr3-tablet-up {
        margin-right: 1rem;
    }
}

@media (max-width: 959px) {
    .slide-bg-img-desktop {
        background-image: none !important;
    }
}

.mw-site {
    max-width: 1800px;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.left-auto {
    left: auto;
}

.right-auto {
    right: auto;
}

.subnav-anchor-links {
    position: sticky;
    top: 77px;
}

@media (min-width: 72em) {
    .subnav-anchor-links {
        top: 90px;
    }
}

.subnav-anchor-links li {
    margin-right: 3.375rem;
}

.subnav-anchor-links.fixed-to-top {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.subnav-anchor-link.active {
    color:#1a8668;
}

.subnav-anchor-link-target {
    top: -10rem;
}

.btn-read-more {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
}

.b--gray-brand {
    border-color: #d7d7d7;
}

.pagination .current {
    border-color: #1a8668;
    border-width: 3px;
}

.pagination a:not(.btn-prev-next), .pagination .current {
    color: #222222;
}

.pagination a:not(.btn-prev-next):hover {
    border-color: #1a8668;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.btn-prev-next {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border: 2px solid #1a8668;
}

.btn-prev-next:hover svg rect, .btn-prev-next:hover svg path {
    fill: #1a8668;
}

.btn-prev-next.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.btn-prev-next .button-text {
    display: none;
}

@media (min-width: 768px) {
    .btn-prev-next .button-text {
        display: inline-block;
    }
}

/* calendar styles: */

#events-list {
    width: 100%;
}

@media (min-width: 768px) {
    #events-list {
        padding-right: 4rem;
    }
}

.mini-calendar-wrapper {
    display: none;
}

@media (min-width: 768px) {
    #events-list {
        width: 50%;
    }
    
    .mini-calendar-wrapper {
        display: block;
        width: 50%;
    }

    .month-navigation-bottom {
        display: none;
    }
}

@media (min-width: 1024px) {
    #events-list {
        width: 60%;
    }
    
    .mini-calendar-wrapper {
        width: 40%;
    }
}

@media (min-width: 1300px) {
    #events-list {
        width: 70%;
    }
    
    .mini-calendar-wrapper {
        width: 30%;
    }
}

#mini-calendar {
    background-color: rgba(229,229,229, 0.26);
    position: sticky;
    top: 100px;
    padding: 3rem 2rem;
}

.date-border {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
}

.has-event .date-border {
    border: 2px solid #1a8668;
}

.date-number {
    transform: rotate(-45deg);
}

.is-today .date-border {
    border: 2px solid #1a8668;
    background-color: rgba(0, 163, 118, 0.3);
}

.date header {
    border-bottom: 1px solid #D7D7D7;
}
/* .date .image-container,
.date .image-container picture {
    width: 200px;
    max-width: 200px;
} */

.event .image-container {
    width: 100%;
}

.event .description {
    width: 100%;
}

@media (min-width: 768px) {
    .event .image-container {
        width: 33.33%;
        padding-right: 1rem;
    }
    
    .event .description {
        width: 66.66%;
        padding-left: 1rem;
    }
}

.calendar-filter-options {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.calendar-filter-wrapper::after {
    content: '';
    background-image: url('/assets/svg/caret-down.svg');
    position: absolute;
    right: 0;
    top: 44px;
    width: 21px;
    height: 10px;
}

.btn-submit-keyword-search {
    right: -5px;
    cursor: pointer;
}

.btn-submit-keyword-search::after {
    content: '';
    background-image: url('/assets/svg/icon-search.svg');
    position: relative;
    top: 0;
    right: 0;
    width: 18px;
    height: 19px;
    display: block;
}

.calendar-filter-wrapper:hover .calendar-filter-options{
    opacity: 1;
    pointer-events: all;
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
}

@media (min-width: 960px) {
    .calendar-filter-wrapper:hover .calendar-filter-options{
        position: relative;
        top: 0;
    }
}

@media (min-width: 960px) {
    .calendar-header-filters {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

#calendar-filters h1 {
    font-size: 50px;
}

@media (min-width: 480px) {
    #calendar-filters h1 {
        font-size: 70px;
    }
}

.month-wrapper {
    width: 100%;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .month-wrapper {
        width: auto;
        margin-bottom: 0;
    }
}

.fc-left, .fc-right {
    width: 100%;
}

.fc-left {
    margin-bottom: 2rem;
}

@media (min-width: 960px) {
    .fc-left, .fc-right {
        width: auto;
    }
    .fc-left {
        margin-bottom: 0;
    }
}

.fc-event .calendar-card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    display: none;
    width: 430px;
    max-width: 100vw;
}

.fc-event .calendar-card-inner {
    transform: translateX(-40px);
    background-color: white;
    color: black;
    box-shadow: 0px 10px 60px -22px rgba(0, 0, 0, 0.25);
}

.calendar-card.right {
    left: 600px;
}

.fc-day-grid .fc-row:nth-last-child(-n+3) .fc-event .calendar-card {
    top: auto;
    bottom: -1rem;
}

.calendar-card-content {
    padding: 1.25rem 1.5rem;
}

.fc-event:hover .calendar-card {
    display: block;
}

#calendar-outer-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media(min-width: 960px) {
    #calendar-outer-wrapper {
        padding-left: 4.75rem;
        padding-right: 5.75rem;
    }
}

a:hover .svg-hoverWhite path {
    fill: white;
}

.concert-info .paragraph strong {
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
}
#calendar-outer-wrapper .fc-day-grid .fc-row, #calendar-outer-wrapper .fc-row .fc-content-skeleton {
    z-index: auto;
}

#calendar-outer-wrapper .fc-prev-button, #calendar-outer-wrapper .fc-next-button {
    background: none;
    border: none;
}

#calendar-outer-wrapper .fc-prev-button:focus, #calendar-outer-wrapper .fc-next-button:focus, 
#calendar-outer-wrapper .fc-hideSoldOut-button:focus, #calendar-outer-wrapper .fc-listView-button:focus {
    box-shadow: none;
}

#calendar-outer-wrapper .fc-icon-chevron-left:before {
    content: url('/assets/svg/arrow-back-green.svg');
}

#calendar-outer-wrapper .fc-icon-chevron-right:before {
    content: url('/assets/svg/arrow-next-green.svg');
}

#calendar-outer-wrapper.calendar-list-top .fc-prev-button, #calendar-outer-wrapper.calendar-list-top .fc-next-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#calendar-outer-wrapper.calendar-list-top .fc-hideSoldOut-button svg {
    transform: translateY(3px);
}

#calendar-outer-wrapper h2 {
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

@media (min-width: 480px) {
    #calendar-outer-wrapper h2 {
        font-size: 50px;
        min-width: 275px;
    }
}

#calendar-outer-wrapper .fc-nextEvent-button {
    border-radius: 0;
    background-color: #1a8668;
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
    padding: 0.75rem 1.5rem 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border: none;
    align-self: center;
    margin-left: 1.25rem;
}

#calendar-outer-wrapper .fc-day-grid-container {
    overflow: visible !important;
}

#calendar-outer-wrapper .fc-hideSoldOut-button, #calendar-outer-wrapper .fc-listView-button {
    background: none;
    border: none;
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: black;
    position: relative;
}

#calendar-outer-wrapper:not(.calendar-list-top) .fc-hideSoldOut-button:before {
    content: '';
    background-image: url('/assets/svg/sold-out-visible.svg');
    position: absolute;
    top: 7px;
    left: -2.5rem;
    width: 40px;
    height: 18px;
}

#calendar-outer-wrapper .fc-hideSoldOut-button.sold-out-hidden::before {
    background-image: url('/assets/svg/sold-out-hidden.svg');
}

#calendar-outer-wrapper .fc-listView-button {
    margin-left: 3rem;
}

#calendar-outer-wrapper .fc-listView-button::before {
    content: '';
    background-image: url('/assets/svg/icon-list-view.svg');
    position: absolute;
    top: 11px;
    left: -0.75rem;
    width: 15px;
    height: 10px;
}

#calendar-outer-wrapper .btn-calendar-view::before {
    background-image: url('/assets/svg/icon-calendar-view.svg');
    top: 4px;
    left: -1.5rem;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

#calendar-outer-wrapper .fc-day-header{
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

#calendar-outer-wrapper .fc-day-top {
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.01em;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
}

#calendar-outer-wrapper .fc-time {
    display: block;
    position: relative;
    font-family: "proxima-nova-extra-condensed", Arial Narrow, sans-serif;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

#calendar-outer-wrapper .fc-time:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #1a8668;
    display: block;
    position: absolute;
    top: 5px;
    left: -12px;
}

#calendar-outer-wrapper .fc-title {
    font-family: "noah", "proxima-nova", sans-serif;
    font-size: 19px !important;
    line-height: 130.9%;
}

#calendar-outer-wrapper .fc-week {
    height: 215px !important;
}

.fc-content{
    padding: 0 1.25rem;
}

.fc-event:hover .fc-title {
    text-decoration: underline;
    text-decoration-color: #1a8668;
}

#calendar-outer-wrapper .fc-day-grid-container {
    height: auto !important;
}

.fc-toolbar {
    flex-wrap: wrap;
}

#mobile-calendar-wrapper .fc-left div {
    display: flex;
    justify-content: space-between;
}

#mobile-calendar-wrapper .fc-right {
    padding-left: 2.5rem;
}

#calendar-wrapper .fc-left div {
    display: flex;
    align-items: center;
}

#calendar-outer-wrapper .fc-button {
    -webkit-appearance: none;
}

/* these style the scrollar in the calendar widget in
the Events and Tickets navigation dropdown: */
.fc-scroller::-webkit-scrollbar {
    width: 0.4em;
}

.fc-scroller::-webkit-scrollbar-thumb {
    background-color:white;
    border-radius: 5px;
}

.btn-donate-mobile {
    order: 0;
}

@media (min-width: 1152px) {

    .megaMenu_item-mobile {
        display: none;
    }
}

@media (max-width: 1151px) {

    .megaMenu {
        padding-bottom: 4rem;
    }
}

.homepage-arrow-down-wrapper {
    transform: translateY(-5.5rem);
    height: 0;
}

.homepage-arrow-down {
    width: 40px;
    height: 40px;
    transition: transform 1s;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(1.2);
    }
  
    100% {
      transform: scale(1);
    }
}

.link-showcard:hover .showcard-more-info {
  color: #333333;
}

#top {
	margin-top: -18px;
}  
.aspect__inner img {
	margin-right: auto;
	margin-left: auto;
}

.miniCal {
	max-width:32rem;
}

.fc-unthemed .fc-list-empty {
	background: none !important;
}

.page-title-wrapper {
	position: relative;
	overflow: hidden;
}
.page-title-wrapper:before {
  content: '';
  position: absolute;
  width: 1000%;
  height: 100%;
  left: -200%;
  background: #000;
  z-index: -1;
}

.pagination-wrapper {
	text-align: center;
}
.pagination-wrapper a {
	display: inline-block;
	padding: 0 5px;
}