﻿@font-face {
    font-display: fallback;
    font-family: ChevySans;
    font-style: normal;
    font-weight: 500;
    src: url("/imageref/ChevySans-Medium.woff2") format("woff2"),url("/imageref/ChevySans-Medium.woff") format("woff")
}

@font-face {
    font-display: fallback;
    font-family: ChevySans;
    font-style: italic;
    font-weight: 500;
    src: url("/imageref/ChevySans-MediumItalic.woff2") format("woff2"),url("/imageref/ChevySans-MediumItalic.woff") format("woff")
}

@font-face {
    font-display: fallback;
    font-family: ChevySans;
    font-style: normal;
    font-weight: 600;
    src: url("/imageref/ChevySans-Demi.woff2") format("woff2"),url("/imageref/ChevySans-Demi.woff") format("woff")
}

@font-face {
    font-display: fallback;
    font-family: ChevySans;
    font-style: normal;
    font-weight: 700;
    src: url("/imageref/ChevySans-Bold.woff2") format("woff2"),url("/imageref/ChevySans-Bold.woff") format("woff")
}

@font-face {
    font-display: fallback;
    font-family: ChevySans;
    font-style: italic;
    font-weight: 700;
    src: url("/imageref/ChevySans-BoldItalic.woff2") format("woff2"),url("/imageref/ChevySans-BoldItalic.woff") format("woff")
}

@font-face {
    font-display: fallback;
    font-family: ChevySansCondensed;
    font-style: normal;
    font-weight: 400;
    src: url("/imageref/ChevySans-CondensedRegular.woff2") format("woff2"),url("/imageref/ChevySans-CondensedRegular.woff") format("woff")
}

@font-face {
    font-display: fallback;
    font-family: ChevySansCondensed;
    font-style: normal;
    font-weight: 900;
    src: url("/imageref/ChevySans-CondensedBlack.woff2") format("woff2"),url("/imageref/ChevySans-CondensedBlack.woff") format("woff")
}

