@import"https://fonts.googleapis.com/css2?family=Barlow Condensed:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&display=swap";
.hamburger-icon span:after, .hamburger-icon span:before {
    display: block;
    content: "";
    position: absolute
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: "Arial", sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%
}

html, body {
    padding: 0;
    margin: 0
}

* {
    box-sizing: border-box;
    margin: 0
}

body {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.5;
    overflow-x: hidden !important;
    transition: opacity .3s;
    position: relative;
    background: #1b0705;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

@media(max-width: 768px) {
    body {
        background-position: 50% 45px !important
    }
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    outline: none
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

::-moz-selection {
    background: gray !important;
    color: #fff !important;
    text-shadow: none !important
}

::selection {
    background: gray !important;
    color: #fff !important;
    text-shadow: none !important
}

.disabled {
    cursor: default !important
}

.wysiwyg {
    width: 100%;
    margin: 0 auto;
    color: #fff
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
        margin-top: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
}

.wysiwyg h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.wysiwyg h1:before, .wysiwyg h1:after {
    content: "✦";
    color: #9df4ec;
    font-size: 60px;
    padding: 10px;
    width: 100px;
    display: flex;
    justify-content: center
}

@media(max-width: 768px) {
    .wysiwyg h1:before, .wysiwyg h1:after {
        width: 50px;
        padding: 0px
    }
}

@media(max-width: 1199px) {
    .wysiwyg h1 {
        font-size: 32px
    }
}

@media(max-width: 768px) {
    .wysiwyg h1 {
        font-size: 28px
    }
}

.wysiwyg h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 900;
    color: #fff
}

@media(max-width: 1199px) {
    .wysiwyg h2 {
        font-size: 28px
    }
}

@media(max-width: 768px) {
    .wysiwyg h2 {
        font-size: 24px
    }
}

.wysiwyg h3 {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 12px;
    font-weight: 800
}

@media(max-width: 1199px) {
    .wysiwyg h3 {
        font-size: 24px
    }
}

@media(max-width: 768px) {
    .wysiwyg h3 {
        font-size: 22px
    }
}

.wysiwyg h4 {
    color: #ff2b4f;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 900
}

.wysiwyg h5 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700
}

.wysiwyg h6 {
    margin-bottom: 12px;
    color: #ff1ed8;
    font-size: 18px;
    font-weight: 900
}

