@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Prata);
@import url(../../../../../ajax/libs/motion-ui/1.1.1/motion-ui.css);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body.is-reveal-open {
  overflow: hidden; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none; }
  [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
    -webkit-appearance: none;
    outline: none;
    box-shadow: none; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon_scm7p5.eot");
  src: url("../fonts/icomoon_scm7p5-icomoon.svg") format("svg"), url("../fonts/icomoon_scm7p5.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon_scm7p5.ttf") format("truetype"), url("../fonts/icomoon_scm7p5.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cart:before {
  content: "\e901"; }

.icon-start-glass:before {
  content: "\e904"; }

.icon-star:before {
  content: "\e903"; }

.icon-tastings:before {
  content: "\e905"; }

.icon-badges:before {
  content: "\e900"; }

.icon-glass:before {
  content: "\e906"; }

.icon-heart:before {
  content: "\e907"; }

.icon-check:before {
  content: "\e908"; }

.icon-plus:before {
  content: "\e909"; }

.icon-add:before {
  content: "\e90a"; }

.icon-fill-cart:before {
  content: "\e90b"; }

.icon-dashboard:before {
  content: "\e90c"; }

.icon-documents:before {
  content: "\e90d"; }

.icon-calendar:before {
  content: "\e90e"; }

.icon-metrics:before {
  content: "\e910"; }

.icon-reports:before {
  content: "\e917"; }

.icon-marketing-tools:before {
  content: "\e911"; }

.icon-marketing-fee:before {
  content: "\e912"; }

.icon-table2:before {
  content: "\e914"; }

.icon-export:before {
  content: "\e915"; }

.icon-profile:before {
  content: "\e916"; }

.icon-rewards:before {
  content: "\e90f"; }

.icon-help:before {
  content: "\e918"; }

.icon-training:before {
  content: "\e919"; }

.icon-circle-down:before {
  content: "\e91a"; }

.icon-circle-left:before {
  content: "\e913"; }

.icon-circle-right:before {
  content: "\e91b"; }

.icon-search:before {
  content: "\e91c"; }

/* Color */
.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.btn {
  color: #fff;
  text-transform: uppercase;
  -moz-transition: background-color 0.5s 0s, color 0.5s;
  -o-transition: background-color 0.5s 0s, color 0.5s;
  -webkit-transition: background-color 0.5s 0s, color 0.5s;
  transition: background-color 0.5s 0s, color 0.5s;
  cursor: hand;
  cursor: pointer;
  text-align: center; }

.btn-main {
  font-size: 1rem;
  background: #feba16;
  padding: 15px 30px;
  min-width: 240px;
  max-width: 400px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  -moz-transition: background-color 0.5s 0s, color 0.5s;
  -o-transition: background-color 0.5s 0s, color 0.5s;
  -webkit-transition: background-color 0.5s 0s, color 0.5s;
  transition: background-color 0.5s 0s, color 0.5s; }
  .btn-main:hover, .btn-main:focus, .btn-main:active {
    background: #52439b;
    color: #fff; }

.btn-alt {
  font-size: 1rem;
  background: #00ab91;
  padding: 15px 30px;
  min-width: 180px;
  -moz-transition: background-color 0.5s 0s, color 0.5s;
  -o-transition: background-color 0.5s 0s, color 0.5s;
  -webkit-transition: background-color 0.5s 0s, color 0.5s;
  transition: background-color 0.5s 0s, color 0.5s; }
  .btn-alt:hover, .btn-alt:focus, .btn-alt:active {
    background: #feba16;
    color: #fff;
    text-decoration: none; }
  .btn-alt span {
    line-height: 1.5rem; }

.btn-qty {
  border: 1px solid #00ab91;
  height: 40px;
  width: 40px;
  border-radius: 99px;
  text-transform: uppercase;
  background: none;
  color: #00ab91;
  font-size: 28px;
  padding-bottom: 3px;
  -moz-transition: background-color 0.5s 0s, color 0.5s;
  -o-transition: background-color 0.5s 0s, color 0.5s;
  -webkit-transition: background-color 0.5s 0s, color 0.5s;
  transition: background-color 0.5s 0s, color 0.5s; }
  .btn-qty:hover, .btn-qty:focus, .btn-qty:active {
    text-decoration: none;
    background: #00ab91;
    color: #fff;
    outline: none; }

.btn-footer {
  float: right; }

.btn-small {
  font-size: 1rem;
  background: #e8e8e8;
  padding: 20px 30px;
  min-width: 150px;
  white-space: nowrap;
  font-weight: 700; }
  .btn-small:hover, .btn-small:focus, .btn-small:active {
    background: #909090; }

.btn-start, .btn-host {
  background: #83439b; }
  .btn-start:hover, .btn-start:focus, .btn-start:active, .btn-host:hover, .btn-host:focus, .btn-host:active {
    background: #653477; }

.btn-applied:hover, .btn-applied:focus, .btn-applied:active {
  background: #00ab91; }

.btn-new-event {
  display: inline-block;
  min-width: 350px; }

.btn-href {
  display: inline-block;
  margin-bottom: 1rem; }

.reveal .btn-start {
  background: #00ab91;
  margin: 1rem; }
  .reveal .btn-start:hover, .reveal .btn-start:focus, .reveal .btn-start:active {
    background: #feba16; }

.btn-pending {
  background: #feba16; }
  .btn-pending:hover, .btn-pending:focus, .btn-pending:active {
    background: #e09f01; }

.btn-complete {
  background: #00ab91; }
  .btn-complete:hover, .btn-complete:focus, .btn-complete:active {
    background: #007866; }
  .btn-complete .completed {
    text-align: center; }
    .btn-complete .completed i {
      float: none;
      padding: 0 2px; }

.btn-mult {
  border: none;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #fff;
  width: 75px !important; }
  .btn-mult:hover, .btn-mult:focus, .btn-mult:active {
    background: none;
    text-decoration: underline; }

.btn-show {
  display: none; }

.btn-inline-small {
  margin: 0 10px;
  color: #52439b; }
  .btn-inline-small:focus, .btn-inline-small:hover, .btn-inline-small:active {
    text-decoration: underline; }

.btn-edit-webprofile, .btn-put-sitename {
  margin-top: 1.5rem; }

.btn-inline {
  display: inline; }

.alt .btn-start {
  background: #c7629b; }
  .alt .btn-start:hover, .alt .btn-start:focus, .alt .btn-start:active {
    background: #b54183; }
.alt .btn-pending {
  background: #fec949; }
  .alt .btn-pending:hover, .alt .btn-pending:focus, .alt .btn-pending:active {
    background: #e09f01; }
.alt .btn-complete {
  background: #78c6ba; }
  .alt .btn-complete:hover, .alt .btn-complete:focus, .alt .btn-complete:active {
    background: #48aa9b; }

hr.small {
  border-bottom: 1px solid #feba16;
  margin: 20px auto;
  width: 15%; }

.row-full {
  max-width: 75rem;
  margin: 0 auto; }

.tasting-icon {
  float: right;
  font-size: 1.25rem; }

.clear {
  clear: both; }

.orbit-slide {
  display: none; }

.is-active {
  display: block; }

.error-text {
  color: red;
  font-weight: bold; }

.success-text {
  font-family: 'icomoon' !important;
  vertical-align: middle;
  display: inline-block;
  color: #00ab91;
  /* checked icon */ }
  .success-text:before {
    content: "\e908"; }

.table {
  width: 100%;
  border: none;
  border-collapse: separate;
  vertical-align: middle;
  color: #282828; }
  .table td {
    padding: 15px 10px; }
  .table thead {
    color: #282828;
    background: none; }
    .table thead tr td, .table thead tr th {
      border-bottom: 1px solid #909090; }
  .table tbody {
    background: none; }
    .table tbody tr:nth-child(even) {
      background-color: #e8e8e8; }
  .table tfoot {
    background: none; }
    .table tfoot tr td {
      border-top: 1px solid #909090;
      background: #fff; }
  .table .highlight {
    color: #feba16; }

@media screen and (max-width: 63.9375em) {
  table.stack tfoot {
    display: block; } }

.table-dark {
  color: #fff; }
  .table-dark thead {
    color: #e8e8e8; }
    .table-dark thead tr td {
      text-align: center; }
  .table-dark tbody {
    background: none; }
    .table-dark tbody tr:nth-child(even) {
      background-color: transparent; }
    .table-dark tbody tr td {
      text-align: center; }

.table-dashboard thead tr td {
  border: none;
  color: #909090;
  font-weight: 400; }
.table-dashboard tbody tr:nth-child(even) {
  background: none; }
.table-dashboard td {
  text-align: center;
  border-bottom: 1px solid #909090;
  font-weight: 700;
  background: none; }
.table-dashboard .labels {
  text-align: left; }

.dataTable th.sorting {
  cursor: pointer;
  cursor: hand; }

.leaderboard tr {
  border-bottom: 1px solid #909090; }
.leaderboard td {
  font-weight: 700; }

input::-webkit-input-placeholder {
  color: #909090;
  opacity: 1; }

/* Firefox < 19 */
input:-moz-placeholder {
  color: #909090;
  opacity: 1; }

/* Firefox > 19 */
input::-moz-placeholder {
  color: #909090;
  opacity: 1; }

/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #909090;
  opacity: 1; }

.input-lg {
  background-position: 0 -160px;
  background-repeat: no-repeat;
  background-image: url("../../../../../wp-content/themes/tv/img/dist/sprite.png");
  background-color: white;
  border: 1px solid #52439b;
  margin-bottom: 40px;
  max-width: 800px; }
  .input-lg .input-wrapper {
    height: 100%;
    padding: 0 10px 0 55px;
    display: block; }
    .input-lg .input-wrapper input[type=text], .input-lg .input-wrapper input[type=email], .input-lg .input-wrapper input[type=tel] {
      width: 100%;
      height: 100%;
      background: none;
      border: 0;
      padding: 0;
      margin: 0;
      font-weight: 400;
      line-height: 54px;
      cursor: auto;
      color: #282828; }

.input-sm {
  background: #e8e8e8;
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  height: auto;
  margin-bottom: 40px;
  padding: 8px 16px;
  width: 100%;
  max-width: 800px;
  color: #83439b;
  letter-spacing: .03rem; }
  .input-sm:focus {
    border: none;
    background: #e8e8e8; }

.textarea-sm {
  background: #e8e8e8;
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 40px;
  padding: 5px 20px;
  width: 100%;
  max-width: 800px;
  color: #282828;
  min-height: 200px; }
  .textarea-sm:focus {
    border: none;
    background: #e8e8e8; }

select {
  text-transform: uppercase;
  color: #83439b;
  height: 3rem;
  border: none;
  background-color: #e8e8e8; }

.city_wrap select {
  width: 53%;
  color: #282828; }

input[name="SiteName"] {
  margin-bottom: 0;
  display: inline-block; }

.required {
  box-shadow: inset 0 0 0 3px red; }

.search {
  background: #e8e8e8;
  border-radius: 999px;
  /* Firefox < 19 */
  /* Firefox > 19 */
  /* Internet Explorer 10 */ }
  .search input::-webkit-input-placeholder {
    color: #909090;
    opacity: 1; }
  .search input:-moz-placeholder {
    color: #909090;
    opacity: 1; }
  .search input::-moz-placeholder {
    color: #909090;
    opacity: 1; }
  .search input:-ms-input-placeholder {
    color: #909090;
    opacity: 1; }
  .search input[type=search] {
    border: none;
    background: transparent;
    box-sizing: border-box;
    color: #909090;
    font-size: 20px;
    line-height: 48px;
    height: auto;
    width: 80%;
    float: left;
    padding: 3px 20px; }
  .search input[type=submit], .search button#search-term {
    background: #feba16;
    border-radius: 999px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 48px;
    width: 20%;
    font-weight: 700; }

.dataTables_filter {
  display: none; }

.dataTables_paginate {
  text-align: center; }
  .dataTables_paginate .paginate_button {
    border: 2px solid #00ab91;
    padding: 5px 10px;
    display: inline-block;
    margin: .5rem;
    color: #00ab91;
    -moz-transition: background-color 0.5s 0s, color 0.5s;
    -o-transition: background-color 0.5s 0s, color 0.5s;
    -webkit-transition: background-color 0.5s 0s, color 0.5s;
    transition: background-color 0.5s 0s, color 0.5s; }
    .dataTables_paginate .paginate_button:hover, .dataTables_paginate .paginate_button:focus {
      background: #00ab91;
      color: #fff; }
  .dataTables_paginate .current {
    background: #00ab91;
    color: #fff; }

.byline {
  display: block; }

.calendar-wrapper .icon-calendar {
  color: #52439b;
  font-size: 1.5rem;
  cursor: hand;
  cursor: pointer; }

#datepicker thead, #datepicker tbody, #datepicker tfoot {
  background: none;
  border: none; }
#datepicker .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #83439b; }
  #datepicker .ui-datepicker-calendar th, #datepicker .ui-datepicker-calendar td {
    border: 2px solid #83439b; }
  #datepicker .ui-datepicker-calendar tr:nth-child(even) {
    background: none; }
  #datepicker .ui-datepicker-calendar th {
    color: #fff;
    text-align: center; }
  #datepicker .ui-datepicker-calendar td {
    padding: 0;
    width: 14.28%; }
    #datepicker .ui-datepicker-calendar td a, #datepicker .ui-datepicker-calendar td span {
      color: #fff;
      height: 60px;
      text-align: right;
      background: #a77eb7;
      padding: 0;
      vertical-align: bottom;
      padding: .5rem;
      display: inline-block;
      vertical-align: bottom;
      width: 100%; }
    #datepicker .ui-datepicker-calendar td a:hover, #datepicker .ui-datepicker-calendar td a:focus {
      background: #00ab91; }
  #datepicker .ui-datepicker-calendar .ui-state-active {
    background: #00ab91; }
  #datepicker .ui-datepicker-calendar .ui-datepicker-unselectable span {
    background: #68387a;
    color: #e8e8e8; }
  #datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover, #datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:focus {
    background: #68387a; }
#datepicker .ui-datepicker-prev {
  float: left; }
  #datepicker .ui-datepicker-prev span {
    color: #fff;
    font-size: 1.5rem;
    padding-top: 6px;
    display: inline-block; }
#datepicker .ui-datepicker-next {
  float: right; }
  #datepicker .ui-datepicker-next span {
    color: #fff;
    font-size: 1.5rem;
    padding-top: 5px;
    display: inline-block; }
#datepicker .ui-datepicker-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem; }
#datepicker .ui-datepicker-year {
  display: none; }

.chart-amount {
  font-family: "Prata", serif;
  font-size: 2.25rem;
  color: #00ab91;
  margin-top: -60px; }
  .chart-amount .chart-goal {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 1rem;
    color: #909090;
    font-family: "Lato", sans-serif;
    line-height: .25rem; }

.warning {
  border-radius: 999px;
  background: #fff;
  color: #52439b;
  font-weight: 700;
  display: inline-block;
  margin-right: .5rem;
  height: 34px;
  width: 34px;
  vertical-align: middle;
  line-height: 34px;
  text-align: center; }

.alt-warning {
  background: #feba16;
  color: #fff; }

#warning-block {
  background: #feba16;
  padding: .5rem 0; }
  #warning-block h3 {
    color: #fff;
    font-size: 1.05rem;
    margin: 0;
    font-weight: 700; }
  #warning-block a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: .25rem;
    font-weight: 700; }

/* The Modal (background) */
.modal, #mask {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 0;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.badge-list .column {
  padding: 1rem 0;
  cursor: pointer;
  cursor: hand; }
  .badge-list .column img {
    padding-bottom: 1rem; }
  .badge-list .column h5 {
    color: #83439b;
    font-weight: 700; }

.modal_link {
  cursor: hand;
  cursor: pointer; }

/* Modal Content */
.modal_window {
  display: none;
  position: fixed;
  overflow: auto;
  background-color: #83439b;
  margin: auto;
  padding: 0px;
  width: 50%;
  right: -100%;
  top: 0;
  z-index: 9;
  height: 100%; }
  .modal_window h2 {
    font-family: "Prata", serif;
    text-align: left;
    color: #fff;
    padding: 20px 0 10px 0;
    font-size: 2rem;
    margin-bottom: 1rem; }
  .modal_window h3 {
    color: #feba16; }
  .modal_window h4 {
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .modal_window .modal-body {
    padding: 0 10px 40px 0;
    color: #fff; }
    .modal_window .modal-body a {
      color: #fff; }
      .modal_window .modal-body a:hover, .modal_window .modal-body a:focus, .modal_window .modal-body a:active {
        text-decoration: underline; }
    @media screen and (max-width: 63.9375em) {
      .modal_window .modal-body {
        margin-top: 55px; } }
    .modal_window .modal-body .btn {
      min-width: 150px; }
      .modal_window .modal-body .btn:hover {
        text-decoration: none; }
    .modal_window .modal-body ul {
      list-style-type: none;
      margin-left: 0; }
      .modal_window .modal-body ul li {
        margin: 5px 0; }
    .modal_window .modal-body .item:hover, .modal_window .modal-body .item:focus {
      background: none; }
    .modal_window .modal-body .table tbody tr:nth-child(even) {
      background: transparent; }

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 34px;
  font-weight: 700;
  cursor: pointer;
  cursor: hand; }
  @media screen and (max-width: 63.9375em) {
    .close {
      top: 65px; } }

.save {
  bottom: 0;
  right: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.35) !important;
  color: #fff;
  display: none; }

.back {
  margin-top: 20px;
  line-height: 30px;
  text-align: center;
  color: #52439b;
  border: 3px solid #52439b;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 28px;
  -moz-transition: background-color 0.5s 0s, color 0.5s;
  -o-transition: background-color 0.5s 0s, color 0.5s;
  -webkit-transition: background-color 0.5s 0s, color 0.5s;
  transition: background-color 0.5s 0s, color 0.5s; }
  .back:hover, .back:focus {
    text-decoration: none;
    background: #52439b;
    color: #fff; }

.reveal {
  position: relative;
  background: #83439b;
  border: none;
  color: #feba16;
  padding: 2rem 1rem;
  margin-top: 0; }
  .reveal img {
    padding-bottom: 1rem; }
  .reveal h2 {
    color: #fff;
    font-family: "Prata", serif;
    font-size: 2.25rem; }
  .reveal h3 {
    font-family: "Lato", sans-serif; }
  .reveal h4 {
    font-family: "Lato", sans-serif;
    margin: .5rem 0; }
  .reveal label {
    text-align: left;
    color: #fff; }
  .reveal .close {
    right: 10px;
    left: auto; }
  .reveal table.table thead td {
    color: #fff; }
  .reveal table.table tbody td {
    color: #fff; }
  .reveal table.table tbody tr:nth-child(even) {
    background: none; }
  .reveal table.table tfoot td {
    background: none;
    color: #fff; }

.interest {
  /* to hide the checkbox itself */
  /* checked icon */ }
  .interest input[type=checkbox] {
    display: none; }
  .interest input[type=checkbox] + label {
    vertical-align: middle;
    margin-bottom: .5rem; }
  .interest input[type=checkbox] + label > span {
    font-family: 'icomoon' !important;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin-right: .5rem;
    -moz-transition: background 0.25s 0s, color 0.5s;
    -o-transition: background 0.25s 0s, color 0.5s;
    -webkit-transition: background 0.25s 0s, color 0.5s;
    transition: background 0.25s 0s, color 0.5s; }
  .interest input[type=checkbox]:checked + label > span {
    background: #00ab91 !important; }
  .interest input[type=checkbox]:checked + label > span:before {
    content: "\e908"; }

.select {
  /* to hide the checkbox itself */
  /* checked icon */ }
  .select input[type=checkbox] {
    display: none; }
  .select input[type=checkbox] + label {
    vertical-align: middle;
    margin-bottom: .5rem; }
  .select input[type=checkbox] + label > span {
    font-family: 'icomoon' !important;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin-right: .5rem;
    -moz-transition: background 0.25s 0s, color 0.5s;
    -o-transition: background 0.25s 0s, color 0.5s;
    -webkit-transition: background 0.25s 0s, color 0.5s;
    transition: background 0.25s 0s, color 0.5s; }
  .select input[type=checkbox]:checked + label > span {
    background: #00ab91 !important; }
  .select input[type=checkbox]:checked + label > span:before {
    content: "\e908"; }

.redeem-accept {
  /* to hide the checkbox itself */
  /* checked icon */ }
  .redeem-accept input[type=checkbox] {
    display: none; }
  .redeem-accept input[type=checkbox] + label {
    vertical-align: middle;
    margin-bottom: .5rem; }
  .redeem-accept input[type=checkbox] + label > span {
    font-family: 'icomoon' !important;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin-right: .5rem;
    -moz-transition: background 0.25s 0s, color 0.5s;
    -o-transition: background 0.25s 0s, color 0.5s;
    -webkit-transition: background 0.25s 0s, color 0.5s;
    transition: background 0.25s 0s, color 0.5s; }
  .redeem-accept input[type=checkbox]:checked + label > span {
    background: #00ab91 !important; }
  .redeem-accept input[type=checkbox]:checked + label > span:before {
    content: "\e908"; }
  .redeem-accept input[type=checkbox] + label > span {
    background: #e8e8e8;
    display: inline-block;
    vertical-align: top; }

.host-confirm {
  /* to hide the checkbox itself */
  /* checked icon */ }
  .host-confirm input[type=checkbox] {
    display: none; }
  .host-confirm input[type=checkbox] + label {
    vertical-align: middle;
    margin-bottom: .5rem; }
  .host-confirm input[type=checkbox] + label > span {
    font-family: 'icomoon' !important;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin-right: .5rem;
    -moz-transition: background 0.25s 0s, color 0.5s;
    -o-transition: background 0.25s 0s, color 0.5s;
    -webkit-transition: background 0.25s 0s, color 0.5s;
    transition: background 0.25s 0s, color 0.5s; }
  .host-confirm input[type=checkbox]:checked + label > span {
    background: #00ab91 !important; }
  .host-confirm input[type=checkbox]:checked + label > span:before {
    content: "\e908"; }
  .host-confirm label {
    color: #282828;
    font-size: 1.5rem; }
  .host-confirm input[type=checkbox] + label > span {
    background: #e8e8e8;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 34px; }

.disabled {
  color: #909090 !important; }

.shipto {
  /* to hide the checkbox itself */
  /* checked icon */ }
  .shipto input[type=checkbox] {
    display: none; }
  .shipto input[type=checkbox] + label {
    vertical-align: middle;
    margin-bottom: .5rem; }
  .shipto input[type=checkbox] + label > span {
    font-family: 'icomoon' !important;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    margin-right: .5rem;
    -moz-transition: background 0.25s 0s, color 0.5s;
    -o-transition: background 0.25s 0s, color 0.5s;
    -webkit-transition: background 0.25s 0s, color 0.5s;
    transition: background 0.25s 0s, color 0.5s; }
  .shipto input[type=checkbox]:checked + label > span {
    background: #00ab91 !important; }
  .shipto input[type=checkbox]:checked + label > span:before {
    content: "\e908"; }
  .shipto input[type=checkbox] + label > span {
    background: #e8e8e8; }
  .shipto h2 {
    color: #52439b;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 700; }
  .shipto span {
    vertical-align: middle; }
  .shipto .address-wrapper {
    margin-left: 50px; }
    .shipto .address-wrapper .input-sm {
      margin-bottom: 20px; }

.header-circle {
  margin: 1rem auto 3rem auto;
  background: #52439b;
  color: #fff;
  border-radius: 9999px;
  font-size: 2.25rem;
  width: 200px;
  height: 200px;
  text-transform: uppercase; }
  .header-circle > span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block; }
    .header-circle > span > span {
      display: block;
      font-size: 1.25rem; }

.pull {
  background: #feba16;
  color: #fff;
  margin-top: 2rem;
  padding: 1rem 2rem; }

.loader {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  left: 0;
  top: 0;
  overflow: hidden; }

.loader i {
  border-style: solid;
  display: inline-block;
  box-sizing: border-box;
  border-width: 50px;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  border-color: #52439b;
  border-color: #52439b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#052439b,endColorstr=#052439b);
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.5s infinite ease-in-out;
  animation: sk-scaleout 1.5s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.rotate > .icon {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform; }

@media print {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .table td {
    padding: 5px; }

  .profile-header {
    display: none; } }
.content-section {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .content-section:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 64em) {
    .content-section {
      width: 83.3333333333%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      margin-left: 16.66667%; }
      .content-section:last-child:not(:first-child) {
        float: right; } }

.sticky {
  position: relative;
  top: 0;
  overflow: visible; }

*:focus {
  outline: none; }

body {
  font-family: 'Lato';
  font-size: 1.05rem;
  line-height: 1.575rem;
  letter-spacing: .025rem; }

body.is-reveal-open {
  overflow: hidden; }

a, .open-reveal {
  color: #52439b;
  font-weight: 700;
  cursor: pointer;
  cursor: hand;
  -moz-transition: background-color 0.25s 0s, color 0.25s;
  -o-transition: background-color 0.25s 0s, color 0.25s;
  -webkit-transition: background-color 0.25s 0s, color 0.25s;
  transition: background-color 0.25s 0s, color 0.25s; }
  a:hover, a:active, a:focus, .open-reveal:hover, .open-reveal:active, .open-reveal:focus {
    text-decoration: none;
    color: #83439b; }

p {
  font-size: 1.05rem;
  line-height: 1.575rem; }

h1 {
  font-family: "Prata", serif;
  text-align: center;
  margin: 1rem 0;
  font-size: 2.25rem; }

h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 400; }

h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  margin: 20px 0;
  font-weight: 700; }

h4 {
  font-family: "Prata", serif;
  font-size: 1.25rem;
  margin-bottom: 0; }

h5 {
  font-family: "Lato", sans-serif;
  font-size: 1.05rem;
  line-height: 1.05rem;
  color: #83439b;
  font-weight: 700; }

.byline {
  text-align: center;
  margin-bottom: 20px; }

hr {
  margin: 20px 0; }

.page-header {
  background: url(../images/herringbone.png);
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1rem;
  padding: .5rem 0; }
  @media screen and (max-width: 63.9375em) {
    .page-header {
      margin-top: 55px; } }

.sidebar {
  display: none;
  padding: 0;
  padding-bottom: 55px;
  overflow: auto;
  background: #52439b;
  background: url(../images/bokeh-b.jpg);
  background-size: cover;
  position: fixed;
  height: 100%; }
  @media screen and (min-width: 64em) {
    .sidebar {
      display: block;
      width: 16.66667%;
      padding: 0; } }
  .sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .sidebar ul li a {
      font-size: .75rem;
      line-height: 1.35rem;
      color: #fff;
      padding: 8px 1rem;
      text-transform: uppercase;
      display: block;
      letter-spacing: .01rem;
      -moz-transition: background-color 0.25s 0s, color 0.25s;
      -o-transition: background-color 0.25s 0s, color 0.25s;
      -webkit-transition: background-color 0.25s 0s, color 0.25s;
      transition: background-color 0.25s 0s, color 0.25s; }
      .sidebar ul li a span {
        font-size: 1.05rem;
        margin-right: .5rem;
        font-weight: bold; }
      .sidebar ul li a:hover, .sidebar ul li a:focus {
        background: #52439b;
        text-decoration: none; }
    .sidebar ul li .welcome {
      font-weight: bold;
      color: #feba16;
      line-height: 40px;
      min-height: 40px;
      padding-left: 1rem;
      display: block; }
  .sidebar hr.sidenavdiv {
    border-bottom: 1px solid rgba(232, 232, 232, 0.4);
    margin: .25rem 1.5rem;
    width: 25%; }

.mobile-top-nav {
  padding-top: .5rem; }
  .mobile-top-nav a span {
    font-size: 1.25rem;
    color: #fff;
    margin-left: .5rem; }

footer {
  position: relative;
  clear: both;
  background: #00ab91;
  overflow: auto;
  color: #fff;
  text-align: center; }
  footer p {
    padding: 10px;
    margin: .5rem; }
  footer a {
    color: #fff;
    font-weight: bold;
    padding: inherit 10px; }
    footer a:hover {
      color: #fff; }

.list {
  list-style-type: none;
  margin: 0; }

.profile-header {
  background: #83439b;
  color: #fff;
  height: 40px; }
  @media screen and (max-width: 63.9375em) {
    .profile-header {
      display: none; } }
  .profile-header a {
    color: #fff; }
    .profile-header a span {
      line-height: 40px;
      margin: 0 10px;
      font-size: 1.05rem;
      font-weight: bold; }
    .profile-header a:hover {
      text-decoration: none;
      color: #feba16; }

.main {
  padding: 0 3rem; }

#toolbar {
  display: none;
  background: #83439b;
  color: #fff;
  padding: .25rem; }
  @media screen and (max-width: 63.9375em) {
    #toolbar {
      display: block;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
      background: #52439b; } }
  #toolbar button {
    font-size: .65rem;
    text-transform: uppercase; }
  #toolbar .hamburger {
    width: 30px;
    text-align: center;
    margin: 0 auto; }
    #toolbar .hamburger span {
      display: block;
      background: #fff;
      margin: 5px auto 0 auto;
      height: 3px;
      border-radius: 99px; }

.page-full {
  padding-left: 0;
  padding-right: 0; }

.wrapper {
  position: relative;
  overflow: auto;
  min-height: 100%;
  padding-bottom: 40px; }

.filter {
  margin: .5rem auto; }
  .filter ul {
    list-style: none;
    text-align: center;
    font-size: 0;
    border: none; }
    .filter ul > li {
      float: none;
      display: inline-block;
      margin: 0 auto;
      min-width: 15%;
      font-size: 1.05rem;
      margin: 0 5px; }
      .filter ul > li button, .filter ul > li a, .filter ul > li a[aria-selected="true"] {
        display: inline-block;
        width: 100%;
        font-size: 1.05rem;
        margin: 0;
        color: #fff;
        background: #feba16;
        padding: 10px 15px;
        text-transform: uppercase;
        line-height: inherit;
        font-weight: normal;
        -moz-transition: background-color 0.5s 0s, color 0.5s;
        -o-transition: background-color 0.5s 0s, color 0.5s;
        -webkit-transition: background-color 0.5s 0s, color 0.5s;
        transition: background-color 0.5s 0s, color 0.5s; }
        .filter ul > li button:hover, .filter ul > li button:active, .filter ul > li button:focus, .filter ul > li a:hover, .filter ul > li a:active, .filter ul > li a:focus, .filter ul > li a[aria-selected="true"]:hover, .filter ul > li a[aria-selected="true"]:active, .filter ul > li a[aria-selected="true"]:focus {
          background-color: #52439b;
          text-decoration: none; }
    .filter ul .is-active a {
      background: #52439b !important; }

.filter-active {
  background: #52439b !important; }

.tabs-content {
  border: none; }

.items {
  list-style-type: none; }

.back-order {
  font-size: 0.85rem;
  color: #83439b;
  -moz-transition: background-color 0.25s 0s, color 0.25s;
  -o-transition: background-color 0.25s 0s, color 0.25s;
  -webkit-transition: background-color 0.25s 0s, color 0.25s;
  transition: background-color 0.25s 0s, color 0.25s; }
  .back-order span {
    font-size: 2.25rem;
    margin-right: 5px; }
  .back-order:hover, .back-order:focus {
    text-decoration: none;
    color: #52439b; }

.item-grid .item, .wine-grid .item {
  padding: .5rem 0;
  width: 25%;
  -moz-transition: background-color 0.25s 0s, color 0.25s;
  -o-transition: background-color 0.25s 0s, color 0.25s;
  -webkit-transition: background-color 0.25s 0s, color 0.25s;
  transition: background-color 0.25s 0s, color 0.25s; }
.item-grid img, .wine-grid img {
  padding: 0 20px;
  max-height: 220px;
  width: auto; }
.item-grid .qty, .wine-grid .qty {
  font-size: 28px;
  line-height: 40px;
  font-family: "Prata", serif;
  margin: 0;
  background: transparent;
  border: none;
  color: #282828;
  height: auto;
  width: 60px;
  display: inline-block;
  text-align: center; }
.item-grid h5, .wine-grid h5 {
  font-weight: inherit;
  color: #282828; }
.item-grid h6, .wine-grid h6 {
  margin-bottom: 0; }
.item-grid .added, .item-grid .faved, .item-grid .reward-added, .wine-grid .added, .wine-grid .faved, .wine-grid .reward-added {
  background: #00ab91;
  -moz-transition: background-color 0.25s 0s, color 0.25s;
  -o-transition: background-color 0.25s 0s, color 0.25s;
  -webkit-transition: background-color 0.25s 0s, color 0.25s;
  transition: background-color 0.25s 0s, color 0.25s; }
  .item-grid .added:hover, .item-grid .faved:hover, .item-grid .reward-added:hover, .wine-grid .added:hover, .wine-grid .faved:hover, .wine-grid .reward-added:hover {
    background: #00ab91; }
  .item-grid .added .btn-qty, .item-grid .faved .btn-qty, .item-grid .reward-added .btn-qty, .wine-grid .added .btn-qty, .wine-grid .faved .btn-qty, .wine-grid .reward-added .btn-qty {
    background: #fff;
    color: #00ab91; }
  .item-grid .added h4, .item-grid .added h5, .item-grid .added h6, .item-grid .added .qty, .item-grid .faved h4, .item-grid .faved h5, .item-grid .faved h6, .item-grid .faved .qty, .item-grid .reward-added h4, .item-grid .reward-added h5, .item-grid .reward-added h6, .item-grid .reward-added .qty, .wine-grid .added h4, .wine-grid .added h5, .wine-grid .added h6, .wine-grid .added .qty, .wine-grid .faved h4, .wine-grid .faved h5, .wine-grid .faved h6, .wine-grid .faved .qty, .wine-grid .reward-added h4, .wine-grid .reward-added h5, .wine-grid .reward-added h6, .wine-grid .reward-added .qty {
    color: #fff; }

.wine-grid {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .wine-grid .item {
    width: 33%;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative; }
    .wine-grid .item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(82, 67, 155, 0.7); }
      .wine-grid .item .overlay p {
        color: #fff;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 1rem;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .wine-grid .item:hover, .wine-grid .item:focus {
      background: #e8e8e8; }
    .wine-grid .item .applied {
      background: rgba(144, 144, 144, 0.7); }
  .wine-grid .rewards {
    position: relative; }

.reward-grid {
  min-height: 800px; }
  .reward-grid .reward-img {
    cursor: default; }
  .reward-grid img {
    padding: 0 20px;
    width: auto; }

.wineclub-row {
  margin-bottom: 1rem;
  padding: 1rem; }
  .wineclub-row:nth-child(even) {
    background-color: #e8e8e8; }
  .wineclub-row .btn-subscribe {
    min-width: auto; }

.cart {
  border-left: 2px solid #e8e8e8; }
  .cart h3 {
    margin: 0 0 5px 0; }
  .cart #empty-cart {
    color: #909090; }

.btn-link {
  font-weight: 700;
  color: #52439b; }

.btn-append-cart {
  display: inline-block; }

.btn-apply-rewards span.icon {
  line-height: inherit; }

.btn-not-applied {
  background: #fff; }

.btn-checked {
  background: #52439b; }

.cart-list, .reward-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: .5rem; }
  .cart-list li, .reward-list li {
    font-size: 1.05rem;
    line-height: 1.15rem;
    padding: 8px; }
  .cart-list .item-name, .reward-list .item-name {
    display: block;
    text-transform: uppercase;
    padding-bottom: 2px; }
    .cart-list .item-name .top-item, .reward-list .item-name .top-item {
      display: block;
      font-weight: 700;
      color: #52439b; }
  .cart-list .item-subtotal, .reward-list .item-subtotal {
    font-weight: 700; }
  .cart-list .cart-name div, .reward-list .cart-name div {
    padding: 0; }
  .cart-list .cart-pricing div, .reward-list .cart-pricing div {
    padding: 0; }
  .cart-list .reward-taken, .reward-list .reward-taken {
    background: #83439b;
    color: #fff; }
    .cart-list .reward-taken .item-price, .reward-list .reward-taken .item-price {
      text-decoration: line-through; }

#comp-list li {
  margin: 0 0 1rem 0;
  width: auto; }
#comp-list h4 {
  font-family: "Prata", serif;
  font-size: 1.5rem;
  font-weight: 400; }
#comp-list h5 {
  color: #fff; }
#comp-list img {
  max-width: 100%;
  padding: 0 15%;
  min-height: auto; }

.host-breakdown p {
  margin-bottom: 2rem; }
.host-breakdown h4 {
  border-bottom: 1px solid #fff;
  padding: 1rem 0; }

.sub-summary {
  overflow: auto;
  text-transform: uppercase;
  margin-bottom: 25px; }
  .sub-summary .loader {
    display: none; }
  .sub-summary .small-6 {
    padding: 5px 0; }
  .sub-summary .result {
    font-weight: 700;
    text-align: right; }

.wine-info h2 {
  padding-bottom: 0; }
.wine-info h3 {
  margin: 10px 0 0 0; }
.wine-info p.description {
  padding: 1rem 0; }
.wine-info .qty {
  color: #fff; }

.span-modal {
  color: #83439b;
  border-bottom: 1px solid #83439b;
  cursor: pointer;
  cursor: hand; }
  .span-modal:hover, .span-modal:focus {
    color: #52439b;
    border-bottom: 1px solid #52439b; }

.guest-list .btn-cell {
  padding-left: 2px;
  padding-right: 2px; }
.guest-list .modal_link {
  text-align: left;
  line-height: 1.5rem;
  vertical-align: middle; }
.guest-list .btn {
  font-size: 0.85rem;
  width: 100%; }
.guest-list .btn-small {
  font-size: 0.85rem;
  text-align: left;
  width: 100%;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  padding: 15px 10px;
  line-height: 1.25rem; }
  .guest-list .btn-small span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px; }
.guest-list .btn-small.btn-pending span {
  font-size: 0.85rem;
  float: left; }
.guest-list input[type="checkbox"] {
  margin: 0; }
.guest-list label {
  font-size: 1.05rem; }
.guest-list .guest-name {
  color: #83439b;
  font-weight: 700; }

.circ-indicator {
  background: #00ab91;
  border-radius: 99px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  width: 24px;
  margin-right: .5rem;
  text-align: center; }

.host .circ-indicator {
  background: #83439b; }

.circ-icon {
  background: #00ab91;
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border-radius: 999px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  margin-right: .5rem; }

.interest.circ-icon {
  content: "\e908";
  margin-right: 0;
  background: #909090;
  margin-right: .5rem; }

.interest.icon-check {
  background: #00ab91;
  line-height: 30px;
  text-align: center; }

.add-guest.circ-icon {
  background: none;
  content: "\e908";
  color: #00ab91;
  font-size: 24px; }

.event-list ul {
  list-style-type: none;
  margin: 2rem 0 0 0;
  padding: 0; }
  .event-list ul li {
    margin-bottom: 1rem;
    overflow: hidden; }
    .event-list ul li > div {
      display: table;
      width: 100%; }
.event-list .event-icons {
  padding: 0;
  border-left: 1rem solid #fff;
  background: #feba16;
  position: relative; }
  .event-list .event-icons a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    color: #fff;
    height: 100%; }
    .event-list .event-icons a:hover, .event-list .event-icons a:active {
      color: #fff;
      background: #e09f01;
      text-decoration: none; }
  .event-list .event-icons span {
    margin-bottom: .25rem; }
  .event-list .event-icons .icon-start-glass {
    margin-bottom: 0; }
.event-list .continue {
  background: #83439b; }
  .event-list .continue a {
    height: 100%; }
    .event-list .continue a:hover, .event-list .continue a:active {
      color: #fff;
      background: #653477;
      text-decoration: none; }
.event-list .event-info {
  background: #00ab91;
  color: #fff;
  padding: 1rem; }
  .event-list .event-info h2 {
    font-family: "Prata", serif;
    margin-bottom: .75rem; }
    .event-list .event-info h2 span {
      font-size: 0.85rem;
      font-family: "Lato", sans-serif;
      margin-left: 10px; }
  .event-list .event-info .circ-indicator {
    margin-left: 5px;
    background: #fff;
    color: #52439b;
    font-size: 0.85rem; }
  .event-list .event-info .info .small-12 {
    padding: 0; }
.event-list .event-select-icon {
  display: block;
  text-align: center;
  font-size: 58px; }
.event-list .event-action {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.25rem;
  min-height: 64px;
  height: 100%; }

.eventinfo {
  color: #83439b;
  font-weight: 700; }

.new-tasting {
  margin-top: 40px; }

.cart-grid .faved {
  background: none; }
  .cart-grid .faved:hover, .cart-grid .faved:focus, .cart-grid .faved:active {
    background: none; }
  .cart-grid .faved h4, .cart-grid .faved h5, .cart-grid .faved h6, .cart-grid .faved .qty {
    color: inherit; }
.cart-grid .added {
  background: #00ab91;
  -moz-transition: background-color 0.25s 0s, color 0.25s;
  -o-transition: background-color 0.25s 0s, color 0.25s;
  -webkit-transition: background-color 0.25s 0s, color 0.25s;
  transition: background-color 0.25s 0s, color 0.25s; }
  .cart-grid .added:hover {
    background: #00ab91; }
  .cart-grid .added .btn-qty {
    background: #fff;
    color: #00ab91; }
  .cart-grid .added h4, .cart-grid .added h5, .cart-grid .added h6, .cart-grid .added .qty {
    color: #fff; }

.check-box {
  color: #fff; }

.precalc {
  display: none; }

.payment-verify {
  display: none; }

button.unverified {
  display: none; }

p.unverified {
  display: block; }

#directship-form {
  display: none; }

#dashboard h2 {
  font-family: "Prata", serif; }
#dashboard h2.alt {
  color: #fff;
  margin-bottom: 2rem; }
#dashboard .page-header h1 {
  margin-bottom: 0; }
#dashboard .page-header h3 {
  font-weight: 400;
  margin-top: 0;
  padding-top: 0; }
#dashboard .info {
  margin-bottom: 0; }

.number {
  color: #00ab91;
  font-family: "Prata", serif;
  font-size: 2.25rem;
  text-align: center;
  margin-top: 0;
  font-weight: normal; }

.number-alt {
  color: #909090; }

.topline {
  margin-bottom: 0;
  text-align: left;
  color: #282828; }

#harvest-pv, #harvest-pv-table {
  background: #e8e8e8; }
  #harvest-pv h2, #harvest-pv-table h2 {
    margin-bottom: 2rem; }

#order-history button.btn-personal-order, .report-history-data button.btn-personal-order {
  font-weight: 700;
  color: #52439b; }
#order-history .table-modal thead tr td, #order-history .table-modal thead tr th, .report-history-data .table-modal thead tr td, .report-history-data .table-modal thead tr th {
  color: #feba16;
  border-bottom: none; }
#order-history .table-modal tbody tr td, .report-history-data .table-modal tbody tr td {
  color: #fff; }
#order-history .table-modal tbody tr:nth-child(even), .report-history-data .table-modal tbody tr:nth-child(even) {
  background: none; }

.guest-detail a {
  color: #fff; }

.address-return .verify, .address-original .verify {
  margin: 1rem 0;
  min-height: 60px;
  padding: .5rem; }
.address-return #checkAddress1, .address-return #origAddress1, .address-original #checkAddress1, .address-original #origAddress1 {
  display: block; }
.address-return #checkAddress2, .address-return #origAddress2, .address-original #checkAddress2, .address-original #origAddress2 {
  display: block; }
.address-return button, .address-original button {
  margin: .5rem 0; }

#payments {
  display: block;
  margin: 0 auto; }

.host-empty {
  position: relative; }
  .host-empty .host-confirm {
    min-height: 100px; }
    .host-empty .host-confirm .btn-host-empty-checkout {
      display: none; }
  .host-empty .order-confirm {
    display: none; }

.tasting-sets h2 {
  background: #83439b;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-bottom: 0;
  margin: 0 .25rem; }
  .tasting-sets h2 .line2 {
    font-size: 1.25rem; }
.tasting-sets .premium {
  background: #52439b; }
.tasting-sets .line2 {
  display: block; }
.tasting-sets .tastingset-list {
  margin: 0; }
  .tasting-sets .tastingset-list li {
    margin-bottom: 1.5rem;
    list-style-type: none;
    padding: 6px 0 0 12px;
    position: relative; }
  .tasting-sets .tastingset-list h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #52439b; }
  .tasting-sets .tastingset-list h4 {
    font-family: "Lato", sans-serif;
    font-size: 1.05rem;
    line-height: 1.05rem;
    margin-bottom: .25rem; }
  .tasting-sets .tastingset-list h5 {
    font-size: 0.85rem; }
  .tasting-sets .tastingset-list img {
    padding: 0;
    max-height: 75px;
    min-height: 85px; }
  .tasting-sets .tastingset-list .number {
    border-radius: 999px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    background: #00ab91;
    height: 35px;
    width: 35px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 7px; }
    .tasting-sets .tastingset-list .number div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
.tasting-sets .grid {
  margin-bottom: 2rem; }
.tasting-sets .list-row {
  margin-bottom: 1rem; }
  .tasting-sets .list-row.item {
    width: 100% !important; }
  .tasting-sets .list-row h2 {
    height: 100%; }
  .tasting-sets .list-row h3 {
    padding: 0; }

.add-event .calendar-wrapper {
  width: 60%;
  display: inline-block; }
.add-event label[for=Date] {
  display: inline-block;
  width: 30%;
  vertical-align: middle; }
.add-event #calendar-input {
  width: 65%;
  display: inline;
  vertical-align: middle;
  margin-bottom: 0; }

#order-summary .order-row {
  margin-bottom: 1rem; }
#order-summary .order-recap {
  position: relative;
  min-height: 225px;
  margin: 0 auto 1em;
  color: white;
  color: #282828; }
  #order-summary .order-recap .section-header {
    height: 100%;
    position: relative; }
  #order-summary .order-recap .columns > .section-wrapper {
    position: relative; }
    @media screen and (min-width: 40em) {
      #order-summary .order-recap .columns > .section-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
#order-summary .guest {
  padding: 1rem 0; }
  #order-summary .guest:nth-child(even) {
    background-color: #e8e8e8; }
#order-summary .table tbody tr:nth-child(even) {
  background: none; }
#order-summary .table tbody .reward {
  color: #52439b; }
#order-summary .ito-recap h3 {
  font-family: "Prata", serif;
  font-size: 1.5rem;
  color: #00ab91;
  font-weight: 400; }
#order-summary ul.order-info {
  margin: 0;
  list-style-type: none; }
#order-summary .name {
  font-weight: 700; }
#order-summary .Host {
  color: #52439b; }

.btn-get-featured {
  padding: 15px 20px;
  font-size: 0.85rem;
  min-width: auto; }

img.bottle {
  max-width: 100px; }

.avatar {
  text-align: center;
  margin: 0 auto;
  border-radius: 99px;
  border: 4px solid #83439b;
  height: 150px;
  width: 150px;
  overflow: hidden;
  background-repeat: none;
  background-size: cover;
  background-position: 50% 50%; }

.section {
  padding-top: 2rem;
  padding-bottom: 2rem; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.thrive-tracker {
  background: #e8e8e8; }
  .thrive-tracker .bar {
    background: #fff;
    border-radius: 99px;
    height: 2rem; }
    .thrive-tracker .bar .fill {
      background: #83439b;
      display: inline-block;
      width: 70%;
      height: 100%;
      border-radius: 999px;
      animation: tracker 2s ease forwards; }
      .thrive-tracker .bar .fill span {
        float: right;
        opacity: 0;
        color: #feba16;
        font-weight: 700;
        margin-right: 20px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation: fadeIn ease-in 1;
        -moz-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: .35s;
        -moz-animation-delay: .35s;
        animation-delay: .35s; }
  .thrive-tracker .legend {
    position: relative;
    height: 60px; }
    .thrive-tracker .legend p {
      text-transform: uppercase;
      width: 90px;
      display: inline-block;
      position: absolute;
      margin-left: -45px;
      text-align: center;
      font-size: 0.85rem;
      padding-top: 1rem; }
      .thrive-tracker .legend p span {
        display: block;
        font-size: .65rem; }
    .thrive-tracker .legend .silver {
      left: 33.3333%; }
    .thrive-tracker .legend .gold {
      left: 66.6666%; }
    .thrive-tracker .legend .luxx {
      right: -30px; }
    .thrive-tracker .legend .tick {
      border-left: 2px solid #00ab91;
      height: 15px;
      position: absolute;
      left: 50%;
      top: 0; }

@-webkit-keyframes tracker {
  0% {
    width: 0; } }
@-moz-keyframes tracker {
  0% {
    width: 0; } }
@keyframes tracker {
  0% {
    width: 0; } }
.marketing-fees h3 {
  color: #feba16;
  font-family: "Prata", serif;
  font-weight: normal;
  font-size: 2.25rem; }
.marketing-fees p {
  color: #fff;
  font-family: "Prata", serif;
  font-size: 1.25rem; }
  .marketing-fees p .byline {
    font-family: "Lato", sans-serif;
    margin: 0;
    font-size: 0.85rem; }
.marketing-fees > div > div {
  padding: 2rem; }
.marketing-fees .fees, .marketing-fees .rank {
  background: #83439b; }
  .marketing-fees .fees .table-dashboard thead tr td, .marketing-fees .rank .table-dashboard thead tr td {
    color: #fff; }
.marketing-fees .rank {
  background: #00ab91; }
.marketing-fees .coins {
  background: #00ab91; }

.news-reveal {
  background: #fff;
  padding: 0; }

.news-modal-header {
  background: #83439b; }

.news-modal-body {
  padding: 1rem;
  background: #fff;
  color: #282828; }
  .news-modal-body .row-btn .btn-main {
    max-width: 300px; }
  .news-modal-body h5 {
    padding-top: 1rem; }

.news {
  padding: 1rem 0; }
  .news h2 {
    margin-bottom: 1rem; }
  .news .orbit-container {
    padding: 0 10px; }
  .news .video {
    position: relative; }
    .news .video #video {
      height: 100%;
      padding-top: 15px; }
    .news .video img.tipsy {
      width: 96px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15; }
    .news .video .orbit-container {
      padding: 0; }
  .news #news h3 {
    margin-bottom: 0; }
  .news .orbit-container {
    min-height: 175px; }
  .news h3 {
    margin-top: 0;
    color: #52439b;
    font-weight: 700;
    font-size: 1.05rem; }
  .news .button-wrapper {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 50px;
    z-index: 10; }
    .news .button-wrapper .icon {
      font-size: 1.05rem;
      color: #52439b; }
    .news .button-wrapper .orbit-previous, .news .button-wrapper .orbit-next {
      padding: 0; }

.news-more {
  display: block;
  text-align: right; }

.news .alignleft {
  float: left;
  margin: 0 1rem 1rem 0; }
.news .news-title-wrapper {
  background: #52439b;
  color: #fff;
  padding: 2rem;
  margin-bottom: 1rem;
  position: relative; }
.news .circ {
  display: inline-block;
  vertical-align: middle;
  border: 4px solid #00ab91;
  background: #fff;
  color: #00ab91;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 44px;
  border-radius: 999px;
  font-size: 1.5rem;
  margin: 0 .25rem 1rem 0; }
.news .news-item {
  margin-bottom: 4rem; }
.news hr.small {
  margin-bottom: 2rem; }
.news .most-recent a {
  float: right;
  position: fixed;
  right: 1%;
  bottom: 10%;
  width: 12%;
  z-index: 999;
  color: #fff;
  text-align: center;
  padding: .5rem;
  background: #909090; }
  .news .most-recent a:hover {
    background: #777777; }
.news .nav-links a {
  font-size: 0;
  color: transparent; }

.news-modal-header h2 {
  margin: 1rem; }

.happenings .datacategory {
  background: #83439b; }
  .happenings .datacategory span {
    width: 20px;
    height: 16px;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    display: inline-block; }
  .happenings .datacategory span:before {
    content: "\e909"; }
.happenings .datacategory.selected {
  background: #52439b; }
  .happenings .datacategory.selected span:before {
    content: "\e908"; }
.happenings .ui-datepicker-header {
  padding: 1rem 0; }
.happenings .ui-datepicker-title {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700; }
.happenings a.ui-datepicker-prev {
  float: left;
  display: inline-block; }
.happenings a.ui-datepicker-next {
  float: right;
  display: inline-block; }
.happenings .ui-datepicker-calendar {
  width: 100%;
  min-height: 350px; }
  .happenings .ui-datepicker-calendar th {
    text-align: center;
    background: #52439b;
    color: #fff; }
  .happenings .ui-datepicker-calendar tr {
    background: #fff; }
  .happenings .ui-datepicker-calendar td {
    text-align: center; }
    .happenings .ui-datepicker-calendar td a {
      width: 30px;
      height: 30px;
      display: inline-block;
      line-height: 30px; }
.happenings .highlight a {
  background: #52439b;
  color: #fff;
  border-radius: 99%; }
.happenings .happening-legend {
  list-style-type: none;
  margin: 0; }
  .happenings .happening-legend li {
    margin-right: .5rem; }
    .happenings .happening-legend li .cat {
      display: inline-block;
      height: 10px;
      width: 10px;
      border-radius: 99%;
      vertical-align: middle;
      margin-right: .5rem; }
    .happenings .happening-legend li .regional {
      background-color: #83439b; }
    .happenings .happening-legend li .harvest {
      background-color: #00ab91; }
    .happenings .happening-legend li .training {
      background-color: #52439b; }
    .happenings .happening-legend li .awg {
      background-color: #feba16; }
    .happenings .happening-legend li .tob {
      background-color: #00f8d2; }
.happenings h3 {
  margin-bottom: 0; }
.happenings .happening-list {
  list-style-type: none;
  margin: 4rem 0 4rem 2rem; }
  .happenings .happening-list li {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1rem;
    list-style-type: none;
    text-align: left;
    position: relative; }
    .happenings .happening-list li button.btn-text {
      color: #52439b;
      font-weight: 700;
      display: block;
      text-align: left; }
    .happenings .happening-list li span.cat {
      position: absolute;
      left: -32px;
      z-index: 1;
      top: 20px;
      height: 30px;
      width: 30px;
      border-radius: 99%;
      background: #e8e8e8;
      margin-right: 1rem;
      vertical-align: middle; }
    .happenings .happening-list li span.regional {
      background-color: #83439b; }
    .happenings .happening-list li span.harvest {
      background-color: #00ab91; }
    .happenings .happening-list li span.training {
      background-color: #52439b; }
    .happenings .happening-list li span.awg {
      background-color: #feba16; }
    .happenings .happening-list li span.tob {
      background-color: #00f8d2; }
    .happenings .happening-list li:after {
      border-left: 1px solid #909090;
      bottom: -20px;
      content: '';
      left: -18px;
      position: absolute;
      top: 5px;
      width: 1px; }
.happenings .regional a {
  background-color: #83439b; }
.happenings .harvest a {
  background-color: #00ab91; }
.happenings .training a {
  background-color: #52439b; }
.happenings .awg a {
  background-color: #feba16; }
.happenings .tob a {
  background-color: #00f8d2; }

.small-cal .datacategory {
  background: #83439b; }
  .small-cal .datacategory span {
    width: 20px;
    height: 16px;
    font-family: 'icomoon' !important;
    vertical-align: middle;
    display: inline-block; }
  .small-cal .datacategory span:before {
    content: "\e909"; }
.small-cal .datacategory.selected {
  background: #52439b; }
  .small-cal .datacategory.selected span:before {
    content: "\e908"; }
.small-cal .ui-datepicker-header {
  font-size: 1.05rem; }
.small-cal .ui-datepicker-title {
  font-family: "Lato", sans-serif;
  font-size: 1.05rem;
  text-align: center;
  font-weight: 700; }
.small-cal a.ui-datepicker-prev {
  float: left;
  display: inline-block; }
.small-cal a.ui-datepicker-next {
  float: right;
  display: inline-block; }
.small-cal .ui-datepicker-calendar {
  margin: 0 auto;
  min-height: 200px; }
  .small-cal .ui-datepicker-calendar th {
    text-align: center;
    background: #52439b;
    color: #fff;
    padding: .25rem inherit; }
  .small-cal .ui-datepicker-calendar tr {
    background: #fff; }
  .small-cal .ui-datepicker-calendar td {
    text-align: center;
    padding: .125rem; }
    .small-cal .ui-datepicker-calendar td a {
      width: 24px;
      height: 24px;
      display: inline-block;
      font-size: 15px;
      line-height: 24px; }
.small-cal .highlight a {
  background: #52439b;
  color: #fff;
  border-radius: 99%; }
.small-cal .regional a {
  background-color: #83439b; }
.small-cal .harvest a {
  background-color: #00ab91; }
.small-cal .training a {
  background-color: #52439b; }
.small-cal .awg a {
  background-color: #feba16; }
.small-cal .tob a {
  background-color: #00f8d2; }

.recent-badges .badge-list {
  margin: 0;
  list-style-type: none; }
  .recent-badges .badge-list li {
    display: inline-block;
    text-align: center; }

.order-types {
  margin-top: 2rem; }
  .order-types div {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .order-types div a {
      padding: 2rem;
      display: block;
      text-transform: inherit; }
      .order-types div a h2 {
        font-family: "Prata", serif;
        margin-bottom: 0; }
      .order-types div a:hover, .order-types div a:focus {
        text-decoration: none;
        color: #fff; }

.badgegroup {
  background: #e8e8e8;
  text-align: center;
  padding: 1rem; }

#my-badges .badgegroup {
  background: none;
  padding: 0; }
#my-badges h3.badgegroups {
  background: #83439b;
  color: #fff;
  padding: 1rem;
  cursor: pointer;
  cursor: hand; }

.trip-tracker .badgelist {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 360px; }
.trip-tracker .badgegroup {
  background: none; }
.trip-tracker .badgegroup {
  padding: 0; }
.trip-tracker .badgewrapper {
  font-size: 0.85rem;
  line-height: 1.05rem;
  margin: 10px auto; }
.trip-tracker .tracker-badges {
  margin: 0 auto; }
.trip-tracker .trip-badges h3 {
  background: #feba16;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem; }
.trip-tracker #savebutton {
  width: 50%; }
.trip-tracker .nav-period {
  float: none; }
.trip-tracker .saving {
  opacity: .5;
  background: #feba16; }
.trip-tracker ul.recap {
  margin: 0 0 10px;
  padding: 0; }
  .trip-tracker ul.recap li {
    list-style-type: none;
    margin: 10px;
    padding: 0; }
    .trip-tracker ul.recap li img {
      margin-right: 10px; }
  .trip-tracker ul.recap li.end {
    border-top: 1px solid #52439b;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px; }
.trip-tracker .widget-box {
  margin: 0;
  border: none; }
  .trip-tracker .widget-box h3 {
    font-size: 1.05rem;
    margin: 0 0 15px 0;
    padding: 10px;
    position: relative; }
  .trip-tracker .widget-box .icon-circle-down {
    position: absolute;
    right: 4%;
    top: 40%; }
.trip-tracker .owl-controls {
  background: transparent; }
.trip-tracker .add {
  opacity: .4; }
.trip-tracker .months .add {
  opacity: 1; }
.trip-tracker .delete {
  background: #fff;
  color: #00ab91;
  font-size: 10px; }
  .trip-tracker .delete:hover {
    color: red; }
.trip-tracker .badge_list {
  border: 1px solid #52439b;
  margin-bottom: 15px; }
.trip-tracker .badgewrapper {
  font-size: 0.85rem; }
  .trip-tracker .badgewrapper .badgeimg {
    max-width: 96px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand; }
.trip-tracker .badgegroup h2 {
  background: #52439b;
  border: 1px solid #52439b;
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 1.05rem;
  text-align: center; }
.trip-tracker .badgegroup .LUXX {
  background: #282828;
  border: 1px solid #282828; }
.trip-tracker .badgegroup .gold {
  background: #feba16;
  border: 1px solid #feba16; }
.trip-tracker .badgegroup .silver {
  background: #909090;
  border: 1px solid #909090; }
.trip-tracker .badgecalc {
  margin: 0;
  padding: 0;
  background: white;
  min-height: 150px;
  overflow: auto; }
  .trip-tracker .badgecalc li {
    list-style-type: none;
    padding: 5px;
    clear: both;
    font-size: 0.85rem; }
    .trip-tracker .badgecalc li:hover {
      background: #e8e8e8; }
      .trip-tracker .badgecalc li:hover .delete {
        color: red;
        background: inherit; }
    .trip-tracker .badgecalc li img {
      float: left;
      padding-right: 5px; }

.menu-grid a {
  vertical-align: middle;
  display: block;
  background: #83439b;
  vertical-align: middle;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 auto 1rem auto;
  padding: 4rem .5rem;
  -moz-transition: background-color 0.25s 0s, color 0.25s;
  -o-transition: background-color 0.25s 0s, color 0.25s;
  -webkit-transition: background-color 0.25s 0s, color 0.25s;
  transition: background-color 0.25s 0s, color 0.25s; }
  .menu-grid a:hover {
    text-decoration: none;
    background: #52439b; }

.link-wrapper {
  margin-top: 3rem; }

.link-grid .link {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  min-height: 300px;
  background: #83439b;
  text-align: center;
  color: #fff; }
  .link-grid .link .link-overlay {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .link-grid .link .link-in {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .link-grid .link .link-in h5 {
      font-family: "Prata", serif;
      font-size: 1.5rem;
      line-height: 1.5rem;
      font-weight: inherit;
      color: #fff; }
    .link-grid .link .link-in hr {
      border: none;
      background: none;
      border-bottom: 1px solid #feba16;
      margin: 1rem auto;
      width: 20%;
      height: 1px; }
  .link-grid .link .cont-overlay {
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: rgba(54, 42, 124, 0.9);
    width: 100%;
    height: 100%; }
    .link-grid .link .cont-overlay .cont-overlay-in {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      padding: 1rem; }
      .link-grid .link .cont-overlay .cont-overlay-in h6 {
        font-size: 1.05rem;
        text-transform: uppercase; }
      .link-grid .link .cont-overlay .cont-overlay-in .btn-alt {
        display: inline-block;
        margin: 5px 0; }
        .link-grid .link .cont-overlay .cont-overlay-in .btn-alt:hover {
          text-decoration: none;
          color: #fff; }
  .link-grid .link:nth-child(even) {
    background-color: #00ab91; }

.full-grid .grid-item {
  background: #83439b; }
  .full-grid .grid-item:nth-child(even) {
    background-color: #00ab91; }
  .full-grid .grid-item a {
    padding: 2rem; }

.wine-reveal {
  width: auto;
  background: #fff; }
  .wine-reveal h3 {
    font-family: "Prata", serif;
    font-size: 1.5rem;
    color: #52439b;
    font-weight: inherit; }
  .wine-reveal .tabs {
    border: none;
    background: #fff; }
    .wine-reveal .tabs li a {
      background: #feba16;
      color: #fff;
      font-family: "Lato", sans-serif;
      font-size: 1.05rem;
      text-transform: uppercase;
      -moz-transition: background-color 0.25s 0s, color 0.25s;
      -o-transition: background-color 0.25s 0s, color 0.25s;
      -webkit-transition: background-color 0.25s 0s, color 0.25s;
      transition: background-color 0.25s 0s, color 0.25s;
      margin-right: 1rem; }
      .wine-reveal .tabs li a:hover, .wine-reveal .tabs li a:focus {
        background: #00ab91;
        text-decoration: none; }
  .wine-reveal .tabs-panel {
    background: #fff; }
    .wine-reveal .tabs-panel p {
      background: #fff;
      color: #282828; }
    .wine-reveal .tabs-panel h4 {
      color: #52439b;
      font-weight: 700; }
    .wine-reveal .tabs-panel ul {
      list-style-type: none;
      margin: 0; }
      .wine-reveal .tabs-panel ul li {
        color: #282828; }

.marketing-tools h2 {
  margin: 1rem 0; }
.marketing-tools .item-grid .item {
  background: #e8e8e8;
  min-height: 300px; }
.marketing-tools .wines .link-grid .link {
  background: inherit;
  margin-bottom: 1.5rem; }

.doc-menu .nested {
  display: none;
  margin-top: 1rem; }
.doc-menu a.doc-menu-toggle {
  display: inline-block;
  background: #52439b;
  text-align: center;
  color: #fff;
  margin-left: 1rem;
  -moz-transition: background-color 0.25s 0s, color 0.25s;
  -o-transition: background-color 0.25s 0s, color 0.25s;
  -webkit-transition: background-color 0.25s 0s, color 0.25s;
  transition: background-color 0.25s 0s, color 0.25s; }
  .doc-menu a.doc-menu-toggle:hover, .doc-menu a.doc-menu-toggle:focus {
    background: #83439b;
    color: #fff;
    text-decoration: none; }

.doc-wrapper {
  display: none;
  z-index: 100;
  position: absolute;
  background: #e8e8e8;
  left: 50%;
  margin-left: -8.333%;
  border: 1px solid #909090;
  min-width: 650px; }
  .doc-wrapper .doc-item {
    padding: 1rem;
    height: 80px; }
    .doc-wrapper .doc-item:hover {
      background: #909090;
      color: #fff; }
      .doc-wrapper .doc-item:hover a {
        color: #fff; }
    .doc-wrapper .doc-item a:hover {
      text-decoration: none;
      color: #fff; }
    .doc-wrapper .doc-item .columns {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .doc-wrapper .doc-item .btn-alt {
      padding: 10px 20px;
      .min-width: auto; }

.doc-grid {
  text-align: center;
  margin: 0 auto;
  padding: 1rem; }
  .doc-grid > .row {
    height: 150px; }
  .doc-grid:hover {
    background: #e8e8e8; }
  .doc-grid .doc-img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 33%;
    margin: 0 auto;
    overflow: hidden; }
  .doc-grid .doc-name {
    width: 67%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.question h3 {
  cursor: hand;
  cursor: pointer;
  color: #52439b;
  padding: 1rem;
  margin: 0;
  -moz-transition: background-color 0.25s 0s, color 0.25s;
  -o-transition: background-color 0.25s 0s, color 0.25s;
  -webkit-transition: background-color 0.25s 0s, color 0.25s;
  transition: background-color 0.25s 0s, color 0.25s; }
  .question h3:hover, .question h3:focus {
    background: #e8e8e8; }
.question .icon {
  margin-left: 1rem; }

.answer {
  color: #282828;
  padding: 0 1.5rem; }
  .answer:hover {
    text-decoration: none; }

#sysinfo {
  display: none; }

#profile #CopyShipping {
  margin: 0; }
#profile .profilecopy {
  list-style-type: none; }
  #profile .profilecopy li label {
    color: #282828; }
  #profile .profilecopy li span {
    background: #e8e8e8;
    color: #fff; }
#profile #profile-img {
  max-height: 150px;
  width: auto;
  margin-bottom: 1rem; }
#profile .btn-href {
  color: #52439b;
  margin-bottom: 0; }
#profile #sites {
  list-style-type: none;
  margin: 0;
  display: inline-block; }
  #profile #sites li {
    display: none; }
    #profile #sites li span.url {
      display: inline-block;
      text-align: right;
      min-width: 125px; }
    #profile #sites li span.name {
      color: #52439b;
      font-weight: 700; }

.sitelist {
  list-style-type: none; }
  .sitelist li a {
    color: #feba16; }
    .sitelist li a:focus, .sitelist li a:active, .sitelist li a:hover {
      color: #fff; }

#redemption, #event-management {
  /* Button container */
  /* Button style */
  /* Text (transition for when returning to initial state) */
  /* Common style of SVGs */
  /* Loading, success and error effects */
  /* Optional elastic effect for the width of the button */ }
  #redemption .next-level, #event-management .next-level {
    clear: both;
    padding-top: 15px;
    margin-bottom: 0; }
    #redemption .next-level li, #event-management .next-level li {
      list-style-type: none;
      display: inline-block; }
      #redemption .next-level li img, #event-management .next-level li img {
        width: 32px; }
  #redemption .header-redeem, #event-management .header-redeem {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  #redemption .badge-wrapper, #event-management .badge-wrapper {
    padding: 0 5px; }
  #redemption .badgebtn, #event-management .badgebtn {
    cursor: hand;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px; }
    #redemption .badgebtn:hover, #event-management .badgebtn:hover {
      border-bottom: 1px solid #52439b; }
  #redemption .getbtn, #event-management .getbtn {
    display: inline-block;
    color: #fff; }
    #redemption .getbtn:hover, #redemption .getbtn:focus, #event-management .getbtn:hover, #event-management .getbtn:focus {
      background: #fff;
      color: #83439b; }
    #redemption .getbtn a, #event-management .getbtn a {
      color: #fff; }
      #redemption .getbtn a:hover, #redemption .getbtn a:focus, #event-management .getbtn a:hover, #event-management .getbtn a:focus {
        color: #83439b; }
  #redemption .vertalign, #event-management .vertalign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #redemption .main-badge, #event-management .main-badge {
    max-width: 128px;
    max-height: 128px;
    margin: 0 auto; }
  #redemption .widget-box-top, #event-management .widget-box-top {
    padding: 10px; }
    #redemption .widget-box-top .badge-box, #event-management .widget-box-top .badge-box {
      background: url(../../thrive/images/thrive-coins.png) no-repeat center center; }
      #redemption .widget-box-top .badge-box > .row > div, #event-management .widget-box-top .badge-box > .row > div {
        height: 128px; }
      #redemption .widget-box-top .badge-box .link, #event-management .widget-box-top .badge-box .link {
        min-height: 128px;
        width: 128px;
        margin: 0 auto; }
  #redemption .grid, #event-management .grid {
    background: #fff;
    margin: 0;
    padding: 0; }
  #redemption .grid50, #event-management .grid50 {
    margin: 0 auto; }
  #redemption .grid33, #event-management .grid33 {
    margin: 0 auto; }
    #redemption .grid33 > div, #event-management .grid33 > div {
      padding: 0; }
  #redemption .top-text, #event-management .top-text {
    text-transform: uppercase;
    margin: 0; }
  #redemption .point-summary, #event-management .point-summary {
    cursor: pointer;
    cursor: hand; }
    #redemption .point-summary p, #event-management .point-summary p {
      color: #fff; }
    #redemption .point-summary .cont-overlay, #event-management .point-summary .cont-overlay {
      border-radius: 999px;
      width: 128px !important; }
      #redemption .point-summary .cont-overlay .getbtn, #event-management .point-summary .cont-overlay .getbtn {
        font-size: 0.85rem;
        padding: 7px 14px; }
  #redemption .top-text, #event-management .top-text {
    font-weight: 700; }
  #redemption .point-totals, #event-management .point-totals {
    font-family: "Prata", serif;
    font-size: 1.9125rem;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 2.25rem; }
  #redemption .modal-title, #event-management .modal-title {
    margin: 0 0 1rem 0; }
  #redemption .right, #event-management .right {
    padding: 0; }
  #redemption .left, #event-management .left {
    padding: 0; }
  #redemption .modal-title, #event-management .modal-title {
    font-weight: 300;
    background: #83439b;
    color: #fff;
    padding: 10px; }
  #redemption .reveal, #event-management .reveal {
    background: #fff;
    padding: 0; }
  #redemption .modal-body, #event-management .modal-body {
    padding: 0; }
    #redemption .modal-body > .row, #event-management .modal-body > .row {
      margin: 0; }
    #redemption .modal-body h2.header, #event-management .modal-body h2.header {
      font-size: 1.5rem;
      margin-bottom: 14px;
      text-align: center;
      background: url(../../../../../wp-content/themes/tv/img/dist/yellow-line.jpg) center bottom no-repeat;
      padding-bottom: 21px; }
    #redemption .modal-body .modal-summary, #event-management .modal-body .modal-summary {
      background: url(../../../../../wp-content/themes/tv/img/dist/graystripe.png);
      padding: 20px 10px;
      margin: 0; }
      #redemption .modal-body .modal-summary .columns, #event-management .modal-body .modal-summary .columns {
        position: relative;
        color: #282828; }
    #redemption .modal-body .item-sep, #event-management .modal-body .item-sep {
      width: 20%;
      border-top-color: #52439b;
      margin: 10px 0; }
  #redemption .divider, #event-management .divider {
    height: 4px;
    background: #00ab91; }
  #redemption .link, #event-management .link {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    min-height: 300px; }
    #redemption .link .cont-overlay, #event-management .link .cont-overlay {
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      background: rgba(54, 42, 124, 0.9);
      width: 100%;
      height: 100%; }
      #redemption .link .cont-overlay .cont-overlay-in, #event-management .link .cont-overlay .cont-overlay-in {
        padding: 10px;
        top: 0;
        left: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      #redemption .link .cont-overlay h5, #event-management .link .cont-overlay h5 {
        color: #fff;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 1.5rem; }
      #redemption .link .cont-overlay h6, #event-management .link .cont-overlay h6 {
        color: #fff;
        position: relative;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 1.05rem; }
    #redemption .link .btn-wrap, #event-management .link .btn-wrap {
      opacity: 0; }
      #redemption .link .btn-wrap a, #event-management .link .btn-wrap a {
        display: inline-block;
        background: #feba16;
        color: #fff;
        margin: 10px 0;
        text-transform: uppercase;
        padding: 7px 20px;
        -moz-transition: background-color 0.25s 0s, color 0.25s;
        -o-transition: background-color 0.25s 0s, color 0.25s;
        -webkit-transition: background-color 0.25s 0s, color 0.25s;
        transition: background-color 0.25s 0s, color 0.25s; }
        #redemption .link .btn-wrap a:hover, #redemption .link .btn-wrap a:focus, #event-management .link .btn-wrap a:hover, #event-management .link .btn-wrap a:focus {
          text-decoration: none;
          background: #fff;
          color: #52439b; }
  #redemption .link-1, #event-management .link-1 {
    background-image: url(../../thrive/images/tasting-set-cart.png); }
  #redemption .link-2, #event-management .link-2 {
    background-image: url(../../thrive/images/product-credits-cart.png); }
  #redemption .link-3, #event-management .link-3 {
    background-image: url(../../thrive/images/experiences-cart.png); }
  #redemption .link-4, #event-management .link-4 {
    background-image: url(../../thrive/images/logoware-cart.png); }
  #redemption .link-5, #event-management .link-5 {
    background-image: url(../../thrive/images/market-cart.png); }
  #redemption h2, #event-management h2 {
    color: #282828; }
  #redemption .add-wrapper, #event-management .add-wrapper {
    margin: 20px 0; }
  #redemption .add-cart, #event-management .add-cart {
    border: 1px solid #00ab91;
    padding: 12px 60px;
    border-radius: 99px;
    text-transform: uppercase;
    background: none;
    color: #00ab91;
    font-size: 1.05rem;
    line-height: 24px;
    margin-left: 15px;
    -moz-transition: background-color 0.25s 0s, color 0.25s;
    -o-transition: background-color 0.25s 0s, color 0.25s;
    -webkit-transition: background-color 0.25s 0s, color 0.25s;
    transition: background-color 0.25s 0s, color 0.25s; }
    #redemption .add-cart:hover, #redemption .add-cart:focus, #event-management .add-cart:hover, #event-management .add-cart:focus {
      text-decoration: none;
      background: #00ab91;
      color: #fff;
      outline: none; }
  #redemption .modal-product, #event-management .modal-product {
    position: relative; }
  #redemption .modal-body, #event-management .modal-body {
    overflow: auto;
    background: #fff; }
  #redemption #order-success, #redemption .order-submitting, #event-management #order-success, #event-management .order-submitting {
    display: none;
    background: #52439b;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    #redemption #order-success .order-wrapper, #redemption .order-submitting .order-wrapper, #event-management #order-success .order-wrapper, #event-management .order-submitting .order-wrapper {
      padding: 0;
      margin: 0;
      text-align: center; }
      #redemption #order-success .order-wrapper .submit-wrapper, #redemption .order-submitting .order-wrapper .submit-wrapper, #event-management #order-success .order-wrapper .submit-wrapper, #event-management .order-submitting .order-wrapper .submit-wrapper {
        min-height: 150px;
        padding-top: 20px; }
      #redemption #order-success .order-wrapper .ok-redeem, #redemption .order-submitting .order-wrapper .ok-redeem, #event-management #order-success .order-wrapper .ok-redeem, #event-management .order-submitting .order-wrapper .ok-redeem {
        margin-top: -10px;
        display: inline-block;
        width: 90%;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase; }
      #redemption #order-success .order-wrapper .rcTerms:hover, #redemption .order-submitting .order-wrapper .rcTerms:hover, #event-management #order-success .order-wrapper .rcTerms:hover, #event-management .order-submitting .order-wrapper .rcTerms:hover {
        border-bottom: 1px solid #fff;
        padding-bottom: 1px; }
      #redemption #order-success .order-wrapper h2, #redemption .order-submitting .order-wrapper h2, #event-management #order-success .order-wrapper h2, #event-management .order-submitting .order-wrapper h2 {
        color: #fff; }
      #redemption #order-success .order-wrapper .sum-list, #redemption .order-submitting .order-wrapper .sum-list, #event-management #order-success .order-wrapper .sum-list, #event-management .order-submitting .order-wrapper .sum-list {
        color: #fff;
        list-style-type: none;
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 2.25rem; }
    #redemption #order-success .hide-cart, #redemption #order-success .ts-hide-cart, #redemption .order-submitting .hide-cart, #redemption .order-submitting .ts-hide-cart, #event-management #order-success .hide-cart, #event-management #order-success .ts-hide-cart, #event-management .order-submitting .hide-cart, #event-management .order-submitting .ts-hide-cart {
      position: absolute;
      top: 0;
      left: 0;
      background: none;
      color: #feba16;
      border: none;
      outline: none; }
      #redemption #order-success .hide-cart h4, #redemption #order-success .ts-hide-cart h4, #redemption .order-submitting .hide-cart h4, #redemption .order-submitting .ts-hide-cart h4, #event-management #order-success .hide-cart h4, #event-management #order-success .ts-hide-cart h4, #event-management .order-submitting .hide-cart h4, #event-management .order-submitting .ts-hide-cart h4 {
        font-weight: 300; }
  #redemption .items, #redemption .items-single, #event-management .items, #event-management .items-single {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0; }
    #redemption .items h3, #redemption .items-single h3, #event-management .items h3, #event-management .items-single h3 {
      color: #52439b; }
    #redemption .items li, #redemption .items .item-value, #redemption .items-single li, #redemption .items-single .item-value, #event-management .items li, #event-management .items .item-value, #event-management .items-single li, #event-management .items-single .item-value {
      list-style-type: none;
      color: #282828;
      padding: 0 0 0 0; }
      #redemption .items li p, #redemption .items .item-value p, #redemption .items-single li p, #redemption .items-single .item-value p, #event-management .items li p, #event-management .items .item-value p, #event-management .items-single li p, #event-management .items-single .item-value p {
        margin: 10px 10px 20px 10px;
        color: #282828; }
      #redemption .items li h3, #redemption .items .item-value h3, #redemption .items-single li h3, #redemption .items-single .item-value h3, #event-management .items li h3, #event-management .items .item-value h3, #event-management .items-single li h3, #event-management .items-single .item-value h3 {
        color: #52439b; }
    #redemption .items li:nth-child(even), #redemption .items-single li:nth-child(even), #event-management .items li:nth-child(even), #event-management .items-single li:nth-child(even) {
      background: #e8e8e8; }
    #redemption .items .number, #redemption .items-single .number, #event-management .items .number, #event-management .items-single .number {
      font-family: "Prata", serif;
      color: #00ab91;
      font-size: 1.5rem; }
    #redemption .items .quantity, #redemption .items-single .quantity, #event-management .items .quantity, #event-management .items-single .quantity {
      display: block;
      margin-bottom: 20px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #redemption .items .quantity button, #redemption .items-single .quantity button, #event-management .items .quantity button, #event-management .items-single .quantity button {
        display: inline-block;
        background: none;
        padding: 0;
        border: 1px solid #00ab91;
        border-radius: 999px;
        margin: 0 10px;
        width: 32px;
        height: 32px;
        color: #00ab91;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        vertical-align: middle;
        -moz-transition: background-color 0.25s 0s, color 0.25s;
        -o-transition: background-color 0.25s 0s, color 0.25s;
        -webkit-transition: background-color 0.25s 0s, color 0.25s;
        transition: background-color 0.25s 0s, color 0.25s; }
        #redemption .items .quantity button:hover, #redemption .items .quantity button:focus, #redemption .items-single .quantity button:hover, #redemption .items-single .quantity button:focus, #event-management .items .quantity button:hover, #event-management .items .quantity button:focus, #event-management .items-single .quantity button:hover, #event-management .items-single .quantity button:focus {
          text-decoration: none;
          background: #00ab91;
          color: #fff;
          outline: none; }
      #redemption .items .quantity .disabled:hover, #redemption .items .quantity .disabled:focus, #redemption .items-single .quantity .disabled:hover, #redemption .items-single .quantity .disabled:focus, #event-management .items .quantity .disabled:hover, #event-management .items .quantity .disabled:focus, #event-management .items-single .quantity .disabled:hover, #event-management .items-single .quantity .disabled:focus {
        background: none;
        color: #00ab91; }
      #redemption .items .quantity input.qty, #redemption .items-single .quantity input.qty, #event-management .items .quantity input.qty, #event-management .items-single .quantity input.qty {
        text-align: center;
        width: 100px;
        border: none;
        border-bottom: 1px solid #52439b;
        color: #52439b;
        font-size: 32px;
        display: inline-block;
        background: #fff; }
      #redemption .items .quantity .btn-subtract, #redemption .items-single .quantity .btn-subtract, #event-management .items .quantity .btn-subtract, #event-management .items-single .quantity .btn-subtract {
        opacity: .1; }
    #redemption .items .item-value-horiz, #redemption .items-single .item-value-horiz, #event-management .items .item-value-horiz, #event-management .items-single .item-value-horiz {
      display: inline-block;
      vertical-align: top; }
      #redemption .items .item-value-horiz button, #redemption .items-single .item-value-horiz button, #event-management .items .item-value-horiz button, #event-management .items-single .item-value-horiz button {
        width: 60px;
        height: 60px;
        line-height: 32px; }
  #redemption .disabled, #event-management .disabled {
    background: none;
    border: 1px solid #fff;
    font-size: 14px;
    color: grey; }
    #redemption .disabled:hover, #redemption .disabled:focus, #event-management .disabled:hover, #event-management .disabled:focus {
      background: none;
      color: grey; }
    #redemption .disabled .locked, #event-management .disabled .locked {
      margin-right: 5px; }
  #redemption #product-ex .modal-body, #event-management #product-ex .modal-body {
    padding-bottom: 20px; }
    #redemption #product-ex .modal-body .sub, #event-management #product-ex .modal-body .sub {
      display: block;
      text-transform: inherit;
      font-family: "Lato", sans-serif;
      margin-top: 5px; }
  #redemption .experiences .item-value, #event-management .experiences .item-value {
    padding: 10px 20px; }
  #redemption .experiences .ex-select, #event-management .experiences .ex-select {
    font-size: 1.05rem;
    padding: 6px 30px;
    margin: 10px; }
  #redemption .experiences .disabled, #event-management .experiences .disabled {
    font-size: 14px; }
  #redemption .experiences p, #event-management .experiences p {
    color: #282828; }
  #redemption .items-single li, #event-management .items-single li {
    border: none;
    padding: 0 0 20px 0; }
  #redemption .month-wrapper, #event-management .month-wrapper {
    padding: 10px 0; }
  #redemption #current-month-coins .current-month-wrapper, #event-management #current-month-coins .current-month-wrapper {
    background: #e8e8e8;
    min-height: auto; }
  #redemption .lastorder, #event-management .lastorder {
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    overflow: auto; }
    #redemption .lastorder .order-summary, #event-management .lastorder .order-summary {
      margin: 0;
      padding: 10px 0;
      list-style-type: none; }
    #redemption .lastorder h3, #event-management .lastorder h3 {
      color: #52439b;
      margin-top: 10px;
      font-family: "Prata", serif;
      font-size: 2.25rem;
      font-weight: 300; }
    #redemption .lastorder img, #event-management .lastorder img {
      max-width: 148px;
      height: auto; }
    #redemption .lastorder .description, #event-management .lastorder .description {
      padding-bottom: 20px;
      color: #282828; }
    #redemption .lastorder .all-history, #event-management .lastorder .all-history {
      background: #fff;
      color: #52439b;
      margin-top: 10px;
      display: inline-block;
      font-size: 1.25rem;
      text-transform: uppercase;
      padding: 10px 20px;
      -moz-transition: background-color 0.25s 0s, color 0.25s;
      -o-transition: background-color 0.25s 0s, color 0.25s;
      -webkit-transition: background-color 0.25s 0s, color 0.25s;
      transition: background-color 0.25s 0s, color 0.25s; }
      #redemption .lastorder .all-history:hover, #redemption .lastorder .all-history:focus, #event-management .lastorder .all-history:hover, #event-management .lastorder .all-history:focus {
        background: #00ab91;
        color: #fff;
        text-decoration: none; }
  #redemption .history .period-tabs, #event-management .history .period-tabs {
    float: right; }
    #redemption .history .period-tabs p, #event-management .history .period-tabs p {
      font-size: 0.85rem;
      color: #52439b;
      font-weight: 700; }
    #redemption .history .period-tabs .tabs-title, #event-management .history .period-tabs .tabs-title {
      background: none;
      display: inline-block;
      float: none; }
      #redemption .history .period-tabs .tabs-title > a, #redemption .history .period-tabs .tabs-title > a[aria-selected="true"], #event-management .history .period-tabs .tabs-title > a, #event-management .history .period-tabs .tabs-title > a[aria-selected="true"] {
        color: #52439b;
        font-weight: 700;
        font-size: 0.85rem;
        background: none;
        padding: 0; }
    #redemption .history .period-tabs .is-active, #event-management .history .period-tabs .is-active {
      background: none;
      display: inline-block; }
  #redemption .history h2, #event-management .history h2 {
    color: #00ab91; }
  #redemption .history h2.header, #event-management .history h2.header {
    color: #282828; }
  #redemption .history .orders .item-value, #event-management .history .orders .item-value {
    padding: 0;
    margin: 0; }
    #redemption .history .orders .item-value .row, #event-management .history .orders .item-value .row {
      position: relative;
      height: 165px; }
    #redemption .history .orders .item-value .icon, #event-management .history .orders .item-value .icon {
      background: url(../../thrive/images/vert-line.png) repeat-y center center;
      height: 165px; }
      #redemption .history .orders .item-value .icon img, #event-management .history .orders .item-value .icon img {
        margin: 0 auto;
        max-width: 68px; }
    #redemption .history .orders .item-value .description h3, #event-management .history .orders .item-value .description h3 {
      margin: 0; }
    #redemption .history .orders .item-value .description .cert-wrapper, #event-management .history .orders .item-value .description .cert-wrapper {
      margin-left: 10px;
      display: block; }
      #redemption .history .orders .item-value .description .cert-wrapper .cert, #event-management .history .orders .item-value .description .cert-wrapper .cert {
        border: 1px solid #00ab91;
        background: none;
        color: #00ab91;
        border-radius: 99px;
        padding: 5px 15px;
        -moz-transition: background-color 0.25s 0s, color 0.25s;
        -o-transition: background-color 0.25s 0s, color 0.25s;
        -webkit-transition: background-color 0.25s 0s, color 0.25s;
        transition: background-color 0.25s 0s, color 0.25s;
        text-transform: uppercase;
        font-size: 0.85rem; }
        #redemption .history .orders .item-value .description .cert-wrapper .cert:hover, #redemption .history .orders .item-value .description .cert-wrapper .cert:focus, #event-management .history .orders .item-value .description .cert-wrapper .cert:hover, #event-management .history .orders .item-value .description .cert-wrapper .cert:focus {
          outline: none;
          -moz-transition: background-color 0.25s 0s, color 0.25s;
          -o-transition: background-color 0.25s 0s, color 0.25s;
          -webkit-transition: background-color 0.25s 0s, color 0.25s;
          transition: background-color 0.25s 0s, color 0.25s;
          background: #00ab91;
          color: #fff; }
        #redemption .history .orders .item-value .description .cert-wrapper .cert i, #event-management .history .orders .item-value .description .cert-wrapper .cert i {
          margin-right: 5px; }
      #redemption .history .orders .item-value .description .cert-wrapper .processed, #event-management .history .orders .item-value .description .cert-wrapper .processed {
        border-color: transparent;
        color: #52439b; }
        #redemption .history .orders .item-value .description .cert-wrapper .processed:hover, #redemption .history .orders .item-value .description .cert-wrapper .processed:focus, #event-management .history .orders .item-value .description .cert-wrapper .processed:hover, #event-management .history .orders .item-value .description .cert-wrapper .processed:focus {
          background: inherit;
          color: #52439b; }
  #redemption .history .orders .item-value:first-child .item, #event-management .history .orders .item-value:first-child .item {
    height: 32px; }
  #redemption .history .orders .item-value:first-child .icon, #event-management .history .orders .item-value:first-child .icon {
    height: 32px;
    background: url(../../thrive/images/vert-line-circ.png) repeat-y center top; }
  #redemption .history .orders .item-value:last-child .item, #event-management .history .orders .item-value:last-child .item {
    height: 42px; }
  #redemption .history .orders .item-value:last-child .icon, #event-management .history .orders .item-value:last-child .icon {
    height: 32px;
    margin-bottom: 20px;
    background: url(../../thrive/images/vert-line-circ.png) repeat-y center bottom; }
  #redemption .history .item-value, #event-management .history .item-value {
    margin: 0 auto 20px auto;
    text-align: center; }
    #redemption .history .item-value .nomargin, #event-management .history .item-value .nomargin {
      margin: 0; }
    #redemption .history .item-value .month-name, #event-management .history .item-value .month-name {
      background: #52439b;
      color: #fff;
      text-transform: uppercase;
      padding: 10px;
      font-size: 1.05rem;
      margin: 0; }
    #redemption .history .item-value img, #event-management .history .item-value img {
      max-width: 96px;
      text-align: center;
      margin: 0 auto; }
    #redemption .history .item-value h4, #event-management .history .item-value h4 {
      font-family: "Prata", serif;
      font-size: 1.5rem;
      color: #52439b;
      margin: 0; }
      #redemption .history .item-value h4 .sub, #event-management .history .item-value h4 .sub {
        font-family: "Lato", sans-serif;
        font-size: 1.05rem;
        color: #282828;
        display: block;
        text-transform: uppercase; }
  #redemption .history .period-link, #event-management .history .period-link {
    display: block;
    text-align: right; }
  #redemption .history-redeemed, #event-management .history-redeemed {
    text-align: center;
    margin-top: 10px;
    padding: 20px;
    background: url(../../../../../wp-content/themes/tv/img/dist/graystripe.png); }
    #redemption .history-redeemed .total-redeemed, #event-management .history-redeemed .total-redeemed {
      display: block;
      color: #00ab91;
      font-size: 2.25rem; }
  #redemption .modal-right .items li, #event-management .modal-right .items li {
    padding: 5px 0; }
  #redemption .error-status, #event-management .error-status {
    color: #fff;
    text-transform: uppercase; }
  #redemption .progress-button, #event-management .progress-button {
    position: relative;
    text-align: center;
    width: 45%;
    min-width: 250px;
    margin: 10px auto;
    clear: both; }
  #redemption .progress-button button, #event-management .progress-button button {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 250px;
    height: 70px;
    border: 2px solid #feba16;
    border-radius: 40px;
    background: transparent;
    color: #feba16;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s; }
  #redemption .progress-button button:hover, #event-management .progress-button button:hover {
    background-color: #feba16;
    color: #fff; }
  #redemption .progress-button button:focus, #event-management .progress-button button:focus {
    outline: none; }
  #redemption .progress-button button span, #event-management .progress-button button span {
    -webkit-transition: opacity 0.3s 0.1s;
    transition: opacity 0.3s 0.1s; }
  #redemption .progress-button svg, #event-management .progress-button svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none; }
  #redemption .progress-button svg path, #event-management .progress-button svg path {
    opacity: 0;
    fill: none; }
  #redemption .progress-button svg.progress-circle path, #event-management .progress-button svg.progress-circle path {
    stroke: #feba16;
    stroke-width: 5; }
  #redemption .progress-button svg.checkmark path, #redemption .luxx-count-wrapper svg.checkmark path,
  #redemption .progress-button svg.cross path, #redemption .luxx-count-wrapper svg.cross path, #event-management .progress-button svg.checkmark path, #event-management .luxx-count-wrapper svg.checkmark path,
  #event-management .progress-button svg.cross path, #event-management .luxx-count-wrapper svg.cross path {
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 4;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s; }
  #redemption .loading.progress-button button, #event-management .loading.progress-button button {
    width: 70px;
    /* make a circle */
    border-width: 5px;
    border-color: #ddd;
    background-color: transparent;
    color: #fff; }
  #redemption .loading.progress-button span, #event-management .loading.progress-button span {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s; }
  #redemption .loading.progress-button span,
  #redemption .success.progress-button span,
  #redemption .error.progress-button span, #event-management .loading.progress-button span,
  #event-management .success.progress-button span,
  #event-management .error.progress-button span {
    opacity: 0;
    /* keep it hidden in all states */ }
  #redemption .success.progress-button button,
  #redemption .error.progress-button button, #event-management .success.progress-button button,
  #event-management .error.progress-button button {
    -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
    transition: background-color 0.3s, width 0.3s, border-width 0.3s; }
  #redemption .success.progress-button button, #event-management .success.progress-button button {
    border-color: #feba16;
    background-color: #feba16; }
  #redemption .error.progress-button button, #event-management .error.progress-button button {
    border-color: #FB797E;
    background-color: #FB797E; }
  #redemption .loading.progress-button svg.progress-circle path,
  #redemption .success.progress-button svg.checkmark path,
  #redemption .error.progress-button svg.cross path, #event-management .loading.progress-button svg.progress-circle path,
  #event-management .success.progress-button svg.checkmark path,
  #event-management .error.progress-button svg.cross path {
    opacity: 1;
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s; }
  #redemption .elastic.progress-button button, #event-management .elastic.progress-button button {
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1), border-width 0.3s, border-color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s; }
  #redemption .loading.elastic.progress-button button, #event-management .loading.elastic.progress-button button {
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, 0, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s; }

