
.c1, .c2 {
    height:20px;
}
button.ui-try-button-sm {
    width:245px;
}
.center-align {
    justify-self:center;
}
.event-container {
    margin:20px;
}
.spacer {
    grid-column:span 12;
    padding:15px 0;
}
.grid-container {
    grid-row-gap:15px;
}
.grid-container .desc {
    font-style:italic;
    padding:5px;
}
.event-container .event-row {
    grid-column:span 12;
    padding:0 0 10px 0;
}
.er-top{
    grid-column:span 9;
    padding:0 0 10px 0;
}
.er-logo {
    grid-column:10/ span 3;
}
.er-logo img {
    width:100%;
    max-width:200px;
    height:auto;
    margin-top:10px;
    border: 1px solid #999;
}
.event-container .rcol {
    grid-column:2 / span 10;
    color:#666666;
}
.event-container .lcol {
    grid-column:1 / span 1;
    font-size:20px;
    margin-top:2px;
}
.event-container .h2 {
    text-align:left;
    margin:5px 0;
}
.h2 span, .small-sub {
    font-size:15px;
    color:#333333;
}
button a {
    text-decoration:none;
    font-weight:700;
}
.marquee {
    background-color:#000000;
    position:relative;
}
.marquee .event-header {
    color:#e5e5e5;
    grid-column:span 12;
    font-weight: 900;
    padding: 10px 0 0 10px;
    font-size: 18px;
}
.marquee .top {
    background-color:#000000;
    grid-column:span 12;
    height:100px;
    color:#eeeeee
}
.marquee .bottom {
    background-color:#eeeeee;
    grid-column:span 12;
    height:100px;
}
.slogo {
    background-color:#ffffff;
    width:200px;
    position:absolute;
    top:40px;
    left:calc(50% - 100px);
    display:block;
    border-radius:10px;
    border:1px solid #999999;
}
.slogo img {
    width:auto;
    height:150px;
    padding:10px 0 10px 25px;
}
.select-title {
    grid-column:span 5;
    margin-top:15px;
}
.select-box {
    grid-column:span 7;
}
.ticket-qty .select-box {
    width:90px;
}
.go-back {
    grid-column:1 / span 4;
    justify-self:left;
    text-decoration:none;
    color:#77bc45 !important;
}
.ticket-selection {
    /* align-items:center; */
    grid-row-gap:30px;
}
.ticket-selection .ticket-name {
    grid-column:span 6;
}
.ticket-selection .ticket-name span, .ticket-selection .subtotal .subtotal-num {
    font-size:16px;
    color:#666666;
    font-weight:500;
    font-style:italic;
}
.ticket-selection .ticket-qty {
    grid-column:span 6;
    text-align:right;
    width:100%;
    justify-self:right;
}
.ticket-selection .ticket-price {
    padding-top:10px;
    font-size:20px;

    grid-column:11 / span 2;
    font-weight:700;
}
.ticket-selection .subtotal {
    grid-column:10 / span 3;
}
.ticket-selection .ticket-name, .ticket-selection .subtotal {
    font-size:18px;
    font-weight:700;
}
.ticket-selection .subtotal, .ticket-selection .subtotal-num {
    font-size:20px !important;
}
.sub-middle-copy {
    font-size:14px;
    color:#333333;
}
.loc-copy-name {
    font-size:18px;
    color:#002244;
}
.sub-title {
    padding:0 0 20px 0;
    margin:0;
}
.sub-text {
    font-size:12px;
    color:#000000;
}
.access-code {
    background-color:#eeeeee;
    color:#002244;
    width:100vw;
    height:100vh;
    position:absolute;
    top:75px;
    left:0;
    display:block;
    padding:20px;
    z-index:999;
}
.access-code-off {
    display:none;
}
.half-l, .half-r {
    width:50%;
    float:left;
    font-size: 18px;
    font-weight: 700;
}
.half-l span, .half-r span {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    font-style: italic;
}
.half-r {
    padding-left:10px;
    box-sizing: border-box;
}
.half-r .ac {
    width:90%;
    max-width:200px;
}
error-msg {
    color:red;
}
.error-border {
    border:3px solid red;
}

@media (max-width: 468px) {
    .er-top{
        grid-column:span 8;
        padding:0 0 10px 0;
    }
    .er-logo {
        grid-column:9/ span 4;
    }
}
