body {
    font-family: var(--main-font), sans-serif;
    font-weight: normal;
    font-size: 14px;
}

address {
    font-style: normal;
}

h1 {
    font-family: var(--header-font), sans-serif;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
}

h2 {
    font-family: var(--header-font), sans-serif;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
}

h3 {
    font-family: var(--header-font), sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0;
}

h4, .ListingFullWidth h3 {
    font-family: var(--header-font), sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}

p {
    margin: 1em 0;
}

ul {
    padding-left: 1rem;
}

.venue-details {
    margin: 0;
}

.event-details td, .venue-details td {
    padding: 0.225rem 0;
    vertical-align: top;
}

.form-help-text {
    font-style: italic;
    margin-left: 25%;
    opacity: 0.8;
    padding: 0 0.5rem 0 0.5rem;
    margin-top: 2.5rem;
}

.values h4 {
    color: #43a6cf;
    font-size: 14px;
    font-weight: 400;
}

.values p {
    margin: 0;
}

.main-nav li a {
    font-size: 18px;
}

.monospace {
    font-family: monospace;
}

.bold {
    font-weight: bold;
}

.links a {
    font-size: 14px;
    margin: 0.25rem;
}

.links a:hover {
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}

form#subscriptions > table {
    width: 100%;
}

form#subscriptions > table > .right {
    text-align: right;
}

form#subscriptions > table  input {
    vertical-align: middle;
}

.ticket-block-table {
    display: table;
    width: 100%;
}

.ticket-block-row {
    display: table-row;
}

.ticket-block-cell {
    display: table-cell;
    width: 50%;
}

div.ticket-block-cell > p:last-child {
    padding-bottom: 0;
}

.no-top-bottom-para-margins p {
    margin: 0.225rem 0;
}

.no-top-bottom-para-margins p:first-child {
    margin-top: 0;
}

.no-top-bottom-para-margins p:last-child {
    margin-bottom: 0;
}

.small {
    font-size: small;
}

.large {
    font-size: large;
}

@media only screen and (max-width: 767px) {
    .ticket-block-row {
        display: initial;
    }

    .ticket-block-cell {
        display: initial;
        width: 100%;
    }

    div.ticket-block-cell > p:last-child {
        padding-bottom: 10px;
    }
}