.rewards-popover {
  max-width: 65%;
  font-size: 1.25rem; }
  .rewards-popover .popover-content {
    max-height: 300px;
    overflow: auto; }
  .rewards-popover .terms li {
    list-style-type: none;
    margin: 0 0 10px 0;
    text-align: left; }

.luxx-getaway {
  background: url(../../../../../wp-content/themes/tv/img/dist/graystripe.png);
  margin-bottom: 20px; }
  .luxx-getaway h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Prata", serif;
    font-weight: 400;
    padding-top: 20px; }
  .luxx-getaway .medium-3 {
    padding: 10px 0; }
    .luxx-getaway .medium-3 > div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .luxx-getaway hr.small {
    margin: 10px auto; }
  .luxx-getaway .luxx-count-wrapper {
    text-align: center;
    height: 58px;
    position: relative;
    font-family: "Prata", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #52439b;
    text-align: center; }
    .luxx-getaway .luxx-count-wrapper .luxx-text {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .luxx-getaway .luxx-count-wrapper .luxx-text .sub {
        margin-top: 0 !important;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 18px; }
    .luxx-getaway .luxx-count-wrapper svg.checkmark, .luxx-getaway .luxx-count-wrapper svg.cross {
      position: absolute;
      top: 15%;
      left: 15%;
      opacity: .4; }
  .luxx-getaway .success {
    background: #00ab91; }
  .luxx-getaway h3 {
    font-size: 1.05rem;
    font-family: "Lato", sans-serif;
    margin: 5px;
    text-align: center;
    font-weight: 400; }
    .luxx-getaway h3 strong {
      display: block;
      color: #52439b;
      text-transform: uppercase;
      font-weight: 700; }
  .luxx-getaway .getaway-info {
    background: #52439b;
    color: #fff; }

.secured {
  font-size: 18px;
  color: #83439b;
  padding-left: 42px;
  height: 32px;
  line-height: 32px;
  background-color: transparent;
  background-image: url(../images/secured-signup.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px 32px;
  display: inline-block;
  margin: 1rem 0; }

#reports #report-list {
  min-height: 200px; }
#reports .btn-download-report {
  min-width: auto; }
#reports .btn-load-report {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem; }
#reports .dataTables_wrapper {
  margin: 0 auto;
  text-align: center;
  overflow-y: scroll; }
#reports .interest li {
  width: 40%;
  display: inline-block; }
