﻿@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #000000;
}

footer {
    font-size: 14px;
}

p {
    font-size: 14px;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

/* Header Image Changes */
.layout-brandlogo {
    width: 100%;
}

.header-top {
    text-align: center;
}

/* START - Setup Main View */
.mainView {
    min-height: 400px;
}

main {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (max-width:768px) {
    .mainView {
        min-height: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    main {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
/* END - Setup Main View */

/* START - Pin Page */
.pin-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .pin-container > .row {
        display: flex !important;
        flex-direction: column !important;
    }

.pin-header {
    text-align: left;
    padding: 20px 50px;
    margin: 0px auto;
    font-size: 2.5rem;
}

.pin-description {
    text-align: left;
    font-size: 1.5rem;
    padding: 0px 50px;
}

.pin-input {
    padding: 0px 35px;
    text-align: center;
}

.pin-control {
    margin: 32px auto 32px auto;
    max-width: 500px;
}

    .pin-control > input[type="text"] {
        font-size: 1.5rem !important;
    }

@media (max-width:768px) {
    .pin-header {
        padding: 0px 15px 15px 15px;
    }

    .pin-description {
        padding: 0px 15px;
    }

    .pin-input {
        padding: 0px 0px;
    }

    .pin-container {
    }

    .pin-control {
        max-width: none;
    }

    .pin-submit > .btn-primary {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* END - Pin Page */

/* START - Gift Select Page */
.giftcard-container {
    padding: 15px;
    background-color: #FFFFFF;
}

    .giftcard-container > .row {
        justify-content: center;
        align-content: center;
    }

.giftcard-header {
    text-align: left;
    padding: 20px 50px;
    margin: 0px auto;
    color: #006AC3;
    font-size: 2.5rem;
}

.giftcard-description {
    text-align: center;
    padding: 0px 15px 15px 15px;
}

ul.giftcard-list {
    margin-bottom: 0px !important;
}

li.giftcard-ticket {
    max-width: 250px;
    margin: 10px;
    display: inline-grid;
}

    li.giftcard-ticket:last-child {
        margin-bottom: 0px !important;
    }

.giftcard-image {
    max-height: 150px;
}

@media (max-width:768px) {
    li.giftcard-ticket {
        max-width: 185px;
    }
}

.giftcard-ticket img {
    margin-bottom: 10px;
}
/* END - Gift Select Page*/

/* START - Confirm Page*/
.confirm-container {
    padding: 15px;
    background-color: #FFFFFF;
}

    .confirm-container > .row {
        justify-content: center;
        align-content: center;
    }

.confirm-header {
    text-align: left;
    padding: 20px 50px;
    margin: 0px auto;
    color: #006AC3;
    font-size: 2.5rem;
}

.confirm-header-description {
    padding-bottom: 14px;
}

.confirm-description {
    font-size: 1.5rem;
    padding-bottom: 16px;
}

.confirm-copy {
    font-size: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .confirm-text {
        padding-top: 1em;
    }
}

.confirm-text {
    padding-bottom: 1em;
}

.confirm-buttons {
    padding-top: 1em;
    text-align: right;
}
/* END - Confirm Page*/

/* START - Registration Page */
.registration-container {
    padding: 15px;
    background-color: #FFFFFF;
}

    .registration-container > .row {
        justify-content: center;
        align-content: center;
    }

.registration-header {
    text-align: center;
    padding: 0px 15px 15px 15px;
    margin: 0px auto;
    color: #000000;
    font-size: 2.5rem;
}

.registration-description {
    padding: 0px 50px 14px 50px;
}

.registration-required {
    padding: 0px 50px 14px 50px;
}

.registration-form {
    padding: 0px 30px 0px 30px;
}

    .registration-form .form-control {
        margin-bottom: 7px;
    }

label.registration-form-description {
    color: #23536E;
    font-weight: bold;
}

.registration-buttons {
    text-align: right;
}

    .registration-buttons > .btn-prev {
        display: none;
    }

@media (max-width:768px) {
    .registration-form {
        padding: 0px 0px 0px 0px;
    }
}

/* END - Registration Page */
/* START - Congrats Page*/
.congrats-header {
    text-align: left;
    padding: 0px 15px 15px 15px;
    margin: 0px auto;
    color: #006AC3;
    font-size: 2.5rem;
}

.congrats-container {
    padding: 15px;
    background-color: #FFFFFF;
}

    .congrats-container > .row {
        justify-content: center;
        align-content: center;
    }

.congrats-description {
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .congrats-description {
        margin: 1em 0px;
    }

    .congrats-image {
        padding: 0px 1em;
    }
}
/* END - Congrats Page*/
/*.step-description {
    margin: 0 0 20px 0;
}*/
/* START - Button Styles */
.btn-primary {
    color: #FFFFFF;
    background-color: #23536E;
    border: 1px solid #23536E;
    border-radius: 0px !important;
    font-size: 1.5rem !important;
}

    .btn-primary:hover {
        background-color: #2E6E94;
        border: 1px solid #2E6E94;
    }

    .btn-primary:active, .btn-primary:focus {
        color: #ffffff !important;
        background-color: #2E6E94 !important;
        border: 0px !important;
        box-shadow: 0 0 0 0.2rem rgba(32, 181, 183, 0.5) !important;
    }

    .btn-primary:disabled {
        background-color: #708AA5 !important;
        border: 1px solid #708AA5 !important;
    }

@media (max-width:576px) {
    .btn-primary {
        margin-bottom: 8px;
    }
}

a.btn-primary {
    color: #ffffff;
}

.btn-secondary {
    color: #FFFFFF;
    background-color: #23536E;
    border: 1px solid #23536E;
    border-radius: 0px !important;
    font-size: 1.5rem !important;
}

    .btn-secondary:hover {
        background-color: #2E6E94;
        border: 1px solid #2E6E94;
    }

    .btn-secondary:active, .btn-secondary:focus {
        color: #ffffff !important;
        background-color: #2E6E94 !important;
        border: 0px !important;
        box-shadow: 0 0 0 0.2rem rgba(32, 181, 183, 0.5) !important;
    }

    .btn-secondary:disabled {
        background-color: #708AA5 !important;
        border: 1px solid #708AA5 !important;
    }

@media (max-width:576px) {
    .btn-secondary {
        margin-bottom: 8px;
    }
}

a.btn-secondary {
    color: #ffffff;
}

.btn-next {
    padding: 10px;
    width: 200px;
}

.btn-prev {
    padding: 10px;
    width: 200px;
}
/* END - Button Styles */

/* START - Navigation */
.navbar {
    background-color: #FFFFFF !important;
}

.nav-container {
}

@media only screen and (max-width: 576px) {
    .nav-container {
        padding: 0px 20px !important;
        justify-content: flex-end !important;
    }
}

.navbar > .container {
}

/* START - Change Height */
.navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/* END - Change Height */

.navbar-nav {
}

/* START - Add Pipes */
.nav-link {
    color: #000000 !important;
    white-space: nowrap;
}

#options-nav li > a {
    border-right: 1px solid currentColor !important;
}

#options-nav li:last-child > a {
    border-right: 0 !important;
}

@media only screen and (max-width: 576px) {
    #options-nav li > a {
        border-right: 0 !important;
        text-align: center;
    }

    .nav-item {
        padding: 8px;
        font-size: 1.25em;
    }
}
/* END - Add Pipes */
/* END - Navigation */

/* START - Offline Page */
.message-container {
    padding: 3em;
    background-color: #FFFFFF;
}

    .message-container > .row {
        justify-content: center;
        align-content: center;
    }

.message-header {
    text-align: center;
    padding: 20px 50px;
    margin: 0px auto;
    color: #006AC3;
    font-size: 2.5rem;
}

/* END - Offline Page */

/* Location Page */
.location-details {
    padding: 16px 0px;
    color: #FFFFFF;
}

.location-giftcards {
    padding-bottom: 16px;
}

.location-row1 {
    background-color: #244C5A;
    padding: 16px 0px;
}

.location-row2 {
    padding: 0px 16px;
}

.location-row3 {
    padding: 16px 0px;
}

    .location-row3 p {
        padding-bottom: 16px;
    }

.location-header {
    text-align: center;
    padding: 0px 0px 15px 0px !important;
}

    .location-header > h1 {
        font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
        color: #FFFFFF;
    }

.location-col1 {
    padding-top: 16px;
}

    .location-col1 > h2 {
        font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
        color: #244C5A;
    }

    .location-col1 > h3 {
        font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
        color: #A4B2B8;
    }

.location-col1-footer {
    font-size: 0.8rem;
}

.location-col2 {
    padding-top: 16px;
}

    .location-col2 > h2 {
        font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
        color: #244C5A;
    }

    .location-col2 > h3 {
        font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
        color: #A4B2B8;
    }

.signup-header > h2 {
    font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
    color: #244C5A;
}

.signup-copy {
    padding-bottom: 32px;
}

.signup-form {
    padding-bottom: 32px;
}

.signup-footer > h1 {
    font-size: 1.5rem;
    font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
    color: #244C5A;
}

.signup-form-approval {
    padding-bottom: 16px;
}

.signup-congrats-copy {
    text-align: center;
    word-wrap: break-word;
}

.referrer-preheader {
    padding-bottom: 16px;
}

.referrer-header > h2 {
    font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
    color: #244C5A;
}

.referrer-form-footer {
    padding-bottom: 16px;
}

ol.referrerList {
    counter-reset: list;
    padding-top: 16px;
    padding-left: 0px !important;
}

    ol.referrerList > li {
        list-style: none;
    }

        ol.referrerList > li:before {
            content: counter(list) ") ";
            counter-increment: list;
            padding-right: 16px;
        }

.referrer-form-header {
    padding: 16px 15px;
}

    .referrer-form-header > h2 {
        font-family: 'Bebas Neue', cursive, Helvetica Neue, Helvetica, sans-serif;
        font-size: 1.8rem;
    }

.addSection {
    padding-bottom: 16px;
}

.addButton {
    margin-right: 16px;
}

.referrer-submit {
    margin-top: 32px;
}

ol.signup-list {
    counter-reset: list;
}

    ol.signup-list > li {
        list-style: none;
        position: relative;
    }

        ol.signup-list > li:before {
            content: counter(list) ")";
            counter-increment: list;
            left: -40px;
            padding-right: 10px;
            position: absolute;
            text-align: right;
            width: 40px;
        }
