/* Site top */

body {
    font-family: Clan, sans-serif;
    font-weight: 300;
}

a {
    color: #f04031;
}

a:hover {
    color: #f96e62;
}

.top-area {
    position: relative;
    overflow: hidden;
}

.top-image {
    position: relative;
    padding-top: 30%;
    overflow: hidden;
}

.top-image-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-image img.bg-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.top-image .logo-image {
    width: 90%;
    position: relative;
    filter: drop-shadow(1px 1px 3px #00000077);
}

b.new {
    color: #ed1c24;
}

.content {}

.test-mode-note {
    border: 1px solid red;
    background-color: white;
    color: red;
}

@media screen and (min-width: 700px) {
    .top-image .logo-image {
        width: 60%;
        max-width: 740px;
    }
}

@media screen and (min-width: 1200px) {
    .top-image {
        padding-top: 450px;
    }
}

/* Tabs */

.order-form-steps {
    background-color: #444444;
}

.order-step.current, .order-step:hover {
    background-color: #a89760;
}

.order-step span {
    font-weight: 700;
}

/* Footer */

.footer {
    background-color: #444444;
    color: white;
    height: 130px;
}

.footer-inner {
    display: block;
    width: 90%;
    max-width: 965px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
}

.footer-left {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 1.3em;
    padding-bottom: 1.1em;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-right {
    display: block;
    text-align: center;
    color: white;
    font-weight: 300;
    line-height: 150%;
}

@media screen and (min-width: 650px) {
    .footer-inner {
        display: table;
    }

    .footer-left {
        display: table-cell;
        text-align: left;
        height: 50px;
        vertical-align: top;
    }

    .footer-right {
        display: table-cell;
        text-align: right;
        height: 50px;
        vertical-align: top;
        padding-top: 1.3em;
    }
}

/* Misc */

.quantity-input a {
    background-color: #a89760;
    color: white;
}

.quantity-input a:hover {
    background-color: #857542;
}

.order-section-heading {
    font-size: 1.25rem;
    font-weight: 700;
}

.instruction-text {
    font-weight: 300;
    line-height: 135%;
    font-size: 0.875rem;
}

.instruction-text.big {
    margin-top: 2em;
}

.quantity-section .form-page-buttons {
    margin-top: 3em;
}

#TestDataButton {}

.ticket-input-row {}

.ticket-input-row .left, .ticket-input-row .middle, .ticket-input-row .right {
    font-weight: 700;
    background-color: #ebe5d3;
}

.ticket-input-row .left span {
    font-weight: 700;
    font-size: 0.6rem;
    top: 2px;
    left: -19px;
    background-color: black;
    display: none;
}

.secondary-button {
    color: #1a82c5;
    border-color: #1a82c5;
    font-family: Clan, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
}

.secondary-button:link, .secondary-button:visited {}

.secondary-button:hover, .secondary-button:active {
    background-color: #1a82c5;
}

.primary-button {
    background-color: #a89760;
    font-family: Clan, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: white;
}

.primary-button:hover, .primary-button:active {
    background-color: #857542;
    color: white;
}

.value-pack-highlight {
    background-color: #def0fe;
}

.value-pack-highlight .bulk-row>div:nth-child(3), .value-pack-highlight .ticket-input-row .left, .value-pack-highlight .ticket-input-row .middle {
    background-color: white;
}

.promo-code-box {
    background-color: #def0fe;
}

.order-total-bar {
    font-family: Clan, sans-serif;
}

.field {}

.field label {
    font-family: Clan, sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 110%;
}

.field input, .field select, .field textarea, .field .stripe-card {
    font-family: Clan, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
}

.field span.validation, .field .stripe-errors {
    font-family: Clan, sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
}

.field input:focus, .field select:focus, .field .StripeElement--focus {}

.checkbox .label {
    font-family: Clan, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
}

.entry-info-section .instruction-text {
    font-size: 0.75rem;
}

.order-review-message,
.sms-instructions {
    font-family: Clan, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 150%;
    background-color: #ebe5d3;
}

.order-section-heading>a {
    color: #f04031;
    font-family: inherit;
    font-weight: 300;
    font-size: 1rem;
}

.order-viewer .form-row {
    font-family: Clan, sans-serif;
    font-size: 1rem;
}

.order-viewer .form-row>label {
    font-family: Clan, sans-serif;
    font-weight: 700;
}

.order-viewer .form-row>span {
    font-family: Clan, sans-serif;
    font-weight: 300;
}

.order-confirmation h1 {
    font-family: Clan, sans-serif;
    font-weight: 700;
}

.content.order-confirmation p {
    font-weight: 300;
    font-family: Clan, sans-serif;
    line-height: 140%;
    font-size: 0.875rem;
}

.pdf-file-link {
    font-family: Clan, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
}

.deal-popup h2 {
    font-family: Clan, sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

.deal-popup p {
    font-weight: 300;
    font-family: Clan, sans-serif;
    font-size: 0.875rem;
}

.deal-buttons a {
    color: #a89760;
    border-color: #a89760;
    font-family: Clan, sans-serif;
}

.deal-buttons a:hover {
    background-color: #a89760;
}

.referral-checkbox-list .checkbox {
    width: 19em;
}

.email-domain-warning {
    font-family: Clan, sans-serif;
    font-style: italic;
}

.message-error {
    line-height: 140%;
    font-size: 1rem;
}

.bulk-quantity-area {
    padding-top: 1em;
}

.col-25, .col-50, .col-100 {
    padding-top: 0.1em;
}

@media screen and (min-width: 500px) {
    .order-viewer .form-row>label {
        width: 15em;
    }
}

@media screen and (min-width: 875px) {
    .quantity-section .layout-row {
        display: block;
    }

    .single-column .email-column {
        padding-top: 2.4em;
        padding-bottom: 0.5em;
        padding-right: 0;
    }
}