#reports .scroll {
  width: auto;
  display: inline-block;
  overflow: hidden; }
#reports .status-line {
  color: #52439b;
  font-weight: 700; }
#reports #data-wrapper {
  position: relative;
  min-height: 100px; }
#reports .save-button {
  display: block; }
#reports #report-name {
  height: auto;
  padding: 15px; }
#reports .btn-table {
  color: #52439b;
  font-weight: 700; }
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #reports .btn-download-report {
    margin-top: 1rem; } }

#metrics .filter .nav {
  text-align: right; }
#metrics .tabs-panel {
  padding: 0; }
#metrics .top-text {
  font-size: 0.85rem;
  line-height: 1rem;
  margin: 0; }
#metrics .sub {
  font-size: 0.85rem;
  text-transform: uppercase;
  margin: 0; }
#metrics h2 {
  color: #52439b;
  font-family: "Lato", sans-serif;
  font-size: 1.05rem;
  font-weight: 700; }
#metrics .widget-box {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #909090; }
  #metrics .widget-box h2 {
    font-size: 1.5rem;
    margin: 0; }
#metrics .byline {
  text-align: left; }
#metrics h3.boxheader {
  color: #52439b;
  text-align: center;
  font-size: 1.25rem;
  padding: .5rem;
  margin-top: 0; }