.wysiwyg a {
    color: #ff1ed8;
    transition: color .3s;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

.wysiwyg a:hover {
    font-weight: 700;
    color: #cdcdcd
}

.wysiwyg p, .wysiwyg ul {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    padding-bottom: 18px;
}

.wysiwyg strong, .wysiwyg b {
    font-weight: 700;
    color: #fff
}

.wysiwyg img {
    width: auto;
    display: block;
    height: auto;
    margin-bottom: 1.25em
}

.wysiwyg .media {
    margin-bottom: 1.25em
}

@media(max-width: 1199px) {
    .wysiwyg {
        font-size: 90%
    }
}

.alignleft {
    margin: 0 auto 0 0
}

.aligncenter {
    margin: 0 auto
}

.alignright {
    margin: 0 0 0 auto
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.divider {
    height: 3px;
    margin: 40px auto;
    background-image: linear-gradient(to right, #ff1ed8 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 10px;
    background-repeat: repeat-x;
    width: 100%;
    max-width: 400px
}

.divider.center {
    text-align: center;
    justify-content: center
}

.divider.left {
    text-align: left;
    justify-content: left;
    margin-left: 0
}

.divider.right {
    text-align: right;
    justify-content: right;
    margin-right: 0
}

@media(max-width: 768px) {
    .divider {
        margin: 30px auto 30px;
        max-width: 70%
    }
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 16;
    transition: 600ms;
}

@media(max-width: 1199px) {
    nav {
        height: 70px;
        background: #fff
    }
}

.internal-dark {
    background: #fff;   
}

.internal-dark .sub-nav-list {
    transform: translateY(0)
}

@media(max-width: 1199px) {
    .internal-dark .sub-nav-list {
        border-top: inherit;
        border-bottom: inherit;
        transform: inherit
    }
}

.dark {
    background: #fff;
    box-shadow: 0 0 20px #000
}

.dark .sub-nav-list {
    transform: translateY(0)
}

.dark .sub-nav-item {
    background: #034f58 !important
}

.dark .sub-nav-item:last-child {
    background: #034f58 !important
}

@media(max-width: 1199px) {
    .dark .sub-nav-list {
        transform: inherit
    }

    .dark .sub-nav-item {
        background: inherit !important
    }

    .dark .sub-nav-item:last-child {
        background: inherit !important
    }
}

.logo {
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle;
    text-decoration: none;
    color: #ff1ed8;
    display: inline-flex;
    vertical-align: baseline;
    line-height: 1.2;
    padding: 19px;
    padding-left: 50px
}

.logo h1 {
    font-size: 20px;
    vertical-align: baseline;
    align-items: baseline;
    margin-bottom: -20px;
    height: auto;
    margin-left: 5px
}

@media(max-width: 1365px) {
    .logo h1 {
        font-size: 16px
    }
}

.logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 50px;
    vertical-align: middle;
    margin: auto;
    transition: .3s
}

@media(max-width: 1199px) {
    .logo img {
        max-height: 50px
    }
}

.logo span {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.logo:hover {
    transform: scale(0.9)
}

@media(max-width: 1199px) {
    .logo {
        padding: 10px 0px 10px 20px
    }

    .logo h1 {
        margin-bottom: 0;
        font-size: 11px
    }

    .logo img {
        max-height: 40px
    }
}

.logo-mobile {
    display: block;
    padding: 0 1em;
    margin-top: 5px
}

.logo-mobile:hover {
    transform: scale(0.9);
    opacity: .8
}

.logo-mobile img {
    width: auto;
    max-height: 40px
}

.nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding-right: 50px;
    padding-left: 25px;
    height: 90px;
    width: 100%;
    margin: 0 auto
}

@media(max-width: 1400px) {
    .nav-menu {
        padding-right: 0px
    }
}

@media(max-width: 1199px) {
    .nav-menu {
        position: absolute;
        border-top: solid 1px rgba(255, 255, 255, .25);
        background: #1b7fb3;
        display: none;
        top: 70px;
        transform: translateY(101%);
        z-index: 2;
        transition: transform .3s 0s, visibility 0s .3s, width 0s .3s;
        visibility: hidden;
        width: 0;
        right: 0;
        padding-right: 0;
        height: auto
    }
}

.js-nav-open.nav-inner {
    overflow-y: scroll
}

@media(max-width: 1199px) {
    .sub-header {
        top: 0;
        transform: translateY(0px) !important
    }

    .tablet-header-active nav {
        position: fixed;
        top: 60px
    }
}

@media(max-width: 768px) {
    .mobile-header-active nav {
        position: fixed;
        top: 50px
    }
}

@media(max-width: 1199px) {
    .js-nav-open .nav-menu {
        transform: translateX(0);
        transition: transform .3s 0s, visibility 0s 0s, width 0s 0s;
        display: block;
        visibility: visible;
        width: 50%;
        height: 100vh;
        left: auto;
        right: 0;
        padding: 0
    }

    .js-nav-open .nav-menu .nav-links {
        visibility: visible;
        padding: 0
    }
}

@media(max-width: 768px) {
    .js-nav-open .nav-menu {
        width: 100%;
        height: 100vh
    }
}

.nav-links {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%
}

.nav-links li {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    transition: .3s;
    position: relative
}

.nav-links a {
    text-decoration: none;
    color: #433190;
    font-weight: 700;
    padding: 0 10px;
    min-width: 100px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.4rem;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

@media(max-width: 1400px) {
    .nav-links a {
        font-size: 14px;
        padding: 0 4px
    }
}

.nav-links a:after {
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background: #ca185d;
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: center;
    margin: 3px auto 0;
}

.nav-links a:hover {
    color: #ca185d
}

.nav-links a:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

@media(max-width: 1199px) {
    .nav-links {
        margin-bottom: 0;
        display: block;
        visibility: hidden;
        margin-right: 0;
        max-height: calc(100% - 70px);
        overflow-y: auto;
        transition: .3s cubic-bezier(0.42, 0, 0.58, 1)
    }

    .nav-links li {
        display: block;
        height: auto;
        padding: 1.2em 0;
        border-left: 0;
        border-right: 0
    }

    .nav-links li:first-child {
        border-left: 0
    }

    .nav-links li:last-child {
        border-right: 0
    }

    .nav-links li a {
        display: flex;
        height: 100%;
        transition: all .3s;
        padding: 0;
        color: #fff;
        font-size: 1.5em;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .nav-links li a:after {
        display: none
    }

    .nav-links li:first-of-type {
        border-top: 0
    }
}

@media(max-width: 768px) {
    .nav-links li {
        padding: 1em 0
    }

    .nav-links li a {
        font-size: 1.125em
    }
}

.nav-divider {
    color: #282728;
    padding: 0 5px;
    font-size: 1.5rem;
    margin-top: -2px;
    font-weight: 700;
}

.nav-divider:last-of-type {
    display: none
}

@media(max-width: 1400px) {
    .nav-divider {
        padding: 0 2px;
        font-size: 14px
    }
}

@media(max-width: 1199px) {
    .nav-divider {
        display: none !important
    }
}

.nav-current .nav-link {
    color: #ca185d
}

.nav-current .nav-link:after {
    transform: scaleX(1);
    transform-origin: center
}

@media(max-width: 1199px) {
    .nav-current .nav-link:after {
        transform: scaleX(0.5);
        transform-origin: left
    }
}

@media(max-width: 1199px) {
    .has-nav {
        padding: 0 !important
    }

    .has-nav .nav-link {
        padding-top: 1em;
        padding-bottom: 1em
    }
}

.ticket-button {
    margin: 0 auto
}

@media(max-width: 1199px) {
    .ticket-button {
        display: none !important
    }
}

.ticket-button .nav-link {
    background: #6734b9;
    color: #fff;
    transition: .3s;
    font-size: 1.4rem;
    padding: 30px;
    margin: 0 0 0 10px;
}

.ticket-button .nav-link:after {
    display: none
}

@media(max-width: 1400px) {
    .ticket-button .nav-link {
        font-size: 16px;
        padding: 10px
    }
}

@media(max-width: 1199px) {
    .ticket-button .nav-link {
        margin: 0;
        padding: 1em
    }
}

.ticket-button .nav-link:hover {
    background: #ff1ed8;
    color: #fff
}

.ticket-button .nav-link:hover:after {
    display: none;
    transform: none;
    margin: 0
}

.mobile-button {
    display: none
}

@media(max-width: 1199px) {
    .mobile-button {
        display: block;
        width: 100%;
        height: 40px;
        background: #9df4ec;
        padding: 10px 30px;
        text-align: center;
        color: #034f58;
        font-size: 1.25em;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 auto;
        border-radius: 0;
        text-decoration: none;
        transition: 300ms;
        position: fixed;
        font-family: "Barlow Condensed", sans-serif;
        margin-top: 70px;
        z-index: 1000
    }

    .mobile-button:hover {
        background: #ff1ed8;
        color: #fff
    }
}

@media(max-width: 1199px) {
    .dropdown-menu {
        display: flex;
        flex-direction: column;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        padding: 0;
        transition: opacity .5s, max-height .5s, visibility 0s .5s
    }

    .dropdown-item {
        background-color: rgba(0, 0, 0, .2);
        margin-bottom: 3px;
        display: block;
        width: 100%;
        transition: background-color .5s .1s, opacity .2s 0s, transform .2s 0s;
        opacity: 0;
        transform: translateY(10px)
    }

    .dropdown-item a {
        padding: 0.9375em 25px
    }

    .dropdown-item span {
        font-size: 1.125em
    }

    .dropdown-item span:after {
        display: none
    }

    .dropdown-item:hover, .dropdown-item.nav-current {
        background-color: rgba(0, 0, 0, .5);
        transition: background-color .5s 0s
    }

    .dropdown-item:hover span, .dropdown-item.nav-current span {
        padding: 0 20px;
        color: #fff;
        transition: color .3s 0s, padding .3s
    }

    .dropdown-item:hover span:after, .dropdown-item.nav-current span:after {
        transform: rotate(90deg)
    }

    .js-dropdown .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
        transition: opacity .5s, max-height .5s, visibility 0s 0s
    }

    .js-dropdown .dropdown-item {
        transition: background-color .5s .1s, opacity .2s .1s, transform .2s .1s;
        opacity: 1;
        transform: translateY(0)
    }

    .js-dropdown .dropdown-item:nth-of-type(2) {
        transition: background-color .5s .1s, opacity .2s .15s, transform .2s .15s
    }

    .js-dropdown .dropdown-item:nth-of-type(3) {
        transition: background-color .5s .1s, opacity .2s .2s, transform .2s .2s
    }

    .js-dropdown .dropdown-item:nth-of-type(4) {
        transition: background-color .5s .1s, opacity .2s .25s, transform .2s .25s
    }

    .js-dropdown .dropdown-item:nth-of-type(5) {
        transition: background-color .5s .1s, opacity .2s .3s, transform .2s .3s
    }

    .js-dropdown .dropdown-item:nth-of-type(6) {
        transition: background-color .5s .1s, opacity .2s .35s, transform .2s .35s
    }

    .js-dropdown .dropdown-item:nth-of-type(7) {
        transition: background-color .5s .1s, opacity .2s .4s, transform .2s .4s
    }

    .js-dropdown .dropdown-item:nth-of-type(8) {
        transition: background-color .5s .1s, opacity .2s .45s, transform .2s .45s
    }
}

.sub-nav-list {
    border-top: none;
    display: block;
    list-style: none;
    opacity: 0;
    padding: 0px 0 0;
    position: absolute;
    text-align: center;
    margin-top: 0px;
    transform: translateY(0);
    margin-left: -100px;
    left: 50%;
    top: 100%;
    min-width: 200px;
    transition: 300ms;
    visibility: hidden
}

.sub-nav-list li:last-child {
    background: #fff
}

@media(max-width: 1199px) {
    .sub-nav-list li:last-child {
        background: inherit
    }

    .sub-nav-list li:last-child:hover {
        background: inherit
    }
}

.sub-nav-list li:last-child:hover {
    background: #034f58
}

.has-nav:hover .sub-nav-list {
    opacity: 1;
    transition: opacity 300ms 0ms, transform 300ms 0ms, visibility 300ms 0ms;
    visibility: visible
}

@media screen and (max-width: 1199px) {
    .sub-nav-list {
        border: none;
        display: flex;
        justify-content: center;
        opacity: 1;
        visibility: visible;
        position: relative;
        transform: translateY(0);
        margin-left: 0;
        left: 0;
        right: 0;
        width: 100%;
        flex-wrap: wrap
    }

    .sub-nav-list li a {
        font-size: 13px
    }
}

.sub-nav-item {
    background: #fff;
    margin: 0;
    padding: 10px;
    transition: all .3s
}

.sub-nav-item:hover {
    background: #034f58
}

.sub-nav-item:hover span {
    color: #ff1ed8
}

.sub-nav-item a {
    font-size: 1em
}

.sub-nav-item a:after {
    visibility: hidden;
    display: none
}

.sub-nav-item a:hover {
    color: #ff1ed8
}

.sub-nav-item a:hover:after {
    visibility: hidden
}

@media screen and (max-width: 1199px) {
    .sub-nav-item {
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0)
    }
}

.sub-nav-link {
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    padding: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s
}

@media screen and (max-width: 1199px) {
    .sub-nav-link {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        white-space: normal;
        width: 100%
    }
}

div.sub-nav-link {
    display: none
}

@media screen and (max-width: 1199px) {
    div.sub-nav-link {
        display: block
    }
}

.nav-social {
    margin: 0;
    display: flex;
    padding-left: 0;
    transform: scale(0.95);
    transform-origin: right;
    height: 100%;
    align-items: center
}

.nav-social li {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 10px;
    border-top: 0 !important
}

.nav-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    text-decoration: none
}

.nav-social li a .fa {
    color: #fff;
    transition: all .3s;
    font-size: 24px !important
}

.nav-social li a:hover .fa {
    color: #ff1ed8
}

.nav-social li a svg {
    fill: #fff;
    width: 20px;
    transition: all .3s
}

.nav-social li a:hover svg {
    fill: #fff
}

@media(max-width: 1199px) {
    .nav-social {
        padding: .5em;
        transform: scale(1);
        transform-origin: right;
        justify-content: center;
        border-top: solid 1px rgba(0, 0, 0, .25);
        border-bottom: solid 1px rgba(0, 0, 0, .25)
    }

    .nav-social li {
        display: block;
        height: auto;
        padding: 0 1em
    }

    .nav-social li a .fa {
        transition: none
    }
}

.hamburger {
    display: none;
    position: absolute;
    top: 1.875em;
    bottom: 1.875em;
    right: 0;
    margin: auto;
    z-index: 4;
    padding-left: 15px
}

@media(max-width: 1199px) {
    .hamburger {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: center;
        padding-right: 1.25em
    }
}

.hamburger-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hamburger-icon span {
    width: 34px;
    height: 4px;
    background-color: #034f58;
    position: relative;
    display: block
}

.hamburger-icon span:before {
    height: 4px;
    top: -7px;
    width: 100%;
    right: 0;
    background-color: #034f58;
    transition: all .2s
}

.hamburger-icon span:after {
    height: 4px;
    bottom: -7px;
    width: 100%;
    right: 0;
    background-color: #034f58;
    transition: all .2s
}

.js-nav-open .hamburger-icon span {
    background-color: #034f58;
    width: 55%;
    transform: rotate(90deg)
}

.js-nav-open .hamburger-icon span:before {
    top: -3px;
    width: 60%;
    right: -3px;
    transform: rotate(45deg);
    background-color: #034f58
}

.js-nav-open .hamburger-icon span:after {
    bottom: -3px;
    width: 60%;
    right: -3px;
    transform: rotate(-45deg);
    background-color: #034f58
}

header {
    position: relative
}

.page-header {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 400px;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-bottom: 8px solid #fff;
}

.page-header .page-title {
    z-index: 1;
    color: #ff1ed8
}

@media(max-width: 768px) {
    .page-header {
        max-height: calc(100vh - 110px)
    }
}

.page-header:after {
    content: "";
    background: rgba(0, 0, 0, .45);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.header-background {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    height: 900px
}

@media(max-width: 768px) {
    .header-background {
        height: 80vh
    }
}

.header-background:after {
    content: "";
    background: rgba(0, 0, 0, .45);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.bg-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    min-width: 160%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.interior-header-background {
    background-size: cover;
    background-position: 50% 100%;
    position: relative;
    max-height: 400px;
    overflow: hidden
}

.interior-header-background img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    width: 100%
}

.fade {
    opacity: 0 !important
}

.logo-stacked {
    height: 100%;
    margin: 0 auto
}

.logo-link {
    display: flex;
    padding: 0;
    margin: 50px;
    height: fit-content;
    align-items: center;
    text-align: center;
    justify-content: center
}

@media(max-width: 1199px) {
    .logo-link {
        margin: 0px
    }
}

.logo-link:hover img {
    opacity: .8
}

.home .logo-container img {
    max-height: 500px
}

.logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 100%;
    margin: auto;
    padding: 50px;
    text-align: center;
    position: inherit;
    z-index: 4;
    transition: .3s
}

@media(max-width: 768px) {
    .logo-container {
        padding: 30px
    }
}

.logo-container img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    transition: .3s
}