html {
    box-sizing: border-box;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: ChevySans, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: gray;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer {
    background-color: #ffffff;
}

.footer-bottom {
    padding: 0px 30px;
    color: gray;
    font-family: ChevySans, Arial, sans-serif;
    font-weight: 300;
    background-color: #ffffff;
    font-size: 11px !important;
    padding-bottom: 32px;
}

    .footer-bottom > p {
        font-size: 11px !important;
    }

    .footer-bottom > a {
        color: gray;
    }

@media (max-width:768px) {
    .footer-bottom {
        padding: 0px 30px;
    }
}

p {
    font-size: 14px;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

/* Header Image Changes */
.layout-brandlogo {
    width: 600px !important;
}

/*@media (max-width:1024px) {
    .layout-brandlogo {
        height: 100px !important;
    }
}*/

.header-top {
    text-align: center;
}

/* START - Setup Main View */
.mainView {
    min-height: 400px;
}

main {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (max-width:768px) {
    main {
        padding-top: 0px;
    }

    .mainView {
        min-height: 0px;
        padding-left: 15px;
        padding-right: 15px;
        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: 2rem;
}

.pin-description {
    text-align: left;
    font-size: 1rem;
    padding: 0px 50px 20px 50px;
}

.pin-form {
    padding: 0px 50px;
}

.pin-input {
    padding: 0px 0px;
    text-align: center;
}

.pin-formcopy {
    padding: 0px 0px;
    text-align: left;
    font-size: 1.5rem;
}

.pin-control {
    margin: 0px auto 0px auto;
    /*max-width: 500px;*/
}

    .pin-control > input[type="text"] {
        font-size: 1.5rem !important;
    }

.pin-submit > .btn-primary {
    border-radius: 0px !important;
    padding: 0em 2em !important;
}

@media (max-width:768px) {
    .pin-header {
        padding: 0px 15px 15px 15px;
    }

    .pin-description {
        padding: 0px 15px 15px 15px;
    }

    .pin-input {
        padding: 0px 0px;
    }

    .pin-container {
    }

    .pin-control {
        max-width: none;
    }

    .pin-form {
        padding: 0px 15px;
    }

    .pin-submit > .btn-primary {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-bottom: 0px !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: center;
    font-size: 2rem;
    font-weight: 300;
    margin: 10px 0 20px 0
}

.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-header {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin: 10px 0 20px 0
}

.registration-description {
    margin-bottom: 20px;
}

.registration-required {
    margin-bottom: 20px
}

.registration-buttons {
    text-align: center;
}

    .registration-buttons > a, .registration-buttons > input {
        margin: 10px 10px 10px 10px
    }

.sendviaemail-buttons {
    padding-bottom: 20px;
}
/* END - Registration Page*/
/* START - Registration Confirmation Page*/
.registrationconfirm-header {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin: 10px 0 20px 0
}

.registrationconfirm-description {
    margin-top: 20px;
    margin-bottom: 20px;
}

.registrationconfirm-buttons {
    text-align: center;
}

    .registrationconfirm-buttons > a, .registrationconfirm-buttons > input {
        margin: 10px 10px 10px 10px
    }

.registrationconfirm-form {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* END - Registration Confirmation Page*/
/* START - Congrats Page*/
.congrats-header {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin: 10px 0 20px 0
}

.congrats-image {
    display: none;
}

.congrats-description {
    flex-grow: 100;
    margin-bottom: 20px;
}

/* END - Congrats Page*/

/* START - Button Styles */
.btn-primary {
    color: #FFFFFF;
    background-color: #0079C1;
    border: 1px #0079C1 solid;
    font-size: 1em;
    font-weight: bold;
    border-radius: 32px;
    padding: 1em 2em;
}

    .btn-primary:hover {
        background-color: #005587;
        border: 1px #005587 solid;
    }

    .btn-primary:active, .btn-primary:focus {
        background-color: #005587 !important;
        border: 1px #005587 solid !important;
    }

    .btn-primary:disabled {
        background-color: #559BC6 !important;
        border: 1px #559BC6 solid !important;
    }

@media (max-width:576px) {
    .btn-primary {
        margin-bottom: 8px;
    }
}

a.btn-primary {
    color: #ffffff;
}

.btn-secondary {
    font-size: 1.05em;
    font-weight: bold;
}

.btn-next {
    padding: 10px;
    width: 200px;
}

.btn-prev {
    padding: 10px;
    width: 200px;
}
/* END - Button Styles */

/* START - Navigation */
.navbar {
    background-color: #0079c1 !important;
    color: #fefefe !important;
    display: none;
}

.nav-container {
}

.nav-left > p {
    font-size: 11px !important;
}

@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 {
    margin-left: unset !important;
}

/* START - Add Pipes */
.nav-link {
    color: #FFFFFF !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 */

/* START - Header */
.header-headerbar {
    background-color: #0079C1;
    color: #FFFFFF;
    height: 17px;
    width: 100%;
}

.header-content {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    align-items: center;
    padding: 20px 10px;
}

.header-logo {
    flex-grow: 1;
    padding-left: 15px;
}

    .header-logo > img {
        height: 60px;
    }

.header-keyline {
    background-color: #CACACA;
    height: 1px;
    width: 100%;
}

@media (max-width:768px) {
    .header-logo {
        min-height: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
/* END - Header */

/* START - Gift Card Secret Page */
.giftcardsecret-header {
    text-align: center;
    padding-bottom: 1em;
}

    .giftcardsecret-header > h2 {
        font-size: 22px;
    }

.giftcardsecret-reward-title {
    display: none;
}

.giftcardsecret-reward {
    padding-bottom: 1em;
}

.giftcardcode-header {
    text-align: center;
    padding-bottom: 1em;
}

    .giftcardcode-header > h2 {
        font-size: 22px;
    }

.giftcardcode-reward-title {
    display: none;
}

.giftcardcode-reward {
    padding-bottom: 1em;
}

.giftcardcode-reward-img {
    max-width: 315px;
}

.giftcardsecret-reward-img {
    max-width: 315px;
}
/* END - Gift Card Secret Page */


.footer-bottom-copyright {
    padding: 0px 65px;
}

@media (max-width:768px) {
    .footer-bottom-copyright {
        padding: 0px 30px;
    }
}

/* START - BMO 11 Styles */
.btn-BMO11 {
    color: #0079C1;
    background-color: #FFFFFF;
    border: 3px solid #0079C1;
    font-weight: 700;
}

    .btn-BMO11:hover {
        background-color: #005587 !important;
        border: 3px #005587 solid !important;
    }

a.btn-BMO11 {
    color: #0079C1;
}
/* END - BMO 11 Styles */

.giftcardsecret-details-btn {
    margin-bottom: 16px;
}