#metrics .table-badges .badgeimg {
  width: 64px;
  height: 64px;
  margin-right: .5rem; }
#metrics .table-badges .badgenumber {
  font-size: 1.25rem;
  color: #83439b; }
#metrics .table-badges td {
  padding: 1rem 5% 1rem 10%;
  text-align: left !important;
  text-transform: uppercase;
  width: 50%; }
#metrics .table-metric th {
  text-align: center; }
#metrics .table-metric tbody td {
  text-align: center; }

#mobiletabs {
  display: none; }
  @media screen and (max-width: 63.9375em) {
    #mobiletabs {
      display: block; } }
  #mobiletabs .tabs {
    border: none; }
    #mobiletabs .tabs li {
      width: 33%; }
      #mobiletabs .tabs li a {
        color: #fff;
        font-size: 1.25rem;
        text-transform: uppercase;
        background: #52439b;
        text-align: center; }
  #mobiletabs .tabs-panel {
    padding: .5rem 0; }
  #mobiletabs .filter {
    margin: 0; }
    #mobiletabs .filter .column {
      padding: 0; }
    #mobiletabs .filter button, #mobiletabs .filter a {
      background: #feba16;
      color: #fff;
      text-transform: uppercase;
      width: 100%;
      display: block;
      padding: .5rem 0;
      font-weight: 400; }