@media(max-width: 1199px) {
    .logo-container img {
        padding: 25px
    }
}

.logo-container .header-title {
    color: #ff1ed8;
    margin-top: 30px;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .logo-container .header-title {
        margin-top: 20px
    }
}

@media(max-width: 1199px) {
    .logo-container .header-title {
        max-width: 95%;
        margin: auto
    }
}

.logo-container .header-title h1 {
    letter-spacing: 5px;
    margin: 0
}

@media(max-width: 1200px) {
    .logo-container .header-title h1 {
        font-size: 1.5em
    }
}

@media(max-width: 1199px) {
    .logo-container .header-title h1 {
        font-size: 1.1em
    }
}

@media(max-width: 1199px) {
    .logo-container .header-title h1 {
        font-size: .9em
    }
}

.logo-container .header-title h2 {
    letter-spacing: 5px;
    margin: 0;
    font-size: 3em
}

@media(max-width: 1200px) {
    .logo-container .header-title h2 {
        font-size: 2em
    }
}

@media(max-width: 1199px) {
    .logo-container .header-title h2 {
        font-size: 1.5em
    }
}

.logo-container .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(max-width: 768px) {
    .logo-container .buttons .button {
        margin: 10px
    }
}

.header-tickets {
    max-width: 50%;
    margin: 50px auto;
    text-decoration: none
}

@media(max-width: 1199px) {
    .header-tickets {
        max-width: 100%;
        margin-top: 25px
    }
}

.disabled {
    pointer-events: none;
    cursor: not-allowed
}

footer {
    position: relative;
    z-index: 4;
    flex-shrink: 0;
    background: #034f58
}

footer .wysiwyg p {
    color: #fff
}

footer .wysiwyg a {
    color: #fff
}

footer .wysiwyg a:hover {
    color: #ff1ed8
}

.footer-sponsors {
    background: #1b7fb3;
    padding: 3.125em;
    background-repeat: no-repeat;
    background-size: cover
}

.footer-sponsors h3 {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase
}

.footer-sponsors .button {
    margin-top: 20px
}

@media(max-width: 1199px) {
    .footer-sponsor {
        width: 33%;
        display: flex;
        align-items: center
    }
}

.footer-sponsor:hover img {
    transform: scale(0.9)
}

.footer-sponsor img {
    transition: .3s;
    max-width: 100%
}

.sponsors-list {
    justify-content: center;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap
}

@media(max-width: 1440px) {
    .sponsors-list {
        max-width: 80%
    }
}

@media(max-width: 768px) {
    .sponsors-list {
        max-width: 100%
    }
}

.sponsors-list .footer-sponsor {
    padding: 0px;
    width: 16.5%;
    margin: .5%;
    text-align: center
}

@media(max-width: 1199px) {
    .sponsors-list .footer-sponsor {
        width: 45%;
        margin: 1%
    }
}

.sponsors-list .footer-sponsor img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px
}

@media(max-width: 1199px) {
    .sponsors-list {
        flex-wrap: wrap
    }
}

.footer-bg {
    bottom: 0;
    left: 0;
    height: 1200px;
    right: 0;
    background-position-y: bottom;
    z-index: -1
}

@media(max-width: 1920px) {
    .footer-bg {
        height: 900px
    }
}

@media(max-width: 1600px) {
    .footer-bg {
        height: 750px
    }
}

@media(max-width: 1199px) {
    .footer-bg {
        height: 600px
    }
}

@media(max-width: 768px) {
    .footer-bg {
        height: 300px
    }
}

.footer-image {
    text-align: center;
    padding-top: 30px
}

.footer-image img {
    max-width: 100%;
    max-height: 250px
}

.footer-container {
    justify-content: center;
    padding: 0px;
    background-image: url('../img/Scooped_2026_Footer_Background.jpg');
    background-repeat: repeat;
}

@media(max-width: 1199px) {
    .footer-container {
        display: block
    }
}

.footer-nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto
}

.footer-nav-links {
    font-size: 1em;
    margin: 0 auto;
    padding: 0;
    display: flex;
    height: 100%;
    align-items: center
}

.footer-nav-links li {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    transition: background .3s
}

.footer-nav-links a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0.9375em;
    color: #fff;
    letter-spacing: .025em;
    position: relative;
    display: flex;
    transition: 300ms;
    height: 100%;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Barlow Condensed';
}

.footer-nav-links a:hover {
    text-decoration: none;
    color: #9df4ec
}

.footer-nav-links a:hover span {
    transform: scale(1.1)
}

.footer-nav-links a:hover:after {
    visibility: visible;
    visibility: visible;
    transform: rotate(45deg);
    top: -10px;
    transition: top .3s, visibility 0s 0s
}

@media(max-width: 1199px) {
    .footer-nav-links {
        display: block;
        height: auto;
        margin: 0 auto;
        text-align: center;
        justify-content: center
    }

    .footer-nav-links li {
        display: block;
        height: auto;
        padding: .9375em 1em;
        border-top: solid 1px rgba(255, 255, 255, .25)
    }

    .footer-nav-links li a {
        display: block;
        height: auto;
        transition: all .3s;
        padding: 0;
        text-align: center;
        text-decoration: none
    }

    .footer-nav-links li a:after {
        display: none
    }

    .footer-nav-links li:first-of-type {
        border-top: 0
    }

    .footer-nav-links li:hover {
        background: #ff207a
    }

    .footer-nav-links li:hover a {
        color: #fff
    }
}

.footer-nav-divider {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
}

.footer-nav-divider:last-child {
    display: none
}

@media(max-width: 1199px) {
    .footer-nav-divider {
        display: none !important
    }
}

.footer-social {
    margin: 30px auto;
    display: flex;
    padding: 0;
    justify-content: center
}

.footer-social li {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px
}

.footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    text-decoration: none
}

@media(max-width: 768px) {
    .footer-social li a {
        height: auto;
        width: 30px
    }
}

.footer-social li a svg {
    max-height: 40px;
    fill: #fff;
    transition: all .3s
}

.footer-social li a:hover svg {
    fill: #ff1ed8
}

@media screen and (max-width: 1199px) {
    .footer-social li a svg {
        max-height: 30px
    }
}

@media screen and (max-width: 768px) {
    .footer-social li a svg {
        max-height: 24px
    }
}

.footer-copyright {
    text-align: center;
    padding: 0 20px 50px 20px;
    padding-top: 0;
    text-transform: uppercase;
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;
}

.footer-copyright a {
    color: #fff;
    text-decoration: none;
    transition: 300ms
}

.footer-copyright a:hover {
    color: #9df4ec;
    text-decoration: underline
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 200
}

@media(max-width: 1199px) {
    #return-to-top {
        width: 40px;
        height: 40px
    }
}

#return-to-top svg {
    fill: #fff;
    margin: 0;
    position: absolute;
    left: 10px;
    width: 30px;
    top: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media(max-width: 1199px) {
    #return-to-top svg {
        left: 8px;
        width: 24px;
        top: 7px
    }
}

#return-to-top:hover {
    background: rgba(0, 0, 0, .9)
}

#return-to-top:hover svg {
    fill: #fff;
    top: 5px
}

.wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
    flex: 1 0 auto;
    z-index: 4;
    margin-top: 60px
}

@media(max-width: 1199px) {
    .wrapper {
        margin-top: 70px
    }
}

.home .wysiwyg h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.home .wysiwyg h1:before, .home .wysiwyg h1:after {
    content: "✦";
    color: #9df4ec;
    font-size: 64px;
    padding: 10px;
    width: 100px;
    display: flex;
    justify-content: center
}

@media(max-width: 768px) {
    .home .wysiwyg h1:before, .home .wysiwyg h1:after {
        width: 50px;
        padding: 0px
    }
}

.home .no-header {
    margin-top: 0px
}

@media(max-width: 1199px) {
    .home .embed {
        max-width: 90%
    }
}

.home .image-gallery {
    padding-bottom: 0px;
    max-width: 100%;
    margin: auto
}

@media(max-width: 1199px) {
    .home .image-gallery {
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 90%;
        margin: auto
    }
}

.home .image-gallery a {
    width: 25%;
    margin: 0
}

.home .image-gallery a img {
    opacity: 1
}

@media(max-width: 1199px) {
    .home .description {
        padding: 30px
    }
}

.home .description .wysiwyg h1 {
    font-family: "Barlow Condensed", sans-serif
}

.home .description .wysiwyg p {
    font-weight: bold;
    font-size: 17px
}

