html.TICKETS {
    overflow-y: auto !important;
}
html {
    /*padding-top: 50px;*/
}
.popup-active.TICKETS .popup-notice {
    display: none;
}
.popup-notice {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.5);
    padding-top: 15%;
    /* text-align: center; */
} 
.popup-active {
    overflow-y: hidden;
}
.popup-notice-inner {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    border: 30px #40006e solid;
    background: #fff;
    padding:20px;
    font-size: 18px;
    /* text-transform: uppercase; */
    /* text-align: center; */
}

.popup-notice-close {
    background:transparent;
    border: none;
    top: -35px;
    font-size: 30px;
    color: #fff;
    right: -30px;
    position: absolute;
}
.popup-notice-close:hover {
    color: #000;
}

.popup-notice .popup-notice-inner {
    font-family: Gotham-Book;
}

.popup-notice-inner strong {
    /* font-family: GothamMedium; */
}
.popup-notice-inner p {
    margin-bottom: 8px;
    font-size: 18px;
}
.popup-notice-inner img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}
/* .popup-notice-inner strong:nth-child(2) {
    margin-bottom: 10px;
    font-size: 22px;
}
.popup-notice-inner strong:nth-child(5) {
    margin-bottom: 4px;
} */
.popup-notice-inner a {
    font-size: 18px;
}

.popup-notice-inner .emph {
    font-family: 'GoboldThin';
    font-size: 2.5rem;
}

.popup-notice .button {
    display: inline-block;
    padding: 1rem 1.5rem;
    background: #71e2ff;
    color: #40006e;
    transition: all 0.3s ease-in-out;
    margin-top: 1rem;
    font-family: 'GothamMedium';
}
.popup-notice .button:hover {
    color: #71e2ff;
    background: #40006e;
}

.popup-notice-ctas {
    text-align: center;
}

@media (max-width: 768px) {
	.popup-notice-inner {
	    width: auto;
	    max-width: 100%;
	    font-size: 15px;
	    line-height: 1.1;
	}
	.popup-notice-inner strong:nth-child(2) {
	    font-size: 18px;
	}
	.popup-notice-inner p, .popup-notice-inner a {
	    font-size: 15px;
	}
    .popup-notice-inner .emph {
        font-size: 1.5rem;
    }
}