@media screen and (min-width: 64em) {
  .main, .page-header {
    margin-left: 16.66667%; }

  .footer {
    margin-left: 16.66667%; } }
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .main {
    padding: 0 .5rem; }

  .guest-list .btn-cell {
    padding: 5px 2px; }

  .modal_window {
    width: 95%; }

  .item-grid .item, .wine-grid .item {
    width: 50%; }
  .item-grid .qty, .wine-grid .qty {
    width: 40px; }

  .event-list .event-info {
    text-align: center; }
  .event-list .event-icons {
    height: 150px;
    border-left: none;
    border-top: 0.5rem solid #fff;
    border-bottom: 1rem solid #fff; }
    .event-list .event-icons:nth-child(even) {
      border-right: 0.25rem solid #fff; }
    .event-list .event-icons:nth-child(odd) {
      border-left: 0.25rem solid #fff; }

  .cart {
    border-left: none;
    border-top: 2px solid #e8e8e8;
    padding-top: 1rem; }

  .shipto h2 {
    font-size: 1.275rem; }

  #mobiletabs {
    display: block; }

  .medium-block {
    display: none; }

  .footer span.feedback {
    display: block; } }
@media screen and (max-width: 63.9375em) {
  #mobiletabs {
    display: block; }

  .medium-block {
    display: none; } }
.external {
  background-color: #f3f3f3; }
  .external .external-header {
    padding: 2rem 0; }
  .external .content-section {
    margin-left: 0;
    width: 100%; }
    .external .content-section > .group {
      background: #fff;
      margin-bottom: 2rem; }
    .external .content-section h2 {
      color: #52439b;
      font-family: "Prata", serif; }
    .external .content-section .order-group {
      margin: 1rem 0; }
  .external .footer {
    margin-left: 0;
    width: 100%; }
  .external .tasting-sets h2 {
    font-family: "Lato", sans-serif;
    color: #fff; }
    .external .tasting-sets h2 .line2 {
      font-size: 1.25rem; }