.home .lineup {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(max-width: 1199px) {
    .home .lineup {
        padding: 30px
    }
}

.home .home-blurb {
    padding: 50px;
    border-bottom: 8px solid #fff;
}

.home .home-blurb .home-blurb-contain {
    max-width: 1600px
}

.home .home-blurb .home-blurb-contain .grid-35 {
    display: flex;
    flex-direction: column;
    align-items: start;
    vertical-align: middle;
    justify-content: center;
    margin-bottom: 0
}

.home .home-blurb .home-blurb-contain .grid-65 {
    margin-bottom: 0
}

@media(max-width: 1600px) {
    .home .home-blurb .home-blurb-contain {
        max-width: 90%
    }
}

@media(max-width: 1199px) {
    .home .home-blurb .home-blurb-contain .grid-65, .home .home-blurb .home-blurb-contain .grid-35 {
        margin-bottom: 2%
    }
}

@media(max-width: 1199px) {
    .home .home-blurb {
        padding: 30px
    }
}

.home .home-blurb h2 {
    line-height: 1.5;
    font-size: 32px
}

@media(max-width: 1199px) {
    .home .home-blurb h2 {
        font-size: 32px
    }
}

@media(max-width: 768px) {
    .home .home-blurb h2 {
        font-size: 20px
    }
}

.home .content {
    margin: 0 auto;
    padding: 0px
}

.home .content .link-block {
    margin-bottom: 0
}

.home .content .container {
    background: rgba(0, 0, 0, 0);
    padding-top: 0
}

.mc4wp-form .flex-container {
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    display: flex
}

.mc4wp-form .flex-container input {
    margin: 0
}

.mc4wp-form p {
    font-weight: 700;
    text-transform: uppercase
}

.mc4wp-form input {
    padding: 10px;
    min-width: 300px;
    display: inline-block
}

@media(max-width: 1199px) {
    .mc4wp-form input {
        display: block;
        width: 100%
    }
}

.feature-container {
    padding: 100px 0;
    background: #fff
}

.features {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1600px;
    margin: 0px auto
}

@media(max-width: 1600px) {
    .features {
        max-width: 90%
    }
}

@media(max-width: 1199px) {
    .features {
        flex-wrap: wrap;
        margin: 0px auto 0px
    }
}

.features .feature {
    text-decoration: none;
    width: 24%;
    margin: 0 .5%;
    text-align: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    border-radius: 5%;
    background: #9df4ec;
    transition: .3s
}

.features .feature h2 {
    color: #6a36be;
    font-weight: 900
}

.features .feature:hover {
    background: #ff1ed8
}

.features .feature:hover h2 {
    color: #fff
}

.features .feature:hover .image:after {
    opacity: 1
}

.features .feature .image {
    position: relative;
    transition: .3s
}

.features .feature .image img {
    max-width: 100%;
    display: block;
    position: relative
}

.features .feature .image:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: .3s;
    background: rgba(10, 90, 130, .65);
    opacity: 0
}

@media(max-width: 1199px) {
    .features .feature {
        width: 49%;
        margin-bottom: 30px
    }
}

@media(max-width: 768px) {
    .features .feature {
        width: 100%;
        margin-bottom: 30px
    }
}

.features .feature .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1
}

.features .feature .description h2 {
    padding: 10px;
    margin: 0
}

.anchor {
    scroll-margin-top: 100px
}

.borderless {
    padding: 0 !important
}

.borderless .full-width-content {
    max-width: 100%
}

.borderless .image-gallery a {
    width: 25%;
    margin: 0
}

.full-width {
    padding: 50px
}

@media(max-width: 768px) {
    .full-width {
        padding: 30px
    }
}

.full-width-content {
    max-width: 1200px;
    margin: 0 auto
}

.container {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    font-family: "Barlow Condensed", sans-serif
}

.page-container {
    margin: 0 auto;
    min-height: 500px
}

@media(max-width: 1200px) {
    .page-container {
        max-width: 100%;
        min-height: 300px
    }
}

.content {
    height: 100%;
    position: relative;
    z-index: 8;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0
}

@media(min-width: 1921px) {
    .content {
        margin: 0% auto 0
    }
}

.grad-bg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)
}

.bg {
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    opacity: 1;
}

@media(max-width: 1199px) {
    .bg {
        background-position: 50%;
        background-size: cover !important
    }
}

