﻿@charset "UTF-8";

@font-face {
    font-family: 'Cheltenham';
    src: url("/content/fonts/CheltenhamBT-Roman.eot?#iefix") format("embedded-opentype"), url("/content/fonts/CheltenhamBT-Roman.woff") format("woff"), url("/content/fonts/CheltenhamBT-Roman.ttf") format("truetype"), url("/content/fonts/CheltenhamBT-Roman.svg#CheltenhamBT-Roman") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cheltenham';
    src: url("/content/fonts/CheltenhamBT-Italic.eot?#iefix") format("embedded-opentype"), url("/content/fonts/CheltenhamBT-Italic.woff") format("woff"), url("/content/fonts/CheltenhamBT-Italic.ttf") format("truetype"), url("/content/fonts/CheltenhamBT-Italic.svg#CheltenhamBT-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cheltenham';
    src: url("/content/fonts/CheltenhamBT-Bold.eot?#iefix") format("embedded-opentype"), url("/content/fonts/CheltenhamBT-Bold.woff") format("woff"), url("/content/fonts/CheltenhamBT-Bold.ttf") format("truetype"), url("/content/fonts/CheltenhamBT-Bold.svg#CheltenhamBT-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cheltenham';
    src: url("/content/fonts/CheltenhamBT-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/content/fonts/CheltenhamBT-BoldItalic.woff") format("woff"), url("/content/fonts/CheltenhamBT-BoldItalic.ttf") format("truetype"), url("/content/fonts/CheltenhamBT-BoldItalic.svg#CheltenhamBT-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
}

a:active, a:hover {
    outline: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}


a, label, input, textarea,
button, select, option {
    cursor: pointer;
}

    .text-input:active,
    .text-input:focus,
    textarea:active,
    textarea:focus {
        cursor: text;
        outline: none;
    }

img {
    border: 0;
    font-style: italic;
}

svg:not(:root) {
    overflow: hidden;
}


button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

u, ins {
    text-decoration: none;
}

ins {
    border-bottom: 1px solid;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  Elements  */
/*  --------  */
html {
    background-size: 512px;
    color: #383A3B;
    font-family: "Cheltenham", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html,
body {
    position: relative;
    width: 100%;
}

    html.no-scroll,
    body.no-scroll {
        overflow-y: hidden;
    }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-size: 1.5rem;
    font-weight: bold;
}

p {
    margin: 0 0 24px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

    p:last-child {
        margin-bottom: 0;
    }

a {
    text-decoration: underline;
    color: #383A3B;
    font-style: italic;
    transition: all 0.24s ease;
}

    a img {
        transition: all 0.24s ease;
    }

    a:hover img {
        opacity: 0.88;
    }

img {
    max-width: 100% !important;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

section {
    margin-bottom: 5rem;
    outline: none;
    border: none;
}

hr {
    margin-bottom: 4rem;
    border: 0;
    height: 1px;
    background: #5B5B5B;
}

* {
    -webkit-overflow-scrolling: touch;
}

textarea {
    resize: vertical;
}


.v-contact__form {
    position: relative;
}


.c-contact-form__title {
    text-align: center;
}

.c-contact-form__intro {
    letter-spacing: 0.5px;
    text-align: justify;
    margin: 16px 40px 40px 0px;
}

.c-contact-form .o-form__field {
    display: block;
    margin-bottom: 10px;
}

    .c-contact-form .o-form__field.is-hidden {
        display: none;
    }

@media screen and (min-width: 641px) {
    .c-contact-form {
        padding: 0 80px;
    }
}


v-gifting__callout-heading, .c-contact-form__title {
    font-family: "Cheltenham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 2.5px;
}

.c-contact-form__intro {
    letter-spacing: 0.5px;
    text-align: justify;
    margin: 16px 40px 40px 0px;
}

.o-form__field.is-invalid .o-form__label:after {
    content: "This field is required";
    display: inline-block;
    color: #AA0E17;
    margin-left: 8px;
    font-family: "Cheltenham", Times, serif;
    text-transform: none;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-style: italic;
}

.o-form__field.is-invalid.is-invalid-confirm-email .o-form__label:after {
    content: "Email addresses don't match";
}

.c-contact-form__email,
.c-contact-form__r-email,
.c-contact-form__name,
.c-contact-form__tel,
.c-contact-form__value {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
}


.o-form__field {
    margin-bottom: 32px;
}

    .o-form__field.is-invalid .o-form__input {
        border-color: #AA0E17;
        width:100%;
    }

    .o-form__field.is-invalid .o-form__label:after {
        content: "This field is required";
        display: inline-block;
        color: #AA0E17;
        margin-left: 8px;
        font-family: "Cheltenham", Times, serif;
        text-transform: none;
        letter-spacing: 0.5px;
        font-weight: normal;
        font-style: italic;
    }

    .o-form__field.is-invalid.is-invalid-confirm-email .o-form__label:after {
        content: "Email addresses don't match";
    }

.o-form__field--checkbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .o-form__field--checkbox span:first-of-type {
        display: block;
        width: 16px;
        height: 16px;
        border: 1px solid #383A3B;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-size: contain;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .o-form__field--checkbox .o-form__input--checkbox {
        display: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }





.o-form__field.is-invalid .o-form__label:after {
    content: "This field is required";
    display: inline-block;
    color: #AA0E17;
    margin-left: 8px;
    font-family: "Cheltenham", Times, serif;
    text-transform: none;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-style: italic;
}

.o-form__field.is-invalid.is-invalid-confirm-email .o-form__label:after {
    content: "Email addresses don't match";
}

.o-form__label {
    display: block;
    margin-bottom: 8px;
    font-family: "Cheltenham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    /* text-transform: uppercase;*/
    letter-spacing: 1px;
    color: rgba(91, 91, 91, 0.88);
}

.o-form__input:focus, .o-form__input:active {
    box-shadow: none;
    outline: none;
    border-bottom: 1px dashed #383A3B;
}

.o-form__input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.o-form__input--textarea {
    border: 1px dotted #383A3B;
    height: 100%;
}

.o-form__input--select {
    background-image: url("/content/images/arrow-1-s.svg");
    background-repeat: no-repeat;
    background-position: center right;
}

.o-form__input--checkbox {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}


.o-btn, .c-banner--lg .c-banner__wide a {
    display: inline-block;
    background-color: rgba(56, 58, 59, 0);
    font-family: "Cheltenham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 3rem;
    letter-spacing: 1.6px;
    border: 1px solid rgba(56, 58, 59, 0.56);
    color: #383A3B;
    transition: all 0.4s ease-in-out;
}

    .o-btn:active, .c-banner--lg .c-banner__wide a:active, .o-btn:focus, .c-banner--lg .c-banner__wide a:focus {
        outline: none;
        box-shadow: none;
    }

    .o-btn.is-waiting, .c-banner--lg .c-banner__wide a.is-waiting {
        cursor: wait;
    }

.o-btn--decorative, .c-banner--lg .c-banner__wide a {
    position: relative;
    border-color: transparent;
    font-family: "Cheltenham", Times, serif;
    font-style: italic;
    text-transform: none;
    background-color: #5B5B5B;
    color: #FFF;
    filter: none;
}

    .o-btn--decorative:before, .c-banner--lg .c-banner__wide a:before, .o-btn--decorative:after, .c-banner--lg .c-banner__wide a:after {
        content: "";
        position: absolute;
        display: block;
        border: 1px solid #383A3B;
    }

    .o-btn--decorative:before, .c-banner--lg .c-banner__wide a:before {
        top: -1px;
        left: -4px;
        width: calc(100% + 8px);
        height: calc(100% + 2px);
    }

    .o-btn--decorative:after, .c-banner--lg .c-banner__wide a:after {
        top: -4px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 8px);
    }

    .o-btn--decorative span, .c-banner--lg .c-banner__wide a span {
        position: relative;
    }

        .o-btn--decorative span:after, .c-banner--lg .c-banner__wide a span:after {
            content: "";
            display: block;
            position: absolute;
            top: 1.3em;
            right: 0;
            left: 0;
            height: 1px;
            background-color: #FFF9F4;
            transform: scaleX(0);
            transition: all 0.32s ease-out;
        }

    .o-btn--decorative:hover, .c-banner--lg .c-banner__wide a:hover {
        background-color: rgba(91, 91, 91, 0.88);
    }

        .o-btn--decorative:hover span:after, .c-banner--lg .c-banner__wide a:hover span:after {
            transform: scaleX(1);
        }

.c-card--small a.o-btn.o-btn--decorative, .c-card--small .c-banner--lg .c-banner__wide a, .c-banner--lg .c-banner__wide .c-card--small a {
    margin: 8px 0;
}

.c-popover__heading {
    margin-bottom: 32px;
    font-family: "Cheltenham", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.c-popover__body {
    letter-spacing: 0.5px;
}


/*Select Design*/
#OrderLocation {
    position: relative;
    font-family: Arial;
    font-size: 13px;
    color: #7B7B7B;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    border-left: 3px solid #a9a9a9;
    width: 100%;
    height: 40px;
    padding: 10px 5px;
    text-overflow: ellipsis;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
/*End Select design*/

input[type="email"], input[type="text"],
input[type="number"], input[type="date"],
input[type="tel"], textarea,
input[type="password"]{
    padding: 6px 12px !important;
    line-height: 1.428571429 !important;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

input[type="email"], input[type="text"],
input[type="number"], input[type="date"],
input[type="tel"] {
    height: 34px !important;
    width:100%;
}

.u-text-center {
    text-align: center;
}
/* The container */
.containerCheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
    background-color: #006938;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Create a custom radio button */
span[class*='radiomark'] {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ span[class*='radiomark'] {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerCheck input:checked ~ span[class*='radiomark'] {
    background-color: #006938;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
span[class*='radiomark']:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerCheck input:checked ~ span[class*='radiomark']:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerCheck span[class*='radiomark']:after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 9px;
    border-radius: 50%;
    background: white;
}


input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error,
input.error {
    border-color: #FFC7C7;
}
label.error{display:none !important}

.RadioCheckError {
    outline: 1px solid #ffb5b5 !important;
}


.BirthdateUnderAge {
    border-color: #FFC7C7 !important;
}


/*input:required {
    border-color: #FFC7C7;
}*/