#newsletter_alert_bar {
    background-color: #DE2B2B;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
    padding: 10px 0;
    margin: 0;
}

.btn-newsletter-close {
    font-size: 16px;
    padding: 2px 5px;
    color: #FFFFFF;
    transition: all .3s ease;
}

.btn-newsletter-close:hover,
.btn-newsletter-close:focus,
.btn-newsletter-close:target,
.btn-newsletter-close:active {
    color: #FFFFFF;
    box-shadow: none;
}

.btn-newsletter-close:focus,
.btn-newsletter-close:target,
.btn-newsletter-close:active {
    outline: 5px auto -webkit-focus-ring-color;
}

#main_navigation a.navbar-brand {
    display: block;
}

#main_navigation .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 5px 14px;
    letter-spacing: .5px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .54);
}

#main_navigation .navbar-nav .nav-item .nav-link:hover,
#main_navigation .navbar-nav .nav-item .nav-link:focus,
#main_navigation .navbar-nav .nav-item .nav-link:target,
#main_navigation .navbar-nav .nav-item .nav-link:active {
    color: #DE2B2B;
}

#main_navigation .nav-item.nav-link-active a.nav-link {
    color: #DE2B2B;
}

#main_navigation .dropdown-menu {
    background-color: #262626;
    border: 0;
    border-radius: 0px;
    padding: 0;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
}

#main_navigation .dropdown-item {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: 10px;
    color: #FFFFFF;
    white-space: normal;
    border-radius: 0;
    transition: all .3s ease;
}

#main_navigation .dropdown-item {
    border-bottom: 1px solid #000000;
}

#main_navigation .dropdown-item:last-of-type {
    border-bottom: 0;
}

#main_navigation .dropdown-item:hover,
#main_navigation .dropdown-item:focus {
    color: #DE2B2B;
    background-color: #111111;
    box-shadow: none;
}

#main_navigation .dropdown-toggle::after {
    display: none;
}

#main_navigation .dropdown.show a.nav-link:before {
    display: none;
}

#main_navigation .dropdown:hover a.nav-link {
    color: #DE2B2B;
    transition: all .1s ease;
}

#main_navigation .cta-btn {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: .5;
    padding: 15px 20px;
    border-radius: 0;
    margin-left: 20px;
}

#main_navigation .nav-link .fa-external-link-alt {
    vertical-align: top;
    font-size: 6px;
    margin-left: 2.5px;
    margin-top: 6px;
}

#right_navbar {
    align-items: center;
}

@media (min-width: 1200px) {
    #main_navigation {
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
        transition: all .3s ease;
    }

    #main_navigation.navbar-scrolled {
        padding: 15px 0;
        background-color: rgba(0, 0, 0, 1);
    }

    .navbar-brand .main {
        width: 98px;
        height: 42px;
        margin-right: 0 !important;
        transition: all .3s ease;
    }

    .navbar-brand .sub {
        width: 89px;
        height: 30px;
        margin-left: 15px;
        margin-right: 0 !important;
        transition: all .3s ease;
    }

    #main_nav_menu .navbar-nav {
        margin-left: auto;
        margin-right: auto;
    }

    #right_navbar {
        width: 207px;
        display: flex;
        justify-content: flex-end;
    }

    #main_navigation .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
        right: 0;
    }

    #fullwidth-video {
        height: calc(98vh - 123px);
        max-height: 850px;
        min-height: 700px;
        margin-top: -102px;
    }

    #fullwidth-video .video-text,
    #fullwidth-video .hero-text {
        padding-top: 123px;
    }

    .hero-logo-asf {
        width: 350px;
    }

    .hero-logo-sub {
        width: 150px;
    }

    .hero-date-graphic {
        width: 150px;
    }
}

@media (max-width: 1199.98px) {
    #main_navigation {
        background-color: #000000;
        padding: 15px;
    }

    .navbar-nav {
        padding: 15px 0;
    }

    a.navbar-brand {
        margin: 0 !important;
    }

    .navbar-brand .main {
        /* width: 76px;
        height: 35px; */
        width: 91px;
        height: 42px;
        margin-right: 0 !important;
        transition: all .3s ease;
    }

    .navbar-brand .sub {
        /* width: 74px;
        height: 25px; */
        width: 89px;
        height: 30px;
        margin-left: 15px;
        margin-right: 0 !important;
        transition: all .3s ease;
    }

    #main_navigation .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 12px 0;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }

    #main_navigation .cta-btn {
        margin-left: 15px;
    }

    .hero-logo-asf {
        width: 325px;
    }

    .hero-logo-sub {
        width: 135px;
    }

    .hero-date-graphic {
        width: 135px;
    }
}