section {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.site-module {
    max-width: 100%;
    margin: auto;
    z-index: 1
}

@media(max-width: 1601px) {
    .site-module {
        max-width: 100%
    }
}

.site-module p:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.site-module .container:not(:first-child) {
    padding-top: 0
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px
}

@media(max-width: 1199px) {
    .grid-container {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr
    }
}

.grid-31 {
    width: 32.33%;
    margin-bottom: 2%;
    position: relative
}

.grid-31 .wysiwyg h1, .grid-31 .wysiwyg h2, .grid-31 .wysiwyg h3, .grid-31 .wysiwyg h4, .grid-31 .wysiwyg h5, .grid-31 .wysiwyg h6 {
    color: #f3c065
}

.grid-31 .wysiwyg p {
    color: #fff
}

.grid-31 .wysiwyg b {
    color: #f3c065
}

@media(max-width: 768px) {
    .grid-31 {
        width: 48%
    }
}

@media(max-width: 768px) {
    .grid-31 {
        width: 100%
    }
}

.grid-31-xsml {
    width: 32.33%;
    position: relative
}

.grid-31-sml {
    width: 32.33%;
    margin-bottom: 2%;
    position: relative
}

@media(max-width: 768px) {
    .grid-31-sml {
        width: 100%
    }
}

.grid-31-stretch {
    width: 32.33%;
    margin: 0 .5%;
    margin-bottom: 2%;
    position: relative;
    flex-grow: 1
}

@media(max-width: 768px) {
    .grid-31-stretch {
        width: 100%
    }
}

.grid-35 {
    width: 32.33%;
    margin-bottom: 2%;
    position: relative
}

@media(max-width: 1199px) {
    .grid-35 {
        width: 48%
    }
}

@media(max-width: 768px) {
    .grid-35 {
        width: 100%
    }
}

.grid-65 {
    width: 64.66%;
    margin-bottom: 2%;
    position: relative
}

@media(max-width: 1199px) {
    .grid-65 {
        width: 48%
    }
}

@media(max-width: 768px) {
    .grid-65 {
        width: 100%
    }
}

.grid-24 {
    width: 23.5%;
    margin-bottom: 2%;
    position: relative
}

@media(max-width: 1199px) {
    .grid-24 {
        width: 49%
    }
}

@media(max-width: 768px) {
    .grid-24 {
        width: 100%
    }
}

.grid-49 {
    width: 48%;
    margin-bottom: 2%;
    position: relative
}

@media(max-width: 768px) {
    .grid-49 {
        width: 100%;
        margin-bottom: 40px
    }
}

.flex-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

@media(max-width: 768px) {
    .flex-container {
        padding: 0
    }
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.left-flex:after {
    display: block;
    height: 0;
    content: "";
    flex-grow: 1;
    max-width: 49%
}

@media(max-width: 1199px) {
    .left-flex:after {
        display: none
    }
}

.link-block {
    display: block;
    padding: .5em 0;
    margin-bottom: 2.5em
}

@media(max-width: 1199px) {
    .link-block {
        margin-bottom: 1.5em
    }
}

@media(max-width: 768px) {
    .link-block {
        margin-bottom: 1em
    }
}

.link-block * {
    text-decoration: none;
    transition: all .3s
}

.link-block:hover .img-block div {
    opacity: 1
}

.link-block:hover .img-block div .arrow-icon {
    transform: translateX(0)
}

.link-block:hover .icon-block img {
    transform: scale(0.9)
}

.link-block:hover .icon-block * {
    color: #ff1ed8
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    z-index: 0
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

@media(max-width: 768px) {
    .flickity-page-dots {
        bottom: 5px
    }
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
    transition: border .3s
}

@media(max-width: 768px) {
    .flickity-page-dots .dot {
        width: 8px;
        height: 8px
    }
}

.flickity-page-dots .dot:hover {
    border: solid 3px #034f58
}

.flickity-page-dots .dot.is-selected {
    background: #ff207a
}

.flickity-prev-next-button {
    position: absolute;
    top: 0;
    width: 3.125em;
    height: 100%;
    border: none;
    border-radius: 0;
    background: url(../img/icon-slider-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition-duration: 300ms;
    transition-property: background, opacity;
    background-size: 15px;
    z-index: 3
}

.flickity-prev-next-button:hover {
    background-color: rgba(0, 0, 0, .2)
}

@media(max-width: 768px) {
    .flickity-prev-next-button {
        display: none
    }
}

.related-content .flickity-prev-next-button, .product-slider .flickity-prev-next-button {
    background: url(../img/icon-slider-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button.previous {
    left: 0;
    transform: rotate(180deg)
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 0
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 0
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    display: none
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}

.js-slider-2 .flickity-slider {
    display: flex
}

.js-slider-2 .flickity-slider a {
    position: relative !important;
    left: 0 !important;
    flex-shrink: 0
}

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vbox-overlay {
    background: #fdfdfd;
    background: rgba(0, 0, 0, .85);
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.vbox-preloader {
    position: fixed;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(../img/plugins/venobox/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
    -moz-animation: playload 1.4s steps(18) infinite;
    -ms-animation: playload 1.4s steps(18) infinite;
    -o-animation: playload 1.4s steps(18) infinite;
    animation: playload 1.4s steps(18) infinite
}

@-webkit-keyframes playload {
    from {
        background-position: 0px
    }

    to {
        background-position: -576px
    }
}

@-moz-keyframes playload {
    from {
        background-position: 0px
    }

    to {
        background-position: -576px
    }
}

@-ms-keyframes playload {
    from {
        background-position: 0px
    }

    to {
        background-position: -576px
    }
}

@-o-keyframes playload {
    from {
        background-position: 0px
    }

    to {
        background-position: -576px
    }
}

@keyframes playload {
    from {
        background-position: 0px
    }

    to {
        background-position: -576px
    }
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(../img/plugins/venobox/close.gif) no-repeat #161617;
    background-position: 10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden
}

.vbox-next, .vbox-prev {
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid rgba(0, 0, 0, 0);
    overflow: hidden
}

.vbox-prev {
    left: 0;
    border-width: 0 30px 0 10px;
    background: url(../img/plugins/venobox/prev.gif) center center no-repeat
}

.vbox-next {
    right: 0;
    border-width: 0 10px 0 30px;
    background: url(../img/plugins/venobox/next.gif) center center no-repeat
}

.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0
}

.vbox-num {
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none
}

.vbox-inline {
    width: 100%;
    max-width: 1000px;
    text-align: left;
    margin: 0 auto;
    overflow: auto
}

.vbox-inline a {
    color: red;
    transition: color .3s
}

.vbox-inline a:hover {
    color: gray
}

.vbox-inline iframe {
    margin: 0 auto
}

.venoframe {
    border: none;
    width: 960px;
    height: 540px
}

.venoframe img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media(max-width: 992px) {
    .venoframe {
        width: 640px;
        height: 360px
    }
}

@media(max-width: 767px) {
    .venoframe {
        width: 420px;
        height: 236px
    }
}

@media(max-width: 460px) {
    .vbox-inline {
        width: 100%;
        font-size: 90%
    }

    .venoframe {
        width: 100%;
        height: 260px
    }
}

.vbox-container {
    position: relative;
    background: #000;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px
}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

.vbox-container img {
    max-width: 100%;
    height: auto;
    max-height: 90vh
}

.accordion-container {
    margin-bottom: 0.625em
}

.accordion {
    color: #fff;
    background-color: #034f58;
    cursor: pointer;
    padding: 20px 1.25em;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: all .3s;
    font-size: 1.125em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    position: relative;
    border-radius: 10px
}

@media(max-width: 768px) {
    .accordion {
        font-size: 1em;
        padding: 15px 1.25em
    }
}

.accordion:hover {
    background: #41eada
}

.active {
    background: #41eada;
    color: #fff
}

.panel {
    padding: 1.25em;
    background-color: #fff;
    display: none;
    overflow: hidden;
    color: #034f58;
    border-radius: 10px
}

.panel p {
    color: #034f58
}

@media(max-width: 768px) {
    .panel {
        padding: 1.25em .5em
    }
}

.accordion:before {
    content: "+";
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-position: center;
    transition: all .3s
}

.active:before {
    content: "-"
}

.artists {
    padding: 50px
}

.artists h3 {
    color: #9df4ec
}

.artists .artist-grid {
    text-align: center;
    justify-content: center;
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    padding: 0
}

.artists .artist-grid.non-headliners {
    margin-bottom: 0
}

@media(max-width: 1601px) {
    .artists .artist-grid {
        max-width: 100%
    }
}

.artists .artist-grid h3 {
    color: #9df4ec
}

.artists .artist-grid .artist-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 32%;
    margin: .5%;
    background: #9df4ec;
    border-radius: 20px;
    transition: .3s;
    text-decoration: none
}

.artists .artist-grid .artist-item img {
    display: flex;
    border-radius: 5%;
    max-width: 100%;
    position: relative
}

.artists .artist-grid .artist-item img:after {
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.artists .artist-grid .artist-item:hover {
    background: #ff1ed8
}

.artists .artist-grid .artist-item:hover .artist-item-title {
    color: #fff
}

.artists .artist-grid .artist-item:hover img:after {
    opacity: 1
}

@media(max-width: 1199px) {
    .artists .artist-grid .artist-item {
        width: 48%;
        margin-bottom: 1%;
        flex-wrap: wrap
    }
}

@media(max-width: 768px) {
    .artists .artist-grid .artist-item {
        width: 100%;
        margin-bottom: 1%
    }
}

.artists .artist-grid .artist-item .artist-link {
    width: 100%;
    text-decoration: none
}

.artists .artist-grid .artist-item .artist-item-thumbnail {
    max-width: 100%;
    display: flex;
    height: auto;
    position: relative;
    overflow: hidden
}

.artists .artist-grid .artist-item .artist-item-thumbnail:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(114, 0, 84, .5);
    opacity: 0
}

@media(max-width: 768px) {
    .artists .artist-grid .artist-item .artist-item-thumbnail {
        max-width: 100%
    }
}

.artists .artist-grid .artist-item .artist-item-thumbnail img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: .3s;
    display: block;
    object-fit: cover
}

.artists .artist-grid .artist-item .artist-item-title {
    transition: .3s;
    font-size: 24px;
    font-weight: 900;
    color: #034f58;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px;
    font-family: "Barlow Condensed", sans-serif
}

@media(max-width: 1199px) {
    .artists .artist-grid .artist-item .artist-item-title {
        font-size: 18px
    }
}

@media(max-width: 768px) {
    .artists .artist-grid .artist-item .artist-item-title {
        font-size: 16px;
        width: 100%;
        padding: 10px
    }
}

.artists-list {
    margin-bottom: 30px
}

.artists-list h3 {
    color: #ff1ed8
}

.artists-list .headliners.artist-grid {
    display: block;
    text-align: left
}

.artists-list .headliners.artist-grid h3 {
    color: #ff1ed8
}

.artists-list .headliners.artist-grid .artist-item {
    display: flex;
    width: 100%;
    margin: 30px 0
}

@media(max-width: 768px) {
    .artists-list .headliners.artist-grid .artist-item {
        flex-wrap: wrap
    }
}

.artists-list .headliners.artist-grid .artist-item:first-child {
    margin-top: 0
}

.artists-list .headliners.artist-grid .artist-item:last-child {
    margin-bottom: 0
}

.artists-list .headliners.artist-grid .artist-item .artist-item-link {
    text-decoration: none
}

.artists-list .headliners.artist-grid .artist-item .artist-item-thumbnail {
    max-width: 30%;
    height: auto
}

@media(max-width: 768px) {
    .artists-list .headliners.artist-grid .artist-item .artist-item-thumbnail {
        max-width: 100%
    }
}

.artists-list .headliners.artist-grid .artist-item .artist-item-thumbnail img {
    max-width: 100%;
    height: 100%;
    max-height: 300px;
    border-radius: 20px;
    object-fit: cover
}

.artists-list .headliners.artist-grid .artist-item .artist-item-content {
    max-width: 70%;
    padding-left: 40px
}

@media(max-width: 768px) {
    .artists-list .headliners.artist-grid .artist-item .artist-item-content {
        max-width: 100%;
        padding-left: 0;
        padding-top: 30px
    }
}

.artists-list .headliners.artist-grid .artist-item .artist-item-content .artist-item-top-content {
    display: flex;
    justify-content: space-between
}

@media(max-width: 768px) {
    .artists-list .headliners.artist-grid .artist-item .artist-item-content .artist-item-top-content {
        flex-wrap: wrap
    }
}

.artists-list .headliners.artist-grid .artist-item .artist-item-content .artist-item-title {
    font-size: 36px;
    font-weight: 700;
    color: #ff1ed8;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1;
    margin-bottom: 10px
}

@media(max-width: 768px) {
    .artists-list .headliners.artist-grid .artist-item .artist-item-content .artist-item-title {
        font-size: 28px;
        width: 100%
    }
}

.artists-list .headliners.artist-grid .artist-item .artist-item-content .artist-item-bio {
    color: #fff;
    font-weight: 600
}

.artist-social {
    display: flex;
    margin: 0 0 10px;
    justify-content: flex-end
}

@media(max-width: 768px) {
    .artist-social {
        text-align: center;
        margin: 10px 0;
        justify-content: left;
        width: 100%
    }
}

.artist-social a {
    transition: .3s;
    vertical-align: middle;
    display: block;
    margin: 10px;
    position: relative;
    width: 22px
}

.artist-social a:first-child {
    margin-left: 0
}

.artist-social a svg {
    width: 22px;
    fill: #ff1ed8;
    position: absolute;
    bottom: 0;
    display: block
}

.artist-social a:hover svg {
    fill: #fff
}

.button {
    background: #6835BA;
    background: linear-gradient(180deg, rgba(104, 53, 186, 1) 0%, rgba(71, 32, 135, 1) 100%);
    border: 0;
    border-radius: 10px;
    padding: 10px 30px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 1.75em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 auto;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    transition: .3s;
    min-width: 250px;
}

.button.alignleft {
    margin: 10px auto 10px 0
}

.button.aligncenter {
    margin: 10px auto
}

.button.alignright {
    margin: 10px 0 10px auto
}

.button:hover {
    background: #54f8ee;
    background: linear-gradient(180deg, rgba(84, 248, 238, 1) 0%, rgba(84, 248, 238, 1) 100%);
    color: #034f58;
}

@media(max-width: 1600px) {
    .button {
        font-size: 1.5em
    }
}

@media(max-width: 1440px) {
    .button {
        font-size: 1.25em
    }
}

@media(max-width: 1199px) {
    .button {
        width: 50%;
        font-size: 1.75em
    }
}

@media(max-width: 768px) {
    .button {
        font-size: 1.25em;
        width: 90%;
        padding: 10px
    }
}

@media(max-width: 375px) {
    .button {
        font-size: 1em
    }
}

.buttons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap
}

.buttons.left {
    justify-content: left
}

.buttons .center {
    justify-content: center
}

.buttons.right {
    justify-content: right
}

.buttons .button {
    margin: 0 10px
}

@media(max-width: 1199px) {
    .buttons .button {
        margin: 10px
    }
}

.outline-button {
    background: rgba(0, 0, 0, 0);
    padding: 10px 30px;
    width: fit-content;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 auto;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
    border: 1px solid #9df4ec;
    transition: .3s
}

.outline-button:hover {
    background: #fff;
    color: #00ada7;
    border: 1px solid #fff
}

@media(max-width: 1600px) {
    .outline-button {
        font-size: 1.5em
    }
}

@media(max-width: 1440px) {
    .outline-button {
        font-size: 1.25em
    }
}

@media(max-width: 1199px) {
    .outline-button {
        width: 50%;
        font-size: 1.75em
    }
}

@media(max-width: 768px) {
    .outline-button {
        font-size: 1.25em;
        width: 90%;
        padding: 10px
    }
}

@media(max-width: 375px) {
    .outline-button {
        font-size: 1em
    }
}

.two-button {
    display: flex;
    margin-bottom: .5em !important
}

.two-button .outline-button {
    width: 49%
}

.two-button a {
    margin: 15px auto
}

input.wpcf7-form-control {
    width: 100%;
    min-height: 40px;
    padding: 15px;
    color: #cdcdcd;
    background: #fff;
    font-family: "Barlow Condensed", sans-serif;
    border: 0;
    border-radius: 10px
}

textarea.wpcf7-form-control {
    width: 100%;
    padding: 15px;
    background: #fff;
    font-family: "Barlow Condensed", sans-serif;
    color: #cdcdcd;
    border: 0;
    border-radius: 10px
}

input.wpcf7-form-control.wpcf7-submit {
    background: rgba(0, 0, 0, 0);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    transition: .3s;
    width: fit-content;
    font-size: 1.5em;
    margin: 0 0 0 auto;
    display: block;
    background: #9df4ec;
    color: #034f58;
    padding: 10px 30px;
    text-transform: uppercase
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ff1ed8;
    color: #fff
}

.mc4wp-form p {
    font-weight: 700;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #fff
}

.mc4wp-form h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Barlow Condensed';
    font-size: 2rem;
    font-weight: 800;
}

.signup-fields {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
    justify-content: center;
    align-items: center;
    margin: auto
}

@media(max-width: 1199px) {
    .signup-fields {
        max-width: 90%;
        margin: auto;
        flex-wrap: wrap;
        justify-content: center
    }
}

.signup-fields input[type=email], .signup-fields input[type=text], .signup-fields input[type=zip], .signup-fields input[type=smsphone], .signup-fields input.smsphone {
    padding: 15px;
    width: 100%;
    border: 0;
    background: #fff;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 4px;
    color: #888;
}

.signup-fields input[type=submit] {
    border-radius: 10px;
    width: 200px;
    border: 0;
    font-weight: 900;
    text-transform: uppercase;
    background: #54f8ee;
    color: #433190;
    font-size: 1.5rem;
    transition: .3s;
    margin-left: 5px;
    font-family: "Barlow Condensed", sans-serif;
}

@media(max-width: 1199px) {
    .signup-fields input[type=submit] {
        margin: 10px 0
    }
}

.signup-fields input[type=submit]:hover {
    background: #ff1ed8;
    color: #fff
}

form#mc4wp-form-1 {
    margin: 30px auto;
    max-width: 1000px
}

.flex {
    display: flex;
    width: 100%;
    margin: auto
}

.flex .wpcf7-form-control-wrap {
    width: 100% !important;
    margin: 0 .5% 1%
}

.flex .wpcf7-form-control-wrap:first-child {
    margin-left: 0
}

.flex .wpcf7-form-control-wrap:last-child {
    margin-right: 0
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
    border-color: rgba(0, 0, 0, .5);
    box-shadow: 0 1px 1px rgba(255, 255, 255, .075) inset, 0 0 8px rgba(255, 255, 255, .6);
    outline: 0 none
}

::-webkit-input-placeholder {
    color: #777 !important;
    opacity: 1;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

:-moz-placeholder {
    color: #777 !important;
    opacity: 1;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #777 !important;
    opacity: 1;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #777 !important;
    opacity: 1;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

.countdown-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 50px;
    background: #9df4ec;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff
}

.countdown-contain {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-align: center
}

.countdown-top {
    color: #034f58;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    padding: 20px
}

@media(max-width: 768px) {
    .countdown-top {
        padding: 0
    }
}

.countdown-bot h3 {
    color: #1b7fb3
}

@media(max-width: 768px) {
    .countdown-bot h3 {
        font-size: 1.375em
    }
}

.countdown-number {
    font-size: 2.625em;
    font-weight: 700
}

@media(max-width: 768px) {
    .countdown-number {
        font-size: 2.25em
    }
}

.countdown-box {
    display: flex;
    background: #9df4ec;
    justify-content: center;
    text-align: center;
    padding-bottom: 20px
}

@media(max-width: 768px) {
    .countdown-box {
        padding-top: 20px
    }
}

.timer {
    padding: 5px;
    text-transform: uppercase;
    min-width: 100px
}

.timer p {
    padding: 5px 0;
    font-size: 1em;
    letter-spacing: 1.5px
}

.digits {
    font-size: 2em
}

div#countdown {
    display: flex;
    text-align: center;
    justify-content: center;
    min-height: 80px;
    color: #fff
}

.time-bg {
    background: #fee73c;
    width: auto;
    height: auto;
    border-radius: 15px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px
}

@media screen and (max-width: 1199px) {
    .timer {
        font-size: 14px;
        width: 70px;
        height: 70px;
        min-width: 0
    }
}

#tribe-events-pg-template {
    max-width: 1200px !important;
    width: 100%
}

.tribe-events-single {
    padding: 50px
}

.tribe-events-single h1, .tribe-events-single h2, .tribe-events-single h3, .tribe-events-single h4, .tribe-events-single h5, .tribe-events-single h6, .tribe-events-single p, .tribe-events-single ul {
    color: #fff
}

.tribe-events-single .tribe-events-content, .tribe-events-single .tribe-events-single-event-title {
    font-family: "Barlow Condensed", sans-serif
}

.tribe-events-single .tribe-events-schedule h2 {
    color: #fff
}

.tribe-events-single .tribe-events-back a, .tribe-events-single .tribe-events-back a:visited {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif
}

.tribe-events-single .tribe-events-meta-group .tribe-events-single-section-title {
    color: #fff;
    font-size: 16px
}

.tribe-events-single .tribe-events-event-meta {
    color: #fff;
    width: 50% !important;
    font-family: "Barlow Condensed", sans-serif !important
}

.tribe-events-single .tribe-events-venue-map {
    width: 50% !important
}

.tribe-events-single .tribe-events-meta-group a {
    color: #ff1ed8;
    font-weight: 700;
    transition: .3s
}

.tribe-events-single .tribe-events-event-meta a:focus, .tribe-events-single .tribe-events-event-meta a:hover {
    color: #fff
}

.tribe-common-l-container.tribe-events-l-container {
    margin: 50px auto;
    padding: 50px !important
}

span.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
    color: #fff
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn {
    background: #9df4ec !important;
    border: 0 !important;
    border-radius: 10px !important;
    text-align: center !important;
    color: #034f58 !important;
    font-size: 1.25em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    font-family: "Barlow Condensed", sans-serif !important;
    transition: .3s !important
}

.tribe-common .tribe-common-c-btn-border {
    background: #9df4ec !important;
    border: 0 !important;
    border-radius: 10px !important;
    text-align: center !important;
    color: #034f58 !important;
    font-size: 1.25em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    font-family: "Barlow Condensed", sans-serif !important;
    transition: .3s !important
}

a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
    color: #fff !important
}

.tribe-common .tribe-common-b2 {
    color: #fff !important
}

.tribe-events .tribe-events-calendar-list__event-datetime {
    color: #fff !important
}

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
    color: #fff !important
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    color: #fff !important;
    font-size: 16px
}

.tribe-events-calendar-list__event-date-tag-daynum {
    font-size: 4em !important
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 1.5em !important
}

time.tribe-events-calendar-list__month-separator-text.tribe-common-h7.tribe-common-h6--min-medium.tribe-common-h--alt {
    color: #fff
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background: #034f58 !important;
    color: #ff1ed8 !important
}

.tribe-events .tribe-events-c-search__button:hover {
    background: #034f58 !important;
    color: #ff1ed8 !important
}

.tribe-events .tribe-events-calendar-month__day-cell--selected {
    background: #034f58 !important
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button {
    color: #fff !important
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
    color: #fff !important
}

.page-image {
    max-width: 100%
}

.img-block {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 2em
}

.img-block img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
}

.img-block span {
    bottom: 15px;
    right: 15px;
    padding: 5px;
    background-color: #fff;
    color: #ff1ed8;
    font-size: 11px;
    font-family: "Barlow Condensed", sans-serif;
    z-index: 3
}

.img-block span.caption-2 {
    position: static;
    float: left;
    padding-left: 0
}

@media(max-width: 1199px) {
    .img-block span {
        position: static;
        float: right;
        padding-right: 0
    }
}

.img-block div.link-content {
    position: absolute;
    z-index: 4;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 0
}

.img-block div.article-quote {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 2.5em
}

.img-block div.article-quote div {
    width: 70%;
    border-bottom: solid 1px #034f58;
    padding-bottom: 0.9375em
}

@media(max-width: 1199px) {
    .img-block div.article-quote {
        position: static
    }
}

.image-content {
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

@media(max-width: 768px) {
    .image-content {
        display: block
    }
}

.image-content img {
    width: 250px;
    height: 250px;
    margin-right: 20px
}

@media(max-width: 1199px) {
    .image-content img {
        width: 200px;
        max-width: 100%;
        height: auto
    }
}

@media(max-width: 768px) {
    .image-content img {
        width: 300px;
        height: auto;
        max-width: 100%;
        margin-bottom: 15px
    }
}

.image-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px
}

.image-gallery a {
    width: 19%;
    margin: .5%;
    position: relative;
    overflow: hidden
}

.image-gallery a:before {
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 32, 122, .45);
    opacity: 0;
    position: absolute;
    z-index: 1;
    font-size: 100px;
    color: #fff;
    transition: .3s
}