@media (max-width: 991.98px) {
    .hero-logo-asf {
        width: 300px;
    }

    .hero-logo-sub {
        width: 125px;
    }

    .hero-date-graphic {
        width: 125px;
    }
}

@media (max-width: 767.98px) {
    .hero-logo-asf {
        width: 275px;
    }

    .hero-logo-sub {
        width: 125px;
    }

    .hero-date-graphic {
        width: 125px;
    }
}

@media (max-width: 575.98px) {
    .hero-logo-asf {
        width: 250px;
    }

    .hero-logo-sub {
        width: 115px;
    }

    .hero-date-graphic {
        width: 115px;
    }
}

.navbar-toggler .icon-bar {
    background-color: #FFFFFF;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #FFFFFF;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #FFFFFF;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.ticket-type-box {
    padding: .85rem 1rem .75rem 1rem;
}

.ticket-type-box p {
    margin-bottom: 0;
}

.table .ticket-includes {
    min-width: 210px;
}

.table .day-of-week {
    min-width: 56px;
    text-align: center;
}

.table .time {
    min-width: 140px;
}

.table .seat-type {
    min-width: 200px;
}

.table .location {
    min-width: 200px;
}

.footer-logo {
    width: 208px;
    margin-bottom: 1.75rem;
}

ul.sm-nav-footer {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sm-nav-footer li {
    list-style-type: none;
    display: inline-block;
}

.sm-nav-footer li a {
    font-size: 1.25rem;
    padding: .5rem;
    color: #FFF !important;
    transition: all .3s ease;
}

.sm-nav-footer li a:before {
    display: none;
}

.sm-nav-footer li a:hover,
.sm-nav-footer li a:focus {
    color: #CBD3DA !important;
    transition: all .3s ease;
}

ul.sm-nav-footer-small {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sm-nav-footer-small li {
    list-style-type: none;
    display: inline-block;
}

.sm-nav-footer-small li a {
    font-size: 14px;
    padding: .15rem;
    color: #FFF !important;
    transition: all .3s ease;
}

.sm-nav-footer-small li a:before {
    display: none;
}

.sm-nav-footer-small li a:hover,
.sm-nav-footer-small li a:focus {
    color: #CBD3DA !important;
    transition: all .3s ease;
}

@media (max-width: 1199.98px) {
    .sm-nav-footer-small li a {
        font-size: 1.25rem;
        padding: .15rem .3rem;
    }
}

ul.contact-links {
    padding: 0;
    margin: 0;
}

.contact-links li {
    list-style-type: none;
}

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

.contact-links li a {
    font-size: 1rem;
    padding: .25rem 0;
    color: #FFF;
    display: block;
    border-radius: 30px;
}

.contact-links li a:hover,
.contact-links li a:focus,
.contact-links li a:target,
.contact-links li a:active {
    color: #FFF;
    background-color: rgba(255, 255, 255, .25);
    text-decoration: none;
}

ul.white-list {
    padding: 0;
    margin: 0;
}

.white-list li {
    list-style-type: none;
}

.white-list li a {
    font-size: .9rem;
    padding: .25rem 0;
    color: #FFF;
    display: block;
}

.white-list li a:hover,
.white-list li a:focus,
.white-list li a:target,
.white-list li a:active {
    color: #FFF;
}

.opacity-0 {
    opacity: 0 !important;
}

.footer-external-icon {
    font-size: 9px !important;
    vertical-align: top !important;
    margin-top: 5px !important;
    margin-left: 4px !important;
}

footer a:not(.btn) {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #FFF;
    transition: all .3s ease;
}

footer a:not(.btn):hover,
footer a:not(.btn):focus,
footer a:not(.btn):target,
footer a:not(.btn):active {
    color: #FFF;
    text-decoration: none !important;
}

footer a:not(.btn):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #DE2B2B;
    transition: all .3s ease;
}

footer a:not(.btn):before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

footer a:not(.btn):hover:before,
footer a:not(.btn):focus:before {
    background-color: #AB2526;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}