.image-gallery a img {
    display: block;
    width: 100%;
    height: auto;
    transition: .3s;
    opacity: 1
}

.image-gallery a:hover:before {
    opacity: 1
}

.image-gallery a:hover img {
    transform: scale(1.2);
    opacity: 1
}

@media(max-width: 1199px) {
    .image-gallery a {
        width: 49%
    }
}

.schedule-gallery a {
    width: 32%
}

@media(max-width: 1199px) {
    .schedule-gallery a {
        width: 49%
    }
}

@media(max-width: 768px) {
    .schedule-gallery a {
        width: 100%
    }
}

.vendor-gallery {
    margin-bottom: 30px
}

.vendor-gallery .sponsor {
    width: 24%;
    padding: 5px;
    height: 100%;
    margin: .5%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1
}

@media(max-width: 768px) {
    .vendor-gallery .sponsor {
        width: 100%
    }
}

.vendor-gallery .sponsor span {
    margin-top: 10px;
    display: block
}

.vendor-gallery .sponsor a {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    padding: 0
}

.vendor-gallery .sponsor img {
    max-width: 100%
}

.site-video {
    position: relative;
    padding-bottom: 56.25% !important;
    width: 100%;
    height: 0;
    margin: 50px auto
}

@media(max-width: 768px) {
    .site-video {
        margin: 50px auto
    }
}

.site-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

aside .site-video:after {
    display: none
}

.videos {
    display: flex
}

@media(max-width: 1199px) {
    .videos {
        flex-wrap: wrap
    }

    .videos .site-video {
        margin: 30px auto 0px !important
    }
}

.home .site-video iframe {
    width: 90%;
    height: 90%;
    margin: auto
}

.purple-box {
    background-color: #6a36be73;
    display: flex;
    padding: 4rem;
    border-radius: 24px;
}

@media(max-width: 1199px) {
   .purple-box {
        flex-direction: column;
    }
}

@media(max-width: 1600px) {
    .home .site-video {
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 56.25% !important
    }
}

.video-blurb .video-blurb-contain {
    max-width: 1600px
}

.video-blurb .video-blurb-contain .grid-35 {
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    justify-content: center
}

@media(max-width: 1600px) {
    .video-blurb .video-blurb-contain {
        max-width: 90%
    }
}

.video-blurb h2 {
    line-height: 1.5;
    font-size: 32px
}

@media(max-width: 1199px) {
    .video-blurb h2 {
        font-size: 32px
    }
}

@media(max-width: 768px) {
    .video-blurb h2 {
        font-size: 20px
    }
}

.videos-container {
    width: 100%;
    display: flex;
    margin: 50px 0
}

@media(max-width: 768px) {
    .videos-container {
        flex-wrap: wrap;
        margin: 30px 0
    }
}

.videos-container .site-video {
    width: 100%;
    margin: 0 10px;
    padding-bottom: 26.5% !important
}

@media(max-width: 768px) {
    .videos-container .site-video {
        width: 100%;
        margin: 10px 0;
        padding-bottom: 56.5% !important
    }
}

.site-embed {
    position: relative
}

.site-embed iframe {
    width: 100%;
    position: relative;
    z-index: 2
}

aside .site-embed:after {
    display: none
}

.media {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 60px
}

.media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(max-width: 1199px) {
    .media {
        margin-bottom: 40px
    }
}

.media-grid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.media-grid:after {
    content: "";
    flex-grow: 1
}

.media-item {
    width: 48%;
    margin: 1%;
    margin-bottom: 40px;
    padding: 20px;
    background: rgba(0, 0, 0, .5);
    text-decoration: none;
    transition: background .3s
}

.media-item h2 {
    text-align: center;
    color: #fff;
    font-size: 1em;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 400
}

.media-item:hover {
    background: rgba(0, 0, 0, .3)
}

.media-item:hover .media-thumb:before {
    background: rgba(0, 0, 0, .3)
}

.media-item:hover .media-thumb:after {
    transform: scale(1.1)
}

.media-item:first-child {
    margin-left: 0
}

.media-item:last-child {
    margin-right: 0
}

@media(max-width: 1440px) {
    .media-item {
        width: 48%;
        margin: 0 .5%;
        margin-bottom: 40px
    }
}

@media(max-width: 1199px) {
    .media-item {
        width: 100%
    }
}

.media-thumb {
    position: relative
}

.media-thumb img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1
}

.media-thumb:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    transition: background .3s
}

.media-thumb:after {
    content: "";
    background: url(../img/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    z-index: 3;
    transition: transform .3s
}

.media-embed {
    width: 100%;
    max-width: 1000px;
    height: 0;
    padding-bottom: 56.9%;
    position: relative
}

.media-embed iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.news-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media(max-width: 1199px) {
    .news-grid {
        display: block
    }
}

.news-page-grid {
    justify-content: center;
    position: relative
}

.news-page-grid:after {
    flex-grow: 1;
    min-width: 50%;
    display: flex;
    content: ""
}

@media(max-width: 1199px) {
    .news-container .news-grid {
        display: flex
    }
}

@media(max-width: 768px) {
    .news-container .news-grid {
        display: block
    }
}

.news-item {
    width: 32%;
    background: #034f58;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 .5%
}

.news-item a {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 5
}

.news-item:hover .button {
    background: #ff1ed8;
    color: #fff !important
}

.news-item:hover .read-more {
    opacity: 1
}

.news-item:hover .read-more .ill-btn {
    background: #034f58
}

.news-item:hover .news-thumb:before {
    opacity: .5
}

.news-item .button {
    background: #00ada7
}

.news-item h3 {
    color: #fff
}

.news-item h2 {
    padding: 0em;
    font-size: 1.5em;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 1.2
}

@media(max-width: 1199px) {
    .news-item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 15px
    }
}

.news-container .news-item {
    margin: 0 .5%;
    margin-bottom: 15px
}

@media(max-width: 1440px) {
    .news-container .news-item {
        margin: 0 1%;
        width: 48%
    }
}

@media(max-width: 1199px) {
    .news-container .news-item {
        width: 48% !important
    }
}

@media(max-width: 768px) {
    .news-container .news-item {
        width: 100% !important;
        margin: 0 0 15px
    }
}

.news-details {
    padding: 20px;
    text-align: center
}

.news-date {
    padding: 10px 0;
    font-size: 1em;
    color: #fff
}

.news-thumb {
    width: 100%;
    position: relative
}

.news-thumb img {
    display: block;
    width: 100%;
    height: auto
}

.news-thumb:before {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    content: "";
    z-index: 2;
    background: #034f58;
    opacity: 0;
    transition: opacity .3s
}

.news-thumb .read-more {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s
}

.page-title {
    width: 100%;
    padding: 0.625em 1.875em 0.625em 1.875em;
    max-width: 1200px
}

.page-title h1 {
    margin: auto;
    color: #fff;
    font-size: 4em;
    text-align: center;
    padding: 0;
    width: 100%;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1
}

@media(max-width: 1199px) {
    .page-title h1 {
        font-size: 2em
    }
}

@media(max-width: 768px) {
    .page-title h1 {
        font-size: 1.75em
    }
}

.page-title h2 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 2em;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

@media(max-width: 1199px) {
    .page-title h2 {
        font-size: 1.5em
    }
}

@media(max-width: 768px) {
    .page-title h2 {
        font-size: 1.125em
    }
}

.home .page-title {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    border-radius: 0 !important
}

.home .page-title h1 {
    max-width: 1200px;
    text-align: center
}

.section-title {
    width: 100%;
    padding: 1em 1.5em 0.625em 1.5em;
    font-weight: 400;
    color: #fff
}

.section-title h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    width: 100%;
    padding-bottom: 20px;
    text-transform: uppercase
}

.section-title h2 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase
}

.pageinttl {
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 0.5em
}

.tfg-pagination {
    margin: 30px 0;
    margin-left: 0;
    float: left;
    font-family: "Barlow Condensed", sans-serif;
    width: 100%
}

.tfg-pagination li {
    float: left;
    list-style: none;
    display: block
}

.tfg-pagination li a {
    text-decoration: none;
    background: #ff1ed8;
    transition: background 200ms, color 200ms;
    height: 40px;
    line-height: 40px;
    width: 40px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    margin-right: 2px;
    display: block;
    text-align: center
}

.tfg-pagination li a:hover {
    background: #034f58
}

.tfg-pagination li a.current {
    background: #034f58
}

.single-news .page-title {
    margin: 1em auto;
    padding: 0
}

.single-news .page-title h1 {
    font-size: 3em
}

@media(max-width: 768px) {
    .single-news .page-title h1 {
        font-size: 2em
    }
}

.single-news .page-title h2 {
    font-size: 1.5em
}

@media(max-width: 768px) {
    .single-news .page-title h2 {
        font-size: 1.2em
    }
}

.single-news .page-title h1, .single-news .page-title h2, .single-news .page-title h3, .single-news .page-title h4, .single-news .page-title h5, .single-news .page-title h6 {
    text-align: left;
    font-family: Barlow Condensed, sans-serif
}

.single-news .page-title .divider {
    margin: 1em auto 1em 0
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 20px
}

.feature-slider {
    width: 100%;
    margin: 0 auto 2em
}

.feature-slide {
    position: relative;
    width: 100%;
    max-height: 400px;
    height: auto
}

.feature-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px
}

.feature-slide .feature-slide-copy {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.feature-slide .feature-slide-copy a {
    text-decoration: none
}

.feature-slide .feature-slide-copy .slide-title-contain {
    width: 50%
}

.feature-slide .feature-slide-copy h2 {
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0
}

.feature-slide .feature-slide-copy h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px
}

@media(max-width: 1199px) {
    .feature-slide .feature-slide-copy {
        font-size: 75%
    }

    .feature-slide .feature-slide-copy h2 {
        font-size: 2.5em
    }

    .feature-slide .feature-slide-copy h3 {
        margin-bottom: 10px;
        font-size: 1.25em;
        margin-bottom: 10px
    }
}

@media(max-width: 768px) {
    .feature-slide .feature-slide-copy a {
        padding: 5px;
        font-size: .5em
    }

    .feature-slide .feature-slide-copy h2 {
        font-size: 1.125em
    }

    .feature-slide .feature-slide-copy h3 {
        font-size: 0.875em;
        margin-bottom: 5px
    }
}

.topleft {
    top: 50px;
    left: 75px
}

.topright {
    top: 50px;
    right: 75px !important
}

.topright .slide-title {
    text-align: right !important
}

.topcenter {
    top: 50px;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important
}

.topcenter .slide-title {
    text-align: center !important
}

.bottomleft {
    top: 0 !important;
    bottom: 50px !important;
    right: 0 !important;
    left: 75px !important;
    justify-content: flex-end
}

.bottomleft .slide-title {
    text-align: left !important
}

.bottomright {
    top: 0 !important;
    bottom: 50px !important;
    right: 75px !important;
    left: 0 !important;
    justify-content: flex-end
}

.bottomright .slide-title {
    text-align: right !important
}

.bottomcenter {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 50px !important;
    justify-content: flex-end
}

.bottomcenter .slide-title {
    text-align: center !important
}

.center {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    text-align: center !important;
    justify-content: center !important
}

.center .slide-title {
    text-align: center !important
}

.sponsors {
    padding: 3.125em;
    background-repeat: no-repeat;
    background-size: cover
}

.sponsors h3 {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase
}

@media(max-width: 1199px) {
    .sponsors {
        padding: 1.25em
    }
}

@media(max-width: 1199px) {
    .sponsor {
        width: 33%;
        display: flex;
        align-items: center
    }
}

.sponsor:hover img {
    transform: scale(0.9)
}

.sponsor img {
    transition: .3s;
    max-width: 100%
}

.sponsors-list {
    justify-content: center;
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap
}

@media(max-width: 1440px) {
    .sponsors-list {
        max-width: 80%
    }
}

@media(max-width: 1199px) {
    .sponsors-list {
        flex-wrap: wrap
    }
}

@media(max-width: 768px) {
    .sponsors-list {
        max-width: 100%
    }
}

.sponsors-list .sponsor {
    padding: 0px;
    width: 16.5%;
    margin: .5%;
    text-align: center
}

@media(max-width: 1199px) {
    .sponsors-list .sponsor {
        width: 45%;
        margin: 1%
    }
}

.sponsors-list .sponsor img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px
}

.testimonial-slider {
    width: 100%;
    margin: 0px auto 0;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

@media(max-width: 768px) {
    .testimonial-slider {
        margin: 0px auto 0
    }
}

.testimonial-slider .flickity-page-dots {
    position: relative;
    display: none;
    bottom: inherit
}

.testimonial-slider .flickity-page-dots .dot {
    background: #787878
}

.testimonial-slider .flickity-page-dots .dot.is-selected {
    background: #034f58
}

.testimonial {
    position: relative;
    width: 100%;
    margin: 50px auto
}

.testimonial .testimonial-copy {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%
}

@media(max-width: 1199px) {
    .testimonial .testimonial-copy {
        width: 90%
    }
}

.testimonial .testimonial-copy img {
    max-width: 90%
}

.testimonial .testimonial-copy h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    color: #ff1ed8;
    margin-bottom: 10px;
    margin-top: 10px
}

.testimonial .testimonial-copy p {
    color: #fff
}

@media(max-width: 1199px) {
    .testimonial .testimonial-copy h3 {
        margin-top: 10px;
        font-size: 1.25em;
        margin-bottom: 10px
    }
}

@media(max-width: 768px) {
    .testimonial .testimonial-copy h3 {
        font-size: 0.875em;
        margin-bottom: 5px
    }
}

.ticket-set {
    margin-bottom: 40px
}

.ticket-set:last-child {
    margin-bottom: 0
}

div#ticketDescription {
    padding: 20px 0;
    display: none
}

.ticket-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.ticket-item:last-child {
    margin-bottom: 0
}

@media(max-width: 1100px) {
    .ticket-item {
        display: block
    }
}

@media(max-width: 1199px) {
    .ticket-item-info {
        margin-bottom: 30px
    }
}

@media(max-width: 768px) {
    .ticket-item-info {
        margin-bottom: 15px
    }
}

.ticket-item-title {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media(max-width: 1199px) {
    .ticket-item-title {
        font-size: 24px
    }
}

.ticket-item-subtitle {
    font-size: 12px
}

.ticket-item-tiers {
    margin: 0px auto 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.ticket-item-tier {
    border-radius: 20px;
    padding: 20px;
    align-items: center;
    background: #fff;
    color: #000;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 300ms ease, box-shadow 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.475)
}

.ticket-item-tier:hover {
    background: #034f58;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000;
    transform: translateY(-10px);
    z-index: 1
}

.ticket-item-tier:hover .ticket-item-tier-action {
    background: #fff;
    color: #034f58
}

.ticket-item-tier:hover .ticket-item-tier-description {
    color: #fff
}

.ticket-item-tier:hover .ticket-item-tier-label {
    color: #fff
}

.ticket-item-tier:hover .ticket-item-tier-price {
    color: #fff
}

.ticket-item-tier.ticket-item-status-unavailable {
    opacity: .45;
    pointer-events: none
}

.ticket-item-tier.ticket-item-status-sold-out {
    opacity: .45;
    pointer-events: none
}

.ticket-item-tier.ticket-item-status-sold-out .ticket-item-tier-action {
    background-color: red
}

.ticket-item-tier:first-child {
    margin-left: 0
}

.ticket-item-tier:last-child {
    margin-right: 0
}

@media(max-width: 1100px) {
    .ticket-item-tier {
        flex-grow: 0
    }
}

@media(max-width: 700px) {
    .ticket-item-tier {
        margin: 0 0px 5px 0
    }
}

.ticket-item-tier-label {
    font-size: 24px;
    line-height: 1;
    padding: 15px;
    font-weight: 700;
    color: #034f58
}

@media(max-width: 1199px) {
    .ticket-item-tier-label {
        font-size: 21px
    }
}

@media(max-width: 768px) {
    .ticket-item-tier-label {
        font-size: 16px;
        padding: 10px
    }
}

.ticket-item-tier-price {
    font-size: 6em;
    line-height: 1;
    padding: 30px 0 30px 0;
    position: relative;
    transition-property: color, text-shadow;
    font-weight: 900;
    letter-spacing: -1px;
    color: #ff1ed8
}

@media(max-width: 1199px) {
    .ticket-item-tier-price {
        font-size: 3em
    }
}

.ticket-item-status-sold-out .ticket-item-tier-price:after {
    background: url(../img/sold-out.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    height: 50px;
    left: 0;
    right: 0;
    position: absolute;
    top: 20%;
    width: 100%
}

.ticket-item-tier-action {
    font-size: 22px;
    border-radius: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    padding: 15px 30px;
    width: fit-content;
    background: #9df4ec;
    color: #034f58
}

@media(max-width: 1199px) {
    .ticket-item-tier-action {
        font-size: 21px
    }
}

@media(max-width: 768px) {
    .ticket-item-tier-action {
        font-size: 16px;
        padding: 15px 25px
    }
}

.ticket-item-size-normal {
    width: 31%;
    margin: 1%
}

@media(max-width: 1199px) {
    .ticket-item-size-normal {
        width: 32%
    }
}

@media(max-width: 768px) {
    .ticket-item-size-normal {
        width: 100%;
        margin: 0 0 10px
    }
}

.ticket-item-size-full_width {
    width: 100%
}

.ticket-item-size-full_width .ticket-item-tier-action {
    text-align: left;
    padding-left: 25px
}

.ticket-item-status-hidden {
    display: none
}

.info.full_width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px
}

.info.full_width .ticket-item-tier-label {
    font-size: 40px;
    padding: 0
}

@media(max-width: 1199px) {
    .info.full_width .ticket-item-tier-label {
        font-size: 32px
    }
}

@media(max-width: 768px) {
    .info.full_width .ticket-item-tier-label {
        font-size: 20px;
        text-align: left
    }
}

.full-width-tickets .full-ticket {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px
}

.full-width-tickets .ticket-item-info {
    width: 100%
}

.full-width-tickets .ticket-item-tier-action {
    text-align: left;
    padding-left: 25px
}

@media(max-width: 768px) {
    .full-width-tickets .ticket-item-tier-action {
        text-align: center
    }
}

.full-width-tickets .ticket-item-tier-label {
    padding-top: 0;
    font-size: 40px
}

@media(max-width: 1199px) {
    .full-width-tickets .ticket-item-tier-label {
        font-size: 32px
    }
}

@media(max-width: 768px) {
    .full-width-tickets .ticket-item-tier-label {
        font-size: 24px
    }
}

.grid-31 .button {
    min-width: unset !important;
    font-size: 1rem !important;
}

.grid-31 h4 {
    font-size: 1.25rem;
    color: #9df4ec !important;
}

.site-video iframe{
    border: 12px solid #fff!important;
}

.ice-cream-divider{
    background-image: url(../img/Scooped_2026_SiteDivider.jpg);
    height:114px;
    width:100%;
    border-top:8px solid #fff;
    border-bottom:8px solid #fff;
}

.modula-gallery.modula-gallery-initialized .modula-items .modula-item {
    border-radius: 16px!important;
}